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

Builder collectd-60-solaris10-sparc Build #56

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision1cc7df45ff32efd8f916eeec5e4154a297956bd6
Got Revision1cc7df45ff32efd8f916eeec5e4154a297956bd6
Changes2 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' ( 9 mins, 37 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 4 mins, 29 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 12 mins, 1 secs )
    1. stdio
  6. shell_3 'gmake check' ( 2 mins, 1 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 56 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 1cc7df45ff32efd8f916eeec5e4154a297956bd6 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 1cc7df45ff32efd8f916eeec5e4154a297956bd6 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:

StartWed Dec 20 12:30:26 2023
EndWed Dec 20 12:58:48 2023
Elapsed28 mins, 22 secs

All Changes:

:

  1. Change #186817

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Wed 20 Dec 2023 12:09:43
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision cea739bf07374a614fd80eef9a1a069720532f61

    Comments

    gpu_sysman plugin: Fix double reporting of metric.
    
    This metric is already added to the metric family in line 1553. Adding
    it twice leads to `uc_update` errors.
    
    Fixes: #4200

    Changed files

    • src/gpu_sysman.c
  2. Change #186818

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Wed 20 Dec 2023 12:29:19
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 1cc7df45ff32efd8f916eeec5e4154a297956bd6

    Comments

    Merge pull request #4203 from octo/6/cpu_sysman
    
    [collectd 6] gpu_sysman plugin: Fix double reporting of metric.

    Changed files

    • src/gpu_sysman.c