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

Builder collectd-60-solaris10-i386 Build #124

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 29 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 1 mins, 20 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 31 secs )
    1. stdio
  6. shell_3 'gmake check' ( 4 mins, 36 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 124 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 8fb24ac45f20e79664f84a2ef175e17b339199af Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 8fb24ac45f20e79664f84a2ef175e17b339199af 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 Jul 2 12:16:27 2024
EndTue Jul 2 12:24:41 2024
Elapsed8 mins, 13 secs

All Changes:

:

  1. Change #197228

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 14 May 2024 17:40:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 984a90e0a1c31516ccc5cc726a7d10f95f6b6c58

    Comments

    gpu_sysman: fix ras_submit() argument type
    
    Reported-By: Florian Foster
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  2. Change #197229

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 14 May 2024 17:40:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 858b7f2cee12c2b12df96c42d152c1a44d975631

    Comments

    gpu_sysman: use counter_diff() to handle counter overflow
    
    Assumes overflowing counters to be either at 32-bit or 64-bit,
    which should cover most common cases, as long as overflow happens
    at max once during query period.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  3. Change #197230

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 14 May 2024 17:40:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 29ee02ccbaac11cedfee1b67b20f7813a0a08b75

    Comments

    gpu_sysman: use new up/down types for cumulative metrics
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
  4. Change #197231

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 14 May 2024 17:40:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 11622473a20cb1dd949638914c087cb418dd0e90

    Comments

    gpu_sysman: usecs/ujoules -> seconds/joules metric types
    
    With the new floating point counter type, joules & seconds can be used
    as metric units instead of microjoules & microseconds.
    
    (Frequencies are are still left as Mhz, but for convenience, and
    compability with Intel XPU Manager.)
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

    • src/gpu_sysman.c
    • src/gpu_sysman_test.c
  5. Change #197232

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Tue 14 May 2024 17:40:45
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 8fb24ac45f20e79664f84a2ef175e17b339199af

    Comments

    gpu_sysman: remove  _total suffix for monotonic metrics
    
    As "write_prometheus" plugin already adds that unconditionally to
    names of all monotonic metric types.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

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