[INFO] fetching crate fox-and-hounds 0.6.0... [INFO] checking fox-and-hounds-0.6.0 against master#d62d3f7fa9a91d933213cc10e20e740608983f64 for pr-77015 [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 d62d3f7fa9a91d933213cc10e20e740608983f64 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d62d3f7fa9a91d933213cc10e20e740608983f64" "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-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 `Command { std: "/workspace/cargo-home/bin/cargo" "+d62d3f7fa9a91d933213cc10e20e740608983f64" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+d62d3f7fa9a91d933213cc10e20e740608983f64" "metadata" "--no-deps" "--format-version=1", 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] 3ef8116de7174d28a7dc90c026da862ae41f5e2eea89ace7a8b577243666a180 [INFO] running `Command { std: "docker" "start" "-a" "3ef8116de7174d28a7dc90c026da862ae41f5e2eea89ace7a8b577243666a180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ef8116de7174d28a7dc90c026da862ae41f5e2eea89ace7a8b577243666a180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ef8116de7174d28a7dc90c026da862ae41f5e2eea89ace7a8b577243666a180", kill_on_drop: false }` [INFO] [stdout] 3ef8116de7174d28a7dc90c026da862ae41f5e2eea89ace7a8b577243666a180 [INFO] running `Command { std: "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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+d62d3f7fa9a91d933213cc10e20e740608983f64" "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] 613bcc30626f181ea002e6a14f319670ac82e214636fa6dff9fb5b21b52d2e1b [INFO] running `Command { std: "docker" "start" "-a" "613bcc30626f181ea002e6a14f319670ac82e214636fa6dff9fb5b21b52d2e1b", 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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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]: `FoxAndHounds` doesn't implement `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] | ^ `FoxAndHounds` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `FoxAndHounds` [INFO] [stdout] = note: add `#[derive(Debug)]` or manually implement `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 `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 `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]: `FoxAndHounds` doesn't implement `Debug` [INFO] [stdout] --> src/game/fox_and_hounds/tests.rs:297:20 [INFO] [stdout] | [INFO] [stdout] 297 | print!("{:?}", m); [INFO] [stdout] | ^ `FoxAndHounds` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `FoxAndHounds` [INFO] [stdout] = note: add `#[derive(Debug)]` or manually implement `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 `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 `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 `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 `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 `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 `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 `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 `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] running `Command { std: "docker" "inspect" "613bcc30626f181ea002e6a14f319670ac82e214636fa6dff9fb5b21b52d2e1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613bcc30626f181ea002e6a14f319670ac82e214636fa6dff9fb5b21b52d2e1b", kill_on_drop: false }` [INFO] [stdout] 613bcc30626f181ea002e6a14f319670ac82e214636fa6dff9fb5b21b52d2e1b