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

Builder collectd-60-solaris10-i386 Build #35

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision409b68735185b9aa3e0bbdb7ffa2dca68e6e77c5
Got Revision409b68735185b9aa3e0bbdb7ffa2dca68e6e77c5
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' ( 28 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 38 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 41 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 35 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 409b68735185b9aa3e0bbdb7ffa2dca68e6e77c5 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 409b68735185b9aa3e0bbdb7ffa2dca68e6e77c5 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. Clay Caviness
  2. Manuel Luis Sanmartín Rozada
  3. Marek Bečka
  4. Matthias Runge

Timing:

StartSat Feb 11 12:52:00 2023
EndSat Feb 11 12:55:06 2023
Elapsed3 mins, 6 secs

All Changes:

:

  1. Change #168468

    Category None
    Changed by Manuel Luis Sanmartín Rozada <manuel.luisohnoyoudont@gmail.com>
    Changed at Sat 11 Feb 2023 12:50:56
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 00175e0d51a449043646fb5af19308fde16fa333

    Comments

    [collectd 6] disk: migration to v6.0

    Changed files

    • src/disk.c
  2. Change #168469

    Category None
    Changed by Manuel Luis Sanmartín Rozada <manuel.luisohnoyoudont@gmail.com>
    Changed at Sat 11 Feb 2023 12:50:56
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision a0acabb6de3c4e7840f05d46244b941b2487c177

    Comments

    Fix syntax errors and casting.

    Changed files

    • src/disk.c
  3. Change #168470

    Category None
    Changed by Marek Bečka <marek.beckaohnoyoudont@superhosting.cz>
    Changed at Sat 11 Feb 2023 12:50:56
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 670fd914f54209d2d352b0a06e2024f158c8a7de

    Comments

    [collectd 6] cherry-pick "disk: add utilization (#3967)"
    
    git cherry-pick f703a4ad700a4 ("disk: add utilization (#3967)")
    from the collectd 5 branch on top of the collectd 6 version of the plugin.
    
    Original commit message:
    
    * added disk utilization
    
    * fix disk utilization
    
    * fix interval back to ms

    Changed files

    • src/disk.c
  4. Change #168471

    Category None
    Changed by Clay Caviness <clayohnoyoudont@boobah.com>
    Changed at Sat 11 Feb 2023 12:50:56
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 66eacb4d08b264946de1c78cd2032a432008423b

    Comments

    [collectd 6] disk: cherry-pick "In macOS 12, `IOMasterPort` is deprecated in favor of `IOMainPort`"
    
    git cherry-pick 2711ebe7d671c ("In macOS 12, `IOMasterPort` is deprecated in favor of `IOMainPort`")
    from the collectd 5 branch on top of the collectd 6 version of the plugin.
    
    Original commit message:
    
    In macOS 12, `IOMasterPort` is deprecated in favor of `IOMainPort`
    
    ```
    src/battery.c:250:7: error: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Werror,-Wdeprecated-declarations]
          kIOMasterPortDefault, IOServiceNameMatching("battery"), &iterator);
          ^~~~~~~~~~~~~~~~~~~~
          kIOMainPortDefault
    ```

    Changed files

    • src/apple_sensors.c
    • src/battery.c
    • src/disk.c
  5. Change #168472

    Category None
    Changed by Matthias Runge <mrungeohnoyoudont@redhat.com>
    Changed at Sat 11 Feb 2023 12:50:56
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 409b68735185b9aa3e0bbdb7ffa2dca68e6e77c5

    Comments

    Formatted files

    Changed files

    • src/battery.c
    • src/disk.c