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

Builder curl-ares-solaris11-sparc Build #4736

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 55 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 4736 Build
codebase Build
got_revision 36b9987acbc42734b1dab0e3f96d64aba1350839 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 36b9987acbc42734b1dab0e3f96d64aba1350839 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

Timing:

StartSat Nov 22 22:27:57 2025
EndSat Nov 22 22:32:05 2025
Elapsed4 mins, 7 secs

All Changes:

:

  1. Change #249636

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 22 Nov 2025 22:21:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ebef2f0d9e3d14c31bdc342235863ef30bdf7d1

    Comments

    tool_operate: fix case of ignoring return code in single_transfer
    When glob_url() returns error, stop.
    
    Closes #19649

    Changed files

    • src/tool_operate.c
  2. Change #249637

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 22 Nov 2025 22:22:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36b9987acbc42734b1dab0e3f96d64aba1350839

    Comments

    tool_operate: fix a case of ignoring return code in operate()
    If get_args() returns error, do not overwrite the variable in the next
    call.
    
    Also, avoid allocating memory for the default user-agent.
    
    Closes #19650

    Changed files

    • src/config2setopts.c
    • src/tool_operate.c
    • src/tool_paramhlp.c