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

Builder curl-unthreaded-solaris10-i386 Build #16510

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc54a3319ad19c991f6d7b09f6f782de19c65d187
Got Revisionc54a3319ad19c991f6d7b09f6f782de19c65d187
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartThu Apr 2 21:51:47 2026
EndFri Apr 3 07:39:29 2026
Elapsed9 hrs, 47 mins, 41 secs

All Changes:

:

  1. Change #263296

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33e43985b8f3b9e66691d06e70be0395849856cd

    Comments

    url: improve connection reuse on negotiate
    Check state of negotiate to allow proper connection reuse.
    
    Closes #21203

    Changed files

    • lib/url.c
  2. Change #263297

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:15:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f

    Comments

    asyn-thrdd: item cleanup using resolv_id
    Now that we support multiple async operations at the same transfer,
    fix the thread queue cleanup to match not only the mid but also the
    resolv_id.
    
    Found by Codex Security
    
    Closes #21202

    Changed files

    • lib/asyn-thrdd.c
  3. Change #263312

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 02 Apr 2026 16:40:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e127f8ce843e1c070c0ca2074c10dcc01081a395

    Comments

    GHA/windows: drop building with libssh
    Bumping `msys2/setup-msys2` from 2.30.0 to 2.31.0 also brought libssh
    0.12.0 (after 0.11.3). libssh has been long known for loading OpenSSH
    configuration from disk insecurely on Windows. 0.12.0 brings some fixes
    to this (CVE-2025-14821), which in turn may be changing its behavior on
    the default GH Windows runner to fail all curl SCP/SFTP tests.
    
    Detecting what is the exact root cause, then defining exact runtime
    conditions for it is difficult and fragile. Same for changing these
    libssh defaults (if at all possible.)
    
    But, since configuration loading remains insecure and broken on Windows
    even after the mitigations made by 0.12.0 [0], this patch removes libssh
    from the Windows CI job using it previously.
    
    If someone figures out how to run in CI, it can be readded, though in
    general, using libssh on Windows seems to be less than ideal.
    
    [0] https://github.com/curl/curl-for-win/blob/0e4bd38a5b90f6431b4c145ed094940b4d6b6c0d/libssh.sh#L11-L94
    
    Refs:
    https://www.libssh.org/2026/02/10/libssh-0-12-0-and-0-11-4-security-releases/
    https://github.com/msys2/MINGW-packages/commit/91382507d5df17d89c074a1469bf3725a9602ff5
    #21199 (unsuccessful fix attempts)
    
    Bug: https://github.com/curl/curl/pull/21195#issuecomment-4173085194
    Follow-up to fcf946e8461b68840e4afb39711a52c9bf622a10 #21195
    
    Closes #21204

    Changed files

    • .github/workflows/windows.yml
  4. Change #263319

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 02 Apr 2026 17:00:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc20c91e04d17267d52dc8242d65f1d455666598

    Comments

    GHA/windows: switch back to the canonical Cygwin mirror
    The spare one is at the time of this patch inaccessible.
    
    Follow-up to fb5541c28bdc7761c50423335f44b698d36caef1 #20583
    
    Closes #21207

    Changed files

    • .github/workflows/windows.yml
  5. Change #263321

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 18:01:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e65ba1bd349a7affb09275a442b6a0837df079d9

    Comments

    hsts: make the HSTS read callback handle name dupes
    Now the logic for handling name duplicates and picking the longest
    expiry and strictest subdomain is the same for the callback as for when
    reading from file.
    
    Also strip trailing dots from the hostname added by the callback.
    
    A minor side-effect is that the hostname provided by the callback can
    now enable subdomains by starting the name with a dot, but we discourage
    using such hostnames in documentation.
    
    Amended test 1915 to verify.
    
    Closes #21201

    Changed files

    • docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.md
    • lib/hsts.c
    • tests/data/test1915
    • tests/libtest/lib1915.c
  6. Change #263330

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 02 Apr 2026 19:11:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c54a3319ad19c991f6d7b09f6f782de19c65d187

    Comments

    CI: Fix or remove obsolete files in labeler config
    Add a few more paths, too.

    Changed files

    • .github/labeler.yml