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

Builder curl-ares-solaris11-i386 Build #5366

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 35 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 5366 Build
codebase Build
got_revision 2db7d4d6ea6c2f58c1a545acac43db61b21ff9c6 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2db7d4d6ea6c2f58c1a545acac43db61b21ff9c6 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:

StartFri Sep 11 06:57:06 2026
EndFri Sep 11 07:01:52 2026
Elapsed4 mins, 46 secs

All Changes:

:

  1. Change #281429

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 11 Sep 2026 08:23:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2db7d4d6ea6c2f58c1a545acac43db61b21ff9c6

    Comments

    lib: make private functions static and remove unused code
    - multi: make multi_xfers_running() static
    - hash: made hash_str() static
    - splay: make splay() static
    - splay: make Curl_splayget() present only for unittests
    - splay: make splaygetbest() static
    - splay: make splayinsert() static
    - splay: make splayremove() static
    - splay: remove Curl_splayset(): not used
    - uint-hashset: make u8_strset_set() static
    - llist: make llist_insert_next() static
    - sendf: remove Curl_creader_resume_from(), not used anymore
    
    Closes #22906

    Changed files

    • docs/internals/LLIST.md
    • docs/internals/SPLAY.md
    • lib/hash.c
    • lib/hash.h
    • lib/llist.c
    • lib/llist.h
    • lib/multi.c
    • lib/multiif.h
    • lib/sendf.c
    • lib/sendf.h
    • lib/splay.c
    • lib/splay.h
    • lib/uint-hashset.c
    • lib/uint-hashset.h
    • tests/unit/unit1300.c
    • tests/unit/unit1309.c
    • tests/unit/unit1603.c
    • tests/unit/unit3211.c