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

Builder curl-unthreaded-solaris11-sparc Build #5264

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 8 15:58:28 2026
EndSun Feb 8 17:22:15 2026
Elapsed1 hrs, 23 mins, 46 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