[INFO] updating cached repository DarthStrom/evercraft [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/DarthStrom/evercraft [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/DarthStrom/evercraft" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/DarthStrom/evercraft"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/DarthStrom/evercraft'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/DarthStrom/evercraft" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/DarthStrom/evercraft"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/DarthStrom/evercraft'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 09ff5c3368ee21218fd000398cf6e8f928973841 [INFO] sha for GitHub repo DarthStrom/evercraft: 09ff5c3368ee21218fd000398cf6e8f928973841 [INFO] validating manifest of DarthStrom/evercraft on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of DarthStrom/evercraft on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing DarthStrom/evercraft [INFO] finished frobbing DarthStrom/evercraft [INFO] frobbed toml for DarthStrom/evercraft written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/DarthStrom/evercraft/Cargo.toml [INFO] started frobbing DarthStrom/evercraft [INFO] finished frobbing DarthStrom/evercraft [INFO] frobbed toml for DarthStrom/evercraft written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/DarthStrom/evercraft/Cargo.toml [INFO] crate DarthStrom/evercraft already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking DarthStrom/evercraft against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/DarthStrom/evercraft:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cf1b535d4f8b2df76bae02fdff898252b4b5fd6ceaae2e1c41dc3590802ef5ad [INFO] running `"docker" "start" "-a" "cf1b535d4f8b2df76bae02fdff898252b4b5fd6ceaae2e1c41dc3590802ef5ad"` [INFO] [stderr] Checking evercraft v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/lib.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/lib.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `super::Good`, `super::Neutral`, `super::Evil`, `super::Alive`, `super::Dead` [INFO] [stderr] --> src/lib.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | use super::{Good, Neutral, Evil, Alive, Dead, Character, Combatants, [INFO] [stderr] | ^^^^ ^^^^^^^ ^^^^ ^^^^^ ^^^^ no `Dead` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `Alive` in the root [INFO] [stderr] | | | no `Evil` in the root [INFO] [stderr] | | no `Neutral` in the root [INFO] [stderr] | no `Good` in the root [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/lib.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/lib.rs:10:3 [INFO] [stderr] | [INFO] [stderr] 10 | #[deriving(PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | armor_class: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | hit_points: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | strength: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | dexterity: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | constitution: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | wisdom: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | intelligence: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | charisma: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | experience: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Evil` in this scope [INFO] [stderr] --> src/lib.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | alignment: Evil, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Alignment::Evil; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Alive` in this scope [INFO] [stderr] --> src/lib.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | vitality: Alive, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Alive; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | fn modifier_for(score: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | fn modifier_for(score: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | fn get_crit_multiplier(roll: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:59:38 [INFO] [stderr] | [INFO] [stderr] 59 | fn get_crit_multiplier(roll: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:67:29 [INFO] [stderr] | [INFO] [stderr] 67 | fn get_vitality(hit_points: int) -> Vitality { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Dead` in this scope [INFO] [stderr] --> src/lib.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | Dead [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Dead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Alive` in this scope [INFO] [stderr] --> src/lib.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | Alive [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Alive; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:34 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:52 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:65 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:73 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:30 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:45 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:53 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:40 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:55 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:63 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:107:41 [INFO] [stderr] | [INFO] [stderr] 107 | fn attack(combatants: Combatants, roll: int) -> Combatants { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `evercraft`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:19:18 [INFO] [stderr] | [INFO] [stderr] 19 | armor_class: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | hit_points: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | strength: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | dexterity: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | constitution: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 25 | wisdom: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | intelligence: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | charisma: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | experience: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Evil` in this scope [INFO] [stderr] --> src/lib.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | alignment: Evil, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Alignment::Evil; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Alive` in this scope [INFO] [stderr] --> src/lib.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | vitality: Alive, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Alive; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | fn modifier_for(score: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | fn modifier_for(score: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 59 | fn get_crit_multiplier(roll: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:59:38 [INFO] [stderr] | [INFO] [stderr] 59 | fn get_crit_multiplier(roll: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:67:29 [INFO] [stderr] | [INFO] [stderr] 67 | fn get_vitality(hit_points: int) -> Vitality { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Dead` in this scope [INFO] [stderr] --> src/lib.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | Dead [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Dead; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Alive` in this scope [INFO] [stderr] --> src/lib.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | Alive [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Vitality::Alive; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:34 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:52 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:65 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:75:73 [INFO] [stderr] | [INFO] [stderr] 75 | fn get_hit_point_reduction(roll: int, armor_class: int, damage: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:30 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:45 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:83:53 [INFO] [stderr] | [INFO] [stderr] 83 | fn get_modified_damage(roll: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:40 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:55 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:97:63 [INFO] [stderr] | [INFO] [stderr] 97 | fn get_modified_hit_points(hit_points: int, modifier: int) -> int { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:107:41 [INFO] [stderr] | [INFO] [stderr] 107 | fn attack(combatants: Combatants, roll: int) -> Combatants { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 32 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `evercraft`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cf1b535d4f8b2df76bae02fdff898252b4b5fd6ceaae2e1c41dc3590802ef5ad"` [INFO] running `"docker" "rm" "-f" "cf1b535d4f8b2df76bae02fdff898252b4b5fd6ceaae2e1c41dc3590802ef5ad"` [INFO] [stdout] cf1b535d4f8b2df76bae02fdff898252b4b5fd6ceaae2e1c41dc3590802ef5ad