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

Builder curl-unthreaded-solaris11-sparc Build #4555

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 57 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 4555 Build
codebase Build
got_revision c887a3f2f265b90e326efe140ff97dcd7280e180 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c887a3f2f265b90e326efe140ff97dcd7280e180 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Oct 31 16:35:05 2025
EndFri Oct 31 17:59:02 2025
Elapsed1 hrs, 23 mins, 57 secs

All Changes:

:

  1. Change #247200

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 31 Oct 2025 15:56:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e85cb4b7b88c2b2a21ff425eee071128106b085

    Comments

    scp/sftp: fix disconnect
    When a SCP/SFTP connection calls the protocol handler disconnect, it
    required the connections *and* the easy handles SSH meta data to be
    present. When the disconnect is called with an admin handle, the easy
    meta data is not present, which prevented the shutdown to run.
    
    The easy meta data is however not necessary to run the shutdown state
    machine. Calling it with a NULL `sshp` is fine. To avoid any mixups,
    check `sshp` in state operations that need it.
    
    Fixes #19293
    Reported-by: And-yW on github
    Closes #19295

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
  2. Change #247204

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Oct 2025 16:21:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c887a3f2f265b90e326efe140ff97dcd7280e180

    Comments

    BINDINGS.md: point flaky URL to archive.org
    To avoid linkcheck CI fails. It was failing regularly in the last months.

    Changed files

    • docs/BINDINGS.md