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

Builder collectd-60-solaris10-i386 Build #48

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisiondc7303c897219decc45ada2737994381d9d3e131
Got Revisiondc7303c897219decc45ada2737994381d9d3e131
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch collectd-6.0 Build
builddir /export/home/buildbot/slave/collectd-60-solaris10-i386 slave
buildername collectd-60-solaris10-i386 Builder
buildnumber 48 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 dc7303c897219decc45ada2737994381d9d3e131 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision dc7303c897219decc45ada2737994381d9d3e131 Build
scheduler schedule-collectd-60 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/collectd-60-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Florian Forster
  2. Florian Forster

Timing:

StartMon Dec 4 19:16:10 2023
EndMon Dec 4 19:19:03 2023
Elapsed2 mins, 53 secs

All Changes:

:

  1. Change #185785

    Category None
    Changed by Florian Forster <octoohnoyoudont@google.com>
    Changed at Fri 01 Dec 2023 11:31:58
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision dcd1a7498fb9a3d864e37c0add3a10b378136619

    Comments

    write_log plugin: remove trailing newlines in the Graphite format.
    
    The `INFO()` log macro will add a newline, which was leading to empty lines
    being printed.

    Changed files

    • src/write_log.c
  2. Change #185786

    Category None
    Changed by Florian Forster <octoohnoyoudont@google.com>
    Changed at Fri 01 Dec 2023 11:33:12
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision d7f06ff07cdd63521459e39c2d80267c8d90d8e0

    Comments

    write_log plugin: Add example config block to `collectd.conf`.

    Changed files

    • src/collectd.conf.in
    • src/collectd.conf.pod
  3. Change #185787

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 04 Dec 2023 18:44:09
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 26e442fca3e586a3f186b1e46db9f357b50d1805

    Comments

    ./contrib/format.sh src/write_log.c

    Changed files

    • src/write_log.c
  4. Change #185788

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Mon 04 Dec 2023 19:15:05
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision dc7303c897219decc45ada2737994381d9d3e131

    Comments

    Merge pull request #4179 from octo/6/write_log
    
    write_log plugin: Remove empty lines, add example config

    Changed files

    • src/collectd.conf.in
    • src/collectd.conf.pod
    • src/write_log.c