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

Builder curl-unthreaded-solaris10-sparc Build #13989

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8e549fbdd36be99a62019218cd171ec225f25506
Got Revision8e549fbdd36be99a62019218cd171ec225f25506
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 15 mins, 29 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13989 Build
codebase Build
got_revision 8e549fbdd36be99a62019218cd171ec225f25506 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e549fbdd36be99a62019218cd171ec225f25506 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. Viktor Szakats

Timing:

StartFri May 22 05:30:16 2026
EndFri May 22 19:00:00 2026
Elapsed13 hrs, 29 mins, 44 secs

All Changes:

:

  1. Change #267970

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 21 May 2026 17:28:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb5500a7525a555cef092dd72f30645606b7ae4e

    Comments

    units: tidy up begin/end blocks
    - use `UNITTEST_BEGIN_SIMPLE`/`UNITTEST_END_SIMPLE` where missing.
    - drop redundant `(void)arg;` where using `UNITTEST_BEGIN*`.
    - unit1636: drop redundant block after `UNITTEST_BEGIN*`.
    - unit1609: fix typo in comment.
    - unit1627: merge to `if`s.
    
    Closes #21715

    Changed files

    • tests/unit/unit1609.c
    • tests/unit/unit1625.c
    • tests/unit/unit1626.c
    • tests/unit/unit1627.c
    • tests/unit/unit1636.c
    • tests/unit/unit1675.c
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c
  2. Change #267983

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 21 May 2026 22:17:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e549fbdd36be99a62019218cd171ec225f25506

    Comments

    GHA/checksrc: add auditor-level zizmor (warning-only)
    CI time cost is 1s.
    
    It may replace existing pedantic check, if this level isn't bringing
    false-positives or annoyance. Officially it's not meant for CI, but curl
    has been passing this in the last couple of months when checked locally.
    
    Closes #21718

    Changed files

    • .github/workflows/checksrc.yml