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

Builder curl-unthreaded-solaris11-sparc Build #6186

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 31 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6186 Build
codebase Build
got_revision 7f6a75664f9fb45390193e492ee3361fb795d098 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7f6a75664f9fb45390193e492ee3361fb795d098 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Aug 7 07:45:32 2026
EndFri Aug 7 08:38:32 2026
Elapsed53 mins, 0 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