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

Builder curl-threaded-solaris11-i386 Build #3911

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 8 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 3911 Build
codebase Build
got_revision 990a23bb97915567415d5857ee6d862a1528f1af Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 990a23bb97915567415d5857ee6d862a1528f1af 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Oct 19 15:29:27 2025
EndSun Oct 19 18:16:26 2025
Elapsed2 hrs, 46 mins, 59 secs

All Changes:

:

  1. Change #246119

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 13:17:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fffc16dd9c4ad063ecee2ac073266120b203e136

    Comments

    smtp: return value ignored
    Return value from Curl_client_write was overwritten by
    smtp_perform_command making errors ignored.
    
    Pointed out by ZeroPath
    
    Closes #19136

    Changed files

    • lib/smtp.c
  2. 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
  3. 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