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

Builder collectd-60-solaris10-i386 Build #15

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revision9dc129189b9df01adbefc3e63aff694f79243be3
Got Revision9dc129189b9df01adbefc3e63aff694f79243be3
Changes2 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' ( 31 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 33 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 56 secs )
    1. stdio
  6. shell_3 'gmake check' ( 15 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 15 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 9dc129189b9df01adbefc3e63aff694f79243be3 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 9dc129189b9df01adbefc3e63aff694f79243be3 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. Matthias Runge
  2. Soner Tari

Timing:

StartMon Sep 6 14:29:02 2021
EndMon Sep 6 14:32:22 2021
Elapsed3 mins, 20 secs

All Changes:

:

  1. Change #141433

    Category None
    Changed by Soner Tari <sonertariohnoyoudont@gmail.com>
    Changed at Mon 19 Jul 2021 16:31:51
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 161728ebc9765fe72685b2ff9ad3c9e67ea393d2

    Comments

    Fix debug print of excluderegex if NULL
    
    excluderegex in logparser plugin is optional, hence can be NULL. If debug is enabled, debug print causes a CRITICAL error log like vfprintf %s NULL in "utils_match: match_create_callback: regex = %s, excluderegex = %s"

    Changed files

    • src/utils/match/match.c
  2. Change #141434

    Category None
    Changed by Matthias Runge <mrungeohnoyoudont@redhat.com>
    Changed at Mon 06 Sep 2021 14:28:00
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 9dc129189b9df01adbefc3e63aff694f79243be3

    Comments

    Merge pull request #3893 from sonertari/patch-1
    
    Fix debug print of excluderegex if NULL

    Changed files

    • src/utils/match/match.c