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

Builder curl-threaded-solaris11-sparc Build #2946

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 2946 Build
codebase Build
got_revision 2c419fc14bdc054cd0374e875cdcd05e56bb7d83 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2c419fc14bdc054cd0374e875cdcd05e56bb7d83 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:

StartSun Sep 29 17:48:40 2024
EndSun Sep 29 18:17:53 2024
Elapsed29 mins, 13 secs

All Changes:

:

  1. Change #209466

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 29 Sep 2024 17:39:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a8719d2e18c490d918dd4740874892b435c4e15

    Comments

    cmake: websockets tidy-ups
    - restore change lost after websockets-default update.
      Ref: 6a1dcdc5d2f1b450de4d10739660b32d081c51a1 #14998
    - delete unused line after websockets is on by default.
      Follow-up to d78e129d50b2d190f1c1bde2ad1f62f02f152db0 #14936
    
    Closes #15078

    Changed files

    • CMakeLists.txt
  2. Change #209467

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 29 Sep 2024 17:39:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c419fc14bdc054cd0374e875cdcd05e56bb7d83

    Comments

    ci: tidy-ups
    - http3-linux: add newlines for readability.
    - http3-linux: use `make pytest` to run pytest.
    - checksrc: use `|` multiline to sync with other uses.
    - checksrc: prefer `$()`.
    - prefer `>-` over `>` for folded option lists.
    - cygwin: drop a `grep` no longer necessary.
    
    Closes #15081

    Changed files

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