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

Builder curl-unthreaded-solaris11-i386 Build #4483

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 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 4483 Build
codebase Build
got_revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d 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
  2. dependabot[bot]

Timing:

StartTue Jan 13 23:59:11 2026
EndWed Jan 14 03:09:20 2026
Elapsed3 hrs, 10 mins, 8 secs

All Changes:

:

  1. Change #255156

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 21:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60f9d3dd7b52ec6eed890e74856de767de6b6a34

    Comments

    build: omit forward declarations
    - drop redundant forward declarations.
    - reorder local functions to not need forward declarations.
    - tftpd: merge two `ifdef` blocks.
    
    Closes #20297

    Changed files

    • lib/curlx/inet_pton.c
    • lib/hostip.c
    • lib/http_aws_sigv4.c
    • lib/parsedate.c
    • lib/vtls/openssl.c
    • src/tool_cb_hdr.c
    • tests/http/testenv/mod_curltest/mod_curltest.c
    • tests/server/sws.c
    • tests/server/tftpd.c
  2. Change #255157

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 21:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1593eeb264c8a5e5cc55e00e1d9a4fa373aa4c2a

    Comments

    mime: drop fallback for unused `R_OK` macro
    Follow-up to fc81bf42bea37d1381c9796311df014b09ac3b30 #13497
    
    Closes #20298

    Changed files

    • lib/mime.c
  3. Change #255171

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 13 Jan 2026 23:17:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad8374aedc93225f564bbf190ccfc5ede763f7c9

    Comments

    GHA: bump pip-dependencies
    - update `ruff` from 0.14.10 to 0.14.11
    - update `filelock` from 3.20.1 to 3.20.3 (CVE-2026-22701) (used in pytests)
    - update `psutil` from 7.2.0 to 7.2.1
    
    Closes #20300

    Changed files

    • .github/scripts/requirements.txt
    • tests/http/requirements.txt
  4. Change #255172

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 Jan 2026 23:17:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d

    Comments

    build: globally suppress DJGPP warnings in `FD_SET()`
    Replacing the many local `#pragma` used before this patch,
    reducing the number of `__DJGPP__` guards from 58 to 13.
    
    Closes #20299

    Changed files

    • CMake/PickyWarnings.cmake
    • configure.ac
    • docs/examples/sendrecv.c
    • lib/cshutdn.c
    • lib/multi.c
    • src/tool_cb_rea.c
    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
    • tests/libtest/lib758.c
    • tests/server/mqttd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c