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

Builder curl-unthreaded-solaris11-sparc Build #5598

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8c8eeba5225599a1f5750ece1d15751a8bfce0bb
Got Revision8c8eeba5225599a1f5750ece1d15751a8bfce0bb
Changes1 change

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, 32 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 5598 Build
codebase Build
got_revision 8c8eeba5225599a1f5750ece1d15751a8bfce0bb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8c8eeba5225599a1f5750ece1d15751a8bfce0bb 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. Viktor Szakats

Timing:

StartSat Apr 4 14:05:21 2026
EndSat Apr 4 14:54:29 2026
Elapsed49 mins, 7 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