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

Builder curl-unthreaded-solaris11-sparc Build #4481

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 10 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 4481 Build
codebase Build
got_revision 990a23bb97915567415d5857ee6d862a1528f1af Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 990a23bb97915567415d5857ee6d862a1528f1af 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 Oct 19 15:19:02 2025
EndSun Oct 19 16:44:22 2025
Elapsed1 hrs, 25 mins, 20 secs

All Changes:

:

  1. Change #246121

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 13:46:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 026498df4349f779d70241fe628e64af3959d98c

    Comments

    mod_curltest: tidy-ups and small fixes
    - honor request id (`id=<number>`) in `curltest/put` and
      `curltest/sslinfo` handlers.
    - do not truncate `max_upload` input parameter.
    - delete unused variables.
    - formatting.
    
    Inspired by Joshua's report on tests.
    
    Closes #19061

    Changed files

    • tests/http/testenv/mod_curltest/mod_curltest.c
  2. Change #246124

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 14:28:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 990a23bb97915567415d5857ee6d862a1528f1af

    Comments

    libssh: return the proper error for readdir problems
    The code would return without setting sshc->actualcode or returning the
    CURLcode error.
    
    Reported by ZeroPath
    Closes #19135

    Changed files

    • lib/vssh/libssh.c