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

Builder curl-threaded-solaris10-sparc Build #2906

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 54 mins, 20 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 2906 Build
codebase Build
got_revision 826a32dff31645d70fd8a91228a502ceb54db9ef Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 826a32dff31645d70fd8a91228a502ceb54db9ef 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. Viktor Szakats

Timing:

StartSun Jul 13 17:49:43 2025
EndMon Jul 14 05:57:05 2025
Elapsed12 hrs, 7 mins, 21 secs

All Changes:

:

  1. Change #239685

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 13 Jul 2025 11:52:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99f0ebc508ee79b391511970f905fec87abc7a96

    Comments

    libcurl.m4: fix indentation
    Closes #17913

    Changed files

    • docs/libcurl/libcurl.m4
  2. Change #239686

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 13 Jul 2025 11:52:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9bdd08b3b22abff58684f8e811e5e93380060771

    Comments

    GHA: minor tidy-ups
    - GHA/checksrc: make a step name more accurate.
    - cmakelint.sh: make sure to run from project root.
      To make it easier to run locally.
    - cmakelint.sh: use `set -eu`.
    
    Closes #17915

    Changed files

    • .github/workflows/checksrc.yml
    • scripts/cmakelint.sh
  3. Change #239697

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Jul 2025 17:02:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 826a32dff31645d70fd8a91228a502ceb54db9ef

    Comments

    altsvc: accept 'clear' without semicolon as well
    Extend test 1654 to verify
    
    Fixes #17917
    Reported-by: Luke Wilde
    Closes #17918

    Changed files

    • lib/altsvc.c
    • tests/unit/unit1654.c