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

Builder curl-unthreaded-solaris11-i386 Build #3615

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 mins, 43 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 3615 Build
codebase Build
got_revision 69642330a3673364ba873fc1aabab5e85fa8da79 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 69642330a3673364ba873fc1aabab5e85fa8da79 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:

StartThu Jun 19 12:48:13 2025
EndThu Jun 19 15:45:45 2025
Elapsed2 hrs, 57 mins, 31 secs

All Changes:

:

  1. Change #236987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 11:46:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ef7696d12dbca13aae0c88ed2082f5b18cce1e8

    Comments

    tests/client: drop autotools logic no longer necessary
    Not necessary now that test clients #include `curl_setup.h`.
    
    Follow-up to 539d11297d36cff0bca7dda1f217186f060d577d #17642
    
    Closes #17668

    Changed files

    • tests/client/Makefile.am
  2. Change #236995

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 12:14:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69642330a3673364ba873fc1aabab5e85fa8da79

    Comments

    cmake: sync `target_link_libraries()` order in tests more
    Closes #17669

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt