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

Builder collectd-60-solaris10-sparc Build #29

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisione4aced6edcc880a83a85cb01fc57a948a471e0f3
Got Revisione4aced6edcc880a83a85cb01fc57a948a471e0f3
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 7 mins, 48 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 52 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 10 mins, 45 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 47 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 29 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 e4aced6edcc880a83a85cb01fc57a948a471e0f3 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision e4aced6edcc880a83a85cb01fc57a948a471e0f3 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. Alex
  2. Emma Foley
  3. Emma Foley
  4. Kentaro Hayashi
  5. Leonard Göhrs
  6. Matthias Runge

Timing:

StartWed Feb 1 09:09:08 2023
EndWed Feb 1 09:33:28 2023
Elapsed24 mins, 20 secs

All Changes:

:

  1. Change #167848

    Category None
    Changed by Matthias Runge <mrungeohnoyoudont@redhat.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision ac94dc48a32c6ce5c2e252a9805ecc04f234b63d

    Comments

    Create build.yml (#3911)
    
    * Create build.yml

    Changed files

    • .github/workflows/build.yml
  2. Change #167849

    Category None
    Changed by Emma Foley <elfiesmelfieohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision d556bcf91b07d491cee8c2711989f2beb0115563

    Comments

    Replace travis CI with GHA (#3913)
    
    * [githubactions] Use collectd-ci container to run tests
    
    Uses containers for collectd provided by collectd/ci-docker [1]
    Repeats what travis was using for building collectd
    
    * checks out branch
    * installs dependencies (already in containers)
    * runs the script commands from travis (pkg-config, confgure, make)
    
    [1] https://github.com/collectd/ci-docker
    
    [githubactions] Add config flags to builds
    
    * [githubactions] Add a job for experimental OSes
    
    * [GHA] update actions for new distro containers in collectd/ci-docker
    
    * Mark ``make check`` as optional for now
    
    it is not passing reliably, and is being marked as optional until it is
    
    Co-authored-by: BarometerExperimental <barometer-experimental@container>

    Changed files

    • .github/workflows/build.yml
  3. Change #167850

    Category None
    Changed by Emma Foley <elfiesmelfieohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e28f097627395f4f1b0cd8c41595981c5c4b2473

    Comments

    Fix CI failures caused by unsupported distros and updates to dependencies (#3975)
    
    * [ci][gha] Replace trusy with Bionic and Focal
    
    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] #3936
    [3] #3927 (comment)
    
    * [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.
    
    * [ci][gha] 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.

    Changed files

    • .github/workflows/build.yml
  4. Change #167851

    Category None
    Changed by Emma Foley <elfiesmelfieohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 4201659ae96a73479ecf026140cb3cc266914060

    Comments

    [gha] Add a test log when the tests fail (#3971)
    
    * [ci][gha] Add a test log when the tests fail
    
    * [ci][cirrus] Update CI to provide test logs on failure
    
    Co-authored-by: Matthias Runge <mrunge@redhat.com>

    Changed files

    • .cirrus.yml
    • .github/workflows/build.yml
  5. Change #167852

    Category None
    Changed by Emma Foley <elfiesmelfieohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 9f8050078f4450c04ff6862e966364c426842cbc

    Comments

    [ci][gha] Miscellaneous improvements and sync with cirrus (#3976)
    
    * [ci][gha] Rename tasks
    
    * [ci][gha] Update and use MAKEFLAGS
    
    * [ci][gha] Remove continue-on-error from ``make distcheck`` tasks
    
    Installation of bzip2 and make distcheck were failing on el8.
    This was resolved by updating it to use CentOS Stream 8 in [1]
    
    [1] https://github.com/collectd/ci-docker/pull/55

    Changed files

    • .github/workflows/build.yml
  6. Change #167853

    Category None
    Changed by Emma Foley <efoleyohnoyoudont@redhat.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 9d6b44906543a7101c179e8c2f02bdcdf1bceea8

    Comments

    [CI] Update Fedora versions used in GHA

    Changed files

    • .github/workflows/build.yml
  7. Change #167854

    Category None
    Changed by Emma Foley <efoleyohnoyoudont@redhat.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision baeea8305060a56ae1be101e327d9fd1a2eba94a

    Comments

    [gha] Add el9_x86_64 to tested distros

    Changed files

    • .github/workflows/build.yml
  8. Change #167855

    Category None
    Changed by Alex <93376818+sashashuraohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 26f7c66ed98fa21e13e884f57bbd804561961d89

    Comments

    Update build.yml
    
    Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

    Changed files

    • .github/workflows/build.yml
  9. Change #167856

    Category None
    Changed by Leonard Göhrs <l.goehrsohnoyoudont@pengutronix.de>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 3b6b7a9a514924cb2323e0200ba77291c89c0698

    Comments

    [collectd 6] trigger github worker on collectd-6.0 branch
    
    Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>

    Changed files

    • .github/workflows/build.yml
  10. Change #167857

    Category None
    Changed by Kentaro Hayashi <hayashiohnoyoudont@clear-code.com>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e1b7c24db7efc11bb40d9d9481ce98c493f84a5a

    Comments

    cirrus: drop CentOS6
    
    It had been reached EOL at November 30th, 2020.
    There is no security updates available anymore.
    
    ref. https://wiki.centos.org/About/Product
    
    Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>

    Changed files

    • .cirrus.yml
  11. Change #167858

    Category None
    Changed by Leonard Göhrs <l.goehrsohnoyoudont@pengutronix.de>
    Changed at Wed 01 Feb 2023 09:07:59
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision e4aced6edcc880a83a85cb01fc57a948a471e0f3

    Comments

    [collectd 6] disable the same plugins in github worker as in cirrus CI
    
    Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>

    Changed files

    • .github/workflows/build.yml