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 b903a0ec3e8020905ec428903cf50cca18053c9e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b903a0ec3e8020905ec428903cf50cca18053c9e # timeout=10
Commit message: "Add reusable helpers from Twilight's Eve Reborn (#452)"
> git rev-list --no-walk cddf7a4a9184d7d05387f63104aa9a2672b268ee # timeout=10
[StdLib2] $ /bin/sh -xe /tmp/jenkins4603118479667843785.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: 24, warnings: 0)
Error in File ArrayList.wurst line 262:
Cannot assign null to T
Error in File ArrayList.wurst line 365:
Cannot assign null to T
Error in File ArrayList.wurst line 387:
Cannot assign null to T
Error in File ArrayList.wurst line 419:
Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 425:
Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 433:
Cannot assign null to T
Error in File ArrayList.wurst line 454:
Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 468:
Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 473:
Cannot assign null to T
Error in File ArrayList.wurst line 491:
Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 542:
Cannot assign null to T
Error in File ArrayList.wurst line 606:
Cannot assign null to T
Error in File ArrayList.wurst line 107:
Type variables must not be used in static contexts.
Error in File ArrayList.wurst line 276:
Cannot assign null to T
Error in File ArrayListTests.wurst line 37:
Variable list is of type ArrayList<integer>, should be an array variable.
Error in File ArrayListTests.wurst line 37:
Call to function assertEquals is ambiguous, alternatives are:
int.assertEquals(int expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 19
real.assertEquals(real expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 61
Error in File ArrayListTests.wurst line 38:
Variable list is of type ArrayList<integer>, should be an array variable.
Error in File ArrayListTests.wurst line 38:
Call to function assertEquals is ambiguous, alternatives are:
int.assertEquals(int expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 19
real.assertEquals(real expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 61
Error in File ArrayListTests.wurst line 40:
Variable list is of type ArrayList<integer>, should be an array variable.
Error in File ArrayListTests.wurst line 42:
Variable list is of type ArrayList<integer>, should be an array variable.
Error in File ArrayListTests.wurst line 42:
Call to function assertEquals is ambiguous, alternatives are:
int.assertEquals(int expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 19
real.assertEquals(real expected) returns Void, defined in /var/lib/jenkins/workspace/StdLib2/./wurst/_wurst/Wurstunit.wurst: 61
Error in File ArrayListTests.wurst line 50:
Variable list is of type ArrayList<real>, should be an array variable.
Error in File ArrayListTests.wurst line 51:
Variable list is of type ArrayList<real>, should be an array variable.
Error in File ArrayListTests.wurst line 52:
Variable list is of type ArrayList<real>, should be an array variable.
Build step 'Shell ausführen' marked build as failure
Not sending mail to unregistered user noreply@github.com
Sending e-mails to: peter.peq@gmail.com frotty@sunayama.de
Finished: FAILURE