Konsolenausgabe

Started by user Frotty
Building in workspace /var/lib/jenkins/jobs/ForestDef/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/ForestDef.git # timeout=10
Fetching upstream changes from https://github.com/Frotty/ForestDef.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/Frotty/ForestDef.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/classic
Seen branch in repository origin/master
Seen 2 remote branches
Checking out Revision 3a6744402a91d98785d6494dd479395eeba1db62 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a6744402a91d98785d6494dd479395eeba1db62
 > git rev-list 3a6744402a91d98785d6494dd479395eeba1db62 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4676910888747662491.sh
+ java -jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/wurstscript.jar ../../Wurst/workspace/downloads/Wurstpack/wurstscript/common.j ../../Wurst/workspace/downloads/Wurstpack/wurstscript/Blizzard.j ./wurst -lib ../../StdLib2/workspace/ -lib ../../Frentity/workspace/
compilation finished (errors: 100, warnings: 25)
Error in File TextTagEntity.wurst line 11:
 Incorrect call to super constructor: Expected player as parameter 1 but  found vec3
Error in File TextTagEntity.wurst line 11:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File TextTagEntity.wurst line 11:
 Incorrect call to super constructor: Expected real as parameter 3 but  found player
Error in File ShieldBuff.wurst line 4:
 Class NormalShieldBuff must implement the abstract function apply from class Buff
Error in File ShieldBuff.wurst line 18:
 Could not find variable victim.
Error in File ShieldBuff.wurst line 25:
 Could not find variable victim.
Error in File ShieldBuff.wurst line 26:
 Could not find variable victim.
Error in File ShieldBuff.wurst line 27:
 Could not find variable applied.
Error in File PresetBuffs.wurst line 9:
 Function apply uses override modifier but overrides nothing.
Error in File PresetBuffs.wurst line 10:
 Could not find variable victim.
Error in File PresetBuffs.wurst line 16:
 Could not find variable victim.
Error in File PresetBuffs.wurst line 17:
 Could not find variable victim.
Error in File PresetBuffs.wurst line 18:
 Could not find variable applied.
Error in File PresetBuffs.wurst line 6:
 Incorrect call to super constructor: Too many parameters.
Error in File PresetBuffs.wurst line 25:
 Function apply uses override modifier but overrides nothing.
Error in File PresetBuffs.wurst line 26:
 Could not find variable victim.
Error in File PresetBuffs.wurst line 27:
 Could not find variable applied.
Error in File PresetBuffs.wurst line 22:
 Incorrect call to super constructor: Too many parameters.
Error in File PhysicsProjectile.wurst line 16:
 Could not resolve reference to variable mass for receiver of type PhysicsProjectile.
Error in File Projectile.wurst line 55:
 Not enough arguments. Function setPos requires the following arguments: vec3 tpos
Error in File Projectile.wurst line 21:
 Incorrect call to super constructor: Expected player as parameter 1 but  found vec3
Error in File Projectile.wurst line 21:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found real
Error in File Projectile.wurst line 21:
 Incorrect call to super constructor: Expected real as parameter 3 but  found player
Error in File ShieldKit.wurst line 7:
 Class ShieldKitBuff must implement the abstract function apply from class Buff
Error in File ShieldKit.wurst line 15:
 Could not find variable victim.
Error in File ShieldKit.wurst line 15:
 variable pos is protected and cannot be used here.
Error in File ShieldKit.wurst line 19:
 Could not find variable applied.
Error in File ShieldKit.wurst line 23:
 Could not find variable victim.
Error in File ShieldKit.wurst line 20:
 Could not find variable victim.
Error in File ShieldKit.wurst line 20:
 variable pos is protected and cannot be used here.
Error in File ShieldKit.wurst line 23:
 variable pos is protected and cannot be used here.
Error in File FieldGenerator.wurst line 29:
 Incorrect call to super constructor: Expected player as parameter 1 but  found vec3
Error in File FieldGenerator.wurst line 29:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File FieldGenerator.wurst line 29:
 Incorrect call to super constructor: Expected real as parameter 3 but  found player
Error in File Reinforcements.wurst line 13:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Reinforcements.wurst line 13:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Reinforcements.wurst line 13:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File Rocket.wurst line 59:
 The method getPos3 is undefined for receiver of type unit
Error in File Creep.wurst line 63:
 Function onDeath uses override modifier but overrides nothing.
Error in File Creep.wurst line 44:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Creep.wurst line 44:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Creep.wurst line 44:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File BossOne.wurst line 14:
 The method getPos3 is undefined for receiver of type unit
Error in File BossOne.wurst line 19:
 Could not resolve reference to variable mass for receiver of type PhysicsProjectile.
Error in File BossTwo.wurst line 8:
 Class SludgeBuff must implement the abstract function apply from class Buff
Error in File BossTwo.wurst line 20:
 Could not find variable victim.
Error in File BossTwo.wurst line 29:
 Could not find variable victim.
Error in File BossTwo.wurst line 29:
 Could not find variable victim.
Error in File BossTwo.wurst line 29:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File BossFour.wurst line 9:
 Class JumpyBuff must implement the abstract function apply from class Buff
Error in File BossFour.wurst line 22:
 Could not find variable victim.
Error in File BossFour.wurst line 22:
 Could not find variable victim.
Error in File BossFour.wurst line 23:
 Could not find variable victim.
Error in File BossFour.wurst line 24:
 Could not find variable victim.
Error in File BossFour.wurst line 22:
 The method getPos3 is undefined for receiver of type unit
Error in File BossFour.wurst line 22:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File BossFour.wurst line 23:
 The method getPos3 is undefined for receiver of type unit
Error in File BossFour.wurst line 24:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File BossThree.wurst line 8:
 Class PudgePowerBuff must implement the abstract function apply from class Buff
Error in File BossThree.wurst line 21:
 The method getPos3 is undefined for receiver of type unit
Error in File WarningBuff.wurst line 9:
 Class WarningBuff must implement the abstract function apply from class Buff
Error in File WarningBuff.wurst line 26:
 Could not find variable victim.
Error in File WarningBuff.wurst line 26:
 Could not find variable victim.
Error in File WarningBuff.wurst line 30:
 Could not find variable victim.
Error in File WarningBuff.wurst line 30:
 Could not find variable victim.
Error in File WarningBuff.wurst line 31:
 Could not find variable victim.
Error in File WarningBuff.wurst line 31:
 Could not find variable victim.
Error in File WarningBuff.wurst line 27:
 Could not find variable victim.
Error in File WarningBuff.wurst line 28:
 Could not find variable victim.
Error in File WarningBuff.wurst line 23:
 Could not find variable victim.
Error in File WarningBuff.wurst line 24:
 Could not find variable victim.
Error in File WarningBuff.wurst line 23:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File WarningBuff.wurst line 24:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File WarningBuff.wurst line 27:
 Call to function getPos is ambiguous. Alternatives are:
 * function getPos defined in line 191 (/var/lib/jenkins/jobs/ForestDef/workspace/../../Frentity/workspace/wurst/entity/Entity.wurst)
 * extensionfunc getPos defined in line 26 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Item.wurst)
 * extensionfunc getPos defined in line 93 (/var/lib/jenkins/jobs/ForestDef/workspace/../../StdLib2/workspace/_handles/Unit.wurst)
Error in File Selector.wurst line 30:
 The method getPos3 is undefined for receiver of type unit
Error in File Selector.wurst line 38:
 The method getPos3 is undefined for receiver of type unit
Error in File Selector.wurst line 53:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Selector.wurst line 53:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Selector.wurst line 53:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File Selector.wurst line 54:
 Not enough arguments. Function createTTEx requires the following arguments: vec3 pos, string message, real size, colorA col, player p
Error in File Builder.wurst line 15:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Builder.wurst line 15:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Builder.wurst line 15:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File Builder.wurst line 63:
 Incorrect call to super constructor: Expected player as parameter 1 but  found vec3
Error in File Builder.wurst line 63:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Builder.wurst line 63:
 Incorrect call to super constructor: Expected real as parameter 3 but  found player
Error in File PlayerData.wurst line 68:
 Not enough arguments. Function createTTEx requires the following arguments: vec3 pos, string message, real size, colorA col, player p
Error in File Tower.wurst line 15:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Tower.wurst line 15:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Tower.wurst line 15:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File Tower.wurst line 21:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Tower.wurst line 21:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Tower.wurst line 21:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File Tower.wurst line 25:
 Incorrect call to super constructor: Expected unit as parameter 1 but  found vec3
Error in File Tower.wurst line 25:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File Tower.wurst line 25:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Error in File GameConditions.wurst line 16:
 Could not resolve reference to variable slowTick for receiver of type Entity.
Error in File GameConditions.wurst line 33:
 The method getPos3 is undefined for receiver of type unit
Error in File GameConditions.wurst line 33:
 Incorrect call to super constructor: Expected vec3 as parameter 2 but  found integer-literal
Error in File GameConditions.wurst line 33:
 Incorrect call to super constructor: Expected real as parameter 3 but  found unit
Build step 'Execute shell' marked build as failure
Sending e-mails to: [email protected] [email protected]
Finished: FAILURE