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

Builder curl-unthreaded-solaris11-i386 Build #4723

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 6 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4723 Build
codebase Build
got_revision 13f48dfb529accc821fb035448887727b121993e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 13f48dfb529accc821fb035448887727b121993e 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

Timing:

StartSat Mar 7 23:55:26 2026
EndSun Mar 8 02:40:16 2026
Elapsed2 hrs, 44 mins, 49 secs

All Changes:

:

  1. Change #260235

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 23:47:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b552e60a9593d31026e30f3bd4006d473763e87

    Comments

    quiche: use PRIu64 for outputting the stream id
    The 'id' struct field in 'struct h3_stream_ctx' is a uint64_t type so
    should be output with PRIu64 - and it makes sense to be consistent.
    
    Note that the field with the same name in the ngtcp2 version of this
    struct is a *signed* 64-bit variable.
    
    Reported by Codex Security
    
    Closes #20849

    Changed files

    • lib/vquic/curl_quiche.c
  2. Change #260236

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 07 Mar 2026 23:49:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13f48dfb529accc821fb035448887727b121993e

    Comments

    docs: avoid starting sentences with However,
    An unnecessary filling word
    
    Closes #20834

    Changed files

    • .github/scripts/badwords.txt
    • docs/CIPHERS.md
    • docs/FAQ.md
    • docs/GOVERNANCE.md
    • docs/INSTALL.md
    • docs/KNOWN_BUGS.md
    • docs/TODO.md
    • docs/URL-SYNTAX.md
    • docs/cmdline-opts/_OPTIONS.md
    • docs/cmdline-opts/doh-url.md
    • docs/cmdline-opts/post301.md
    • docs/cmdline-opts/post302.md
    • docs/cmdline-opts/tcp-nodelay.md
    • docs/cmdline-opts/verbose.md
    • docs/examples/usercertinmem.c
    • docs/internals/CLIENT-READERS.md
    • docs/internals/MID.md
    • docs/internals/TLS-SESSIONS.md
    • docs/libcurl/curl_ws_start_frame.md
    • docs/libcurl/libcurl-security.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/libcurl.md
    • docs/libcurl/opts/CURLOPT_MAIL_AUTH.md
    • docs/libcurl/opts/CURLOPT_MAIL_RCPT.md
    • docs/libcurl/opts/CURLOPT_POSTREDIR.md
    • docs/libcurl/opts/CURLOPT_TCP_NODELAY.md
    • lib/bufq.h
    • lib/config-os400.h
    • lib/cookie.c
    • lib/curlx/fopen.c
    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vtls/vtls_scache.c