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

Builder collectd-60-solaris10-sparc Build #63

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision349c2090f8235942abe1b95102dd9c926b97b6ea
Got Revision349c2090f8235942abe1b95102dd9c926b97b6ea
Changes4 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' ( 9 mins, 36 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 4 mins, 16 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 11 mins, 49 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 55 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 63 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 349c2090f8235942abe1b95102dd9c926b97b6ea Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 349c2090f8235942abe1b95102dd9c926b97b6ea 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:44:26 2023
EndThu Dec 28 10:12:11 2023
Elapsed27 mins, 45 secs

All Changes:

:

  1. Change #187351

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

    Comments

    src/daemon/metric_test.c: Test the integrity of `metric_label_set`.
    
    The previous test only checked whether the added/removed value could be
    retrieved. Also verify that the remainder of the label set is intact.

    Changed files

    • src/daemon/metric_test.c
  2. Change #187352

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

    Comments

    src/daemon/metric.c: Fix memory corruption in `label_set_delete`.
    
    The size parameter passed to `memmove` was in number of pairs, not bytes.

    Changed files

    • src/daemon/metric.c
  3. Change #187353

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

    Comments

    src/daemon/metric.[ch]: Export `label_set_format`.
    
    This is now also used in the metric test, replacing the custom
    implementation there.

    Changed files

    • src/daemon/metric.c
    • src/daemon/metric.h
    • src/daemon/metric_test.c
  4. Change #187354

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

    Comments

    Merge pull request #4214 from octo/label_set_delete
    
    [collectd 6] src/daemon/metric.c: Fix memory corruption in `label_set_delete`.

    Changed files

    • src/daemon/metric.c
    • src/daemon/metric.h
    • src/daemon/metric_test.c