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

Builder collectd-60-solaris10-sparc Build #52

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision4288f866b5edc90ecd72dba9f0bab8d7ce83540d
Got Revision4288f866b5edc90ecd72dba9f0bab8d7ce83540d
Changes9 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' ( 6 mins, 19 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 17 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 9 mins, 57 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 31 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 52 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 4288f866b5edc90ecd72dba9f0bab8d7ce83540d Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 4288f866b5edc90ecd72dba9f0bab8d7ce83540d 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
  3. Manuel Luis SanmartĂ­n Rozada

Timing:

StartFri Dec 15 20:10:55 2023
EndFri Dec 15 20:32:14 2023
Elapsed21 mins, 19 secs

All Changes:

:

  1. Change #186512

    Category None
    Changed by Manuel Luis SanmartĂ­n Rozada <manuel.luisohnoyoudont@gmail.com>
    Changed at Thu 14 Dec 2023 21:11:10
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 513f459996861ba1f3f86a1201d25a3bb67aacdd

    Comments

    [collectd 6] irq: migration to v6.0

    Changed files

    • src/irq.c
  2. Change #186513

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 09:42:44
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f20ba1507559a55bb0b0116c8ab3acad4c50e709

    Comments

    irq plugin: Add additional labels to the Linux implementation.
    
    The Linux implementation will now emit the following fields if available:
    
    * device
    * trigger
    * kernel_module
    * name (a human readable name, e.g. "Non-maskable interrupts")

    Changed files

    • src/irq.c
  3. Change #186514

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 09:44:12
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 43c95cc6d892644999cd838069880fc211b2d560

    Comments

    irq plugin: refactor the NetBSD code.
    
    * Declare local variables late.
    * Initialize when declaring variables.
    * Use `metric_family_append`.

    Changed files

    • src/irq.c
  4. Change #186515

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 09:44:52
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision ffe9e206c8b66593298cd4526882b99fe0fc97fd

    Comments

    common: Improve coding style of `strsplit`.
    
    * Combine declaration and initialization.

    Changed files

    • src/utils/common/common.c
  5. Change #186516

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 15 Dec 2023 19:36:51
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 3d3a3f8a5cad0eed4870779aa625b1bf16ecb774

    Comments

    irq plugin: Document the return value of `irq_strsplit`.

    Changed files

    • src/irq.c
  6. Change #186517

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 19:44:09
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 243ecf8e0ce8a3bc5e7ba3de6d064f771c4828b0

    Comments

    irq plugin: Parse counters as `DS_TYPE_DERIVE`.

    Changed files

    • src/irq.c
  7. Change #186518

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Fri 15 Dec 2023 19:53:21
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision cca99600e6f2d07a498a07f9eb206ebf4aae2ab8

    Comments

    format_json: Improve the doc comment for `irq_strsplit`.
    
    Contrast the behavior to `strsplit`.
    
    Co-authored-by: Florian Forster <octo@collectd.org>

    Changed files

    • src/irq.c
  8. Change #186519

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 20:02:24
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 808e4f938736bcdd94091defc519b374ae5c6f3b

    Comments

    irq plugin: Remove special case for the "FIQ" interrupt.

    Changed files

    • src/irq.c
  9. Change #186520

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Fri 15 Dec 2023 20:09:50
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 4288f866b5edc90ecd72dba9f0bab8d7ce83540d

    Comments

    Merge pull request #4192 from octo/6/irq
    
     [collectd 6] IRQ plugin: Migrate to collectd 6 data structures.

    Changed files

    • src/irq.c
    • src/utils/common/common.c