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

Builder curl-ares-solaris10-i386 Build #4294

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5fdb35a3bc788699a9af03fdc01282261f672829
Got Revision5fdb35a3bc788699a9af03fdc01282261f672829
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 27 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4294 Build
codebase Build
got_revision 5fdb35a3bc788699a9af03fdc01282261f672829 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5fdb35a3bc788699a9af03fdc01282261f672829 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Apr 5 23:19:46 2026
EndMon Apr 6 09:12:27 2026
Elapsed9 hrs, 52 mins, 40 secs

All Changes:

:

  1. Change #263585

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 15:23:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8968a68ebae70f5b61bb87194fd0975d3d0371f4

    Comments

    libssh: fix `-Wsign-compare` in 32-bit builds by dropping a redundant check
    Follow-up to 8c8eeba5225599a1f5750ece1d15751a8bfce0bb #21214 (wrong silencing)
    Follow-up to c049c37acd074a61bbd07eebe25fdf32af575a2a #18989 (add redundant check)
    Follow-up to c988ec9f41060144e175b519f9017c569ac8d3db #9328 (make check fail)
    Follow-up to 44a02d2532c4e6dabb8f2a074d52d5e99ff533be #9324 (add original check)
    
    Closes #21225

    Changed files

    • lib/vssh/libssh.c
  2. Change #263590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 05 Apr 2026 16:07:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7813d9a077b3e0723a9fb82676957e81f351368b

    Comments

    share: do bitshifts after the type is checked to be valid
    Fixes #21224
    Reported-by: bird on github
    Closes #21226

    Changed files

    • lib/curl_share.c
  3. Change #263607

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 16:45:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20756bcf9a5d7075732aaf3cf374ab3bd67cdde3

    Comments

    libssh: fix 64-bit printf mask for mingw-w64 <=6.0.0
    Fixing (dl-mingw, CM 6.4.0-i686 (mingw-w64 5.0.0) schannel !unity):
    ```
    lib/vssh/libssh.c: In function 'myssh_in_SFTP_QUOTE_STATVFS':
    lib/vssh/libssh.c:573:31: error: ISO C does not support the 'I' printf flag [-Werror=format=]
         char *tmp = curl_maprintf("statvfs:\n"
                                   ^~~~~~~~~~~~
    lib/vssh/libssh.c:573:31: error: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Werror=format=]
    lib/vssh/libssh.c:573:31: error: ISO C does not support the 'I' printf flag [-Werror=format=]
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/24002480364/job/70000685821
    
    mingw-w64 <=6.0.0 define `PRIu64` like this:
    ```
    ./inttypes.h:#define PRIu64 "I64u"
    ```
    
    Follow-up to 413a0fedd02c8c6df1d294534b8c6e306fcca7a2 #12346
    Cherry-picked from #21227
    
    Closes #21229

    Changed files

    • lib/vssh/libssh.c
  4. Change #263608

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 05 Apr 2026 16:53:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f22f08a0dfa8843b9f0c10e9227cd8890e64cb46

    Comments

    docs: noproxy wants the punycoded hostname version
    Reported-by: Mehtab Zafar
    
    Closes #21228

    Changed files

    • docs/cmdline-opts/noproxy.md
    • docs/libcurl/opts/CURLOPT_NOPROXY.md
  5. Change #263619

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 17:41:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b50c9d1cc778932d14524dca2eeea4958a9ffd0

    Comments

    GHA/windows: enable more options in 32-bit jobs
    c-ares, gnutls, libssh, openssl.
    
    Closes #21227

    Changed files

    • .github/workflows/windows.yml
  6. Change #263624

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 05 Apr 2026 17:47:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f3176e0be84b016973d0d0874acf906267ada791

    Comments

    CURLOPT_SOCKS5_AUTH.md: an access property
    Reported-by: Cutiapreta on hackerone
    Closes #21230

    Changed files

    • docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
  7. Change #263629

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 18:03:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af08d642ea77e433e7817bb0e4ee2bbbd5bb8e02

    Comments

    man: fix argument type for `CURLSHOPT_[UN]SHARE` options
    Closes #21232

    Changed files

    • docs/libcurl/opts/CURLSHOPT_SHARE.md
    • docs/libcurl/opts/CURLSHOPT_UNSHARE.md
  8. Change #263645

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 05 Apr 2026 22:03:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fdb35a3bc788699a9af03fdc01282261f672829

    Comments

    curl_setup.h: drop stray/unused `USE_OPENSSL_QUIC` guard
    Follow-up to 6aaac9dd388a64d0f511544496608693e1105d13 #20226
    
    Closes #21235

    Changed files

    • lib/curl_setup.h