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

Builder curl-ares-solaris10-i386 Build #4387

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSun May 17 02:02:55 2026
EndSun May 17 11:51:30 2026
Elapsed9 hrs, 48 mins, 35 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