Konsolenausgabe

Started by upstream project "Wurst" build number 166
originally caused by:
 Started by remote host 192.30.252.42
Building in workspace /var/lib/jenkins/jobs/Hotn/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/Crigges/HotN.git # timeout=10
Fetching upstream changes from https://github.com/Crigges/HotN.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/Crigges/HotN.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 00da7e5374bc1fd0f66582def374920e024b5d17 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 00da7e5374bc1fd0f66582def374920e024b5d17
 > git rev-list 00da7e5374bc1fd0f66582def374920e024b5d17 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4881671774819857011.sh
+ java -jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/wurstscript.jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/common.j ../../Wurst/workspace/downloads/Wurstpack/wurstscript/Blizzard.j ./HotN/wurst -lib ../../Wurst/workspace/downloads/Wurstpack/wurstscript/lib
compilation finished (errors: 6, warnings: 230)
Error in File UnitTypes.wurst line 346:
 Wrong parameter type when calling setAttack1WeaponType.
Found string but expected WeaponType weaponType
Error in File Spell.wurst line 156:
 Wrong object creation: Missing parameters.
Error in File Spell.wurst line 159:
 Wrong object creation: Missing parameters.
Error in File Conductor.wurst line 9:
 Wrong object creation: Missing parameters.
Error in File ObjectIdGenerator.wurst line 0:
 Cyclic init dependency between packages: ObjectIdGenerator -> Wurst -> ObjectIdGenerator
Change some imports to 'initlater' imports to avoid this problem.
Error in File Wurst.wurst line 18:
 Cyclic init dependency between packages: Wurst -> ObjectIdGenerator -> Wurst
Change some imports to 'initlater' imports to avoid this problem.
Build step 'Execute shell' marked build as failure
Sending e-mails to: [email protected]
Finished: FAILURE