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

Builder curl-unthreaded-solaris11-i386 Build #5379

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 7 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5379 Build
codebase Build
got_revision 0480ce153276b4a6f029ce5890fc0c493c07e8c3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0480ce153276b4a6f029ce5890fc0c493c07e8c3 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Sep 18 08:19:16 2026
EndFri Sep 18 10:43:27 2026
Elapsed2 hrs, 24 mins, 11 secs

All Changes:

:

  1. Change #282105

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 18 Sep 2026 09:52:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 01eff554af43e65bc4910f79c41e3090f46ac451

    Comments

    u32_ptrset: a set of uint32_t + void* values
    This replaces uint32_hash as a leaner and faster implementation.
    It uses the same internal logic as u8_strset for hashing ids.
    
    Use in http2 and QUIC implementations to connect `data->mid` to
    the `stream` struct of the protocol implementation.
    
    Unit test in test3211
    
    Remove uint-hashset.[ch] and its unit test.
    
    Closes #22986

    Changed files

    • lib/Makefile.inc
    • lib/http2.c
    • lib/u32_ptrset.c
    • lib/u32_ptrset.h
    • lib/uint-hash.c
    • lib/uint-hash.h
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2-cmn.h
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-quiche.c
    • lib/vquic/vquic_int.h
    • tests/data/Makefile.am
    • tests/data/test1616
    • tests/data/test3211
    • tests/unit/Makefile.inc
    • tests/unit/unit1399.c
    • tests/unit/unit1616.c
    • tests/unit/unit3211.c
  2. Change #282106

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Sep 2026 09:54:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0480ce153276b4a6f029ce5890fc0c493c07e8c3

    Comments

    perf-numparser: add number parsing performance test
    Closes #22990

    Changed files

    • tests/perf/Makefile.inc
    • tests/perf/README.md
    • tests/perf/numparser.c