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

Builder collectd-60-solaris10-i386 Build #24

Results:

Build successful

SourceStamp:

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

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' ( 27 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 36 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 1 mins, 49 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 24 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 62221e6ca4f3274067c4a652460ed8ca96d2f612 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 62221e6ca4f3274067c4a652460ed8ca96d2f612 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. Eero Tamminen

Timing:

StartWed Jun 8 17:24:37 2022
EndWed Jun 8 17:27:50 2022
Elapsed3 mins, 12 secs

All Changes:

:

  1. Change #155069

    Category None
    Changed by Eero Tamminen <eero.t.tamminenohnoyoudont@intel.com>
    Changed at Wed 08 Jun 2022 17:23:34
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 62221e6ca4f3274067c4a652460ed8ca96d2f612

    Comments

    [collectd 6] Fix some gcc warnings with more strict checks (#3970)
    
    * Remove unused dummy meta data functions
    
    "format_stackdriver" was migrated over year ago.
    
    * Fix rest of the GCC warnings from collectd core
    
    * Properly initialize complex struct
    * Fix signed vs unsigned comparisons
    * Tell compiler which args are expected to be unused
    
    Based on "-O3 -Werror -Wall -Wextra -Wformat-security" output.
    
    * write_prometheus: fix static analysis warnings and comments
    
    * Fix unused arguments reported by:
      "-O3 -Werror -Wall -Wextra -Wformat-security"
    * Fix obsolete comment to match MHD docs:
      https://www.gnu.org/software/libmicrohttpd/ ("Queueing responses" section)
      https://git.gnunet.org/libmicrohttpd.git/tree/src/include/microhttpd.h#n2398
    * Fix use after free reported by Klocwork, "prom_fam" cannot be used
      after it's been freed
    
    * Fix signedness mismatch GCC warnings in few of the plugins
    
    Based on "-O3 -Werror -Wall -Wextra -Wformat-security" output.
    
    * Remove unused function arguments from few plugins
    
    Based on "-O3 -Werror -Wall -Wextra -Wformat-security" output.
    
    * Attribute unused functions arguments as such in few of the plugins
    
    Based on "-O3 -Werror -Wall -Wextra -Wformat-security" output.
    
    * turbostat: Satisfy clang-format CI check
    
    Apparently CI has changed since this code was added to collectd.
    
    Co-authored-by: Matthias Runge <mrunge@redhat.com>

    Changed files

    • src/cgroups.c
    • src/conntrack.c
    • src/daemon/types_list.c
    • src/daemon/utils_cache.c
    • src/daemon/utils_cache.h
    • src/infiniband.c
    • src/libcollectdclient/network_parse.c
    • src/logparser.c
    • src/statsd.c
    • src/table.c
    • src/turbostat.c
    • src/utils/cmds/flush.c
    • src/utils/cmds/putmetric.c
    • src/utils/cmds/putval.c
    • src/write_prometheus.c
    • src/write_syslog.c
    • src/write_tsdb.c