[INFO] fetching crate forest_vm 0.3.2... [INFO] checking forest_vm-0.3.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate forest_vm 0.3.2 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate forest_vm 0.3.2 [INFO] finished tweaking crates.io crate forest_vm 0.3.2 [INFO] tweaked toml for crates.io crate forest_vm 0.3.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate forest_vm 0.3.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 59 packages to latest compatible versions [INFO] [stderr] Adding num-derive v0.3.3 (available: v0.4.2) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded forest_bigint v0.1.4 [INFO] [stderr] Downloaded forest_cid v0.3.0 [INFO] [stderr] Downloaded forest_address v0.3.2 [INFO] [stderr] Downloaded forest_encoding v0.2.2 [INFO] [stderr] Downloaded forest_json_utils v0.1.1 [INFO] [stderr] Downloaded cs_serde_cbor v0.12.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0014af16fce2aac7c30c55ee86d7a69b73c3db2b0fc02475f0c162e3e24343ce [INFO] running `Command { std: "docker" "start" "-a" "0014af16fce2aac7c30c55ee86d7a69b73c3db2b0fc02475f0c162e3e24343ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0014af16fce2aac7c30c55ee86d7a69b73c3db2b0fc02475f0c162e3e24343ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0014af16fce2aac7c30c55ee86d7a69b73c3db2b0fc02475f0c162e3e24343ce", kill_on_drop: false }` [INFO] [stdout] 0014af16fce2aac7c30c55ee86d7a69b73c3db2b0fc02475f0c162e3e24343ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1260ddb3822d858c577b9eea97247a0b6370169e5c33d1b65555a62e4fe77090 [INFO] running `Command { std: "docker" "start" "-a" "1260ddb3822d858c577b9eea97247a0b6370169e5c33d1b65555a62e4fe77090", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking base-x v0.2.11 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Checking integer-encoding v2.1.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking blake2b_simd v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking data-encoding-macro v0.1.18 [INFO] [stderr] Checking multibase v0.8.0 [INFO] [stderr] Checking multibase v0.9.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling multihash-derive v0.7.2 [INFO] [stderr] Compiling serde_tuple_macros v0.5.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking multihash v0.13.2 [INFO] [stderr] Checking cid v0.6.1 [INFO] [stderr] Checking cs_serde_bytes v0.12.2 [INFO] [stderr] Checking forest_json_utils v0.1.1 [INFO] [stderr] Checking cs_serde_cbor v0.12.0 [INFO] [stderr] Checking serde_tuple v0.5.0 [INFO] [stderr] Checking forest_bigint v0.1.4 [INFO] [stderr] Checking forest_cid v0.3.0 [INFO] [stderr] Checking forest_encoding v0.2.2 [INFO] [stderr] Checking forest_address v0.3.2 [INFO] [stderr] Checking forest_vm v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/exit_code.rs:9:45 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Eq, Debug, Clone, Copy, FromPrimitive, Serialize_repr, Deserialize_repr)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ExitCode` [INFO] [stdout] 10 | pub enum ExitCode { [INFO] [stdout] | -------- `ExitCode` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/exit_code.rs:9:45 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Eq, Debug, Clone, Copy, FromPrimitive, Serialize_repr, Deserialize_repr)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ExitCode` [INFO] [stdout] 10 | pub enum ExitCode { [INFO] [stdout] | -------- `ExitCode` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.98s [INFO] running `Command { std: "docker" "inspect" "1260ddb3822d858c577b9eea97247a0b6370169e5c33d1b65555a62e4fe77090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1260ddb3822d858c577b9eea97247a0b6370169e5c33d1b65555a62e4fe77090", kill_on_drop: false }` [INFO] [stdout] 1260ddb3822d858c577b9eea97247a0b6370169e5c33d1b65555a62e4fe77090