UnstableConsole Output

Started by upstream project "nsgenbind" build number 569
originally caused by:
 Started by upstream project "buildsystem" build number 1462
 originally caused by:
  Started by user Vincent Sanders
Building remotely on ciworker11 (arm-linux-gnueabihf) in workspace /var/lib/jenkins/workspace/nsgenbind/HOST/arm-linux-gnueabihf
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.netsurf-browser.org/nsgenbind.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/nsgenbind.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/nsgenbind.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 48a2aaa6e40db1faad65a901bd0cb105ea9616bd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48a2aaa6e40db1faad65a901bd0cb105ea9616bd
 > git rev-list 48a2aaa6e40db1faad65a901bd0cb105ea9616bd # timeout=10
 > git tag -a -f -m Jenkins Build #569 jenkins-HOST=arm-linux-gnueabihf-569 # timeout=10
[arm-linux-gnueabihf] $ /bin/sh -xe /tmp/hudson2190729639455917242.sh
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-arm-linux-gnueabihf
+ mkdir -p /var/lib/jenkins/artifacts-arm-linux-gnueabihf
+ export PREFIX=/var/lib/jenkins/artifacts-arm-linux-gnueabihf
+ MAKE=make
+ cc -dumpmachine
+ export HOST=arm-linux-gnueabihf
+ make clean
+ make
   BISON: src/webidl-parser.y
src/webidl-parser.y:52.1-14: warning: deprecated directive, use '%define parse.error verbose' [-Wdeprecated]
 %error-verbose
 ^~~~~~~~~~~~~~
src/webidl-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
    FLEX: src/webidl-lexer.l
   BISON: src/nsgenbind-parser.y
src/nsgenbind-parser.y:16.1-14: warning: deprecated directive, use '%define parse.error verbose' [-Wdeprecated]
 %error-verbose
 ^~~~~~~~~~~~~~
src/nsgenbind-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
    FLEX: src/nsgenbind-lexer.l
 COMPILE: build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/nsgenbind-parser.c
 COMPILE: build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/nsgenbind-lexer.c
 COMPILE: build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/webidl-parser.c
 COMPILE: build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/webidl-lexer.c
 COMPILE: src/nsgenbind.c
 COMPILE: src/utils.c
 COMPILE: src/output.c
 COMPILE: src/webidl-ast.c
 COMPILE: src/nsgenbind-ast.c
 COMPILE: src/ir.c
 COMPILE: src/duk-libdom.c
 COMPILE: src/duk-libdom-interface.c
 COMPILE: src/duk-libdom-dictionary.c
 COMPILE: src/duk-libdom-common.c
 COMPILE: src/duk-libdom-generated.c
src/duk-libdom-generated.c: In function 'output_generated_attribute_user_getter':
src/duk-libdom-generated.c:58:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
                         "\tdom_string *name;\n"
                         ^~~~~~~~~~~~~~~~~~~~~~~
src/duk-libdom-generated.c:74:25:
                         strlen(atributee->name + 2));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/duk-libdom-generated.c:60:79: note: format string is defined here
                         "\texc = dom_string_create((const uint8_t *)\"%s\", %ld, &name);\n"
                                                                             ~~^
                                                                             %d
src/duk-libdom-generated.c: In function 'output_generated_attribute_user_setter':
src/duk-libdom-generated.c:248:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
                         "\t/* handlerfn */\n"
                         ^~~~~~~~~~~~~~~~~~~~~
src/duk-libdom-generated.c:263:25:
                         strlen(atributee->name + 2),
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/duk-libdom-generated.c:253:60: note: format string is defined here
                         "\tduk_push_lstring(ctx, \"%s\", %ld);\n"
                                                          ~~^
                                                          %d
    LINK: build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/nsgenbind
+ make test
    TEST: HTMLUnknownElement......FAIL
    TEST: blankidl......PASS
    TEST: browser-duk......PASS
    TEST: document......FAIL
    TEST: dom......FAIL
    TEST: emptyidl......PASS
    TEST: htmldocument......FAIL
    TEST: htmldocument2......FAIL
    TEST: htmlelement......FAIL
    TEST: window......FAIL
    TEST: Testing complete
+ make install
install -C  -m 755 build-arm-linux-gnueabihf-arm-linux-gnueabihf-release-binary/nsgenbind /var/lib/jenkins/artifacts-arm-linux-gnueabihf/bin
+ make clean
Build step 'Console output (build log) parsing' changed build result to UNSTABLE
Finished: UNSTABLE