Gestartet durch vorgelagertes Projekt „Wurst“, Build 1124 Ursprünglich gestartet durch: Started by GitHub push by peq 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 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 a891efe86e93f475c4ba752cf3e58c720bc552a5 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a891efe86e93f475c4ba752cf3e58c720bc552a5 Commit message: "DamageEvent (#212)" > git rev-list --no-walk a891efe86e93f475c4ba752cf3e58c720bc552a5 # timeout=10 [StdLib2] $ /bin/sh -xe /tmp/jenkins5197914344509455271.sh + java -jar ../Wurst/downloads/Wurstpack/wurstscript/wurstscript.jar ../Wurst/downloads/Wurstpack/wurstscript/common.j ../Wurst/downloads/Wurstpack/wurstscript/blizzard.j ./ -runcompiletimefunctions -runtests Running tests Running <Angle:78 - testAngle>.. OK! Running <BitSet:31 - testContains>.. OK! Running <BitSet:45 - testAdd>.. OK! Running <BitSet:48 - testRemove>.. OK! Running <BitwiseTests:5 - byteTestsNegative>.. OK! Running <BitwiseTests:14 - byteTestsPositive>.. OK! Running <BitwiseTests:23 - bitStringTests>.. OK! Running <BitwiseTests:33 - shiftTests>.. OK! Running <BitwiseTests:47 - tests32>.. OK! Running <BufferTests:52 - stringBufferEmptyStringTest>.. OK! Running <BufferTests:66 - stringBufferShortSerializationTest>.. OK! Running <BufferTests:88 - stringBufferLongSerializationTest>.. OK! Running <BufferTests:106 - stringBufferSerializableTest>.. OK! Running <BufferTests:130 - hashBufferTestSerialization>.. OK! Running <ClosureEventsTests:4 - testEvents>.. OK! Running <ClosureTimers:180 - testDoAfter>.. OK! Running <Colors:211 - testColors>.. OK! Running <Colors:222 - testColorNames>.. OK! Running <Colors:230 - testPlayerColorConversion>.. OK! Running <Colors:237 - testPlayerFromColorName>.. OK! Running <Destructable:72 - testDestructables>.. OK! Running <Dialog:45 - testDialog>.. OK! Running <Effect:210 - testEffect>.. OK! Running <ForceTests:8 - testForce>.. OK! Running <ForceTests:20 - testForForce>.. OK! Running <GameCacheTests:8 - testGameCache>.. OK! Running <GroupTests:4 - testGroupBasic>.. OK! Running <GroupTests:23 - testGroupForLoops>.. OK! Running <GroupTests:41 - testRandom>.. OK! Running <GroupTests:61 - testHandleId>.. OK! Running <GroupTests:71 - testVararg>.. OK! Running <HashListTests:5 - testAdd>.. OK! Running <HashListTests:11 - testSet>.. OK! Running <HashListTests:19 - testAddAll>.. OK! Running <HashListTests:36 - testClear>.. OK! Running <HashListTests:44 - testRemoveAll>.. OK! Running <HashListTests:52 - testRemoveAt>.. OK! Running <HashListTests:61 - testRemove>.. OK! Running <HashListTests:70 - testSize>.. OK! Running <HashListTests:78 - testIsEmpty>.. OK! Running <HashListTests:85 - testGet>.. OK! Running <HashListTests:92 - testHas>.. OK! Running <HashListTests:105 - testIterator>.. OK! Running <HashListTests:118 - testCopy>.. OK! Running <HashListTests:130 - testCopyConstructor>.. OK! Running <HashListTests:142 - testHasAt>.. OK! Running <HashMapTests:5 - testHas>.. OK! Running <HashMapTests:12 - testPutGet>.. OK! Running <HashMapTests:21 - testRemove>.. OK! Running <HashMapTests:30 - testBooleanHashmap>.. OK! Running <HashMapTests:37 - testSize>.. OK! Running <HashMapTests:62 - testIterableMap>.. OK! Running <HashMapTests:84 - testIMIterator>.. OK! Running <HashMapTests:97 - testIMGetPut>.. OK! Running <HashMapTests:110 - testIMHasKeyRemove>.. OK! Running <HashMapTests:122 - testIMRemoveValue>.. OK! Running <HashMapTests:137 - testIMAddAll>.. OK! Running <HashMapTests:156 - testIMCopy>.. OK! Running <HashMapTests:168 - testIMCopyConstructor>.. OK! Running <HashMapTests:180 - testIMFlush>.. OK! Running <HashSetTests:5 - testHashSet>.. OK! Running <HashSetTests:29 - testFenixOrder>.. OK! Running <HashSetTests:35 - testRemoval>.. OK! Running <HashtableTests:4 - testBasicDatatypes>.. OK! Running <HashtableTests:22 - testFlushing>.. OK! Running <HashtableTests:36 - testOverwrite>.. OK! Running <HashtableTests:45 - testRemove>.. OK! Running <Interpolation:123 - linearVecTest>.. OK! Running <Interpolation:128 - testVec2Bezier3>.. OK! Running <Interpolation:138 - testVec2DerivBezier3>.. OK! Running <Interpolation:146 - testVec2Bezier4>.. OK! Running <Interpolation:157 - testVec2DerivBezier4>.. OK! Running <Interpolation:166 - testVec3Bezier3>.. OK! Running <Interpolation:176 - testVec3DerivBezier3>.. OK! Running <Interpolation:184 - testVec3Bezier4>.. OK! Running <Interpolation:195 - testVec3DerivBezier4>.. OK! Running <LinkedListModuleTests:18 - test>.. OK! Running <LinkedListModuleTests:35 - testDestroy>.. OK! Running <LinkedListTests:5 - testAddRemove>.. OK! Running <LinkedListTests:20 - testForLoop>.. OK! Running <LinkedListTests:33 - testBackIter>.. OK! Running <LinkedListTests:45 - testAddAll>.. OK! Running <LinkedListTests:61 - testAddVararg>.. OK! Running <LinkedListTests:78 - testClosures>.. OK! Running <LinkedListTests:92 - testGenerics>.. OK! Running <LinkedListTests:104 - testSort>.. OK! Running <LinkedListTests:129 - testAddAt>.. OK! Running <LinkedListTests:139 - testRemoveWhen>.. OK! Running <LinkedListTests:147 - testFilter>.. OK! Running <LinkedListTests:155 - testFoldl>.. OK! Running <LinkedListTests:162 - testToString>.. OK! Running <LinkedListTests:169 - testSortReal>.. OK! Running <LinkedListTests:177 - testAsList>.. OK! Running <LinkedListTests:182 - testStringHashCollission>.. OK! Running <MapBounds:62 - testMapBounds>.. OK! Running <Maths:71 - minmax>.. OK! Running <Maths:79 - test_hypot>.. OK! Running <MatricesTests:8 - test22PlusMat>.. OK! Running <MatricesTests:13 - test22PlusScalar>.. OK! Running <MatricesTests:16 - test22MinusMat>.. OK! Running <MatricesTests:21 - test22MinusScalar>.. OK! Running <MatricesTests:24 - test22MultMat>.. OK! Running <MatricesTests:29 - test22MultVec>.. OK! Running <MatricesTests:34 - test22MultScalar>.. OK! Running <MatricesTests:39 - test22Col>.. OK! Running <MatricesTests:46 - test22Row>.. OK! Running <MatricesTests:53 - test22Transpose>.. OK! Running <MatricesTests:60 - test22Determinant>.. OK! Running <MatricesTests:65 - test22Inverse>.. OK! Running <MatricesTests:79 - test22Angle2Mat>.. OK! Running <MatricesTests:84 - test22Scaling>.. OK! Running <MatricesTests:91 - test33PlusMat>.. OK! Running <MatricesTests:103 - test33PlusScalar>.. OK! Running <MatricesTests:106 - test33MinusMat>.. OK! Running <MatricesTests:118 - test33MinusScalar>.. OK! Running <MatricesTests:121 - test33MultMat>.. OK! Running <MatricesTests:137 - test33MultVec>.. OK! Running <MatricesTests:144 - test33MultScalar>.. OK! Running <MatricesTests:149 - test33Col>.. OK! Running <MatricesTests:157 - test33Row>.. OK! Running <MatricesTests:165 - test33Transpose>.. OK! Running <MatricesTests:174 - test33Trace>.. OK! Running <MatricesTests:177 - test33Determinant>.. OK! Running <MatricesTests:181 - test33Inverse>.. OK! Running <MatricesTests:195 - test33Axis2Mat>.. OK! Running <MatricesTests:205 - test33Angle2Mat>.. OK! Running <MatricesTests:215 - test33Scaling>.. OK! Running <MatricesTests:226 - test33Mat2Euler>.. OK! Running <MatricesTests:241 - test33rotationsXYZ>.. OK! Running <MatricesTests:251 - testMat3Translation>.. OK! Running <MatricesTests:256 - testInverse22>.. OK! Running <MatricesTests:261 - testInverse33>.. OK! Running <ObjectIds:68 - asListIntTest>.. OK! Running <ObjectIds:75 - asListStringTest>.. OK! Running <ObjectIds:81 - test_idString2IdInteger>.. OK! Running <ObjectIds:86 - test_idInteger2IdString>.. OK! Running <Player:154 - testPlayer>.. OK! Running <Playercolor:75 - testToInt>.. OK! Running <Playercolor:79 - testToPlayerColor>.. OK! Running <Playercolor:83 - testGetPlayer>.. OK! Running <Playercolor:87 - testGetPlayers>.. OK! Running <PrimitivesTests:4 - testClamp>.. OK! Running <PrimitivesTests:13 - testR2SW>.. OK! Running <PrimitivesTests:18 - testArithmetics>.. OK! Running <PrimitivesTests:29 - testBoolean>.. OK! Running <QuaternionTests:7 - testPlusQuat>.. OK! Running <QuaternionTests:11 - testPlusScalar>.. OK! Running <QuaternionTests:15 - testMinusQuat>.. OK! Running <QuaternionTests:19 - testMinusScalar>.. OK! Running <QuaternionTests:22 - testMultScalar>.. OK! Running <QuaternionTests:26 - testConjugate>.. OK! Running <QuaternionTests:29 - testCross>.. OK! Running <QuaternionTests:32 - testDot>.. OK! Running <QuaternionTests:35 - testNorm>.. OK! Running <QuaternionTests:40 - testLength>.. OK! Running <QuaternionTests:45 - testQuat2Mat>.. OK! Running <QuaternionTests:52 - testAxisExtracting>.. OK! Running <QuaternionTests:62 - testVec2Quat>.. OK! Running <QuaternionTests:68 - testAngle2Quat>.. OK! Running <QuaternionTests:74 - testQuat2Euler>.. OK! Running <QuaternionTests:87 - testVec3Rotate>.. OK! Running <QuaternionTests:91 - test33Mat2Quat>.. OK! Running <QuaternionTests:98 - testLerp>.. OK! Running <QuaternionTests:112 - testNlerp>.. OK! Running <QuaternionTests:121 - testSlerp>.. OK! Running <QuaternionTests:130 - testGetGimbalPole>.. OK! Running <QuaternionTests:138 - testExp>.. OK! Running <Raycast:305 - testProjection2d>.. OK! Running <Raycast:318 - testLine>.. OK! Running <Raycast:332 - testRay>.. OK! Running <Raycast:344 - testSegment>.. OK! Running <Raycast:359 - testCircle>.. OK! Running <Raycast:395 - testProjection3d>.. OK! Running <Raycast:408 - testPlane>.. OK! Running <Raycast:426 - testDisk>.. OK! Running <Raycast:436 - testSphere>.. OK! Running <Raycast:471 - testTriangle>.. OK! Running <StringTests:3 - testToCharsetInt>.. OK! Running <StringTests:9 - testSubstring>.. OK! Running <StringTests:13 - testLength>.. OK! Running <StringTests:16 - testCharAt>.. OK! Running <StringTests:21 - testEndsWith>.. OK! Running <StringTests:27 - testStartsWith>.. OK! Running <StringTests:33 - testToLowerCase>.. OK! Running <StringTests:36 - testToUpperCase>.. OK! Running <StringTests:39 - testIsUpper>.. OK! Running <StringTests:43 - testTrim>.. OK! Running <StringTests:76 - testIndexOf>.. OK! Running <StringTests:82 - testLastIndexOf>.. OK! Running <StringTests:87 - testCountOccurences>.. OK! Running <StringTests:92 - testContains>.. OK! Running <StringTests:96 - testIsWhitespace>.. OK! Running <StringTests:103 - testFirstUpper>.. OK! Running <StringTests:107 - testReplace>.. OK! Running <StringTests:112 - testGetHash>.. OK! Running <StringTests:115 - testFormat>.. OK! Running <StringTests:121 - testIterator>.. OK! Running <StringTests:127 - testConversion>.. OK! Running <StringUtilsTests:6 - testSplit>.. OK! Running <StringUtilsTests:25 - testJoin>.. OK! Running <StringUtilsTests:34 - testReduce>.. OK! Running <StringUtilsTests:38 - testChar>.. OK! Running <TerrainUtils:154 - testMapCorners>.. OK! Running <TerrainUtils:160 - testUpperBound>.. OK! Running <TerrainUtils:169 - testLowerBound>.. OK! Running <Vectors:469 - vectorTests>.. OK! Running <Vectors:479 - testIsInTriangle>.. OK! Running <Vectors:489 - testIsInPolygon>.. OK! Tests succeeded: 208/208 >> All tests have passed successfully! There were some errors reported while running the tests. Finished running tests compilation finished (errors: 0, warnings: 322) Warning in File BitSet.wurst line 31: Annotation test is not defined. Warning in File BitSet.wurst line 45: Annotation test is not defined. Warning in File BitSet.wurst line 48: Annotation test is not defined. Warning in File HashListTests.wurst line 4: Annotation test is not defined. Warning in File HashListTests.wurst line 10: Annotation test is not defined. Warning in File HashListTests.wurst line 18: Annotation test is not defined. Warning in File HashListTests.wurst line 35: Annotation test is not defined. Warning in File HashListTests.wurst line 43: Annotation test is not defined. Warning in File HashListTests.wurst line 51: Annotation test is not defined. Warning in File HashListTests.wurst line 60: Annotation test is not defined. Warning in File HashListTests.wurst line 69: Annotation test is not defined. Warning in File HashListTests.wurst line 77: Annotation test is not defined. Warning in File HashListTests.wurst line 84: Annotation test is not defined. Warning in File HashListTests.wurst line 91: Annotation test is not defined. Warning in File HashListTests.wurst line 104: Annotation test is not defined. Warning in File HashListTests.wurst line 117: Annotation test is not defined. Warning in File HashListTests.wurst line 129: Annotation test is not defined. Warning in File HashListTests.wurst line 141: Annotation test is not defined. Warning in File LinkedListModuleTests.wurst line 17: The function test must be annotated with @annotation to be usable as an annotation. Warning in File LinkedListModuleTests.wurst line 34: The function test must be annotated with @annotation to be usable as an annotation. Warning in File HashList.wurst line 49: Annotation deprecated is not defined. Warning in File HashList.wurst line 71: Annotation deprecated is not defined. Warning in File HashList.wurst line 83: Annotation deprecated is not defined. Warning in File HashMapTests.wurst line 4: Annotation test is not defined. Warning in File HashMapTests.wurst line 11: Annotation test is not defined. Warning in File HashMapTests.wurst line 20: Annotation test is not defined. Warning in File HashMapTests.wurst line 29: Annotation test is not defined. Warning in File HashMapTests.wurst line 36: Annotation test is not defined. Warning in File HashMapTests.wurst line 61: Annotation test is not defined. Warning in File HashMapTests.wurst line 83: Annotation test is not defined. Warning in File HashMapTests.wurst line 96: Annotation test is not defined. Warning in File HashMapTests.wurst line 109: Annotation test is not defined. Warning in File HashMapTests.wurst line 121: Annotation test is not defined. Warning in File HashMapTests.wurst line 136: Annotation test is not defined. Warning in File HashMapTests.wurst line 155: Annotation test is not defined. Warning in File HashMapTests.wurst line 167: Annotation test is not defined. Warning in File HashMapTests.wurst line 179: Annotation test is not defined. Warning in File HashSetTests.wurst line 4: Annotation test is not defined. Warning in File HashSetTests.wurst line 29: Annotation test is not defined. Warning in File HashSetTests.wurst line 35: Annotation test is not defined. Warning in File LinkedList.wurst line 99: Annotation deprecated is not defined. Warning in File LinkedList.wurst line 131: Annotation deprecated is not defined. Warning in File LinkedList.wurst line 191: Annotation deprecated is not defined. Warning in File LinkedListTests.wurst line 4: Annotation test is not defined. Warning in File LinkedListTests.wurst line 19: Annotation test is not defined. Warning in File LinkedListTests.wurst line 33: Annotation test is not defined. Warning in File LinkedListTests.wurst line 45: Annotation test is not defined. Warning in File LinkedListTests.wurst line 61: Annotation test is not defined. Warning in File LinkedListTests.wurst line 77: Annotation test is not defined. Warning in File LinkedListTests.wurst line 91: Annotation test is not defined. Warning in File LinkedListTests.wurst line 104: Annotation test is not defined. Warning in File LinkedListTests.wurst line 129: Annotation test is not defined. Warning in File LinkedListTests.wurst line 139: Annotation test is not defined. Warning in File LinkedListTests.wurst line 147: Annotation test is not defined. Warning in File LinkedListTests.wurst line 155: Annotation test is not defined. Warning in File LinkedListTests.wurst line 162: Annotation test is not defined. Warning in File LinkedListTests.wurst line 169: Annotation test is not defined. Warning in File LinkedListTests.wurst line 177: Annotation test is not defined. Warning in File LinkedListTests.wurst line 182: Annotation test is not defined. Warning in File BufferTests.wurst line 51: Annotation test is not defined. Warning in File BufferTests.wurst line 65: Annotation test is not defined. Warning in File BufferTests.wurst line 87: Annotation test is not defined. Warning in File BufferTests.wurst line 105: Annotation test is not defined. Warning in File BufferTests.wurst line 129: Annotation test is not defined. Warning in File DummyRecycler.wurst line 144: Annotation compiletime is not defined. Warning in File InstantDummyCaster.wurst line 98: The function compiletime must be annotated with @annotation to be usable as an annotation. Warning in File InstantDummyCaster.wurst line 98: not enough arguments Warning in File Playercolor.wurst line 75: Annotation test is not defined. Warning in File Playercolor.wurst line 79: Annotation test is not defined. Warning in File Playercolor.wurst line 83: Annotation test is not defined. Warning in File Playercolor.wurst line 87: Annotation test is not defined. Warning in File HashtableTests.wurst line 3: Annotation test is not defined. Warning in File HashtableTests.wurst line 21: Annotation test is not defined. Warning in File HashtableTests.wurst line 35: Annotation test is not defined. Warning in File HashtableTests.wurst line 44: Annotation test is not defined. Warning in File Destructable.wurst line 72: Annotation test is not defined. Warning in File Unit.wurst line 37: Annotation deprecated is not defined. Warning in File Unit.wurst line 151: Annotation deprecated is not defined. Warning in File Unit.wurst line 452: Annotation deprecated is not defined. Warning in File Unit.wurst line 670: Annotation deprecated is not defined. Warning in File Image.wurst line 30: Annotation deprecated is not defined. Warning in File Image.wurst line 82: Annotation deprecated is not defined. Warning in File Player.wurst line 12: Annotation compiletime is not defined. Warning in File Player.wurst line 153: Annotation test is not defined. Warning in File StringTests.wurst line 3: Annotation test is not defined. Warning in File StringTests.wurst line 6: Annotation test is not defined. Warning in File StringTests.wurst line 9: Annotation test is not defined. Warning in File StringTests.wurst line 13: Annotation test is not defined. Warning in File StringTests.wurst line 16: Annotation test is not defined. Warning in File StringTests.wurst line 21: Annotation test is not defined. Warning in File StringTests.wurst line 27: Annotation test is not defined. Warning in File StringTests.wurst line 33: Annotation test is not defined. Warning in File StringTests.wurst line 36: Annotation test is not defined. Warning in File StringTests.wurst line 39: Annotation test is not defined. Warning in File StringTests.wurst line 43: Annotation test is not defined. Warning in File StringTests.wurst line 76: Annotation test is not defined. Warning in File StringTests.wurst line 82: Annotation test is not defined. Warning in File StringTests.wurst line 87: Annotation test is not defined. Warning in File StringTests.wurst line 92: Annotation test is not defined. Warning in File StringTests.wurst line 96: Annotation test is not defined. Warning in File StringTests.wurst line 103: Annotation test is not defined. Warning in File StringTests.wurst line 107: Annotation test is not defined. Warning in File StringTests.wurst line 112: Annotation test is not defined. Warning in File StringTests.wurst line 115: Annotation test is not defined. Warning in File StringTests.wurst line 121: Annotation test is not defined. Warning in File StringTests.wurst line 127: Annotation test is not defined. Warning in File PrimitivesTests.wurst line 3: Annotation test is not defined. Warning in File PrimitivesTests.wurst line 12: Annotation test is not defined. Warning in File PrimitivesTests.wurst line 17: Annotation test is not defined. Warning in File PrimitivesTests.wurst line 28: Annotation test is not defined. Warning in File GroupTests.wurst line 3: Annotation test is not defined. Warning in File GroupTests.wurst line 22: Annotation test is not defined. Warning in File GroupTests.wurst line 40: Annotation test is not defined. Warning in File GroupTests.wurst line 60: Annotation test is not defined. Warning in File GroupTests.wurst line 70: Annotation test is not defined. Warning in File Effect.wurst line 209: Annotation test is not defined. Warning in File ForceTests.wurst line 7: Annotation test is not defined. Warning in File ForceTests.wurst line 19: Annotation test is not defined. Warning in File Item.wurst line 29: Annotation deprecated is not defined. Warning in File Dialog.wurst line 44: Annotation test is not defined. Warning in File GameCacheTests.wurst line 7: Annotation test is not defined. Warning in File Persistable.wurst line 40: Annotation configurable is not defined. Warning in File LocalFiles.wurst line 17: Annotation deprecated is not defined. Warning in File LocalFiles.wurst line 21: Annotation deprecated is not defined. Warning in File LocalFiles.wurst line 25: Annotation deprecated is not defined. Warning in File LocalFiles.wurst line 29: Annotation deprecated is not defined. Warning in File BitwiseTests.wurst line 4: Annotation test is not defined. Warning in File BitwiseTests.wurst line 13: Annotation test is not defined. Warning in File BitwiseTests.wurst line 22: Annotation test is not defined. Warning in File BitwiseTests.wurst line 32: Annotation test is not defined. Warning in File BitwiseTests.wurst line 46: Annotation test is not defined. Warning in File BitwiseInit.wurst line 138: The function compiletime must be annotated with @annotation to be usable as an annotation. Warning in File BitwiseInit.wurst line 138: not enough arguments Warning in File AbilityObjEditing.wurst line 265: Annotation deprecated is not defined. Warning in File ObjectIds.wurst line 12: Annotation deprecated is not defined. Warning in File ObjectIds.wurst line 28: Annotation deprecated is not defined. Warning in File ObjectIds.wurst line 68: Annotation test is not defined. Warning in File ObjectIds.wurst line 75: Annotation test is not defined. Warning in File ObjectIds.wurst line 81: Annotation test is not defined. Warning in File ObjectIds.wurst line 86: Annotation test is not defined. Warning in File BuffObjEditing.wurst line 89: Annotation deprecated is not defined. Warning in File BuffObjEditing.wurst line 96: Annotation deprecated is not defined. Warning in File UnitObjEditing.wurst line 300: Annotation deprecated is not defined. Warning in File UnitObjEditing.wurst line 325: Annotation deprecated is not defined. Warning in File ObjEditingNatives.wurst line 18: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 25: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 29: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 36: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 40: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 44: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 49: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 53: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 57: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 61: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 66: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 70: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 74: Annotation compiletimenative is not defined. Warning in File ObjEditingNatives.wurst line 78: Annotation compiletimenative is not defined. Warning in File ChannelAbilityPreset.wurst line 10: Annotation compiletime is not defined. Warning in File OrderStringFactory.wurst line 21: Annotation compiletime is not defined. Warning in File ErrorHandling.wurst line 11: Annotation configurable is not defined. Warning in File ErrorHandling.wurst line 42: Annotation configurable is not defined. Warning in File ErrorHandling.wurst line 70: Annotation compiletimenative is not defined. Warning in File Wurstunit.wurst line 9: Annotation deprecated is not defined. Warning in File Wurstunit.wurst line 12: Annotation compiletimenative is not defined. Warning in File Wurstunit.wurst line 14: Annotation compiletimenative is not defined. Warning in File Wurstunit.wurst line 15: Annotation compiletimenative is not defined. Warning in File Basics.wurst line 8: Annotation configurable is not defined. Warning in File Basics.wurst line 10: Annotation configurable is not defined. Warning in File TypeCasting.wurst line 8: Annotation configurable is not defined. Warning in File TypeCasting.wurst line 10: Annotation compiletime is not defined. Warning in File UnitIndexer.wurst line 121: Annotation configurable is not defined. Warning in File UnitIndexer.wurst line 127: Annotation configurable is not defined. Warning in File UnitIndexer.wurst line 131: Annotation configurable is not defined. Warning in File UnitIndexer.wurst line 145: Annotation deprecated is not defined. Warning in File UnitIndexer.wurst line 149: Annotation deprecated is not defined. Warning in File Preloader.wurst line 15: Annotation configurable is not defined. Warning in File Knockback3.wurst line 36: Annotation configurable is not defined. Warning in File Knockback3.wurst line 42: Annotation configurable is not defined. Warning in File Knockback3.wurst line 48: Annotation configurable is not defined. Warning in File Printing.wurst line 5: Annotation configurable is not defined. Warning in File Printing.wurst line 6: Annotation configurable is not defined. Warning in File Printing.wurst line 15: Annotation configurable is not defined. Warning in File Printing.wurst line 54: Annotation configurable is not defined. Warning in File Printing.wurst line 58: Annotation configurable is not defined. Warning in File Printing.wurst line 64: Annotation configurable is not defined. Warning in File Printing.wurst line 68: Annotation configurable is not defined. Warning in File Printing.wurst line 75: Annotation configurable is not defined. Warning in File Printing.wurst line 78: Annotation configurable is not defined. Warning in File Printing.wurst line 84: Annotation configurable is not defined. Warning in File Printing.wurst line 92: Annotation configurable is not defined. Warning in File GroupUtils.wurst line 21: Annotation configurable is not defined. Warning in File GroupUtils.wurst line 24: Annotation configurable is not defined. Warning in File GroupUtils.wurst line 27: Annotation configurable is not defined. Warning in File GroupUtils.wurst line 99: Annotation compiletime is not defined. Warning in File Colors.wurst line 26: Annotation deprecated is not defined. Warning in File Colors.wurst line 105: Annotation deprecated is not defined. Warning in File Colors.wurst line 110: Annotation deprecated is not defined. Warning in File Colors.wurst line 204: Annotation compiletime is not defined. Warning in File Colors.wurst line 211: Annotation test is not defined. Warning in File Colors.wurst line 222: Annotation test is not defined. Warning in File Colors.wurst line 230: Annotation test is not defined. Warning in File Colors.wurst line 237: Annotation test is not defined. Warning in File TerrainUtils.wurst line 154: Annotation test is not defined. Warning in File TerrainUtils.wurst line 160: Annotation test is not defined. Warning in File TerrainUtils.wurst line 169: Annotation test is not defined. Warning in File StringUtils.wurst line 160: Annotation compiletime is not defined. Warning in File StringUtilsTests.wurst line 6: Annotation test is not defined. Warning in File StringUtilsTests.wurst line 25: Annotation test is not defined. Warning in File StringUtilsTests.wurst line 34: Annotation test is not defined. Warning in File StringUtilsTests.wurst line 38: Annotation test is not defined. Warning in File MapBounds.wurst line 46: The function compiletime must be annotated with @annotation to be usable as an annotation. Warning in File MapBounds.wurst line 46: not enough arguments Warning in File MapBounds.wurst line 62: Annotation test is not defined. Warning in File SafetyChecks.wurst line 7: Annotation configurable is not defined. Warning in File SyncSimple.wurst line 82: Annotation configurable is not defined. Warning in File NetworkConfig.wurst line 6: Annotation configurable is not defined. Warning in File NetworkConfig.wurst line 11: Annotation configurable is not defined. Warning in File NetworkConfig.wurst line 16: Annotation configurable is not defined. Warning in File OnUnitEnterLeave.wurst line 79: The function compiletime must be annotated with @annotation to be usable as an annotation. Warning in File OnUnitEnterLeave.wurst line 79: not enough arguments Warning in File DamageDetection.wurst line 13: Annotation configurable is not defined. Warning in File LastOrder.wurst line 14: Annotation configurable is not defined. Warning in File DamageType.wurst line 6: Annotation deprecated is not defined. Warning in File DamageType.wurst line 10: Annotation deprecated is not defined. Warning in File DamageEvent.wurst line 77: Annotation configurable is not defined. Warning in File DamageEvent.wurst line 81: Annotation configurable is not defined. Warning in File DamageEvent.wurst line 341: Annotation configurable is not defined. Warning in File DamageEvent.wurst line 353: Annotation configurable is not defined. Warning in File DamageEvent.wurst line 379: The function compiletime must be annotated with @annotation to be usable as an annotation. Warning in File DamageEvent.wurst line 379: not enough arguments Warning in File ClosureTimers.wurst line 180: Annotation test is not defined. Warning in File ClosureEvents.wurst line 14: Annotation configurable is not defined. Warning in File ClosureEventsTests.wurst line 4: Annotation test is not defined. Warning in File QuaternionTests.wurst line 7: Annotation test is not defined. Warning in File QuaternionTests.wurst line 11: Annotation test is not defined. Warning in File QuaternionTests.wurst line 15: Annotation test is not defined. Warning in File QuaternionTests.wurst line 19: Annotation test is not defined. Warning in File QuaternionTests.wurst line 22: Annotation test is not defined. Warning in File QuaternionTests.wurst line 26: Annotation test is not defined. Warning in File QuaternionTests.wurst line 29: Annotation test is not defined. Warning in File QuaternionTests.wurst line 32: Annotation test is not defined. Warning in File QuaternionTests.wurst line 35: Annotation test is not defined. Warning in File QuaternionTests.wurst line 40: Annotation test is not defined. Warning in File QuaternionTests.wurst line 45: Annotation test is not defined. Warning in File QuaternionTests.wurst line 52: Annotation test is not defined. Warning in File QuaternionTests.wurst line 62: Annotation test is not defined. Warning in File QuaternionTests.wurst line 68: Annotation test is not defined. Warning in File QuaternionTests.wurst line 74: Annotation test is not defined. Warning in File QuaternionTests.wurst line 87: Annotation test is not defined. Warning in File QuaternionTests.wurst line 91: Annotation test is not defined. Warning in File QuaternionTests.wurst line 98: Annotation test is not defined. Warning in File QuaternionTests.wurst line 112: Annotation test is not defined. Warning in File QuaternionTests.wurst line 121: Annotation test is not defined. Warning in File QuaternionTests.wurst line 130: Annotation test is not defined. Warning in File QuaternionTests.wurst line 138: Annotation test is not defined. Warning in File Maths.wurst line 71: Annotation test is not defined. Warning in File Maths.wurst line 79: Annotation test is not defined. Warning in File Vectors.wurst line 94: Annotation deprecated is not defined. Warning in File Vectors.wurst line 99: Annotation deprecated is not defined. Warning in File Vectors.wurst line 437: Annotation inline is not defined. Warning in File Vectors.wurst line 468: Annotation test is not defined. Warning in File Vectors.wurst line 479: Annotation test is not defined. Warning in File Vectors.wurst line 489: Annotation test is not defined. Warning in File Angle.wurst line 78: Annotation test is not defined. Warning in File Raycast.wurst line 305: Annotation test is not defined. Warning in File Raycast.wurst line 318: Annotation test is not defined. Warning in File Raycast.wurst line 332: Annotation test is not defined. Warning in File Raycast.wurst line 344: Annotation test is not defined. Warning in File Raycast.wurst line 359: Annotation test is not defined. Warning in File Raycast.wurst line 395: Annotation test is not defined. Warning in File Raycast.wurst line 408: Annotation test is not defined. Warning in File Raycast.wurst line 426: Annotation test is not defined. Warning in File Raycast.wurst line 436: Annotation test is not defined. Warning in File Raycast.wurst line 471: Annotation test is not defined. Warning in File MatricesTests.wurst line 8: Annotation test is not defined. Warning in File MatricesTests.wurst line 13: Annotation test is not defined. Warning in File MatricesTests.wurst line 16: Annotation test is not defined. Warning in File MatricesTests.wurst line 21: Annotation test is not defined. Warning in File MatricesTests.wurst line 24: Annotation test is not defined. Warning in File MatricesTests.wurst line 29: Annotation test is not defined. Warning in File MatricesTests.wurst line 34: Annotation test is not defined. Warning in File MatricesTests.wurst line 39: Annotation test is not defined. Warning in File MatricesTests.wurst line 46: Annotation test is not defined. Warning in File MatricesTests.wurst line 53: Annotation test is not defined. Warning in File MatricesTests.wurst line 60: Annotation test is not defined. Warning in File MatricesTests.wurst line 65: Annotation test is not defined. Warning in File MatricesTests.wurst line 79: Annotation test is not defined. Warning in File MatricesTests.wurst line 84: Annotation test is not defined. Warning in File MatricesTests.wurst line 91: Annotation test is not defined. Warning in File MatricesTests.wurst line 103: Annotation test is not defined. Warning in File MatricesTests.wurst line 106: Annotation test is not defined. Warning in File MatricesTests.wurst line 118: Annotation test is not defined. Warning in File MatricesTests.wurst line 121: Annotation test is not defined. Warning in File MatricesTests.wurst line 137: Annotation test is not defined. Warning in File MatricesTests.wurst line 144: Annotation test is not defined. Warning in File MatricesTests.wurst line 149: Annotation test is not defined. Warning in File MatricesTests.wurst line 157: Annotation test is not defined. Warning in File MatricesTests.wurst line 165: Annotation test is not defined. Warning in File MatricesTests.wurst line 174: Annotation test is not defined. Warning in File MatricesTests.wurst line 177: Annotation test is not defined. Warning in File MatricesTests.wurst line 181: Annotation test is not defined. Warning in File MatricesTests.wurst line 195: Annotation test is not defined. Warning in File MatricesTests.wurst line 205: Annotation test is not defined. Warning in File MatricesTests.wurst line 215: Annotation test is not defined. Warning in File MatricesTests.wurst line 226: Annotation test is not defined. Warning in File MatricesTests.wurst line 241: Annotation test is not defined. Warning in File MatricesTests.wurst line 251: Annotation test is not defined. Warning in File MatricesTests.wurst line 256: Annotation test is not defined. Warning in File MatricesTests.wurst line 261: Annotation test is not defined. Warning in File Interpolation.wurst line 45: Annotation deprecated is not defined. Warning in File Interpolation.wurst line 56: Annotation deprecated is not defined. Warning in File Interpolation.wurst line 82: Annotation deprecated is not defined. Warning in File Interpolation.wurst line 122: Annotation test is not defined. Warning in File Interpolation.wurst line 128: Annotation test is not defined. Warning in File Interpolation.wurst line 138: Annotation test is not defined. Warning in File Interpolation.wurst line 146: Annotation test is not defined. Warning in File Interpolation.wurst line 157: Annotation test is not defined. Warning in File Interpolation.wurst line 166: Annotation test is not defined. Warning in File Interpolation.wurst line 176: Annotation test is not defined. Warning in File Interpolation.wurst line 184: Annotation test is not defined. Warning in File Interpolation.wurst line 195: Annotation test is not defined. Löse einen neuen Build von EBR aus Löse einen neuen Build von ForestDef aus Löse einen neuen Build von Frentity aus Finished: SUCCESS