[INFO] fetching crate deluge-rpc 0.8.0... [INFO] checking deluge-rpc-0.8.0 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate deluge-rpc 0.8.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate deluge-rpc 0.8.0 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate deluge-rpc 0.8.0 [INFO] finished tweaking crates.io crate deluge-rpc 0.8.0 [INFO] tweaked toml for crates.io crate deluge-rpc 0.8.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-kinds v0.5.0 [INFO] [stderr] Downloaded lazy-regex v0.1.4 [INFO] [stderr] Downloaded cloudflare-zlib-sys v0.3.0 [INFO] [stderr] Downloaded cloudflare-zlib v0.2.9 [INFO] [stderr] Downloaded deluge-rpc-macro v0.6.2 [INFO] [stderr] Downloaded rencode v0.2.1 [INFO] [stderr] Downloaded hashers v1.0.1 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b81bea451570f66dbf56524f975fab151975d5b7ae98555494951cc091662bf [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" "4b81bea451570f66dbf56524f975fab151975d5b7ae98555494951cc091662bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b81bea451570f66dbf56524f975fab151975d5b7ae98555494951cc091662bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b81bea451570f66dbf56524f975fab151975d5b7ae98555494951cc091662bf", kill_on_drop: false }` [INFO] [stdout] 4b81bea451570f66dbf56524f975fab151975d5b7ae98555494951cc091662bf [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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33129c58dd1f63e7b70faf726a461ac7aab6f835f00e67acb31779ea17a391e9 [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" "33129c58dd1f63e7b70faf726a461ac7aab6f835f00e67acb31779ea17a391e9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking lazy-regex v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking hashers v1.0.1 [INFO] [stderr] Checking futures-channel v0.3.15 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling cloudflare-zlib-sys v0.3.0 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking cloudflare-zlib v0.2.9 [INFO] [stderr] Checking rustls v0.17.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling enum-kinds v0.5.0 [INFO] [stderr] Compiling deluge-rpc-macro v0.6.2 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Checking tokio-rustls v0.13.1 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking rencode v0.2.1 [INFO] [stderr] Checking ron v0.6.4 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Checking num_enum v0.5.1 [INFO] [stderr] Checking deluge-rpc v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/types/event.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[enum_kind(EventKind, derive(Hash))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 8 | #[derive(Debug, Clone, Deserialize, EnumKind)] [INFO] [stdout] | -------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [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] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/types/event.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[enum_kind(EventKind, derive(Hash))] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 8 | #[derive(Debug, Clone, Deserialize, EnumKind)] [INFO] [stdout] | -------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [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] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "33129c58dd1f63e7b70faf726a461ac7aab6f835f00e67acb31779ea17a391e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33129c58dd1f63e7b70faf726a461ac7aab6f835f00e67acb31779ea17a391e9", kill_on_drop: false }` [INFO] [stdout] 33129c58dd1f63e7b70faf726a461ac7aab6f835f00e67acb31779ea17a391e9