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

Builder curl-threaded-solaris10-i386 Build #3431

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 46 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3431 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-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 15 14:54:18 2025
EndThu May 15 18:33:49 2025
Elapsed3 hrs, 39 mins, 31 secs

All Changes:

:

  1. Change #229857

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

    Comments

    CONTRIBUTE: add project guidelines for AI use
    Feedback-by: Daniel Fosco
    Feedback-by: Jimmy Sjölund
    Feedback-by: Christoph Jabs
    Feedback-by: Manuel Strehl
    Feedback-by: Dan Fandrich
    Feedback-by: Sarah Gooding
    
    Closes #17325

    Changed files

    • docs/CONTRIBUTE.md
  2. 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
  3. 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