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

Builder curl-unthreaded-solaris11-i386 Build #4162

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 18 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4162 Build
codebase Build
got_revision b06cd929bd9bdda2fe4dfced73a60bd503be6155 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b06cd929bd9bdda2fe4dfced73a60bd503be6155 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Nov 28 16:08:06 2025
EndFri Nov 28 16:17:35 2025
Elapsed9 mins, 29 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