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

Builder curl-unthreaded-solaris11-i386 Build #4568

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 54 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4568 Build
codebase Build
got_revision 41880875adb0db136e2bd588e40c96a80f4f27cf Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41880875adb0db136e2bd588e40c96a80f4f27cf Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jan 28 15:27:24 2026
EndWed Jan 28 18:22:00 2026
Elapsed2 hrs, 54 mins, 36 secs

All Changes:

:

  1. Change #256568

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 12:05:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision feb52be197c695fa783d68c11924f474c2add6b7

    Comments

    build: assume `stdint.h`
    curl requires `stdint.h` from C99, and no longer builds without it since
    v8.18.0 (after dropping VS2008 support). Assume it's available, drop
    feature checks.
    
    Also:
    - drop duplicate `stdint.h` includes.
    - introduce internal `HAVE_UINTPTR_T`, enabled by default.
    - OS400: disable `HAVE_UINTPTR_T`.
    - build: keep cmake pre-fill and `cmp-config.pl` exception because cmake
      and autotools both detect `stdint.h` implicitly.
    
    Co-authored-by: Dan Fandrich
    Ref: #20405
    Ref: #20384
    Follow-up to 2e1a045d8985e5daa4d9a4f908ed870a16d8e41e #17931
    
    Closes #20406

    Changed files

    • CMakeLists.txt
    • configure.ac
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curlx/timeval.c
    • lib/doh.h
    • lib/dynhds.h
    • lib/formdata.c
    • lib/hostip.h
    • lib/http.h
    • lib/http2.c
    • lib/vtls/cipher_suite.h
  2. Change #256576

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 14:39:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 483f4291fb8134a31c437e82212d541782121ad7

    Comments

    build: replace `send`/`recv` with `swrite`/`sread` where missing
    Also:
    - checksrc: ban `send` and `recv`, as documented in `CODE_STYLE.md`.
    
    Follow-up to 9a2663322c330ff11275abafd612e9c99407a94a #17572
    Ref: a585cc35e57fc06806443207e31a244c9df029bb #20097
    Ref: #20441
    
    Closes #20459

    Changed files

    • lib/multi.c
    • lib/vquic/vquic.c
    • scripts/checksrc.pl
    • src/tool_cb_rea.c
    • src/tool_doswin.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
  3. Change #256581

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 15:09:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e5cc08d25075215a632f628eebeb1a2f410a158

    Comments

    tests/server: replace 4 remaining `send()` calls with `swrite()`
    They were masked by `()`, which was also not necessary anymore.
    
    Follow-up to 483f4291fb8134a31c437e82212d541782121ad7 #20459
    Follow-up to a585cc35e57fc06806443207e31a244c9df029bb #20097
    Follow-up to bf7375ecc50e857760b0d0a668c436e208a400bd #18503
    
    Closes #20460

    Changed files

    • tests/server/socksd.c
  4. Change #256582

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 15:09:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41880875adb0db136e2bd588e40c96a80f4f27cf

    Comments

    tests/server: drop stray casts from `swrite`/`sread` arguments
    Closes #20461

    Changed files

    • tests/server/mqttd.c