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

Builder curl-ares-solaris10-sparc Build #3542

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3542 Build
codebase Build
got_revision 0a7e1982fefb237832a256537d93e0ec4b30642a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0a7e1982fefb237832a256537d93e0ec4b30642a Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. kpcyrd

Timing:

StartFri Apr 10 20:37:29 2026
EndSat Apr 11 08:38:47 2026
Elapsed12 hrs, 1 mins, 18 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