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

Builder curl-threaded-solaris10-sparc Build #3676

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionab3bb8cd8be8f9d4acb97da0418abc279182041e
Got Revisionab3bb8cd8be8f9d4acb97da0418abc279182041e
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 45 mins, 50 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 3676 Build
codebase Build
got_revision ab3bb8cd8be8f9d4acb97da0418abc279182041e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ab3bb8cd8be8f9d4acb97da0418abc279182041e 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:

StartFri Jun 12 13:13:37 2026
EndSat Jun 13 01:05:55 2026
Elapsed11 hrs, 52 mins, 18 secs

All Changes:

:

  1. Change #270554

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:33:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision abdfa2baff7a1b30e997f370d4a8a7a0ef04929f

    Comments

    lib695, lib757: fix truncated newline in error messages
    Closes #21980

    Changed files

    • tests/libtest/lib695.c
    • tests/libtest/lib757.c
  2. Change #270564

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 02:46:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d77b4b74073440d9e32555e6594727f7ddaa6e32

    Comments

    GHA: drop `brew update` from all jobs
    After adding it a month ago (where missing) to fix a failure.
    
    Removing this time to fix a different failure (on Linux), and also to
    improve CI performance. Some install steps take over a minute, most of
    that spent on `brew update`.
    
    GH runner images also enabled extra taps which may contribute to further
    delays, and seen to make it more fragile if GH itself struggles (taps
    are hosted there.)
    
    Refs:
    https://github.com/curl/curl/actions/runs/27384213554/job/80927624171
    https://github.com/curl/curl/actions/runs/27382368348/job/80921910973
    
    Follow-up to db5d8886738ca8a335898c497ae4808f65ea7781 #21608
    
    Closes #21981

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  3. Change #270600

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 12:08:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 410f3ca585a978d4e505b518c9fb504af92d0665

    Comments

    checksrc: silence `-b` option debug message
    Closes #21985

    Changed files

    • scripts/checksrc.pl
  4. Change #270606

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 12 Jun 2026 12:57:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab3bb8cd8be8f9d4acb97da0418abc279182041e

    Comments

    config2setopts: use default protocol properly
    Verified by test 1724, 1725 and 2036
    
    Closes #21983

    Changed files

    • docs/cmdline-opts/proto-default.md
    • src/config2setopts.c
    • tests/data/Makefile.am
    • tests/data/test1724
    • tests/data/test1725
    • tests/data/test2036