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

Builder curl-unthreaded-solaris10-sparc Build #13153

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 13 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13153 Build
codebase Build
got_revision f97d372703a08d2690b75e5f016fb7b19f109e86 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f97d372703a08d2690b75e5f016fb7b19f109e86 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 15 18:56:17 2025
EndFri May 16 03:27:27 2025
Elapsed8 hrs, 31 mins, 10 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