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

Builder curl-unthreaded-solaris11-i386 Build #4906

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 7 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 4906 Build
codebase Build
got_revision 0a7e1982fefb237832a256537d93e0ec4b30642a Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. kpcyrd

Timing:

StartFri Apr 10 16:05:01 2026
EndFri Apr 10 17:10:07 2026
Elapsed1 hrs, 5 mins, 6 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