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/Frotty/StdLib2.git # timeout=10
Fetching upstream changes from https://github.com/Frotty/StdLib2.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/Frotty/StdLib2.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 c8e9f0e35dd6c679065fc2342d72ad1cad95babf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8e9f0e35dd6c679065fc2342d72ad1cad95babf
 > git rev-list 65d38e4dc0341edc9cb1413c3d477a9886e50202 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson465080581211784148.sh
+ java -jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/wurstscript.jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/common.j ../../Wurst/workspace/downloads/Wurstpack/wurstscript/Blizzard.j ./
compilation finished (errors: 6, warnings: 1)
Error in File Knockback3.wurst line 230:
 The method getPos3 is undefined for receiver of type unit
Error in File Knockback3.wurst line 231:
 Call to function op_plus is ambiguous. Alternatives are:
 * extensionfunc  defined in line 28 (/var/lib/jenkins/jobs/StdLib2/workspace/./math/Vectors.wurst)
 * extensionfunc  defined in line 165 (/var/lib/jenkins/jobs/StdLib2/workspace/./math/Vectors.wurst)
Error in File Knockback3.wurst line 233:
 The method lengthSquared is undefined for receiver of type vec2
Error in File Knockback3.wurst line 236:
 Wrong parameter type when calling tickNearGround.
Found vec2 but expected vec3 newPos3
Error in File Knockback3.wurst line 238:
 Wrong parameter type when calling tickAboveGround.
Found vec2 but expected vec3 newPos3
Error in File Knockback3.wurst line 241:
 Wrong parameter type when calling tickTryDestructable.
Found vec2 but expected vec3 newPos3
Build step 'Execute shell' marked build as failure
Sending e-mails to: [email protected] [email protected]
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Finished: FAILURE