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

Builder collectd-60-solaris10-sparc Build #62

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisionaf8b505f2f2cdfb1e3f14019ca7e37cc2b440495
Got Revisionaf8b505f2f2cdfb1e3f14019ca7e37cc2b440495
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 10 mins, 7 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 4 mins, 4 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 13 mins, 7 secs )
    1. stdio
  6. shell_3 'gmake check' ( 2 mins, 34 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 62 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 af8b505f2f2cdfb1e3f14019ca7e37cc2b440495 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision af8b505f2f2cdfb1e3f14019ca7e37cc2b440495 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 28 09:14:16 2023
EndThu Dec 28 09:44:23 2023
Elapsed30 mins, 6 secs

All Changes:

:

  1. Change #187339

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:08:20
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c6f055486ce56301e23a73de75f1f67fb5537298

    Comments

    resource: Add an option to configure resource attributes.

    Changed files

    • src/collectd.conf.in
    • src/collectd.conf.pod
    • src/daemon/configfile.c
    • src/daemon/resource.c
    • src/daemon/resource.h
  2. Change #187340

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:08:20
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision bd621bef1fa32ef654e43ef5f52fa677c218aeba

    Comments

    configfile: Avoid allocating a buffer for the resource type.
    
    Mostly to avoid an uninformed compiler warning ;)

    Changed files

    • src/daemon/configfile.c
  3. Change #187341

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:08:20
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 729406d3bd67257ccb95a4c4968cad08b8dbe487

    Comments

    libplugin_mock: Add `src/daemon/resource.[ch]`.
    
    Since `configfile` now refers to `resource`, this needs to be linked into
    tests.

    Changed files

    • Makefile.am
  4. Change #187342

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:08:20
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision b7c2a43d3e194fac6c9c10dba60ca050840101fb

    Comments

    src/collectd.conf.pod: Describe "resources" in more detail.

    Changed files

    • src/collectd.conf.pod
  5. Change #187343

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:08:20
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 0b1dd30a1d02f76f78a334db59ac8679a81f22cb

    Comments

    src/daemon/resource.c: Allow default resource attributes to be empty.
    
    To achieve this, track whether or not the struct has been initialized
    separately, so that users can remove all the attributes if they wish.

    Changed files

    • src/collectd.conf.pod
    • src/daemon/resource.c
  6. Change #187344

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:12:37
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision af8b505f2f2cdfb1e3f14019ca7e37cc2b440495

    Comments

    Merge pull request #4199 from octo/6/resource
    
    [collectd 6] Add an option to configure resource attributes.

    Changed files

    • Makefile.am
    • src/collectd.conf.in
    • src/collectd.conf.pod
    • src/daemon/configfile.c
    • src/daemon/resource.c
    • src/daemon/resource.h