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

Builder curl-unthreaded-solaris11-i386 Build #4782

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4782 Build
codebase Build
got_revision 2cdb2209da683aeb8e72f11933095af5478fbc4e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2cdb2209da683aeb8e72f11933095af5478fbc4e Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 20 14:44:22 2026
EndFri Mar 20 18:07:03 2026
Elapsed3 hrs, 22 mins, 41 secs

All Changes:

:

  1. Change #261722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 11:31:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae

    Comments

    build: limit `unitprotos.h` include to `units` target
    To omit it from `tunits`.
    
    Also: move the include to `unitcheck.h` to save a guard.
    
    Ref: https://github.com/curl/curl/pull/21014#issuecomment-4093742896
    Reported-by: Daniel Stenberg
    Fixes #21021
    Follow-up to 98d8e82c7471232639841eb63e16bb979a30acb4 #21014
    
    Closes #21024

    Changed files

    • tests/libtest/first.h
    • tests/libtest/unitcheck.h
  2. Change #261728

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 11:57:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 756725a32bee029330f949e231720f867b5312dc

    Comments

    tool_operate: drop the scheme-guessing in the -G handling
    Prior to this, -G would override the scheme set with --proto-default and
    revert back to guessing the scheme based on the hostname.
    
    Add test 2008 to verify the fix
    
    Spotted by Codex Security
    
    Closes #20992

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test2008
  3. 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
  4. 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