[INFO] crate fox-and-hounds 0.6.0 is already in cache
[INFO] checking fox-and-hounds-0.6.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate fox-and-hounds 0.6.0 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate fox-and-hounds 0.6.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 540e950b5c92088942978668280dc54e9c6602dad3cd9e690172a67b7e4acccb
[INFO] running `"docker" "start" "-a" "540e950b5c92088942978668280dc54e9c6602dad3cd9e690172a67b7e4acccb"`
[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" "540e950b5c92088942978668280dc54e9c6602dad3cd9e690172a67b7e4acccb"`
[INFO] running `"docker" "rm" "-f" "540e950b5c92088942978668280dc54e9c6602dad3cd9e690172a67b7e4acccb"`
[INFO] [stdout] 540e950b5c92088942978668280dc54e9c6602dad3cd9e690172a67b7e4acccb
