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

Builder collectd-60-solaris10-sparc Build #65

Results:

Build successful

SourceStamp:

Projectcollectd/collectd
Repositoryhttps://github.com/collectd/collectd
Branchcollectd-6.0
Revisionbbdae827c3611096d565aceac91a60aa4db0e255
Got Revisionbbdae827c3611096d565aceac91a60aa4db0e255
Changes19 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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, 34 secs )
    1. stdio
  4. shell_1 './configure --prefix=/opt/csw ...' ( 4 mins, 4 secs )
    1. stdio
    2. config.log
  5. shell_2 'gmake -k ...' ( 11 mins, 23 secs )
    1. stdio
  6. shell_3 'gmake check' ( 2 mins, 4 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 65 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 bbdae827c3611096d565aceac91a60aa4db0e255 Git
project collectd/collectd Build
repository https://github.com/collectd/collectd Build
revision bbdae827c3611096d565aceac91a60aa4db0e255 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. Florian Forster

Timing:

StartThu Dec 28 20:45:42 2023
EndThu Dec 28 21:11:02 2023
Elapsed25 mins, 20 secs

All Changes:

:

  1. Change #187399

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 0047e09b86964b52ff16b87fdc438d9b890d2193

    Comments

    utf8: Import code from http://bjoern.hoehrmann.de/utf-8/decoder/dfa/.
    
    Co-authored-by: Bjoern Hoehrmann <bjoern@hoehrmann.de>

    Changed files

    • src/utils/utf8/utf8.c
  2. Change #187400

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision b979ee4f98efcc2b3ed934abddfa6cc9e8d859f5

    Comments

    contrib/format.sh src/utils/utf8/utf8.c

    Changed files

    • src/utils/utf8/utf8.c
  3. Change #187401

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 391070580534fdd4f082ccfe189211cbeeed8246

    Comments

    utf8: Make utility build.
    
    *   Import `"collectd.h"` for `<stdint.h>`.
    *   Make `decode` static, otherwise GCC complains about it reading from a
        static variable.

    Changed files

    • Makefile.am
    • src/utils/utf8/utf8.c
  4. Change #187402

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 850bc1c9ce6110fc03189ab3f35dfd4d954d6d3d

    Comments

    utf8: Add a header file.

    Changed files

    • Makefile.am
    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8.h
  5. Change #187403

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision cbd891bfe563e84741249062c23385e272ba733a

    Comments

    utf8: Add unit test.

    Changed files

    • Makefile.am
    • src/utils/utf8/utf8_test.c
  6. Change #187404

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision b0a5ad2ab49149ceb21a3c0c0d757d55d2859818

    Comments

    utf8: Rename `IsUTF8` to `utf8_valid` to match collectd's naming schema.

    Changed files

    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8.h
    • src/utils/utf8/utf8_test.c
  7. Change #187405

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision c3d603ed3f894c94d54144fb327dace17d4eed46

    Comments

    utf8: Change argument from `uint8_t *` to `char const *`.

    Changed files

    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8.h
    • src/utils/utf8/utf8_test.c
  8. Change #187406

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 225b1a5c55277010da9e5cfdac287d196555732a

    Comments

    utf8: Change return value to `bool`.

    Changed files

    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8.h
  9. Change #187407

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 6ddad2acb9a6a6afec222c73dd8e2055db627a0d

    Comments

    utf8: Make `decode` a void function -- its return value is always ignored.

    Changed files

    • src/utils/utf8/utf8.c
  10. Change #187408

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 0210aa3846e3c173825a022d2a1a05002e38aed9

    Comments

    utf8: Iterate over the input string using a for loop.
    
    This is arguably easier to read.

    Changed files

    • src/utils/utf8/utf8.c
  11. Change #187409

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 233267a166b9d4432954a2dce1128be180c0f487

    Comments

    utf8: Remove the unused `codep` argument.

    Changed files

    • src/utils/utf8/utf8.c
  12. Change #187410

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision fbf76c2d6ea7334acaca6a4f23279ced94e66155

    Comments

    utf8: Make `decode` idempotent by returning the new state.

    Changed files

    • src/utils/utf8/utf8.c
  13. Change #187411

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision cff82a1384a7c3837e7fecbf740e0897e53a0894

    Comments

    utf8: Handle `NULL` inputs gracefully.

    Changed files

    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8_test.c
  14. Change #187412

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:53:22
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 4c93573136d8fffb1e6e818412c2c71be7f903c3

    Comments

    src/daemon/metric_test.c: Add test for `metric_parse_identity`.

    Changed files

    • src/daemon/metric_test.c
  15. Change #187413

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:54:46
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision f0d25a1eb61cb68b150be616ed7ac569acfcae10

    Comments

    src/daemon/metric.c: Allow arbitrary UTF-8 strings are label name.

    Changed files

    • Makefile.am
    • src/daemon/metric.c
    • src/daemon/metric_test.c
  16. Change #187414

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 09:54:49
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 202b4f7327e38b08fe36ad100209876333b2d3b7

    Comments

    src/daemon/metric_test.c: Add invalid inputs for `metric_parse_identity`.

    Changed files

    • src/daemon/metric_test.c
  17. Change #187415

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 20:23:33
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 82a38dd10721f72d18c9102035dcf95083c75306

    Comments

    Merge branch 'collectd-6.0' into 6/names

    Changed files

    • Makefile.am
    • src/daemon/metric.c
    • src/daemon/metric.h
    • src/utils/resource_metrics/resource_metrics.c
    • src/write_prometheus.c
    • src/write_prometheus_test.c
  18. Change #187416

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 20:25:04
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision 2b47df2202b9f5b0947c70c4b5d9855d3882361c

    Comments

    Makefile.am: Fix inconsistent indentation.

    Changed files

    • Makefile.am
  19. Change #187417

    Category None
    Changed by Florian Forster <octoohnoyoudont@collectd.org>
    Changed at Thu 28 Dec 2023 20:39:36
    Repository https://github.com/collectd/collectd
    Project collectd/collectd
    Branch collectd-6.0
    Revision bbdae827c3611096d565aceac91a60aa4db0e255

    Comments

    Merge pull request #4212 from octo/6/names
    
    [collectd 6] Allow arbitrary UTF-8 strings as label names.

    Changed files

    • Makefile.am
    • src/daemon/metric.c
    • src/daemon/metric_test.c
    • src/utils/utf8/utf8.c
    • src/utils/utf8/utf8.h
    • src/utils/utf8/utf8_test.c