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

Builder curl-unthreaded-solaris11-i386 Build #4761

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 45 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4761 Build
codebase Build
got_revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a 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

Timing:

StartMon Mar 16 18:07:18 2026
EndMon Mar 16 21:00:33 2026
Elapsed2 hrs, 53 mins, 14 secs

All Changes:

:

  1. 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