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

Builder curl-unthreaded-solaris11-sparc Build #5607

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf22f08a0dfa8843b9f0c10e9227cd8890e64cb46
Got Revisionf22f08a0dfa8843b9f0c10e9227cd8890e64cb46
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 44 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 5607 Build
codebase Build
got_revision f22f08a0dfa8843b9f0c10e9227cd8890e64cb46 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f22f08a0dfa8843b9f0c10e9227cd8890e64cb46 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Apr 5 17:05:24 2026
EndSun Apr 5 17:53:42 2026
Elapsed48 mins, 18 secs

All Changes:

:

  1. 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
  2. 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