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

Builder collectd-60-solaris10-i386 Build #28

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision8923c0586b3c0319ad8743e778cd40eda4f34d45
Got Revision8923c0586b3c0319ad8743e778cd40eda4f34d45
Changes15 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ...' ( 37 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 2 mins, 19 secs )
    1. stdio
  6. shell_3 'gmake check' ( 16 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 28 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 8923c0586b3c0319ad8743e778cd40eda4f34d45 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 8923c0586b3c0319ad8743e778cd40eda4f34d45 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. Eero Tamminen

Timing:

StartTue Nov 8 13:25:42 2022
EndTue Nov 8 13:29:29 2022
Elapsed3 mins, 46 secs

All Changes:

:

  1. Change #163661

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision b8293a1c2ae0571f48335d4623a19652702caab0

    Comments

    gpu_sysman: Add "rate" variant to MetricsOutput option
    
    And make variants to be handled as flags, so that multiple ones
    can be selected.
    
    Also change other MetricsOutput option values to match the names of
    actual metrics they gate + document the different variants better.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/collectd.conf.in
    • src/collectd.conf.pod
    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  2. Change #163662

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 98e329a87c9450346e953d076a3d0b7ce3039022

    Comments

    gpu_sysman: Use better memory test define names + sorting
    
    Rename in preparation for adding more ratio checks, and sort
    the counter metric names.

    Changed files

    • src/gpu_sysman_test.c
  3. Change #163663

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 4a525a2170914ce80b8fbbbbf628c121b936b328

    Comments

    gpu_sysman: Report rate variant for memory bandwidth
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  4. Change #163664

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e885a0afb20ffba31529f9d6c8a56039f78cf549

    Comments

    gpu_sysman: Report memory usage ratio only when ratios requested
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  5. Change #163665

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 300bb512c1250b7e99e19c35eebd3382f167b392

    Comments

    gpu_sysman: Warn if enabled metric has no enabled output variant
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  6. Change #163666

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 85fabb7e5188e64627e95286af80cb4c4f4bd94e

    Comments

    gpu_sysman: Pass properties variable to ADD_METRIC() test macro
    
    Avoids need to clutter test code with separate fake properties
    functions when overriding metric properties (in future commits).
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman_test.c
  7. Change #163667

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision edf21dcfa86ebcdaa0693681d2e68b9504408ada

    Comments

    gpu_sysman: Add ratio variant for temperature metric type
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  8. Change #163668

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f1afd7e4ad38f62dd47bfa1337047d3a423ec215

    Comments

    gpu_sysman: Add ratio variant for frequency metric type
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  9. Change #163669

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c381d0feb7e62c4a8ce521f341f01acbe9007a98

    Comments

    gpu_sysman: give more info on call count errors in tests
    
    Knowing ID for the function getting incorrectly called or not called,
    helps debugging test failures a lot.  This helps with next commit.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman_test.c
  10. Change #163670

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 1ca0f2846ba6bb721c1b02b706f737e4ac537fe5

    Comments

    gpu_sysman: Add ratio variant for power metric type
    
    Needs new internal disable flag because power limit requires new
    Sysman call which can fail separately from others (or reported limits
    could be disabled).  Because it's not called on first round, that
    needs some changes to test checks too.
    
    With all 3 metric variants being supported, variants check can be
    removed.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  11. Change #163671

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 91d94b6a10fd6239aa29efa84996ea51d8aa3e5e

    Comments

    gpu_sysman: log which metric is not found in test
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman_test.c
  12. Change #163672

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision a06f5db887132eb36cc33c92fc6c79476b7b1661

    Comments

    gpu_sysman: use sstrdup() instead of strdup()
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  13. Change #163673

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 966c9979403107a20215e92717d0f61b88a10f60

    Comments

    gpu_sysman: Improve metric variant handling code readability
    
    Based on review comments by Tuomas
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  14. Change #163674

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision fec23c1637eea93c2cce68f7876bcd8ae303e310

    Comments

    gpu_sysman: Give variant config examples in doc
    
    With the given 2 example variant configs, one does not
    miss any of the information that Sysman might provide.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/collectd.conf.pod
  15. Change #163675

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 08 Nov 2022 13:24:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 8923c0586b3c0319ad8743e778cd40eda4f34d45

    Comments

    gpu_sysman: Avoid log warning when ratio output is disabled
    
    Fixes: 75aeab3a42b5
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c