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

Builder curl-unthreaded-solaris11-i386 Build #3611

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 53 mins, 9 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3611 Build
codebase Build
got_revision eb01ac3fc8e1b1c8d8e1195d76da124bd6eff8d1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eb01ac3fc8e1b1c8d8e1195d76da124bd6eff8d1 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 18 10:22:39 2025
EndWed Jun 18 13:04:11 2025
Elapsed2 hrs, 41 mins, 32 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