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

Builder collectd-60-solaris10-i386 Build #42

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 27 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 34 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 49 secs )
    1. stdio
  6. shell_3 'gmake check' ( 14 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 42 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 c7404071ea51092e1ec1530487ae4e6913eb2fc8 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision c7404071ea51092e1ec1530487ae4e6913eb2fc8 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:

StartFri May 5 07:52:13 2023
EndFri May 5 07:55:21 2023
Elapsed3 mins, 8 secs

All Changes:

:

  1. Change #173182

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 05 May 2023 07:51:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e59e1a85875dda5bd63c5b4b4fb460710ff25df3

    Comments

    gpu_sysman: Add mapping for new memory types
    
    Added in L0 spec v1.3.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  2. Change #173183

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 05 May 2023 07:51:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision ace9bb3c3a149651f194321e3a952683b10e47cf

    Comments

    gpu_sysman: Output device ECC state with other GPU info at start
    
    Added in L0 spec v1.4.
    
    Requires loader 1.8.0 version released in May 2022.
    
    (With minor cleanup comments from Alexey applied.)
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  3. Change #173184

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 05 May 2023 07:51:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c1b9f7b5dcc48b135e57bc7553bb8c6f0755e6c1

    Comments

    gpu_sysman: Improve disabled/enabled metrics logging
    
    - Move enabled/disabled metric reporting to a separate function
    - Report metrics enabling and metric details enabling separately
    - Error if all metrics are disabled, regardless of detail options
    - Explicitly log what metrics are still being reported if any of
      them were disabled at run-time
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  4. Change #173185

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 05 May 2023 07:51:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 85af5456870613937ffb355a012a528e4edb95cb

    Comments

    gpu_sysman: log correct power limit error value
    
    Fixes: 55a9296a0ec1b
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  5. Change #173186

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 05 May 2023 07:51:08
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c7404071ea51092e1ec1530487ae4e6913eb2fc8

    Comments

    gpu_sysman: fix "Enabled metrics: none" logging
    
    "none" could be logged erronously when "DisableEngine" is set.
    
    Add test code for that (does not validate the log output, but
    runs that and "no metrics + logging" cases so output can be
    checked manually).
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c