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

Builder curl-unthreaded-solaris11-sparc Build #5640

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 27 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 5640 Build
codebase Build
got_revision 0a7e1982fefb237832a256537d93e0ec4b30642a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0a7e1982fefb237832a256537d93e0ec4b30642a 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 McCarney
  2. kpcyrd

Timing:

StartFri Apr 10 16:04:59 2026
EndFri Apr 10 16:28:34 2026
Elapsed23 mins, 34 secs

All Changes:

:

  1. Change #264149

    Category curl
    Changed by kpcyrd <gitohnoyoudont@rxv.cc>
    Changed at Fri 10 Apr 2026 15:58:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce05754c7c3062257999d2d7e9330dd8a792e2f3

    Comments

    rustls: handle EOF during initial handshake
    Closes #21242

    Changed files

    • lib/vtls/rustls.c
  2. Change #264150

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Fri 10 Apr 2026 15:58:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a7e1982fefb237832a256537d93e0ec4b30642a

    Comments

    tests/http: add abrupt server close test
    Test that connecting to a server that immediately closes the connection
    produces an error instead of hanging/timing out.

    Changed files

    • tests/http/test_05_errors.py