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

Builder curl-ares-solaris11-i386 Build #4482

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3652127e81f0527f604338f4b950bf7a8bd4fe73
Got Revision3652127e81f0527f604338f4b950bf7a8bd4fe73
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartMon Jan 12 21:46:22 2026
EndTue Jan 13 00:12:33 2026
Elapsed2 hrs, 26 mins, 11 secs

All Changes:

:

  1. Change #255033

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Mon 12 Jan 2026 21:36:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3652127e81f0527f604338f4b950bf7a8bd4fe73

    Comments

    tool_cb_hdr: suppress header output when --out-null
    This change brings --out-null more in line with the documentation which
    says --out-null is expected to behave like a portable -o /dev/null.
    
    Prior to this change curl did not suppress the header output from --head
    when --out-null was used to suppress output.
    
    Assisted-by: Daniel Stenberg
    Reported-by: Andrew Kvalheim
    
    Ref: https://curl.se/docs/manpage.html#--out-null
    
    Fixes https://github.com/curl/curl/discussions/20235
    Closes https://github.com/curl/curl/pull/20256

    Changed files

    • src/tool_cb_hdr.c
    • tests/data/test756