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

Builder curl-unthreaded-solaris10-sparc Build #14059

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 39 mins, 49 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 mins, 30 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Ramesh Adhikari
  2. Viktor Szakats

Timing:

StartFri Jul 31 15:02:03 2026
EndSat Aug 1 06:51:05 2026
Elapsed15 hrs, 49 mins, 1 secs

All Changes:

:

  1. Change #276620

    Category curl
    Changed by Ramesh Adhikari <adhikari.resumeohnoyoudont@gmail.com>
    Changed at Fri 31 Jul 2026 09:30:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision decc6090851236ec6b09ce79433283867d4d9746

    Comments

    h3-proxy: fix NULL deref when non-:status header arrives before :status
    Closes #22449

    Changed files

    • lib/vquic/cf-ngtcp2-proxy.c
  2. Change #276635

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cb21a37a68d347e79e06bec648cfa1be44e3944d

    Comments

    build: assume POSIX `select()` is available
    This change effectively replaces an explicit compile-time #error with
    a missing prototype error in environments not offering `select()`, and
    saves curl-compatible systems from performing an explicit feature check.
    
    Refs:
    https://pubs.opengroup.org/onlinepubs/009695399/functions/pselect.html
    https://linux.die.net/man/2/select
    
    Closes #22448

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • lib/config-mac.h
    • lib/config-os400.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curlx/wait.c
    • lib/select.c
  3. Change #276636

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca48bd076dfe108b22137340a9d050bb1c09ec24

    Comments

    curl_ed25519: tidy-up backend fallback
    Sync fallback logic with other crypto algos to:
    
    - allow falling back to the next backend candidate when wolfSSL does not
      have ed25519 built in.
    
    - de-duplicate fallback code.
    
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22450

    Changed files

    • lib/curl_ed25519.c
  4. Change #276637

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 12:38:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9f66196948e9e29e7cfd1d66357072c8ab1da11

    Comments

    curl_ed25519: drop unused wolfSSL random generator
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22451

    Changed files

    • lib/curl_ed25519.c
  5. Change #276642

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Jul 2026 13:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 527573490eb2564b3d7c9dd51d8bff963b5d6303

    Comments

    GHA/http3-linux: enable HTTPSIG in jobs running tests
    To test HTTPSIG with all supported OpenSSL forks.
    
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22453

    Changed files

    • .github/workflows/http3-linux.yml