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

Builder liblognorm-solaris10-sparcv9 Build #71

Results:

Failed shell_3

SourceStamp:

Projectliblognorm
Repositoryhttps://github.com/rsyslog/liblognorm.git
Branchmaster
Revision28be8457c620d282baac04c452459c567a586bf1
Got Revision28be8457c620d282baac04c452459c567a586bf1
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'autoreconf -fi' ( 5 mins, 9 secs )
    1. stdio
  3. shell_1 './configure --enable-regexp ...' ( 43 secs )
    1. stdio
  4. shell_2 'gmake' ( 2 mins, 7 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 28 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 71 Build
codebase Build
got_revision 28be8457c620d282baac04c452459c567a586bf1 Git
project liblognorm Build
repository https://github.com/rsyslog/liblognorm.git Build
revision 28be8457c620d282baac04c452459c567a586bf1 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. Kevin Guillemot
  2. Rainer Gerhards
  3. frikilax

Timing:

StartThu Nov 11 17:52:28 2021
EndThu Nov 11 18:02:05 2021
Elapsed9 mins, 37 secs

All Changes:

:

  1. Change #144087

    Category liblognorm
    Changed by frikilax <theo.bertinohnoyoudont@advens.fr>
    Changed at Wed 31 Mar 2021 08:39:01
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision a55b814fa12e3e05582bace79f55be102b129ef1

    Comments

    NAME-VALUE-LIST:: ADD OPTIONS FOR CUSTOM SEPARATOR/ASSIGNATOR AND QUOTING
    - new parameter 'separator': defines a custom character to look for between key/value pairs (replaces whitepsace when defined)
    - new parameter 'assignator': defines a custom character to look for between key and value (replaces '=' when defined, but DISABLES key name validation)
    - add support for (simple and double) quoting in values
    - add support for escaped characters in values

    Changed files

    • src/parser.c
    • src/parser.h
    • src/pdag.c
  2. Change #144088

    Category liblognorm
    Changed by Kevin Guillemot <kevin.guillemotohnoyoudont@advens.fr>
    Changed at Tue 25 May 2021 16:28:55
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 5ca56f740beebf7abc0b49aaa6f472d356377d1a

    Comments

    NameValueList :: Improvement : Stop parsing and set offset if name/value is not valid - to allow parsing rest of line

    Changed files

    • src/parser.c
  3. Change #144089

    Category liblognorm
    Changed by Kevin Guillemot <kevin.guillemotohnoyoudont@advens.fr>
    Changed at Mon 08 Nov 2021 10:01:32
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision c7a92a59180d0a61128ca73c40a833d95d4a8630

    Comments

    NAME-VALUE-LIST :: Fix : Fix parsing of escaped caracters (double-quote, separator, backslash)

    Changed files

    • src/parser.c
  4. Change #144090

    Category liblognorm
    Changed by Kevin Guillemot <kevin.guillemotohnoyoudont@advens.fr>
    Changed at Mon 08 Nov 2021 10:42:00
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision ab44491b7cb442daca5100cff9fc5bbb9a73c658

    Comments

    NAME-VALUE-LIST :: Add test for quoted values

    Changed files

    • tests/field_name_value_quoted.sh
  5. Change #144091

    Category liblognorm
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 11 Nov 2021 17:46:56
    Repository https://github.com/rsyslog/liblognorm.git
    Project liblognorm
    Branch master
    Revision 28be8457c620d282baac04c452459c567a586bf1

    Comments

    Merge pull request #335 from VultureProject/PR-NameValueSeparator
    [IMPROVEMENT] add separator character option to 'name-value-list' parser

    Changed files

    • no files