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

Builder curl-unthreaded-solaris11-sparc Build #5796

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon May 11 16:32:38 2026
EndMon May 11 16:59:05 2026
Elapsed26 mins, 27 secs

All Changes:

:

  1. Change #266742

    Category curl
    Changed by amitbidlan <a.bidlanohnoyoudont@androots.co.jp>
    Changed at Mon 11 May 2026 16:19:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0e56e9ae434552bd6ac5570ed91483188d75788

    Comments

    hostip: remove unused MAX_HOSTCACHE_LEN and MAX_DNS_CACHE_SIZE
    These macros are leftovers from when DNS caching was moved out of
    hostip.c into its own source file. Both are still defined and used in
    lib/dnscache.c; the copies in lib/hostip.c are unreferenced.
    
    Detected with clang -Wunused-macros.
    
    Follow-up to 96d5b5c688
    Closes #21550

    Changed files

    • lib/hostip.c