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

Builder curl-pr-unthreaded-solaris10-i386 Build #3762

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/test-clean
Revision694bedc45642bb203ae93a3d7ac143dd20e8a86f
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 1 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/test-clean Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3762 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 694bedc45642bb203ae93a3d7ac143dd20e8a86f Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Apr 6 17:35:52 2025
EndSun Apr 6 21:04:14 2025
Elapsed3 hrs, 28 mins, 21 secs

All Changes:

:

  1. Change #226807

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 12:04:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/test-clean
    Revision 694bedc45642bb203ae93a3d7ac143dd20e8a86f

    Comments

    make: clean tests better
    
    1. 'make clean' in the root dir now also invokes 'make clean' in the
    tests subdir so that it cleans up better recursively. The Makefile.am
    does not list 'tests' as a normal subdir to avoid building that
    directory for a normal make invoke.
    
    2. 'make clean' in the tests/libtest and tests/unit directories now
    *explicitly* remove the unity build executables even if this is not a
    unit build. This, because those files may be leftovers from previous
    builds and such leftovers can otherwise linger around and since
    'runtests.pl' dynamically acts differently based on the mere *presence*
    of those files, they can keep you fooled for a while until you
    realize...

    Changed files

    • Makefile.am
    • tests/libtest/Makefile.am
    • tests/unit/Makefile.am