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

Builder collectd-60-solaris10-sparc Build #22

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. setproperty property 'ciflags' set ( 0 secs )
    1. stdio
    2. property changes
  3. shell '/opt/csw/bin/bash ./build.sh' ( 6 mins, 6 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 3 mins, 17 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 9 mins, 59 secs )
    1. stdio
  6. shell_3 'gmake check' ( 1 mins, 38 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 22 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 956cc5158883815a0d23b8c1b180e7196e523c8a Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision 956cc5158883815a0d23b8c1b180e7196e523c8a 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. Matwey V. Kornilov

Timing:

StartWed Jun 8 11:57:46 2022
EndWed Jun 8 12:18:59 2022
Elapsed21 mins, 12 secs

All Changes:

:

  1. Change #155053

    Category None
    Changed by Matwey V. Kornilov <matwey.kornilovohnoyoudont@gmail.com>
    Changed at Wed 08 Jun 2022 11:56:42
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 956cc5158883815a0d23b8c1b180e7196e523c8a

    Comments

    [collectd 6] Port #3938 for collectd 6 (#3999)
    
    * write_http: Make use of CURLOPT_POSTFIELDSIZE
    
    CURLOPT_POSTFIELDSIZE allows to specify the data size, which is known in
    advance and equals to cb->send_buffer_fill. When CURLOPT_POSTFIELDSIZE is not
    set (or set to -1), then curl evaluates data size using strlen() function,
    which have O(N) complexity, so we save a few CPU cycles here.
    
    Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
    
    * write_influxdb_udp: Split formatting functions to format_influxdb
    
    Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
    
    * write_http: Add influxdb format
    
    Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
    
    * write_http: Enable using unix socket in libcurl
    
    Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
    
    Co-authored-by: Matthias Runge <mrunge@redhat.com>

    Changed files

    • Makefile.am
    • src/utils/format_influxdb/format_influxdb.c
    • src/utils/format_influxdb/format_influxdb.h
    • src/write_http.c
    • src/write_influxdb_udp.c