[INFO] updating cached repository https://github.com/daveslutzkin/robot_with_rust
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 48e9e26a652f2d34450ba75bd2f28042412e697c
[INFO] checking daveslutzkin/robot_with_rust against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveslutzkin%2Frobot_with_rust" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/daveslutzkin/robot_with_rust on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-0/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 `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 06cecbb0133d673050f3087b82f606f24d62bce6896fab9b68e614b823221326
[INFO] running `"docker" "start" "-a" "06cecbb0133d673050f3087b82f606f24d62bce6896fab9b68e614b823221326"`
[INFO] [stderr]     Checking robot_with_rust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: cannot find attribute `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 `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 `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: cannot find attribute `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[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] 24 | impl FromStr for Command {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<int>`
[INFO] [stderr] ...
[INFO] [stderr] 30 |         let x_result: Option<int> = 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<int> = 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] 24 | impl FromStr for Command {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<int>`
[INFO] [stderr] ...
[INFO] [stderr] 31 |         let y_result: Option<int> = 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<int> = 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<CompassDirection> = 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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: cannot find attribute `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 `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 `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: cannot find attribute `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[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] 24 | impl FromStr for Command {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<int>`
[INFO] [stderr] ...
[INFO] [stderr] 30 |         let x_result: Option<int> = 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<int> = 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] 24 | impl FromStr for Command {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<int>`
[INFO] [stderr] ...
[INFO] [stderr] 31 |         let y_result: Option<int> = 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<int> = 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<CompassDirection> = from_str(place_parts[2]);
[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:53:11
[INFO] [stderr]    |
[INFO] [stderr] 53 |     match from_str(raw_command) {
[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: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 21 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" "06cecbb0133d673050f3087b82f606f24d62bce6896fab9b68e614b823221326"`
[INFO] running `"docker" "rm" "-f" "06cecbb0133d673050f3087b82f606f24d62bce6896fab9b68e614b823221326"`
[INFO] [stdout] 06cecbb0133d673050f3087b82f606f24d62bce6896fab9b68e614b823221326
