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

Builder collectd-60-solaris10-sparc Build #45

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisionaf7c09e557a220303bf20e0778b6619f37f8b797
Got Revisionaf7c09e557a220303bf20e0778b6619f37f8b797
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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, 25 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 28 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 10 mins, 12 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 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 45 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 af7c09e557a220303bf20e0778b6619f37f8b797 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision af7c09e557a220303bf20e0778b6619f37f8b797 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 Nov 29 20:19:13 2023
EndWed Nov 29 20:41:02 2023
Elapsed21 mins, 49 secs

All Changes:

:

  1. Change #185489

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Wed 29 Nov 2023 20:11:29
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 63059f6191eb5e2abbad7def4ecadbcd2decd1f2

    Comments

    gpu_sysman: add unit (s) to interval settings output
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  2. Change #185490

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Wed 29 Nov 2023 20:11:29
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision d47b97fab8ece324cd7a6b0502ee4574cb39d566

    Comments

    gpu_sysman: better metrics check interval counter name
    
    Collectd value_t struct has also "counter" field, so this makes Sysman
    plugin check interval counter easier to find.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  3. Change #185491

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Wed 29 Nov 2023 20:11:29
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f3fcf26ca20f8a66af5b82db331b50dfd8cc7308

    Comments

    gpu_sysman: rename "counter" output variant to more generic "base"
    
    And make it control output for all base metric values, not just
    counters.  That allows disabling output of values for:
    - Memory usage
    - Frequency
    - Temperature
    If one wants to see only their rates.
    
    That will be useful with the new "LogMetrics" option in next commit.
    
    Did also small optimization for output variant checks (no need for
    free() if they're moved earlier).
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/collectd.conf.pod
    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  4. Change #185492

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Wed 29 Nov 2023 20:11:29
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision a3bcd283c71774453a3bb62828e42ca9e09222bd

    Comments

    gpu_sysman: minor improvements to Sysman plugin documentation
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

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

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Wed 29 Nov 2023 20:18:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision af7c09e557a220303bf20e0778b6619f37f8b797

    Comments

    Merge pull request #4173 from eero-t/log-metrics
    
    [Collectd 6] gpu_sysman: improve metric variants handling

    Changed files

    • src/collectd.conf.pod
    • src/gpu_sysman.c
    • src/gpu_sysman_test.c