[INFO] updating cached repository daveslutzkin/robot_with_rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/daveslutzkin/robot_with_rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/daveslutzkin/robot_with_rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/daveslutzkin/robot_with_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/daveslutzkin/robot_with_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/daveslutzkin/robot_with_rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/daveslutzkin/robot_with_rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/daveslutzkin/robot_with_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48e9e26a652f2d34450ba75bd2f28042412e697c [INFO] sha for GitHub repo daveslutzkin/robot_with_rust: 48e9e26a652f2d34450ba75bd2f28042412e697c [INFO] validating manifest of daveslutzkin/robot_with_rust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of daveslutzkin/robot_with_rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing daveslutzkin/robot_with_rust [INFO] finished frobbing daveslutzkin/robot_with_rust [INFO] frobbed toml for daveslutzkin/robot_with_rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/daveslutzkin/robot_with_rust/Cargo.toml [INFO] started frobbing daveslutzkin/robot_with_rust [INFO] finished frobbing daveslutzkin/robot_with_rust [INFO] frobbed toml for daveslutzkin/robot_with_rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/daveslutzkin/robot_with_rust/Cargo.toml [INFO] crate daveslutzkin/robot_with_rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing daveslutzkin/robot_with_rust against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/daveslutzkin/robot_with_rust:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ed8e8d928874ee5e33a4cd1c9e14109f2c82d547be8d372532f6623901c46568 [INFO] running `"docker" "start" "-a" "ed8e8d928874ee5e33a4cd1c9e14109f2c82d547be8d372532f6623901c46568"` [INFO] [stderr] Compiling robot_with_rust 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(Eq, PartialEq)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/command.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[deriving(Eq, PartialEq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/compass_direction.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/table.rs:1:3 [INFO] [stderr] | [INFO] [stderr] 1 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/command.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | Place(int, int, CompassDirection), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/command.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | Place(int, int, CompassDirection), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/command.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_str` in this scope [INFO] [stderr] --> src/command.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stderr] | ^^^^^^^^ help: try: `Self::from_str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/command.rs:31:30 [INFO] [stderr] | [INFO] [stderr] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_str` in this scope [INFO] [stderr] --> src/command.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stderr] | ^^^^^^^^ help: try: `Self::from_str` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `from_str` in this scope [INFO] [stderr] --> src/command.rs:32:52 [INFO] [stderr] | [INFO] [stderr] 32 | let dir_result: Option = from_str(place_parts[2]); [INFO] [stderr] | ^^^^^^^^ help: try: `Self::from_str` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | width: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | height: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/table.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [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:13:6 [INFO] [stderr] | [INFO] [stderr] 13 | x: 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:14:6 [INFO] [stderr] | [INFO] [stderr] 14 | y: int, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stderr] --> src/lib.rs:74:15 [INFO] [stderr] | [INFO] [stderr] 74 | impl<'t> fmt::Show for Robot<'t> { [INFO] [stderr] | ^^^^ not found in `fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: Could not compile `robot_with_rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ed8e8d928874ee5e33a4cd1c9e14109f2c82d547be8d372532f6623901c46568"` [INFO] running `"docker" "rm" "-f" "ed8e8d928874ee5e33a4cd1c9e14109f2c82d547be8d372532f6623901c46568"` [INFO] [stdout] ed8e8d928874ee5e33a4cd1c9e14109f2c82d547be8d372532f6623901c46568