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

Builder curl-ares-solaris10-sparc Build #3705

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 34 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 54 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 7 15:10:05 2026
EndSat Aug 8 05:54:51 2026
Elapsed14 hrs, 44 mins, 46 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
  2. Change #277392

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Aug 2026 11:45:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff4bab0a68fcb1d3ffc31b61b71c877473dc04f4

    Comments

    ldap_do: refactor error handling and simplify show_vals function
    - (much) less code repetition
    
    - simplifies ldap_do somewhat
    
    Closes #22510

    Changed files

    • lib/ldap.c
  3. Change #277407

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Aug 2026 13:06:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a5d6a5502135a0dc8cc2c074a3913ba34c84440

    Comments

    curl_url_set.md: expand the CURLU_NO_AUTHORITY description
    Closes #22515

    Changed files

    • docs/libcurl/curl_url_set.md