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

Builder rrdtool_cc-solaris10-sparc Build #77

Results:

Failed shell_2 shell_4

SourceStamp:

Projectrrdtool
Repositoryhttps://github.com/oetiker/rrdtool-1.x.git
Branch1.5
Revision9dac2aa1d0002b76eb6ee2ffb4bad18b101f9c07
Got Revision9dac2aa1d0002b76eb6ee2ffb4bad18b101f9c07
Changes15 changes

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './configure' ( 3 mins, 19 secs )
    1. stdio
  3. shell_1 'gmake' ( 4 mins, 50 secs )
    1. stdio
  4. shell_2 'gmake check' failed ( 3 mins, 1 secs )
    1. stdio
    2. test-suite.log
  5. shell_3 '/opt/solarisstudio12.3/bin/cc -DTEST_SNPRINTF ...' ( 1 secs )
    1. stdio
  6. shell_4 'src/rrd_snprintf' failed ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jean-Michel Vourgère
  2. Sebastian Schmidt
  3. Tobias Oetiker
  4. Uwe Höhna
  5. nirgal

Timing:

StartTue Nov 10 17:03:06 2015
EndTue Nov 10 17:14:39 2015
Elapsed11 mins, 33 secs

All Changes:

:

  1. Change #18517

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:50:34
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision f0b2f5d22b56a5d8dda090966675d4290f8bb36b

    Comments

    better spelling

    Changed files

    • CHANGES
  2. Change #18518

    Category rrdtool
    Changed by Jean-Michel Vourgère <nirgalohnoyoudont@debian.org>
    Changed at Tue 10 Nov 2015 16:50:58
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision ef9815b5d0adb94c5d1b83d65f67cf2761e31dcd

    Comments

    Limit unit tests check to 7 digits precision
    Note that 8 digits is not enough a reduction:
    
    on hurd-i386: echo "3.417131125e-02" | perl -p -e 's/([-+]?\d\.\d+e[-+]\d+)/sprintf("%0.8e",$1)/ge'
    3.41713112e-02
    
    on armel: echo "3.417131125e-02" | perl -p -e 's/([-+]?\d\.\d+e[-+]\d+)/sprintf("%0.8e",$1)/ge'
    3.41713113e-02

    Changed files

    • tests/dcounter1.output
    • tests/functions
    • tests/modify-test1.create.dump
    • tests/modify-test1.mod1.dump
    • tests/modify-test3.create.dump
    • tests/modify-test3.mod1.dump
    • tests/modify2-testa-create.dump
    • tests/modify2-testb-mod1.dump
    • tests/modify2-testc-mod1.dump
    • tests/modify4-testa-create.dump
    • tests/modify4-testa1-create.dump
    • tests/modify4-testa2-create.dump
    • tests/modify5-testa1-create.dump
    • tests/modify5-testa2-create.dump
    • tests/rpn2.output
    • tests/tune1-testa-mod1.dump
    • tests/tune1-testa-mod2.dump
    • tests/tune1-testorg.dump
    • tests/tune2-testa-mod1.dump
    • tests/tune2-testorg.dump
    • tests/xport1.json.output
    • tests/xport1.xml.output
  3. Change #18519

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:51:34
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 68eeb06aa9a4eb7de2a9504f373cbfd0c5ee1cbe

    Comments

    timezone is relevant here ... oops

    Changed files

    • tests/rpn2
  4. Change #18520

    Category rrdtool
    Changed by nirgal <nirgalohnoyoudont@users.noreply.github.com>
    Changed at Tue 10 Nov 2015 16:51:47
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 2b36d9520ce27e6df6c3607d983efee44a279e08

    Comments

    Minor spelling in documetation
    You can't "allow to", you need "allow one to".

    Changed files

    • doc/rrd-beginners.pod
  5. Change #18521

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:52:04
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision a9c97789019c4ce83d071d91c1957e4f98fd9812

    Comments

    never exit from library function ... #653

    Changed files

    • src/rrd_graph.c
    • src/rrd_graph.h
  6. Change #18522

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:52:18
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision db86ad9a438a1a8aaf839531606b76261e3a618d

    Comments

    housekeeping

    Changed files

    • CHANGES
    • configure.ac
    • examples/Makefile.am
    • examples/Makefile.in
  7. Change #18523

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:52:32
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 76d8c64d7dbf46c44aea7c3ab639dfa93adc74c5

    Comments

    make sure rrdbuild does not have to be rebuilt on the install host ... fix for #656

    Changed files

    • Makefile.am
    • Makefile.in
    • configure
    • doc/rrdbuild.pod
  8. Change #18524

    Category rrdtool
    Changed by nirgal <nirgalohnoyoudont@users.noreply.github.com>
    Changed at Tue 10 Nov 2015 16:53:26
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision da3947949ccc693893742ab88c062a1bae0ea429

    Comments

    Fix spelling typo in licence
    wether -> whether
    http://www.dailywritingtips.com/wether-weather-whether/

    Changed files

    • src/rrd_parsetime.c
  9. Change #18525

    Category rrdtool
    Changed by Jean-Michel Vourgère <nirgalohnoyoudont@debian.org>
    Changed at Tue 10 Nov 2015 16:53:43
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 4d542bc58abf2de516385370a56fd0cf2f2a2619

    Comments

    Don't install RRDCached.pm as an executable

    Changed files

    • examples/rrdcached/Makefile.am
    • examples/rrdcached/Makefile.in
  10. Change #18526

    Category rrdtool
    Changed by Jean-Michel Vourgère <nirgalohnoyoudont@debian.org>
    Changed at Tue 10 Nov 2015 16:54:09
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 22d7a8e3af717077e58572f7aa035da8e7f62f3e

    Comments

    Fixed perl-shared default path
    This is only used if you use makemaker dirrectly in the perl-shared directory.

    Changed files

    • bindings/perl-shared/Makefile.PL
  11. Change #18527

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:55:12
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision e36c800766a847f10bca8c20ee461fd7261c9fa3

    Comments

    fix for buffer overflow in rrd_restore.c #669

    Changed files

    • CHANGES
    • src/rrd_restore.c
  12. Change #18528

    Category rrdtool
    Changed by Tobias Oetiker <tobiohnoyoudont@oetiker.ch>
    Changed at Tue 10 Nov 2015 16:55:29
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 8c98d48a2d32dd598a0e29e8fdb7bc112867a341

    Comments

    rrdc_fetch needs locking too

    Changed files

    • src/rrd_client.c
    • src/rrd_graph_helper.c
  13. Change #18529

    Category rrdtool
    Changed by Sebastian Schmidt <yathohnoyoudont@yath.de>
    Changed at Tue 10 Nov 2015 16:56:12
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 669c82b97480c10c8d935f43c58bce166380ea1f

    Comments

    Don't crash on invalid variable names in RPN
    When rpn_parse() finds [^\0,] after parsing a token, it returns NULL
    without setting an error. This causes rrd_test_error() to return false
    and subsequent code will dereference NULL (cf. rrdtool xport
    CDEF:foo=foo-bar).
    
    This commit changes the OP_VARIABLE branch in rpn_parse so that in order
    to be a variable name, sscanf needs to match the full name, causing a
    more meaningful "ERROR: don't understand 'illegal-variable-name'" error
    message in that case. Also, I made the return NULL branch set an error
    message so rrd_test_error() will succeed.

    Changed files

    • src/rrd_rpncalc.c
  14. Change #18530

    Category rrdtool
    Changed by Uwe Höhna <ufo_ddohnoyoudont@web.de>
    Changed at Tue 10 Nov 2015 16:56:35
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 135e6f477e41ff9a1f6fff4a6faed00110a8e0bb

    Comments

    rrd_parsetime now unlocks its mutex also after parsing errors.

    Changed files

    • src/rrd_parsetime.c
  15. Change #18531

    Category rrdtool
    Changed by Uwe Höhna <ufo_ddohnoyoudont@web.de>
    Changed at Tue 10 Nov 2015 16:56:42
    Repository https://github.com/oetiker/rrdtool-1.x.git
    Project rrdtool
    Branch 1.5
    Revision 9dac2aa1d0002b76eb6ee2ffb4bad18b101f9c07

    Comments

    Fix the double mutex_unlock call

    Changed files

    • src/rrd_parsetime.c