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

Builder curl-threaded-solaris11-i386 Build #4798

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 8 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4798 Build
codebase Build
got_revision 6d1d50d65ddb4b111a56c16fe6a32ab6d71b98be Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6d1d50d65ddb4b111a56c16fe6a32ab6d71b98be Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 20 16:52:38 2026
EndFri Mar 20 20:45:41 2026
Elapsed3 hrs, 53 mins, 3 secs

All Changes:

:

  1. Change #261739

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 13:17:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3ed70ce720121ad9a9914101e29bc7028b7e046

    Comments

    url: use the socks type for socks proxy
    Reported by Codex Security
    
    Closes #21025

    Changed files

    • lib/url.c
  2. Change #261751

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 13:47:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cdb2209da683aeb8e72f11933095af5478fbc4e

    Comments

    getinfo: initialize `PureInfo` field `used_proxy`
    Found by Codex Security
    
    Follow-up to cc04c7367740bb6db0e47368247b8b0c70c376cb #12719
    
    Closes #21020

    Changed files

    • lib/getinfo.c
  3. Change #261755

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 15:00:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b182ae529af0af2c1ac435a55af52d5e007ba5d

    Comments

    file: init fd to -1 to prevent close fd 0 on early failure
    Spotted by Codex Security
    
    Closes #21029

    Changed files

    • lib/file.c
  4. Change #261760

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:00:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d1d50d65ddb4b111a56c16fe6a32ab6d71b98be

    Comments

    protocol: use scheme names lowercase
    When composing the <scheme>_proxy environment variable, we assume the
    handler->scheme name is already lowercase.
    
    This makes unit test 1627 verify that is the case.
    
    Follow-up to c294f9cb564a2d550826cd5
    
    Spotted by Codex Security
    
    Closes #21033

    Changed files

    • lib/protocol.c
    • tests/unit/unit1627.c