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

Builder curl-ares-solaris11-i386 Build #3616

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jun 19 11:32:47 2025
EndThu Jun 19 13:46:51 2025
Elapsed2 hrs, 14 mins, 4 secs

All Changes:

:

  1. Change #236984

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

    Comments

    cmake: sync tests scripts by using the variable `BUNDLE`
    To reduce the diff between tests CMakeFiles.txt, and syncing with
    autotools, which already used the `BUNDLE` variable like this.
    
    Also:
    - fold lines that went over 132 chars after this change.
    - autotools: sync order of macros with cmake.
    
    Closes #17667

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am