Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-threaded-solaris10-i386 Build #4436

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionefc3f2309e1c87c67700350f7df8da508cd307cd
Got Revisionefc3f2309e1c87c67700350f7df8da508cd307cd
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 9 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4436 Build
codebase Build
got_revision efc3f2309e1c87c67700350f7df8da508cd307cd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision efc3f2309e1c87c67700350f7df8da508cd307cd Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed May 27 08:29:06 2026
EndWed May 27 18:37:02 2026
Elapsed10 hrs, 7 mins, 56 secs

All Changes:

:

  1. Change #268417

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 May 2026 22:33:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision efc3f2309e1c87c67700350f7df8da508cd307cd

    Comments

    GHA: fix locale tests on macOS, extend to verify test 1981
    - fix macOS locale tests to clear existing variables.
      (Without this, the system-defined `LC_ALL` takes precedence, and
      the custom envs in CI are ignored.)
    
    - trigger test 1981 issue by setting `LC_TIME` to non-English, on macOS.
      (On Linux it'd require explicitly installing a non-English locale, I
      skipped this for simplicity.)
      ```
      [...]
      -Time: 01/Aug/2025 08:31:43.037103 +0000 UTC[CR][LF]
      +Time: 01/ao%c3%bb/2025 08:31:43.037103 +0000 UTC[CR][LF]
      [...]
      FAIL 1981: '%time output with --write-out' HTTP, HTTP GET
      ```
      Follow-up to 90a7732d467eae7c5a59fc07c5a072970926f8c6 #21749
    
    Follow-up to 1cc8a5235f76e744433cbf28ec98ecb972158387 #17988
    Follow-up to c221c0ee5935497168c52686a9d8cc87b45bbca9 #17938
    
    Closes #21753

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml