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

Builder curl-ares-solaris10-sparc Build #3483

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9a674ee6f7ba0726844edbee1592b69e6e7f630c
Got Revision9a674ee6f7ba0726844edbee1592b69e6e7f630c
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 53 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 8 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 45 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3483 Build
codebase Build
got_revision 9a674ee6f7ba0726844edbee1592b69e6e7f630c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9a674ee6f7ba0726844edbee1592b69e6e7f630c Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. dbalsom

Timing:

StartSun Mar 8 12:57:16 2026
EndMon Mar 9 06:47:47 2026
Elapsed17 hrs, 50 mins, 30 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
  3. Change #260237

    Category curl
    Changed by dbalsom <dbalsomohnoyoudont@gmail.com>
    Changed at Sat 07 Mar 2026 23:52:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a674ee6f7ba0726844edbee1592b69e6e7f630c

    Comments

    docs: replace instances of the vague qualifier 'quite'
    in documentation and comments
    
    Closes #20841

    Changed files

    • docs/CONTRIBUTE.md
    • docs/FAQ.md
    • docs/HISTORY.md
    • docs/internals/CHECKSRC.md
    • docs/libcurl/libcurl-tutorial.md
    • lib/asyn-ares.c
    • lib/multi.c