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

Builder curl-threaded-solaris10-sparc Build #3722

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7f6a75664f9fb45390193e492ee3361fb795d098
Got Revision7f6a75664f9fb45390193e492ee3361fb795d098
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 3 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Aug 7 07:45:31 2026
EndFri Aug 7 22:13:58 2026
Elapsed14 hrs, 28 mins, 26 secs

All Changes:

:

  1. Change #277368

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 07 Aug 2026 09:20:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f6a75664f9fb45390193e492ee3361fb795d098

    Comments

    dnsd: add support for DoH
    dnsd now opens UDP+TCP sockets and accepts http: DoH requests to obtain
    the same, configured answers (records, delays, error codes) as over UDP.
    
    DoH: use `async->queries_ongoing` like all other resolvers instead of
    the internal `pending` counter. Fixes waiting for results.
    
    Tests: in pytest, parameterize dnsd tests to use both DNS and DoH.
    
    Closes #22506

    Changed files

    • lib/vdns/doh.c
    • lib/vdns/doh.h
    • tests/http/test_21_resolve.py
    • tests/http/test_22_httpsrr.py
    • tests/http/testenv/env.py
    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/sws.c
    • tests/server/util.c