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

Builder collectd-60-solaris10-sparc Build #55

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581
Got Revision9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 6 mins, 21 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 38 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 10 mins, 23 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 46 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 55 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 9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581 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. Eero Tamminen
  2. Florian Forster

Timing:

StartWed Dec 20 11:54:16 2023
EndWed Dec 20 12:16:37 2023
Elapsed22 mins, 21 secs

All Changes:

:

  1. Change #186801

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 18 Dec 2023 23:32:14
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision a3a7a750af0e988c485ba6715ccd082812e22b37

    Comments

    value_list: Improve generated metric names.
    
    This changes `plugin_value_list_to_metric_family` to generate metric
    names that are more in line with OpenTelemetry's naming guidelines.

    Changed files

    • src/utils/value_list/value_list.c
  2. Change #186802

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 18 Dec 2023 23:32:14
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f577d507656743b6069d41fa12f3118fa4e66864

    Comments

    value_list: Ensure that the plugin name is contained in the converted metric.

    Changed files

    • src/utils/value_list/value_list.c
  3. Change #186803

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 18 Dec 2023 23:32:14
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f1447f9aaf4e523df7f87a1a0f7d3df8e97c39d5

    Comments

    common: Add `string_has_suffix`.

    Changed files

    • src/utils/common/common.c
    • src/utils/common/common.h
    • src/utils/common/common_test.c
  4. Change #186804

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 18 Dec 2023 23:32:14
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c769a833a9091a46e5b2872d4a8a22161f6230b5

    Comments

    value_list: Add special handling for "utilization" and "io" metrics.

    Changed files

    • src/utils/value_list/value_list.c
  5. Change #186805

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Tue 19 Dec 2023 00:15:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision db073ce58794b9c8ff65fd57fb59930591682d68

    Comments

    ./contrib/format.sh src/utils/common/*.[ch]

    Changed files

    • src/utils/common/common.h
    • src/utils/common/common_test.c
  6. Change #186806

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 19 Dec 2023 23:20:43
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 1306015bd9edf11680564d6e987d0ee1ecaa61a2

    Comments

    value_list: Simplify by adding separating "." in the first `strbuf_print()` call.
    
    Co-authored-by: Florian Forster <octo@collectd.org>

    Changed files

    • src/utils/value_list/value_list.c
  7. Change #186807

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Tue 19 Dec 2023 23:35:00
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 215eee3f791833408a5e43c9b5682481bfbdff93

    Comments

    value_list: Simplify the control flow when setting metric labels.

    Changed files

    • src/utils/value_list/value_list.c
  8. Change #186808

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Wed 20 Dec 2023 11:52:48
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581

    Comments

    Merge pull request #4197 from octo/6/legacy_support
    
    [collectd 6] Generate better names and labels for legacy metrics.

    Changed files

    • src/utils/common/common.c
    • src/utils/common/common.h
    • src/utils/common/common_test.c
    • src/utils/value_list/value_list.c