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

Builder curl-ares-solaris10-sparc Build #3445

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncdfc8dc7ad2e573dcfc08f2c5a0a67910ef9c0a6
Got Revisioncdfc8dc7ad2e573dcfc08f2c5a0a67910ef9c0a6
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 11 mins, 56 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3445 Build
codebase Build
got_revision cdfc8dc7ad2e573dcfc08f2c5a0a67910ef9c0a6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cdfc8dc7ad2e573dcfc08f2c5a0a67910ef9c0a6 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. Viktor Szakats

Timing:

StartSun Feb 8 17:46:16 2026
EndMon Feb 9 12:18:04 2026
Elapsed18 hrs, 31 mins, 48 secs

All Changes:

:

  1. Change #257173

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Feb 2026 23:26:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aa0be708b9d0c3f147887dbd153d8593294f2717

    Comments

    url.c: restore mistaken comment change
    Follow-up to d7a9f1ab15
    
    Closes #20540

    Changed files

    • lib/url.c
  2. 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
  3. 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
  4. 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