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

Builder curl-ares-solaris11-i386 Build #3602

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartMon Jun 16 01:12:36 2025
EndMon Jun 16 02:08:35 2025
Elapsed55 mins, 59 secs

All Changes:

:

  1. Change #236721

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Jun 2025 01:07:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee066732963b7051a8d2fd56fa91a4ce0b444bd5

    Comments

    build: sync tests unity builds between cmake and autotools
    Instead of relying on CMake's built-in unity feature, use `mk-unity.pl`,
    as already done with autotools. It simplified the build, shortens logs
    and makes debugging easier because of the fewer build variations.
    It also allows testing / fixing with cmake and those automatically apply
    to autotools builds too. cmake builds can be much-much faster, esp.
    when working the builds themselves.
    
    It also enables "unity" in old cmake versions. Basically every test
    target is a single generated .c source.
    
    Also:
    - drop a `lib` unity workaround for libtests with autotools after fixing
      the issue in libtests itself. It drops a few exceptions and makes
      libcurl build faster (in autotools unity).
    - fix another `lib` autotools unity issue and drop the workaround for it
      from `mk-unity.pl`. `srcdir` was missing from the header path.
    - simplify `mk-unity.pl` command-lines, drop exclusions.
    
    Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590
    
    Closes #17628

    Changed files

    • docs/examples/CMakeLists.txt
    • lib/Makefile.am
    • scripts/mk-unity.pl
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt