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 6aad1556e9ad21103a7dd35f3901e3d690e8b5ed (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6aad1556e9ad21103a7dd35f3901e3d690e8b5ed # timeout=10
Commit message: "Add new-generic ArrayList (#449)"
 > git rev-list --no-walk 5f1a3b054ec7e47ebcfdee92a5fcc569a91ac658 # timeout=10
[StdLib2] $ /bin/sh -xe /tmp/jenkins9378839522067038283.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 254:
 Cannot assign null to T
Error in File ArrayList.wurst line 346:
 Cannot assign null to T
Error in File ArrayList.wurst line 368:
 Cannot assign null to T
Error in File ArrayList.wurst line 400:
 Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 406:
 Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 414:
 Cannot assign null to T
Error in File ArrayList.wurst line 435:
 Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 449:
 Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 454:
 Cannot assign null to T
Error in File ArrayList.wurst line 472:
 Cannot return null, expected expression of type T
Error in File ArrayList.wurst line 523:
 Cannot assign null to T
Error in File ArrayList.wurst line 578:
 Cannot assign null to T
Error in File ArrayList.wurst line 105:
 Type variables must not be used in static contexts.
Error in File ArrayList.wurst line 268:
 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 [email protected]
Sending e-mails to: [email protected]
Finished: FAILURE