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