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

Builder curl-threaded-solaris11-sparc Build #4592

Build In Progress:

ETA: 18:37:46 [4 mins, 44 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4592 Build
codebase Build
got_revision 60dd72b1be7b06110922f5f0690de0b88592667c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 60dd72b1be7b06110922f5f0690de0b88592667c Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Nov 5 16:48:59 2025
Elapsed1 hrs, 44 mins, 2 secs

All Changes:

:

  1. Change #247695

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Nov 2025 15:59:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 403a2c2b06eb1ab483f7140f43f062865248269d

    Comments

    tests: shorten space and tab macro names
    Easier to write and read.
    
    Follow-up to d29f14b9cf0d38f3887b6eadc71af16903bc7f5b #19300
    
    Closes #19349

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1029
    • tests/data/test1070
    • tests/data/test1090
    • tests/data/test1105
    • tests/data/test1185
    • tests/data/test136
    • tests/data/test1461
    • tests/data/test1654
    • tests/data/test1664
    • tests/data/test17
    • tests/data/test1700
    • tests/data/test1701
    • tests/data/test1702
    • tests/data/test188
    • tests/data/test189
    • tests/data/test1940
    • tests/data/test1955
    • tests/data/test1958
    • tests/data/test212
    • tests/data/test2302
    • tests/data/test2306
    • tests/data/test2400
    • tests/data/test2401
    • tests/data/test2403
    • tests/data/test2406
    • tests/data/test2500
    • tests/data/test2501
    • tests/data/test2503
    • tests/data/test358
    • tests/data/test359
    • tests/data/test378
    • tests/data/test4
    • tests/data/test421
    • tests/data/test459
    • tests/data/test46
    • tests/data/test54
    • tests/data/test646
    • tests/data/test792
    • tests/data/test793
    • tests/testutil.pm
  2. Change #247696

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Nov 2025 15:59:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60dd72b1be7b06110922f5f0690de0b88592667c

    Comments

    GHA/checksrc: add actionlint, fix or silence issues found
    It also does shellcheck on `run:` elements, overlapping with
    the homegrown `shellcheck-ci.sh` with the same purpose. But it also does
    more and perhaps could replace the script too, especially in curl
    sub-repos.
    
    Also:
    - GHA/macos: delete potentially useful, but commented, and ultimately
      unused, non-default Xcode-testing logic. It's causing unused matrix
      exceptions, upsetting actionlint.
    
    Ref: https://github.com/rhysd/actionlint
    
    Closes #19373

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml