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

Builder curl-unthreaded-solaris10-sparc Build #13814

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 39 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 29 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 13814 Build
codebase Build
got_revision 15a8a777b80edf3398fe045b946a4028aae46d83 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 15a8a777b80edf3398fe045b946a4028aae46d83 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
  2. Viktor Szakats

Timing:

StartMon Feb 9 13:43:12 2026
EndTue Feb 10 01:04:04 2026
Elapsed11 hrs, 20 mins, 52 secs

All Changes:

:

  1. Change #257210

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Feb 2026 15:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb56f325a4ebd4c3cb821fb8abde055343443827

    Comments

    curl_get_line: drop single-use macro
    Follow-up to 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9 #19140
    
    Closes #20542

    Changed files

    • lib/curl_get_line.c
  2. Change #257211

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Feb 2026 15:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c0019b08554a5386b515752a783e7eb7182eec8

    Comments

    curl_setup.h: drop extra header guard for internal include
    The included local header starts with this same guard. The original
    commit added it for fixing VMS builds along with many other changes, but
    without mention of this specific one in the commit message.
    
    `curl_setup.h` is included once, which includes `curl_setup_once.h`
    once, even if the latter wouldn't have it's own guard.
    
    Ref: 25f351424b353884bfe36f5e1c7a787b04b46932
    
    Closes #20544

    Changed files

    • lib/curl_setup.h
  3. Change #257212

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 08 Feb 2026 15:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdfc8dc7ad2e573dcfc08f2c5a0a67910ef9c0a6

    Comments

    build: tidy up and simplify `setmode()` detection and use
    - move macro to `curl_setup.h` (from curlx), and rename.
      It's required by src, test servers, libtests. Also used by unit/tunit,
      (which is fixable but this patch doesn't touch it.)
    - special-case it for Windows/Cygwin/MS-DOS.
    - build: drop `setmode()`/`_setmode()` detection.
      This also avoids detecting the different `setmode()` on BSDs,
      and a lot of complexity and overhead.
    - use `CURL_O_BINARY`.
    
    Follow-up to 250d613763dfc29f73010696ee7948f19d07dba9 #15787
    Follow-up to 5e70566094463b8463d4dc1bec9b66763a761c76 #15169
    
    Closes #20539

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • lib/Makefile.inc
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/curlx/binmode.h
    • lib/curlx/curlx.h
    • src/Makefile.inc
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • tests/libtest/first.c
    • tests/server/mqttd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
  4. Change #257293

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 08:42:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision afe9fdd1eb8b6ed7dbde54e0a5d48087b0c0b805

    Comments

    tests: convert base64 data to %b64[]
    To make it easier to read, understand and edit tests - and grep them.
    
    Closes #20547

    Changed files

    • tests/data/test1008
    • tests/data/test1021
    • tests/data/test1097
    • tests/data/test1100
    • tests/data/test1215
    • tests/data/test150
    • tests/data/test155
    • tests/data/test159
    • tests/data/test162
    • tests/data/test169
    • tests/data/test170
    • tests/data/test176
    • tests/data/test2025
    • tests/data/test2028
    • tests/data/test2029
    • tests/data/test2030
    • tests/data/test2031
    • tests/data/test2032
    • tests/data/test209
    • tests/data/test213
    • tests/data/test239
    • tests/data/test243
    • tests/data/test265
    • tests/data/test267
    • tests/data/test547
    • tests/data/test548
    • tests/data/test555
    • tests/data/test590
    • tests/data/test67
    • tests/data/test68
    • tests/data/test69
    • tests/data/test694
    • tests/data/test76
    • tests/data/test775
    • tests/data/test776
    • tests/data/test779
    • tests/data/test81
    • tests/data/test819
    • tests/data/test820
    • tests/data/test821
    • tests/data/test822
    • tests/data/test823
    • tests/data/test824
    • tests/data/test825
    • tests/data/test826
    • tests/data/test827
    • tests/data/test828
    • tests/data/test831
    • tests/data/test833
    • tests/data/test834
    • tests/data/test835
    • tests/data/test837
    • tests/data/test839
    • tests/data/test848
    • tests/data/test865
    • tests/data/test866
    • tests/data/test867
    • tests/data/test868
    • tests/data/test869
    • tests/data/test870
    • tests/data/test871
    • tests/data/test872
    • tests/data/test873
    • tests/data/test874
    • tests/data/test877
    • tests/data/test879
    • tests/data/test880
    • tests/data/test881
    • tests/data/test883
    • tests/data/test885
    • tests/data/test89
    • tests/data/test891
    • tests/data/test892
    • tests/data/test90
    • tests/data/test903
    • tests/data/test904
    • tests/data/test905
    • tests/data/test906
    • tests/data/test907
    • tests/data/test908
    • tests/data/test91
    • tests/data/test919
    • tests/data/test920
    • tests/data/test921
    • tests/data/test922
    • tests/data/test933
    • tests/data/test935
    • tests/data/test936
    • tests/data/test937
    • tests/data/test938
    • tests/data/test942
    • tests/data/test944
    • tests/data/test992
  5. Change #257300

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 08:50:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 950c7bb174c283bf202626ee32ebc21fa501f757

    Comments

    digest: escape double quotes and backslashes in realm and nonce
    change test 907 to use quote in realm to verify
    
    Fixes #20482
    Reported-by: cooldadpresident on github
    Closes #20545

    Changed files

    • lib/vauth/digest.c
    • tests/data/test907
  6. Change #257301

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 12:42:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 15a8a777b80edf3398fe045b946a4028aae46d83

    Comments

    VULN-DISCLOSURE-POLICY.md: mention GitHub quirks
    Closes #20541

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md