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

Builder curl-unthreaded-solaris10-sparc Build #13979

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision44ede0cc5a7b2165ac3c4704bd5763c9e242dff3
Got Revision44ede0cc5a7b2165ac3c4704bd5763c9e242dff3
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 5 mins, 14 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 13979 Build
codebase Build
got_revision 44ede0cc5a7b2165ac3c4704bd5763c9e242dff3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 44ede0cc5a7b2165ac3c4704bd5763c9e242dff3 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSun May 17 02:42:34 2026
EndSun May 17 15:04:12 2026
Elapsed12 hrs, 21 mins, 38 secs

All Changes:

:

  1. Change #267416

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 16 May 2026 18:49:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad549c4641a493ffcf84ba00af8e1aedbfd8735f

    Comments

    unix-sockets: ignore proxy settings
    Fix a recent regression: when a unix-socket is configured, all proxy
    settings must be ignored. The `via_peer` had been checked correctly,
    but the connections proxy bits were not cleared.
    
    Add test_11_04 to verify.
    
    Reported-by: Fabian Keil (libcurl mailing list)
    Closes #21630

    Changed files

    • lib/url.c
    • lib/urldata.h
    • tests/http/test_11_unix.py
  2. Change #267437

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 16 May 2026 23:09:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 061136f24b5271a8360b9c128d5a2329a253ebde

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #267453

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 17 May 2026 00:14:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0f08d6975d00c3ea04e1bd2fcf60dad446266ec

    Comments

    cf-h2-prox: fix peer leak
    The unlinking of the new Curl_peer was happening too later after
    the struct had been set to zero. Move the unlink to happen before
    that.
    
    Fixes #21602
    Reported-by: Joshua Rogers
    Closes #21627

    Changed files

    • lib/cf-h2-proxy.c
  4. Change #267457

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 17 May 2026 00:35:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44ede0cc5a7b2165ac3c4704bd5763c9e242dff3

    Comments

    url: remove superfluous check
    This pointer is already verified to be non-NULL some 15 lines above.
    
    Pointed out by CodeSonar
    Closes #21650

    Changed files

    • lib/url.c