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

Builder curl-unthreaded-solaris11-sparc Build #5500

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSat Mar 21 12:27:56 2026
EndSat Mar 21 13:29:05 2026
Elapsed1 hrs, 1 mins, 8 secs

All Changes:

:

  1. Change #261820

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 21 Mar 2026 12:04:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96d5b5c688c48a8f58ded1563ed0c5c47c877e32

    Comments

    dnscache: own source file, improvements
    - Rename `Curl_resolv_unlink()` to `Curl_dns_entry_unlink()`.
    - Change `Curl_dnscache_get()` to return CURLcode result. Returns
      now `CURLE_COULDNT_RESOLVE_HOST` for "negative" cache entries.
    - Add `Curl_dnscache_add_negative()` to put a "negative" entry
      into the cache.
    
    Closes #20864

    Changed files

    • docs/ECH.md
    • lib/Makefile.inc
    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-socket.c
    • lib/connect.c
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/dnscache.c
    • lib/dnscache.h
    • lib/doh.c
    • lib/doh.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/multi.c
    • lib/multihandle.h
    • lib/setopt.c
    • lib/socks.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/first.h
    • tests/unit/unit1305.c