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

Builder liblognorm-solaris10-sparcv9 Build #46

Results:

Failed shell_3

SourceStamp:

Projectliblognorm
Repositoryhttps://github.com/rsyslog/liblognorm.git
Branchmaster
Revisiond4136cda5b529965690e486cce807362d5511af2
Got Revisiond4136cda5b529965690e486cce807362d5511af2
Changes8 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-liblognorm-solaris10-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. shell 'autoreconf -fi' ( 8 mins, 30 secs )
    1. stdio
  3. shell_1 './configure --enable-regexp ...' ( 1 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake' ( 3 mins, 24 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 mins, 12 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/liblognorm-solaris10-sparcv9 slave
buildername liblognorm-solaris10-sparcv9 Builder
buildnumber 46 Build
codebase Build
got_revision d4136cda5b529965690e486cce807362d5511af2 Git
project liblognorm Build
repository https://github.com/rsyslog/liblognorm.git Build
revision d4136cda5b529965690e486cce807362d5511af2 Build
scheduler schedule-liblognorm-solaris10-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/liblognorm-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Harshvardhan.s
  2. PascalWithopf
  3. Rainer Gerhards

Timing:

StartSat Mar 10 12:58:31 2018
EndSat Mar 10 13:14:13 2018
Elapsed15 mins, 41 secs

All Changes:

:

  1. Change #53387

    Category liblognorm
    Changed by Harshvardhan.s <harshvardhan5795ohnoyoudont@gmail.com>
    Changed at Thu 05 Oct 2017 11:48:12
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 322aecef912dcec57fc7606e7450b34acf6944b4

    Comments

    es_str2cstr leak in string-to v1 parse
    removing const as is causes build fail

    Changed files

    • src/v1_parser.c
  2. Change #53406

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Sat 25 Nov 2017 17:11:46
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 956551ab9a24b7071cf5830562035d61b41a6df5

    Comments

    Merge pull request #271 from CodeHarsh/master
    es_str2cstr leak in string-to v1 parse

    Changed files

    • no files
  3. Change #53415

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Sat 25 Nov 2017 17:14:48
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 8dd09106f9d1bc635503d6f3b1d7d984b248c718

    Comments

    maintain ChangeLog

    Changed files

    • ChangeLog
  4. Change #53444

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Sat 25 Nov 2017 17:30:56
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision b294c2fd2fcef74e813702e7063e92e8ed0aaee7

    Comments

    travis: temporarily permit longer line length
    bug in code style check tool was fixed, originally line length
    was calculated too low. Thus we enable longer lines until all
    source has been fixed as well.

    Changed files

    • CI/check_codestyle.sh
  5. Change #53459

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Sat 25 Nov 2017 17:48:09
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 741c428a46a35bab3cb90bf088b4daca0ef8dcb9

    Comments

    fix some very bad line length violations

    Changed files

    • src/v1_parser.c
  6. Change #53475

    Category liblognorm
    Changed by PascalWithopf <pwithopfohnoyoudont@adiscon.com>
    Changed at Wed 29 Nov 2017 08:36:48
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision e4488ebe082d7073fbe3f09d46dea018722d0561

    Comments

    codestyle: set max line length to 120

    Changed files

    • CI/check_codestyle.sh
  7. Change #53499

    Category liblognorm
    Changed by PascalWithopf <pwithopfohnoyoudont@adiscon.com>
    Changed at Wed 29 Nov 2017 09:15:38
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 77f9db477294c059f2fb7d19ad9b5aae7c3c3d79

    Comments

    codestyle: correct line length to 120

    Changed files

    • CI/check_codestyle.sh
    • src/parser.c
    • src/pdag.c
    • src/v1_parser.c
    • src/v1_ptree.c
    • src/v1_ptree.h
    • tests/json_eq.c
  8. Change #53515

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 30 Nov 2017 10:15:29
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision d4136cda5b529965690e486cce807362d5511af2

    Comments

    Merge pull request #278 from PascalWithopf/line_length
    Codestyle: correct max line length to 120

    Changed files

    • no files