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

Builder curl-unthreaded-solaris10-sparc Build #13996

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionefc3f2309e1c87c67700350f7df8da508cd307cd
Got Revisionefc3f2309e1c87c67700350f7df8da508cd307cd
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 57 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed May 27 06:45:35 2026
EndWed May 27 19:22:10 2026
Elapsed12 hrs, 36 mins, 35 secs

All Changes:

:

  1. Change #268412

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 26 May 2026 21:59:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 90a7732d467eae7c5a59fc07c5a072970926f8c6

    Comments

    test1981: explicitly set the locale
    Otherwise we may get a different month name in the output.
    
    Closes #21749

    Changed files

    • tests/data/test1981
  2. Change #268413

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 May 2026 21:59:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 500820682ce570f21586f567ddec4dbea4e6dad5

    Comments

    GHA: require HTTPS protocol in redirections (where missing)
    Also:
    - drop following redirects on `openldap.org`.
    
    Closes #21757

    Changed files

    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  3. Change #268414

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 May 2026 21:59:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cc171cbd4a9eac84f5c62c5b987347e5f8880e1

    Comments

    GHA: verify tarball downloads
    Detect latest tarball version via the https://curl.se/downloads.html
    page, download the signing key from a public keyserver then verify
    source download signatures.
    
    To ensure that public downloads are intact.
    
    Closes #21759

    Changed files

    • .github/workflows/distcheck.yml
  4. Change #268415

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 26 May 2026 21:59:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0cb455aa85c4ae49b82760bc8ae894a3fc607425

    Comments

    INSTALL-CMAKE.md: drop two obsolete sections
    Follow-up to 89043ba90689418a115e967633e261139b48ce23 #20407
    
    Closes #21761

    Changed files

    • docs/INSTALL-CMAKE.md
  5. 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