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

Builder curl-ares-solaris11-sparc Build #4309

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Aug 5 08:12:29 2025
EndTue Aug 5 09:09:23 2025
Elapsed56 mins, 53 secs

All Changes:

:

  1. Change #242046

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 Aug 2025 08:05:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df2b4ccc229c9de61dd798e4b3a7cf74a073144e

    Comments

    hostip: cache negative name resolves
    Hold them for half the normal lifetime. Helps when told to transfer N
    URLs in quick succession that all use the same non-resolving hostname.
    
    Done by storing a DNS entry with a NULL pointer for 'addr'.
    
    Previously an attempt was made in #12406 by Björn Stenberg that was
    ultimately never merged.
    
    Closes #18157

    Changed files

    • docs/TODO
    • docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.md
    • docs/tests/FILEFORMAT.md
    • lib/asyn-thrdd.c
    • lib/hostip.c
    • tests/data/Makefile.am
    • tests/data/test2104
    • tests/data/test655
    • tests/libtest/lib655.c
    • tests/runtests.pl
    • tests/server/dnsd.c