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

Builder curl-ares-solaris11-i386 Build #3791

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 3 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3791 Build
codebase Build
got_revision 51bc836c428ce7dbdf4deef41eeacee974ad7b3e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 51bc836c428ce7dbdf4deef41eeacee974ad7b3e 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:

StartSat Aug 2 15:12:33 2025
EndSat Aug 2 18:18:26 2025
Elapsed3 hrs, 5 mins, 53 secs

All Changes:

:

  1. Change #241702

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 02 Aug 2025 15:03:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 51bc836c428ce7dbdf4deef41eeacee974ad7b3e

    Comments

    cmake: re-add simple test target, and name it `tests`
    Before this patch there was no (easy) way to run tests without various
    verbose options, hindering readability of the output due its length.
    
    Unfortunately CMake reserves `test` as a target name, which was
    the reason for its removal earlier. Re-add it with the name `tests`,
    to have the functionality without the name collision.
    
    Also add a `tests` target as an alias to `test` for autotools.
    
    Ref: https://cmake.org/cmake/help/v4.1/policy/CMP0037.html
    Follow-up to cfea4f2f4dc316c38694440ef2eed899a3e7d207 #6258
    Closes #18145

    Changed files

    • tests/CMakeLists.txt
    • tests/Makefile.am