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

Builder rrdtool_gcc-solaris10-sparc Build #78

Results:

Failed shell_2

SourceStamp:

Projectrrdtool
Repositoryhttps://github.com/oetiker/rrdtool-1.x.git
Branch1.5
Revision95727808ea3f867fbd03c8833d6b136d51c722f4
Got Revision95727808ea3f867fbd03c8833d6b136d51c722f4
Changes1 change

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. shell './configure' ( 3 mins, 42 secs )
    1. stdio
  3. shell_1 'gmake' ( 12 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake check' failed ( 2 mins, 53 secs )
    1. stdio
    2. test-suite.log
  5. shell_3 '/opt/csw/bin/gcc -DTEST_SNPRINTF ...' ( 4 secs )
    1. stdio
  6. shell_4 'src/rrd_snprintf' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch 1.5 Build
builddir /export/home/buildbot-unstable10s/slave/rrdtool_gcc-solaris10-sparc slave
buildername rrdtool_gcc-solaris10-sparc Builder
buildnumber 78 Build
codebase Build
got_revision 95727808ea3f867fbd03c8833d6b136d51c722f4 Git
project rrdtool Build
repository https://github.com/oetiker/rrdtool-1.x.git Build
revision 95727808ea3f867fbd03c8833d6b136d51c722f4 Build
scheduler schedule-rrdtool_gcc-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/rrdtool_gcc-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Olivier Doucet

Timing:

StartTue Nov 10 17:21:27 2015
EndTue Nov 10 17:41:26 2015
Elapsed19 mins, 58 secs

All Changes:

:

  1. Change #18533

    Category rrdtool
    Changed by Olivier Doucet <webmasterohnoyoudont@ajeux.com>
    Changed at Tue 10 Nov 2015 17:07:36
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 95727808ea3f867fbd03c8833d6b136d51c722f4

    Comments

    Fix JSON and JSONTIME export with gprints or rules
    When you have gprints or rules, json is not formated correctly : a comma is inserted after each block, making two mistakes :
    - there is no comma between "legend" and "gprints" block
    - there is a trailing comma in "meta" block
    
    I decided to rewrite this part and add the comma before each block, so this works in all cases : when you don't have any block, only one of them or both.

    Changed files

    • src/rrd_xport.c