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

Builder curl-ares-solaris11-i386 Build #4930

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86f1e5b3f6c90e453368fdf23c366c1d4a8c953b
Got Revision86f1e5b3f6c90e453368fdf23c366c1d4a8c953b
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 52 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4930 Build
codebase Build
got_revision 86f1e5b3f6c90e453368fdf23c366c1d4a8c953b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86f1e5b3f6c90e453368fdf23c366c1d4a8c953b Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Apr 14 16:55:01 2026
EndTue Apr 14 18:28:27 2026
Elapsed1 hrs, 33 mins, 25 secs

All Changes:

:

  1. Change #264484

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 14 Apr 2026 16:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcd94e275076680bcad673478950ab19a7b2c9ee

    Comments

    socks: use dns filter for resolving
    Use a dns connection filter to resolve hostnames where their addresses
    are locally resolved and forwarded to the SOCKS proxy.
    
    This makes all improvements, like in #21295 for example, also apply
    to socks connections. Curl_resolv() is now only called from a DNS
    filter.
    
    (ftp still calls Curl_resolv_blocking() in two places, one of which
     may be replaceable with a DNS filter as well to remove the block, tbd)
    
    Closes #21297

    Changed files

    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/socks.c
  2. Change #264485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 14 Apr 2026 16:49:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86f1e5b3f6c90e453368fdf23c366c1d4a8c953b

    Comments

    test dnsd: implement delayed responses
    Add "Delay-A: ms", "Delay-AAAA: ms" and "Delay-HTTPS: ms" to the test
    dnsd config and implement delayed response handling.
    
    Add test_21_09 and test_21_10 to check that delayed responses connect
    using the undelayed address family.
    
    Closes #21299

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/asyn-thrdd.c
    • src/config2setopts.c
    • src/tool_operate.c
    • tests/http/test_21_resolve.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c