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

Builder curl-unthreaded-solaris11-i386 Build #3763

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 26 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 6 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 3763 Build
codebase Build
got_revision cc27bb07a8e6e7717175026a8ccaf1ff52e40274 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc27bb07a8e6e7717175026a8ccaf1ff52e40274 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:

StartTue Jul 29 19:44:02 2025
EndTue Jul 29 23:33:01 2025
Elapsed3 hrs, 48 mins, 59 secs

All Changes:

:

  1. Change #241167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 29 Jul 2025 16:15:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2ccfbf2fbdf1c22abf6c43882d1d5b84ab88bbf

    Comments

    tool_operate: simplify single_transfer
    - let the caller do the cleanup on fail
    - avoid gotos and use direct returns more
    - use while() loop
    
    Closes #18077

    Changed files

    • src/tool_cfgable.h
    • src/tool_operate.c
    • src/tool_operhlp.c
  2. Change #241168

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 29 Jul 2025 16:18:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc27bb07a8e6e7717175026a8ccaf1ff52e40274

    Comments

    config2setopts: set more options unconditionally
    This function would set some options to NULL and some not. This change
    now more consistently set the value, even if NULL/0/default.
    
    Also removes the 'new in [version]' comments as they were not
    consistently used and as they have moved around probably aren't correct
    anymore.
    
    Closes #18078

    Changed files

    • src/config2setopts.c