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

Builder collectd-60-solaris10-i386 Build #33

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision8dc63496b6b7c1420b49d295e4b6ac73c4ac9bac
Got Revision8dc63496b6b7c1420b49d295e4b6ac73c4ac9bac
Changes3 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 ...' ( 41 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 57 secs )
    1. stdio
  6. shell_3 'gmake check' ( 16 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 33 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 8dc63496b6b7c1420b49d295e4b6ac73c4ac9bac Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 8dc63496b6b7c1420b49d295e4b6ac73c4ac9bac 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. François Charlier
  2. Leonard Göhrs
  3. Weiping Zhang

Timing:

StartFri Feb 10 14:13:07 2023
EndFri Feb 10 14:16:34 2023
Elapsed3 mins, 26 secs

All Changes:

:

  1. Change #168421

    Category None
    Changed by Leonard Göhrs <l.goehrsohnoyoudont@pengutronix.de>
    Changed at Fri 10 Feb 2023 14:12:00
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 58156ab2aad5f9808dbea3dfb5501ba09adfe74f

    Comments

    [collectd 6] port Report MemAvailable when present in meminfo (#3916)
    
    This ports "Report MemAvailable when present in meminfo (#3916)" (848b2394dc2)
    from the main branch to collectd-6.0.

    Changed files

    • src/memory.c
  2. Change #168422

    Category None
    Changed by Weiping Zhang <zhangweipingohnoyoudont@didiglobal.com>
    Changed at Fri 10 Feb 2023 14:12:00
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 65ac979bc0082a38dae62b7c72ac45fc33b5b0c2

    Comments

    [collectd 6] port Do not account reclaimable slab as used
    
    This ports "Do not account reclaimable slab as used" (77e2fcd91e27)
    from the main branch to collectd-6.0
    
    ChangeLog: memory plugin: do not account reclaimable slab as used.
    
    Align this counter with free(1).
    https://gitlab.com/procps-ng/procps/-/blob/v3.3.17/proc/sysinfo.c#L789

    Changed files

    • src/memory.c
  3. Change #168423

    Category None
    Changed by François Charlier <fcharlierohnoyoudont@users.noreply.github.com>
    Changed at Fri 10 Feb 2023 14:12:00
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 8dc63496b6b7c1420b49d295e4b6ac73c4ac9bac

    Comments

    [collectd 6] memory: add laundry and user wired pages (#3962)
    
    This ports "add laundry and user wired pages (#3962)" (de33b26ba4d67)
    from the main branch to collectd-6.0.
    
    Changelog: memory: report for laundry and user_wire pages on FreeBSD
    
    Add the `vm.stats.vm.v_laundry_count` and
    `vm.stats.vm.v_user_wire_count`  which have been present on FreeBSD for
    a little while now.

    Changed files

    • src/memory.c