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

Builder curl-threaded-solaris10-i386 Build #3885

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 35 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-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 3885 Build
codebase Build
got_revision b06cd929bd9bdda2fe4dfced73a60bd503be6155 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b06cd929bd9bdda2fe4dfced73a60bd503be6155 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Nov 28 16:08:04 2025
EndFri Nov 28 16:10:49 2025
Elapsed2 mins, 44 secs

All Changes:

:

  1. Change #250390

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 28 Nov 2025 16:05:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12a3182fc39cb948792e9cc189887cd85b587bb0

    Comments

    ssh: tracing and better pollset handling
    Remove connection member `waitfor` and keep it in the SSH connection
    meta. Add `ssh` to supported tracing features, convert many DEBUGF
    printgs to traces.
    
    Closes #19745

    Changed files

    • docs/libcurl/curl_global_trace.md
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/ssh.h
  2. Change #250391

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 28 Nov 2025 16:05:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b06cd929bd9bdda2fe4dfced73a60bd503be6155

    Comments

    libssh: fix state machine loop to progress as it should

    Changed files

    • lib/vssh/libssh.c