Konsolenausgabe

Started by an SCM change
Building in workspace /var/lib/jenkins/jobs/StdLib2/workspace
 > 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 -c core.askpass=true fetch --tags --progress https://github.com/wurstscript/wurstStdlib2.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision bdedb22750b1cfa1851702c291772e8668a3d24b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bdedb22750b1cfa1851702c291772e8668a3d24b
 > git rev-list ccdfe8ef61c3e0e97a859b70991e431727f79715 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins7806978516962616544.sh
+ java -jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/wurstscript.jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/common.j ../../Wurst/workspace/downloads/Wurstpack/wurstscript/blizzard.j ./ -runcompiletimefunctions -runtests
Running tests
Running <BitSet:37 - testContains>..
	OK!
Running <BitSet:51 - testAdd>..
	OK!
Running <BitSet:54 - testRemove>..
	OK!
Running <Colors:158 - testColors>..
	OK!
Running <GroupTests:4 - testGroupBasic>..
	FAILED with exception:
	java.util.NoSuchElementException
Running <GroupTests:23 - testGroupForLoops>..
	FAILED with exception:
	java.util.NoSuchElementException
Running <HashList:90 - testHashList>..
	OK!
Running <LinkedListModule:89 - test>..
	OK!
Running <LinkedListModule:105 - testDestroy>..
	OK!
Running <LinkedList:360 - testAddRemove>..
	OK!
Running <LinkedList:374 - testForLoop>..
	OK!
Running <LinkedList:387 - testAddAll>..
	OK!
Running <LinkedList:403 - testClosures>..
	OK!
Running <LinkedList:416 - testGenerics>..
	OK!
Running <Maths:75 - minmax>..
	OK!
Running <Maths:84 - test_hypot>..
	OK!
Running <ObjectIds:35 - test_idString2IdInteger>..
	OK!
Running <ObjectIds:40 - test_idInteger2IdString>..
	OK!
Running <StringTests:5 - testToCharsetInt>..
	OK!
Running <StringTests:11 - testSubstring>..
	OK!
Running <StringTests:15 - testLength>..
	OK!
Running <StringTests:18 - testCharAt>..
	OK!
Running <StringTests:23 - testEndsWith>..
	OK!
Running <StringTests:29 - testStartsWith>..
	OK!
Running <StringTests:35 - testToLowerCase>..
	OK!
Running <StringTests:38 - testToUpperCase>..
	OK!
Running <StringTests:41 - testIsUpper>..
	OK!
Running <StringTests:45 - testTrim>..
	OK!
Running <StringTests:70 - testIndexOf>..
	OK!
Running <StringTests:76 - testLastIndexOf>..
	OK!
Running <StringTests:81 - testCountOccurences>..
	OK!
Running <StringTests:86 - testContains>..
	OK!
Running <StringTests:90 - testIsWhitespace>..
	OK!
Running <StringTests:97 - testFirstUpper>..
	OK!
Running <StringTests:101 - testReplace>..
	OK!
Running <StringTests:105 - testGetHash>..
	OK!
Running <StringTests:108 - testFormat>..
	OK!
Running <StringTests:114 - testIterator>..
	OK!
Running <StringUtilsTests:6 - testSplit>..
	OK!
Running <StringUtilsTests:25 - testJoin>..
	OK!
Running <StringUtilsTests:37 - testReduce>..
	OK!
Tests succeeded: 39/41
>> 2 Tests have failed!
Finished running tests
compilation finished (errors: 2, warnings: 12)
Error in File GroupTests.wurst line 4:
 java.lang.Error: java.util.NoSuchElementException
Error in File GroupTests.wurst line 23:
 java.lang.Error: java.util.NoSuchElementException
Build step 'Execute shell' marked build as failure
Sending e-mails to: [email protected] [email protected]
Finished: FAILURE