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

Builder curl-ares-solaris11-sparc Build #3938

Results:

Build successful

SourceStamp:

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

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 ...' ( 31 mins, 39 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 3938 Build
codebase Build
got_revision f97d372703a08d2690b75e5f016fb7b19f109e86 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f97d372703a08d2690b75e5f016fb7b19f109e86 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:

StartThu May 15 14:47:03 2025
EndThu May 15 16:21:28 2025
Elapsed1 hrs, 34 mins, 24 secs

All Changes:

:

  1. Change #229859

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 14:16:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c8cbbda5bee1c8d7989bb0dfbfaff3567e1ec7a

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #229861

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 14:32:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f97d372703a08d2690b75e5f016fb7b19f109e86

    Comments

    tool_operate: move config2setopts to separate file, split into subs
    To decrease size and complexity. Complexity taken down from 190 to 80.
    
    Bonus:
    
    - remove leftover HTTP/0.9 warning never triggered since hyper was dropped
    - remove the ftp-skip-ip option unless FTP is used
    - only set HTTP options if HTTP(S) is used
    - remove use of the pointless SETOPT_CHECK macro
    
    Side-effect:
    
    - The order of the options in --libcurl is modified
    
    Closes #17352

    Changed files

    • src/Makefile.inc
    • src/config2setopts.c
    • src/config2setopts.h
    • src/tool_operate.c
    • src/tool_setopt.h
    • tests/data/test1400
    • tests/data/test1401
    • tests/data/test1402
    • tests/data/test1403
    • tests/data/test1404
    • tests/data/test1405
    • tests/data/test1406
    • tests/data/test1407
    • tests/data/test1420
    • tests/data/test1465
    • tests/data/test1481