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

Builder curl-unthreaded-solaris11-i386 Build #5039

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5039 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. amitbidlan

Timing:

StartMon May 11 17:32:18 2026
EndMon May 11 18:34:02 2026
Elapsed1 hrs, 1 mins, 43 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
  2. Change #266746

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 17:01:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1

    Comments

    idn: replace header guards with forward declaration
    Follow-up to bc40e09f63889a8bc14fa8f7221921eb5b4a559e #21472
    
    Closes #21551

    Changed files

    • lib/idn.h