[INFO] crate fox-and-hounds 0.6.0 is already in cache
[INFO] checking fox-and-hounds-0.6.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate fox-and-hounds 0.6.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate fox-and-hounds 0.6.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate fox-and-hounds 0.6.0
[INFO] finished tweaking crates.io crate fox-and-hounds 0.6.0
[INFO] tweaked toml for crates.io crate fox-and-hounds 0.6.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate crates.io crate fox-and-hounds 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 59b3302dc71e6cd9556b6089afd59f3029c58b13357ab5c08003c73a4481b408
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "59b3302dc71e6cd9556b6089afd59f3029c58b13357ab5c08003c73a4481b408"`
[INFO] [stderr]     Checking fox-and-hounds v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]   --> src/game/fox_and_hounds/tests.rs:58:27
[INFO] [stderr]    |
[INFO] [stderr] 58 |     let m = FoxAndHounds::new();
[INFO] [stderr]    |                           ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub struct FoxAndHounds {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]   --> src/game/fox_and_hounds/tests.rs:70:31
[INFO] [stderr]    |
[INFO] [stderr] 70 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]    |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub struct FoxAndHounds {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]   --> src/game/fox_and_hounds/tests.rs:84:31
[INFO] [stderr]    |
[INFO] [stderr] 84 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]    |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub struct FoxAndHounds {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]   --> src/game/fox_and_hounds/tests.rs:91:31
[INFO] [stderr]    |
[INFO] [stderr] 91 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]    |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub struct FoxAndHounds {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]   --> src/game/fox_and_hounds/tests.rs:98:31
[INFO] [stderr]    |
[INFO] [stderr] 98 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]    |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]    |
[INFO] [stderr] 74 | pub struct FoxAndHounds {
[INFO] [stderr]    | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:105:31
[INFO] [stderr]     |
[INFO] [stderr] 105 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:140:31
[INFO] [stderr]     |
[INFO] [stderr] 140 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:174:31
[INFO] [stderr]     |
[INFO] [stderr] 174 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:198:31
[INFO] [stderr]     |
[INFO] [stderr] 198 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:222:31
[INFO] [stderr]     |
[INFO] [stderr] 222 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:264:31
[INFO] [stderr]     |
[INFO] [stderr] 264 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `game::fox_and_hounds::FoxAndHounds` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:277:38
[INFO] [stderr]     |
[INFO] [stderr] 277 |     print!("{:?}, F: {:?}, H: {:?}", m, m.fox_pos, m.hounds_pos);
[INFO] [stderr]     |                                      ^ `game::fox_and_hounds::FoxAndHounds` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:284:31
[INFO] [stderr]     |
[INFO] [stderr] 284 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `game::fox_and_hounds::FoxAndHounds` doesn't implement `std::fmt::Debug`
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:297:20
[INFO] [stderr]     |
[INFO] [stderr] 297 |     print!("{:?}", m);
[INFO] [stderr]     |                    ^ `game::fox_and_hounds::FoxAndHounds` cannot be formatted using `{:?}`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Debug` is not implemented for `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug`
[INFO] [stderr]     = note: required by `std::fmt::Debug::fmt`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:303:31
[INFO] [stderr]     |
[INFO] [stderr] 303 |     let mut m = FoxAndHounds::new();
[INFO] [stderr]     |                               ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:307:23
[INFO] [stderr]     |
[INFO] [stderr] 307 |     m = FoxAndHounds::new();
[INFO] [stderr]     |                       ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:341:27
[INFO] [stderr]     |
[INFO] [stderr] 341 |     let m = FoxAndHounds::new();
[INFO] [stderr]     |                           ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `game::fox_and_hounds::FoxAndHounds` in the current scope
[INFO] [stderr]    --> src/game/fox_and_hounds/tests.rs:348:27
[INFO] [stderr]     |
[INFO] [stderr] 348 |     let m = FoxAndHounds::new();
[INFO] [stderr]     |                           ^^^ function or associated item not found in `game::fox_and_hounds::FoxAndHounds`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/game/fox_and_hounds.rs:74:1
[INFO] [stderr]     |
[INFO] [stderr] 74  | pub struct FoxAndHounds {
[INFO] [stderr]     | ----------------------- function or associated item `new` not found for this
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `fox-and-hounds`.
[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: build failed
[INFO] running `"docker" "inspect" "59b3302dc71e6cd9556b6089afd59f3029c58b13357ab5c08003c73a4481b408"`
[INFO] running `"docker" "rm" "-f" "59b3302dc71e6cd9556b6089afd59f3029c58b13357ab5c08003c73a4481b408"`
[INFO] [stdout] 59b3302dc71e6cd9556b6089afd59f3029c58b13357ab5c08003c73a4481b408
