[INFO] fetching crate serde-versions-derive 0.0.5... [INFO] checking serde-versions-derive-0.0.5 against master#11ebe6512b4c77633c59f8dcdd421df3b79d1a9f for pr-103872 [INFO] extracting crate serde-versions-derive 0.0.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate serde-versions-derive 0.0.5 on toolchain 11ebe6512b4c77633c59f8dcdd421df3b79d1a9f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+11ebe6512b4c77633c59f8dcdd421df3b79d1a9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde-versions-derive 0.0.5 [INFO] finished tweaking crates.io crate serde-versions-derive 0.0.5 [INFO] tweaked toml for crates.io crate serde-versions-derive 0.0.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+11ebe6512b4c77633c59f8dcdd421df3b79d1a9f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+11ebe6512b4c77633c59f8dcdd421df3b79d1a9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+11ebe6512b4c77633c59f8dcdd421df3b79d1a9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac47918f2375a5496b20df02955ca9a5f9b2ad9c053499d3cd3bae1c07e9868c [INFO] running `Command { std: "docker" "start" "-a" "ac47918f2375a5496b20df02955ca9a5f9b2ad9c053499d3cd3bae1c07e9868c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac47918f2375a5496b20df02955ca9a5f9b2ad9c053499d3cd3bae1c07e9868c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac47918f2375a5496b20df02955ca9a5f9b2ad9c053499d3cd3bae1c07e9868c", kill_on_drop: false }` [INFO] [stdout] ac47918f2375a5496b20df02955ca9a5f9b2ad9c053499d3cd3bae1c07e9868c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+11ebe6512b4c77633c59f8dcdd421df3b79d1a9f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40d242dfceeaedda45299608fff0165551780b47d242c942de6df09a248f69bc [INFO] running `Command { std: "docker" "start" "-a" "40d242dfceeaedda45299608fff0165551780b47d242c942de6df09a248f69bc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Checking serde-versions-derive v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> tests/test.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[version(3)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 5 | #[derive(Clone, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `version` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> tests/test.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[version(33)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 13 | #[derive(Clone, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] = note: this warning originates in the attribute macro `version` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.95s [INFO] running `Command { std: "docker" "inspect" "40d242dfceeaedda45299608fff0165551780b47d242c942de6df09a248f69bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40d242dfceeaedda45299608fff0165551780b47d242c942de6df09a248f69bc", kill_on_drop: false }` [INFO] [stdout] 40d242dfceeaedda45299608fff0165551780b47d242c942de6df09a248f69bc