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

Builder curl-unthreaded-solaris11-sparc Build #6198

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 39 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 6198 Build
codebase Build
got_revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8 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:

StartMon Aug 10 12:15:54 2026
EndMon Aug 10 12:47:48 2026
Elapsed31 mins, 54 secs

All Changes:

:

  1. Change #277667

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 10 Aug 2026 13:53:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8

    Comments

    DoH: improvements
    - decode results when individual requests are done
    - makes happy eyeballing start asap
    - remove doh_resp structures as no longer needed
    - remove CURL_DNS_TYPE_NS, CURL_DNS_TYPE_CNAME and
      CURL_DNS_TYPE_DNAME from DoH
    - DoH: do not set PIPEWAIT and SSL OPTS when url starts with http:
    - mark Doh master handle as dirty after every sub-request, not only the last
    - Doh: start probe on AAAA before A (was the other way).
    
    cf-dns: set EXPIRE_HAPPY_EYEBALLS timer when waiting 50ms on AAAA
    result or progress will not be triggered in time.
    
    Add debug env var CURL_DBG_HE_AAAA_AWAIT_MS to override the
    default 50ms on waiting for the AAAA result to arrive.
    
    test2100: set CURL_DBG_HE_AAAA_AWAIT_MS to 60 seconds to
    provide enough time for slow CI runs to sent all DoH requests.
    
    closes #22514

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/vdns/cf-dns.c
    • lib/vdns/doh.c
    • lib/vdns/doh.h
    • tests/data/test2100
    • tests/http/test_21_resolve.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c
    • tests/unit/unit1650.c