SuccessConsole 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 ciworker16 (amd64-unknown-openbsd6.5) in workspace /var/lib/jenkins/workspace/nsgenbind/HOST/amd64-unknown-openbsd6.5
 > 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=amd64-unknown-openbsd6.5-569 # timeout=10
[amd64-unknown-openbsd6.5] $ /bin/sh -xe /tmp/hudson5563617550945629687.sh
+ ARTIFACT_HOME=/var/lib/jenkins/artifacts-amd64-unknown-openbsd6.5
+ mkdir -p /var/lib/jenkins/artifacts-amd64-unknown-openbsd6.5
+ export PREFIX=/var/lib/jenkins/artifacts-amd64-unknown-openbsd6.5
+ MAKE=gmake
+ cc -dumpmachine
+ export HOST=amd64-unknown-openbsd6.5
+ gmake clean
+ gmake
   BISON: src/webidl-parser.y
    FLEX: src/webidl-lexer.l
   BISON: src/nsgenbind-parser.y
    FLEX: src/nsgenbind-lexer.l
 COMPILE: build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-release-binary/nsgenbind-parser.c
 COMPILE: build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-release-binary/nsgenbind-lexer.c
 COMPILE: build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-release-binary/webidl-parser.c
 COMPILE: build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-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
    LINK: build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-release-binary/nsgenbind
+ gmake 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
+ gmake install
install -C  -m 755 build-amd64-unknown-openbsd6.5-amd64-unknown-openbsd6.5-release-binary/nsgenbind /var/lib/jenkins/artifacts-amd64-unknown-openbsd6.5/bin
+ gmake clean
Finished: SUCCESS