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

Builder curl-ares-solaris10-sparc Build #3399

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 57 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3399 Build
codebase Build
got_revision 4c9e4e99c107b8d0bda5b204c5b69a50425567b9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4c9e4e99c107b8d0bda5b204c5b69a50425567b9 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. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Jan 7 16:32:16 2026
EndThu Jan 8 04:13:36 2026
Elapsed11 hrs, 41 mins, 20 secs

All Changes:

:

  1. Change #254394

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 07 Jan 2026 10:43:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 671df8d357cfb1532994d7d6d36cc8510a6f281a

    Comments

    config-plan9: set `HAVE_STDINT_H` again
    Follow-up to 1ecf2f11136f967deff6d2c124127250d2756c48 #16585 #15907
    Follow-up to 60359ad5049c42f333ac179a58cda87d6e4143a0 #12275
    
    Closes #20201

    Changed files

    • lib/config-plan9.h
  2. Change #254404

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 07 Jan 2026 12:44:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c25fdaf0810d9590e68cf06a939712e089aba8be

    Comments

    GHA/macos: merge two autotools `!ssl` jobs into others, switch one to cmake
    Number of jobs down to 34 (from 56 at end of last year.)
    Out of them 7 autotools (was 24 at end of last year.)
    
    Also:
    - stop install brew packages preinstalled.
    - make some dependency options explicit.
    
    Closes #20203

    Changed files

    • .github/workflows/macos.yml
  3. Change #254418

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 07 Jan 2026 14:30:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6e8531c03edcef9da222d1794d52d14247cd5ce

    Comments

    http/3: add description for known server error codes
    When a server resets a stream with an error code, list that code
    and its known name in the failure message of the transfer.
    
    Ref: #20195
    Closes #20202

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
  4. Change #254419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 07 Jan 2026 14:31:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f612acaa1936998677f5e664be706374de93efe

    Comments

    urlapi: split parts of parseurl() into sub functions
    - parse_file
    - parse_scheme
    - guess_scheme
    - handle_fragment
    - handle_query
    - handle_path
    
    Closes #20205

    Changed files

    • lib/urlapi.c
    • tests/data/test1560
  5. Change #254435

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 07 Jan 2026 16:10:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c9e4e99c107b8d0bda5b204c5b69a50425567b9

    Comments

    build: detect and include `inttypes.h` again
    For `PRI*` printf masks for fixed-size C99 types.
    
    Also:
    - add simple fallback for `PRIu32`, `PRIx32`, if `inttypes.h` is
      missing.
    
    Cherry-picked from #20200
    Ref: #20207
    Follow-up to 4701a6d2ae9f0b66a0feac4061868e944353449b #19695
    Ref: 60359ad5049c42f333ac179a58cda87d6e4143a0 #12275
    Closes #20208

    Changed files

    • .github/scripts/cmp-config.pl
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • lib/config-os400.h
    • lib/config-plan9.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h