Konsolenausgabe
Build wurde durch eine SCM-Änderung ausgelöst.
Running as SYSTEM
Baue in Arbeitsbereich /var/lib/jenkins/workspace/StdLib2
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/wurstscript/wurstStdlib2.git # timeout=10
Fetching upstream changes from https://github.com/wurstscript/wurstStdlib2.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
> git fetch --tags --force --progress -- https://github.com/wurstscript/wurstStdlib2.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision d1afbc2b4ef9f0358ee1d8cf44b9a339ed29e3e0 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d1afbc2b4ef9f0358ee1d8cf44b9a339ed29e3e0 # timeout=10
Commit message: "Update UnitIndexer & add generic sparse set & priority queue (#455)"
> git rev-list --no-walk b903a0ec3e8020905ec428903cf50cca18053c9e # timeout=10
[StdLib2] $ /bin/sh -xe /tmp/jenkins13299740967988043025.sh
+ java -jar ../Wurst/downloads/Wurstpack/wurstscript/wurstscript.jar ../Wurst/downloads/Wurstpack/wurstscript/common.j ../Wurst/downloads/Wurstpack/wurstscript/blizzard.j ./ -runcompiletimefunctions -runtests
compilation finished (errors: 4, warnings: 0)
Error in File PriorityQueue.wurst line 30:
mismatched input '16' expecting {'thistype', ID}
Error in File PriorityQueue.wurst line 1:
missing '->' at '\n\n'
Error in File PriorityQueue.wurst line 30:
exprthis cannot be used here. A full statement is required.
Error in File PriorityQueue.wurst line 30:
External Lambda-block can only be used after function calls.
Build step 'Shell ausführen' marked build as failure
Not sending mail to unregistered user [email protected]
Sending e-mails to: [email protected] [email protected]
Finished: FAILURE