[INFO] cloning repository https://github.com/daveslutzkin/robot_with_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daveslutzkin/robot_with_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveslutzkin%2Frobot_with_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveslutzkin%2Frobot_with_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 48e9e26a652f2d34450ba75bd2f28042412e697c [INFO] checking daveslutzkin/robot_with_rust against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveslutzkin%2Frobot_with_rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/daveslutzkin/robot_with_rust on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/daveslutzkin/robot_with_rust [INFO] finished tweaking git repo https://github.com/daveslutzkin/robot_with_rust [INFO] tweaked toml for git repo https://github.com/daveslutzkin/robot_with_rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/daveslutzkin/robot_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf2727ce52a3aeab737007dc5f7bcd137dcacf0e467a69586317a88adafeea91 [INFO] running `Command { std: "docker" "start" "-a" "bf2727ce52a3aeab737007dc5f7bcd137dcacf0e467a69586317a88adafeea91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf2727ce52a3aeab737007dc5f7bcd137dcacf0e467a69586317a88adafeea91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf2727ce52a3aeab737007dc5f7bcd137dcacf0e467a69586317a88adafeea91", kill_on_drop: false }` [INFO] [stdout] bf2727ce52a3aeab737007dc5f7bcd137dcacf0e467a69586317a88adafeea91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 052f68811ed01ed1bbefee5a183204c9a4478fdc319b7d730877d088798e5ce7 [INFO] running `Command { std: "docker" "start" "-a" "052f68811ed01ed1bbefee5a183204c9a4478fdc319b7d730877d088798e5ce7", kill_on_drop: false }` [INFO] [stderr] Checking robot_with_rust v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/command.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Eq, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/command.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Eq, PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/compass_direction.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/compass_direction.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/table.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/table.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Eq, PartialEq, Clone, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/lib.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[deriving(Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/lib.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[deriving(Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Place(int, int, CompassDirection), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | Place(int, int, CompassDirection), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | width: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | height: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:12:35 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Place(int, int, CompassDirection), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | x: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | Place(int, int, CompassDirection), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | y: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> src/lib.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | impl<'t> fmt::Show for Robot<'t> { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/command.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | width: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | height: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn new(width: int, height: int) -> Table { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:12:35 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/table.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn check_position(&self, x: int, y: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | x: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | y: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> src/lib.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | impl<'t> fmt::Show for Robot<'t> { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `command::Command: Clone` is not satisfied [INFO] [stdout] --> src/command.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Copy for Command {} [INFO] [stdout] | ^^^^^^^ the trait `Clone` is not implemented for `command::Command` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `command::Command: Clone` is not satisfied [INFO] [stdout] --> src/command.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | impl Copy for Command {} [INFO] [stdout] | ^^^^^^^ the trait `Clone` is not implemented for `command::Command` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Err` [INFO] [stdout] --> src/command.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type Err = /* Type */;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Err` [INFO] [stdout] --> src/command.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | impl FromStr for Command { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type Err = /* Type */;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `CompassDirection: Clone` is not satisfied [INFO] [stdout] --> src/compass_direction.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | impl Copy for CompassDirection {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `CompassDirection` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] help: consider annotating `CompassDirection` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub enum CompassDirection { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Err` [INFO] [stdout] --> src/compass_direction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | impl FromStr for CompassDirection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type Err = /* Type */;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Table: Clone` is not satisfied [INFO] [stdout] --> src/table.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | impl Copy for Table {} [INFO] [stdout] | ^^^^^ the trait `Clone` is not implemented for `Table` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] help: consider annotating `Table` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 2 + #[derive(Clone)] [INFO] [stdout] 3 | pub struct Table { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `CompassDirection: Clone` is not satisfied [INFO] [stdout] --> src/compass_direction.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | impl Copy for CompassDirection {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `CompassDirection` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] help: consider annotating `CompassDirection` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 4 + #[derive(Clone)] [INFO] [stdout] 5 | pub enum CompassDirection { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `Err` [INFO] [stdout] --> src/compass_direction.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | impl FromStr for CompassDirection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `type Err = /* Type */;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = Self::from_str(place_parts[0]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:31:37 [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = Self::from_str(place_parts[1]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Table: Clone` is not satisfied [INFO] [stdout] --> src/table.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | impl Copy for Table {} [INFO] [stdout] | ^^^^^ the trait `Clone` is not implemented for `Table` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/marker.rs:403:1 [INFO] [stdout] help: consider annotating `Table` with `#[derive(Clone)]` [INFO] [stdout] | [INFO] [stdout] 2 + #[derive(Clone)] [INFO] [stdout] 3 | pub struct Table { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:32:52 [INFO] [stdout] | [INFO] [stdout] 32 | let dir_result: Option = from_str(place_parts[2]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 32 | let dir_result: Option = Self::from_str(place_parts[2]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0277, E0405, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = from_str(place_parts[0]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 30 | let x_result: Option = Self::from_str(place_parts[0]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:31:37 [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = from_str(place_parts[1]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 31 | let y_result: Option = Self::from_str(place_parts[1]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:32:52 [INFO] [stdout] | [INFO] [stdout] 32 | let dir_result: Option = from_str(place_parts[2]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the associated function [INFO] [stdout] | [INFO] [stdout] 32 | let dir_result: Option = Self::from_str(place_parts[2]); [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_str` in this scope [INFO] [stdout] --> src/command.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | match from_str(raw_command) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0277, E0405, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `robot_with_rust` (lib) due to 26 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `robot_with_rust` (lib test) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "052f68811ed01ed1bbefee5a183204c9a4478fdc319b7d730877d088798e5ce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052f68811ed01ed1bbefee5a183204c9a4478fdc319b7d730877d088798e5ce7", kill_on_drop: false }` [INFO] [stdout] 052f68811ed01ed1bbefee5a183204c9a4478fdc319b7d730877d088798e5ce7 [INFO] checking daveslutzkin/robot_with_rust against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveslutzkin%2Frobot_with_rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/daveslutzkin/robot_with_rust on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/daveslutzkin/robot_with_rust [INFO] finished tweaking git repo https://github.com/daveslutzkin/robot_with_rust [INFO] tweaked toml for git repo https://github.com/daveslutzkin/robot_with_rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/daveslutzkin/robot_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c82f6a6acfc6690cf188da82a01d86947a0eb773fcb08da26dce943c0d3f2484 [INFO] running `Command { std: "docker" "start" "-a" "c82f6a6acfc6690cf188da82a01d86947a0eb773fcb08da26dce943c0d3f2484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c82f6a6acfc6690cf188da82a01d86947a0eb773fcb08da26dce943c0d3f2484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82f6a6acfc6690cf188da82a01d86947a0eb773fcb08da26dce943c0d3f2484", kill_on_drop: false }` [INFO] [stdout] c82f6a6acfc6690cf188da82a01d86947a0eb773fcb08da26dce943c0d3f2484 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14903a2fa226a2fe1a0a26f3456d756b1349df2afed59bf7b6960561376cecb9 [INFO] running `Command { std: "docker" "start" "-a" "14903a2fa226a2fe1a0a26f3456d756b1349df2afed59bf7b6960561376cecb9", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "14903a2fa226a2fe1a0a26f3456d756b1349df2afed59bf7b6960561376cecb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14903a2fa226a2fe1a0a26f3456d756b1349df2afed59bf7b6960561376cecb9", kill_on_drop: false }` [INFO] [stdout] 14903a2fa226a2fe1a0a26f3456d756b1349df2afed59bf7b6960561376cecb9