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

Builder curl-unthreaded-solaris10-sparc Build #13910

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 43 mins, 32 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13910 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-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. Stefan Eissing
  3. kpcyrd

Timing:

StartFri Apr 10 20:20:05 2026
EndSat Apr 11 08:21:47 2026
Elapsed12 hrs, 1 mins, 41 secs

All Changes:

:

  1. Change #264142

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 10 Apr 2026 14:29:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5542c23e7427b8ea8f6183f503f2935d88d5d65

    Comments

    pytest: adding support for dnsd test server
    Add tests to test_21 with checks for 'overrride-dns' from curlinfo.
    
    Closes #21289

    Changed files

    • tests/http/Makefile.am
    • tests/http/test_21_resolve.py
    • tests/http/testenv/__init__.py
    • tests/http/testenv/dnsd.py
    • tests/http/testenv/env.py
    • tests/server/dnsd.c
  2. 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
  3. 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