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

Builder curl-threaded-solaris11-i386 Build #4888

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Apr 4 15:56:05 2026
EndSat Apr 4 17:39:48 2026
Elapsed1 hrs, 43 mins, 42 secs

All Changes:

:

  1. Change #263457

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 13:55:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c8eeba5225599a1f5750ece1d15751a8bfce0bb

    Comments

    libssh: fix `-Wsign-compare` in 32-bit builds
    Seen with mingw-w64 i686 gcc 15.2.0 (mingw32):
    ```
    D:/a/curl/curl/lib/vssh/libssh.c: In function 'myssh_in_SFTP_QUOTE_STAT':
    D:/a/curl/curl/lib/vssh/libssh.c:1664:13: error: comparison of integer expressions
      of different signedness: 'time_t' {aka 'long int'} and 'unsigned int' [-Werror=sign-compare]
     1664 |     if(date > UINT_MAX)
          |             ^
    cc1.exe: all warnings being treated as errors
    ```
    Ref: https://github.com/curl/curl/actions/runs/23966805891/job/69908216152
    
    Cherry-picked from #21199
    
    Closes #21214

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 15:44:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f419afd058cc00c8a4d7177a34e8e6ce4be7547f

    Comments

    GHA/windows: switch 3 mingw-w64 jobs to ucrt64
    mingw-w64 (using msvcrt) is in legacy status.
    
    Ref: https://www.msys2.org/docs/environments/
    
    Closes #21213

    Changed files

    • .github/workflows/windows.yml
  3. Change #263467

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 15:52:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b8bb1a86afbaf967163bf6709b1825e11655bf5

    Comments

    GHA/windows: bump OpenSSH-Windows to v10, other improvements
    - use it in a mingw-w64 job.
    - add support for native ARM64 binaries.
    - add ability to use built-in OpenSSH server in mingw-w64 jobs.
    
    Cherry-picked from #21199
    
    Closes #21219

    Changed files

    • .github/workflows/windows.yml