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

Builder collectd-60-solaris10-sparc Build #24

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon Sep 12 14:12:01 2022
EndMon Sep 12 14:31:45 2022
Elapsed19 mins, 43 secs

All Changes:

:

  1. Change #159739

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Mon 12 Sep 2022 14:10:55
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 51dcacc06c33f45b9cedb8cca2ffb92ad55ed588

    Comments

    gpu_sysman: Log more exact sampling and interval information
    
    About plugin settings when GpuInfo is enabled, and in metrics HELP

    Changed files

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

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Mon 12 Sep 2022 14:10:55
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision ba5cf023326cb4c04d6f41c624545b6e2bb172db

    Comments

    gpu_sysman: Reduce test code duplication with helper macro + function

    Changed files

    • src/gpu_sysman_test.c
  3. Change #159741

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Mon 12 Sep 2022 14:10:55
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 9ed4ec930b12dcdbe56862f5efff71ee97366b97

    Comments

    gpu_sysman: Update test mockup functions to Level-Zero API v1.7.9
    
    * Add checks on whether functions are called in right order, and
      if not, return ZE_RESULT_ERROR_UNINITIALIZED
    
    * All functions now truncate the counts to max available, instead of
      returning ZE_RESULT_ERROR_INVALID_SIZE
    
    * Add new dev_args_check() helper function to reduce amount of test code

    Changed files

    • src/gpu_sysman_test.c
  4. Change #159742

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Mon 12 Sep 2022 14:10:55
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision cfb9c913b355b8d6fde1c9a008d795caa4a95d1c

    Comments

    gpu_sysman: Fine-tune RAS error counter descriptions
    
    * "number" -> "count" (as they are counters)
    * "occurred" -> "that have occurred" (consistency with Sysman spec)

    Changed files

    • src/gpu_sysman.c
  5. Change #159743

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Mon 12 Sep 2022 14:10:55
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e8d2b3ca02ad9756b8b66478575a3a56af3889a8

    Comments

    gpu_sysman: Replace strdup() calls with safer sstrdup()
    
    These 2 calls were used only at plugin startup, but one lacked assert.
    Update also comments on error handling.
    
    Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>

    Changed files

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