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

Builder curl-ares-solaris11-sparc Build #5110

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 17 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5110 Build
codebase Build
got_revision 3652127e81f0527f604338f4b950bf7a8bd4fe73 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartMon Jan 12 21:46:20 2026
EndMon Jan 12 22:54:26 2026
Elapsed1 hrs, 8 mins, 6 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