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

Builder curl-threaded-solaris11-sparc Build #5548

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 8 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-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5548 Build
codebase Build
got_revision 4f316230fd7dab9fba2518df2529204302e193eb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4f316230fd7dab9fba2518df2529204302e193eb Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 27 16:57:13 2026
EndFri Mar 27 17:46:58 2026
Elapsed49 mins, 45 secs

All Changes:

:

  1. Change #262549

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Mar 2026 16:12:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff678be69a57ee9809adf37d759f8826507ffe0a

    Comments

    libssh: propagate error back in SFTP function
    The myssh_in_SFTP_READDIR_BOTTOM() function would not store the error
    code correctly thus it could be ignored and missed when an error was
    returned at that particular moment.
    
    Follow-up to 3c26e6a896247ccf872d3f1
    
    Found by Codex Security
    
    Closes #21122

    Changed files

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

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Mar 2026 16:50:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7d683c3ba3ebfa4c3e31926417f92a64686e1d0

    Comments

    tool_cb_hdr: use the file descriptor instead of calling fileno() again
    Follow-up to 6041b9b11b904c6430
    
    Closes #21126

    Changed files

    • src/tool_cb_hdr.c
  3. Change #262557

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Mar 2026 16:51:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f316230fd7dab9fba2518df2529204302e193eb

    Comments

    tool_util: fix the ftruncate use for DJGPP
    Follow-up to 6041b9b11b904c64305eb6c3f4
    
    Since we define ftruncate as a macro, we can't use the macro within
    the function!
    
    Closes #21125

    Changed files

    • src/tool_util.c