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

Builder collectd-60-solaris10-sparc Build #58

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision156305c9ba0693045d4ae65990168d4541ceccb6
Got Revision156305c9ba0693045d4ae65990168d4541ceccb6
Changes3 changes

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-collectd-60' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 7 mins, 47 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 46 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 11 mins, 39 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 59 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch collectd-6.0 Build
builddir /export/home/buildbot-unstable10s/slave/collectd-60-solaris10-sparc slave
buildername collectd-60-solaris10-sparc Builder
buildnumber 58 Build
ciflags --disable-aggregation --disable-check_uptime --disable-csv --disable-java --disable-lua --disable-match_empty_counter --disable-match_hashed --disable-match_regex --disable-match_timediff --disable-match_value --disable-network --disable-perl --disable-postgresql --disable-target_notification --disable-target_replace --disable-target_scale --disable-target_set --disable-target_v5upgrade --disable-threshold --disable-write_graphite --disable-write_kafka --disable-write_mongodb --disable-write_pro .. [property value too long] SetPropertyFromCommand Step
codebase Build
got_revision 156305c9ba0693045d4ae65990168d4541ceccb6 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 156305c9ba0693045d4ae65990168d4541ceccb6 Build
scheduler schedule-collectd-60 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/collectd-60-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Florian Forster

Timing:

StartThu Dec 21 13:01:28 2023
EndThu Dec 21 13:26:47 2023
Elapsed25 mins, 19 secs

All Changes:

:

  1. Change #186928

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 21 Dec 2023 12:59:17
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 7e32cb0e6d8b8cffe7e48ec6bd1abaa99466abfc

    Comments

    Makefile.am: Link `libmetric` and `liboconfig` into `libplugin_mock`.
    
    This allows us to remove these as direct dependencies from many tests.
    
    Because `libmetadata` is linked into `libmetric`, it can also be removed.
    
    Overall this will make link more things that are in the daemon into
    `libplugin_mock`, making linking unit tests simpler.

    Changed files

    • Makefile.am
  2. Change #186929

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 21 Dec 2023 12:59:17
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 00d3fd3e7f6652a6903304da14438a3cf42d2c67

    Comments

    Makefile.am: Add `src/daemon/{configfile,types_list}.c to `libplugin_mock`
    
    … and remove from tests referencing these files directly.

    Changed files

    • Makefile.am
  3. Change #186930

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 21 Dec 2023 12:59:31
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 156305c9ba0693045d4ae65990168d4541ceccb6

    Comments

    Merge pull request #4207 from octo/6/makefile_am
    
    [collectd 6] Link more things into `libplugin_mock.la`.

    Changed files

    • Makefile.am