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

Builder curl-ares-solaris11-sparc Build #5463

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision29cb750fc2bdd8a00eb32fb4ace28705fba1e31a
Got Revision29cb750fc2bdd8a00eb32fb4ace28705fba1e31a
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 59 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 5463 Build
codebase Build
got_revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Mar 16 15:40:13 2026
EndMon Mar 16 16:50:28 2026
Elapsed1 hrs, 10 mins, 14 secs

All Changes:

:

  1. Change #261191

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 14:24:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3525ed9b2f1d63a6da1dc0aac835a04ad5073854

    Comments

    ECH.md: replace double-backticks with single ones
    Also fix a indent/space nits.
    
    Closes #20937

    Changed files

    • docs/ECH.md
  2. Change #261200

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 15:31:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a

    Comments

    tool_cb_wrt: fix no-clobber error handling
    When saving a file with --no-clobber, make sure the existing file name
    remains set when creating the name fails. In a retry scenario, it comes
    back and uses that variable again.
    
    Add test 3036 to verify.
    
    Reported-by: James Fuller
    Closes #20939

    Changed files

    • src/tool_cb_wrt.c
    • tests/data/Makefile.am
    • tests/data/test3036