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

Builder curl-ares-solaris10-i386 Build #3606

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 mins, 42 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 56 mins, 38 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3606 Build
codebase Build
got_revision b8296d367aa4277ee297d474fe438da687ffc5ec Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b8296d367aa4277ee297d474fe438da687ffc5ec Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 7 09:12:31 2025
EndThu Aug 7 16:09:37 2025
Elapsed6 hrs, 57 mins, 6 secs

All Changes:

:

  1. Change #242325

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 07 Aug 2025 09:07:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8296d367aa4277ee297d474fe438da687ffc5ec

    Comments

    cmake: make the ExternalProject test work
    By micromanaging the project dependency and its inclusion into the test
    project. It feels like an awkward construct, but perhaps better than
    nothing.
    
    It's also fragile because it's a static build with no assistance from
    the external project (curl in this case). Mitigated in test by disabling
    all dependencies and some features.
    
    Since there is no special core cmake logic to be tested here, in CI
    the test is tested really. To keep CI jobs at minimum, only add 3 of
    them, taking 42s in total. (All 6 would take 270s.)
    
    Follow-up to e2a23d5d0d566105237acec37a2c22a6f79cee3e #17203
    
    Closes #18208

    Changed files

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