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

Builder curl-threaded-solaris10-i386 Build #3521

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 18 10:22:36 2025
EndWed Jun 18 16:25:15 2025
Elapsed6 hrs, 2 mins, 39 secs

All Changes:

:

  1. Change #236938

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Jun 2025 10:17:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a282d89a8af6ef0ab65a0ca9baacd00c79be415d

    Comments

    cmake: drop redundant macro from test clients
    Not necessary now that test clients #include `curl_setup.h`.
    
    Follow-up to 539d11297d36cff0bca7dda1f217186f060d577d #17642
    
    Closes #17657

    Changed files

    • tests/client/CMakeLists.txt
  2. Change #236939

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Jun 2025 10:17:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb01ac3fc8e1b1c8d8e1195d76da124bd6eff8d1

    Comments

    cmake: move `OUTPUT` argument in the `add_custom_command()` line
    For greppability.
    
    Closes #17658

    Changed files

    • src/CMakeLists.txt
    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt