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

Builder curl-unthreaded-solaris10-sparc Build #13114

Results:

Retry exception slave lost

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione2a23d5d0d566105237acec37a2c22a6f79cee3e
Got Revisione2a23d5d0d566105237acec37a2c22a6f79cee3e
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 0 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' exception slave lost ( 1 hrs, 44 mins, 30 secs )
    1. stdio
    2. resultlog
    3. interrupt
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13114 Build
codebase Build
got_revision e2a23d5d0d566105237acec37a2c22a6f79cee3e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e2a23d5d0d566105237acec37a2c22a6f79cee3e 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:

StartSun Apr 27 13:29:08 2025
EndSun Apr 27 20:21:44 2025
Elapsed6 hrs, 52 mins, 35 secs

All Changes:

:

  1. Change #228450

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 27 Apr 2025 13:22:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2a23d5d0d566105237acec37a2c22a6f79cee3e

    Comments

    cmake: extend integration tests
    - GHA: add cmake integration tests for Windows.
    - make them run faster with prefill, unity, Ninja, omitting curl tool.
    - also test static libcurl.
    - add old-cmake support with auto-detection.
    - auto-detect Ninja.
    - run consumer test apps to see if they work.
    - add support for Windows.
    - make it more verbose.
    - re-add `ExternalProject` cmake consumer test. It's broken.
    - tidy up terminology.
    
    Cherry-picked from #16973
    Closes #17203

    Changed files

    • .github/workflows/distcheck.yml
    • tests/cmake/CMakeLists.txt
    • tests/cmake/test.c
    • tests/cmake/test.sh