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

Builder curl-ares-solaris10-i386 Build #4307

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 42 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4307 Build
codebase Build
got_revision 0a7e1982fefb237832a256537d93e0ec4b30642a Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel McCarney
  2. Stefan Eissing
  3. kpcyrd

Timing:

StartFri Apr 10 23:00:14 2026
EndSat Apr 11 08:38:17 2026
Elapsed9 hrs, 38 mins, 2 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