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

Builder curl-ares-solaris10-sparc Build #3506

Build In Progress:

ETA: 15:50:57 [15 mins, 43 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision372d721e92899b138e92dcae83d3c3af590e502f
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3506 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 372d721e92899b138e92dcae83d3c3af590e502f Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Patrick Monnerat
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Mar 24 11:19:33 2026
Elapsed4 hrs, 15 mins, 40 secs

All Changes:

:

  1. Change #262131

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 23:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 664db28d2972d5ee82eb41473006a0d72346f3c5

    Comments

    test2405: require wakeup
    To get the correct file descriptor count
    
    Reported-by: Marcel Raad
    Fixes #21069
    Closes #21074

    Changed files

    • tests/data/test2405
  2. Change #262135

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Mar 2026 23:03:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f9f4b3cb777633a40ca0d6746843b428a0390b6

    Comments

    lib: add thread pool and queue
    - new source files for thread pool and queue
    - test cases 3217 and 3218 for them
    - internal documentation
    
    Closes #20916

    Changed files

    • docs/Makefile.am
    • docs/internals/THRDPOOL+QUEUE.md
    • lib/Makefile.inc
    • lib/curl_threads.c
    • lib/curl_threads.h
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/memdebug.c
    • lib/thrdpool.c
    • lib/thrdpool.h
    • lib/thrdqueue.c
    • lib/thrdqueue.h
    • tests/data/Makefile.am
    • tests/data/test3300
    • tests/data/test3301
    • tests/unit/Makefile.inc
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c
  3. Change #262140

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Mar 2026 08:17:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 14712fa513c93aff10c6ae56d3ecf323452eec68

    Comments

    curl_version_info.md: clarify age details
    The argument is not used.
    
    Fixes #21052
    Reported-by: Dan Fandrich
    Closes #21059

    Changed files

    • docs/libcurl/curl_version_info.md
  4. Change #262143

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Mar 2026 08:49:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29dfc0238caea63ba128404c2de069a2aa3651fa

    Comments

    tool_getparam: use correct free function for libcurl memory
    Memory returned from curl_easy_escape() should be fred with curl_free()
    to avoid surprises.
    
    Follow-up to f37840a46e5eddaf109c16fa7
    
    Spotted by Codex Security
    Closes #21075

    Changed files

    • src/tool_getparam.c
  5. Change #262144

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Mar 2026 08:52:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5023d2fe270a62540f4761223dd9842547385b17

    Comments

    DEPRECATE: remove NTLM, SMB and local crypto implementations
    Closes #21079

    Changed files

    • docs/DEPRECATE.md
  6. Change #262148

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Mar 2026 09:09:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 949b1ff34e720aa4573659c4d007e1c73e2d63f8

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #262152

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Tue 24 Mar 2026 09:27:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 54f493772978b397539e63265e85013b45291567

    Comments

    OS400: add new definitions to the ILE/RPG binding.
    Also update supported protocols list in README.OS400.
    
    Fixes #20672
    Closes #21066

    Changed files

    • lib/config-os400.h
    • projects/OS400/README.OS400
    • projects/OS400/curl.inc.in
  8. Change #262158

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Mar 2026 10:48:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18f88739ffff15164947be8a69e4848fb21032f6

    Comments

    tool_setopt: return error on OOM correctly
    When generating mime code for the --libcurl option.
    
    Follow-up to acdb48272a53fe97f63e5
    
    Spotted by Codex Security
    
    Closes #21083

    Changed files

    • src/tool_setopt.c
  9. Change #262160

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Mar 2026 11:08:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 372d721e92899b138e92dcae83d3c3af590e502f

    Comments

    wolfssl: document v5.0.0 (2021-11-01) as minimum required
    The previously documented version was based on version checks made in
    the source. In practice though, curl doesn't build with <5.0.0.
    
    Also:
    - bump main internal version check.
    - drop superfluous internal version checks.
    
    Closes #21080

    Changed files

    • docs/INTERNALS.md
    • lib/vtls/wolfssl.c