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

Builder curl-ares-solaris11-i386 Build #5147

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision73c2b4b4355aab31561af4b74d2f9a7732f75ae8
Got Revision73c2b4b4355aab31561af4b74d2f9a7732f75ae8
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 19 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5147 Build
codebase Build
got_revision 73c2b4b4355aab31561af4b74d2f9a7732f75ae8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 73c2b4b4355aab31561af4b74d2f9a7732f75ae8 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed May 27 23:23:00 2026
EndThu May 28 00:39:22 2026
Elapsed1 hrs, 16 mins, 21 secs

All Changes:

:

  1. Change #268590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:12:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f8ed62c49c426fd7e06d4799f5b4e6533bcebe8

    Comments

    cf-h3-proxy.c: bring back include
    Without it, it breaks regular (non-unity) builds.
    
    Fix regression from 7e1001bcd69967707c
    
    Closes #21785

    Changed files

    • lib/cf-h3-proxy.c
  2. Change #268591

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:13:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ead2e13a8e26b517f29e90bf953e298de3cb2eb0

    Comments

    dnscache: remove Curl_dns_entry_link
    Unused function
    
    Closes #21774

    Changed files

    • lib/dnscache.c
    • lib/dnscache.h
  3. Change #268592

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:15:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bc2bf7917afbc4a0abb836f942e1a55e95494e4

    Comments

    http_proxy: make two proxy_create functions static
    And drop their `Curl_` prefixes. They are only used within this file.
    
    Closes #21775

    Changed files

    • lib/http_proxy.c
    • lib/http_proxy.h
  4. Change #268593

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:16:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98431e89bbfdae6ea096403fcd0cd1eb7599e3bc

    Comments

    creds: remove two unused functions
    Curl_creds_same_user and Curl_creds_same_password
    
    Closes #21776

    Changed files

    • lib/creds.c
    • lib/creds.h
  5. Change #268594

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:17:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73c2b4b4355aab31561af4b74d2f9a7732f75ae8

    Comments

    capsule: make capsule_encap_udp_hdr static
    And drop the Curl_ prefix.
    
    Closes #21777

    Changed files

    • lib/capsule.c
    • lib/capsule.h