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

Builder curl-threaded-solaris10-sparc Build #2804

Build In Progress:

ETA: 07:50:36 [1 hrs, 42 mins, 8 secs]

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf0bf43e20936cf4aa266521508c3e7b2a2feebad
Got Revisionf0bf43e20936cf4aa266521508c3e7b2a2feebad
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 35 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu May 15 21:31:41 2025
Elapsed8 hrs, 36 mins, 46 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
  4. Change #229881

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 15 May 2025 18:58:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80768248700ae1e33fdedffd2e8bd78167b793aa

    Comments

    GHA/curl-for-win: build one job with classic zlib
    curl-for-win switched to zlib-ng by default. Switch curl's explicit
    zlib-ng job to classic zlib to keep testing that build path.
    
    Ref: https://github.com/curl/curl-for-win/pull/79
    Ref: https://github.com/curl/curl-for-win/commit/5aed6363cd1051b560b3f7c57c97e04bf8cd74cb
    
    Closes #17357

    Changed files

    • .github/workflows/curl-for-win.yml
  5. Change #229883

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

    Comments

    docs/libcurl: mention sensitive data/headers
    In the CURLOPT_DEBUGFUNCTION and CURLOPT_VERBOSE documentation.
    
    Mentioned-by: Gordon Parke
    Fixes #17353
    Closes #17355

    Changed files

    • docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
    • docs/libcurl/opts/CURLOPT_VERBOSE.md
  6. Change #229885

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

    Comments

    libssh2: split up ssh_statemachine
    Into many sub functions.
    
    Complexity taken down from 150 to 37.
    
    Closes #17356

    Changed files

    • lib/vssh/libssh2.c