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

Builder collectd-60-solaris10-i386 Build #21

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisionc484e763aa563778965beedee5333f38d3777336
Got Revisionc484e763aa563778965beedee5333f38d3777336
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Feb 24 08:26:53 2022
EndThu Feb 24 08:30:20 2022
Elapsed3 mins, 27 secs

All Changes:

:

  1. Change #147769

    Category None
    Changed by Emma Foley <elfiesmelfieohnoyoudont@users.noreply.github.com>
    Changed at Thu 24 Feb 2022 08:25:47
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c484e763aa563778965beedee5333f38d3777336

    Comments

    [ci][cirrus] Make Valgrind error on definite memory leaks only (#3977)
    
    * [ci][cirrus] Replace trusty with bionic/focal in debian_default_toolchain
    
    Ubuntu 14.04 (Trusty) is out of standard support [1].
    ``make check`` fails for test_capabilities, as noted in [2].
    [3] indicates that the cause is glibc, but that updates are not expected
    to the version in trusty.
    
    This PR replaces trusty with Ubuntu 18.04 (Bionic) and 20.04 (Focal).
    
    [1] https://wiki.ubuntu.com/Releases
    [2] https://github.com/collectd/collectd/pull/3936
    [3] https://github.com/collectd/collectd/pull/3927#issuecomment-953350598
    
    (cherry picked from commit b5d8ad13f4e300a7bfe342d27ad804003fcc9173)
    
    * [ci][cirrus] Make Valgrind error on defininte memory leaks only
    
    Valgrind gives errors when it find possible leaks;
    update the options to only error on definite leaks.
    
    This is done using the VALGRIND_OPTS env var, which is used by valgrind
    when it is invoked.
    
    Co-authored-by: Matthias Runge <mrunge@redhat.com>

    Changed files

    • .cirrus.yml