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

Builder curl-ares-solaris10-i386 Build #3395

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 22 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3395 Build
codebase Build
got_revision f97d372703a08d2690b75e5f016fb7b19f109e86 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f97d372703a08d2690b75e5f016fb7b19f109e86 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 15 17:21:32 2025
EndThu May 15 21:04:29 2025
Elapsed3 hrs, 42 mins, 57 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