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

Builder curl-threaded-solaris10-sparc Build #2905

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 51 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Ryan Hooper
  3. Viktor Szakats

Timing:

StartSun Jul 13 04:40:11 2025
EndSun Jul 13 17:49:41 2025
Elapsed13 hrs, 9 mins, 30 secs

All Changes:

:

  1. Change #239650

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 21:15:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7331208ec54250b26c9297592398e04f8b22b09e

    Comments

    GHA/checksrc: use Linux for CI checks, merge job into misc checks
    CI check used macOS before this patch, but with the help of Linuxbrew,
    latest zizmor and shellcheck are also available on Linux.
    
    Also:
    - migrate CI checks to the misc check workflow, to make both shellcheck
      use the same, latest, shellcheck version, and to save the overhead of
      an extra workflow.
    
    Closes #17911

    Changed files

    • .github/workflows/checksrc.yml
  2. Change #239654

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 12 Jul 2025 21:54:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dac8c83ab416a39b7d6b765334ccb9cd3be45b44

    Comments

    tool_paramhelp: fix language in comments
    and tweak the logic a little bit
    
    Closes #17895

    Changed files

    • src/tool_paramhlp.c
  3. Change #239658

    Category curl
    Changed by Ryan Hooper <ryhooperohnoyoudont@cisco.com>
    Changed at Sat 12 Jul 2025 22:51:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b1fb8da0fa09535f8968138f3e866473b44c13e3

    Comments

    wolfssl: add support for ML_KEM hybrids
    For parity with OpenSSL 3.5
    
    Closes #17902

    Changed files

    • lib/vtls/wolfssl.c