[INFO] fetching crate serde_derive_state 0.4.10... [INFO] building serde_derive_state-0.4.10 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate serde_derive_state 0.4.10 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate serde_derive_state 0.4.10 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde_derive_state 0.4.10 [INFO] finished tweaking crates.io crate serde_derive_state 0.4.10 [INFO] tweaked toml for crates.io crate serde_derive_state 0.4.10 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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] d190156f27aa22fa655d2e2331c917060ac10266bce854daee08768eb5be976d [INFO] running `Command { std: "docker" "start" "-a" "d190156f27aa22fa655d2e2331c917060ac10266bce854daee08768eb5be976d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d190156f27aa22fa655d2e2331c917060ac10266bce854daee08768eb5be976d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d190156f27aa22fa655d2e2331c917060ac10266bce854daee08768eb5be976d", kill_on_drop: false }` [INFO] [stdout] d190156f27aa22fa655d2e2331c917060ac10266bce854daee08768eb5be976d [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c1605a3f8342875c9b22e79848c59f8e71a12a73180d927e50754df95c6939f [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" "0c1605a3f8342875c9b22e79848c59f8e71a12a73180d927e50754df95c6939f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive_state v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `deserialize_tuple_in_place` [INFO] [stdout] --> src/de.rs:579:4 [INFO] [stdout] | [INFO] [stdout] 579 | fn deserialize_tuple_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_seq_in_place` [INFO] [stdout] --> src/de.rs:762:4 [INFO] [stdout] | [INFO] [stdout] 762 | fn deserialize_seq_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_newtype_struct_in_place` [INFO] [stdout] --> src/de.rs:888:4 [INFO] [stdout] | [INFO] [stdout] 888 | fn deserialize_newtype_struct_in_place(params: &Parameters, field: &Field) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_in_place` [INFO] [stdout] --> src/de.rs:1082:4 [INFO] [stdout] | [INFO] [stdout] 1082 | fn deserialize_struct_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_as_struct_in_place_visitor` [INFO] [stdout] --> src/de.rs:2687:4 [INFO] [stdout] | [INFO] [stdout] 2687 | fn deserialize_struct_as_struct_in_place_visitor( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_map_in_place` [INFO] [stdout] --> src/de.rs:2721:4 [INFO] [stdout] | [INFO] [stdout] 2721 | fn deserialize_map_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3136:8 [INFO] [stdout] | [INFO] [stdout] 3136 | fn in_place(self) -> InPlaceImplGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3190:8 [INFO] [stdout] | [INFO] [stdout] 3190 | fn in_place(self) -> InPlaceTypeGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.93s [INFO] running `Command { std: "docker" "inspect" "0c1605a3f8342875c9b22e79848c59f8e71a12a73180d927e50754df95c6939f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c1605a3f8342875c9b22e79848c59f8e71a12a73180d927e50754df95c6939f", kill_on_drop: false }` [INFO] [stdout] 0c1605a3f8342875c9b22e79848c59f8e71a12a73180d927e50754df95c6939f [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acb0c5532c90f3f4c8d4177334c5d45ed366454f43f775e988aebbf9cd72a621 [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" "acb0c5532c90f3f4c8d4177334c5d45ed366454f43f775e988aebbf9cd72a621", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stdout] warning: function is never used: `deserialize_tuple_in_place` [INFO] [stdout] --> src/de.rs:579:4 [INFO] [stdout] | [INFO] [stdout] 579 | fn deserialize_tuple_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_seq_in_place` [INFO] [stdout] --> src/de.rs:762:4 [INFO] [stdout] | [INFO] [stdout] 762 | fn deserialize_seq_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_newtype_struct_in_place` [INFO] [stdout] --> src/de.rs:888:4 [INFO] [stdout] | [INFO] [stdout] 888 | fn deserialize_newtype_struct_in_place(params: &Parameters, field: &Field) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_in_place` [INFO] [stdout] --> src/de.rs:1082:4 [INFO] [stdout] | [INFO] [stdout] 1082 | fn deserialize_struct_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_as_struct_in_place_visitor` [INFO] [stdout] --> src/de.rs:2687:4 [INFO] [stdout] | [INFO] [stdout] 2687 | fn deserialize_struct_as_struct_in_place_visitor( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_map_in_place` [INFO] [stdout] --> src/de.rs:2721:4 [INFO] [stdout] | [INFO] [stdout] 2721 | fn deserialize_map_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3136:8 [INFO] [stdout] | [INFO] [stdout] 3136 | fn in_place(self) -> InPlaceImplGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3190:8 [INFO] [stdout] | [INFO] [stdout] 3190 | fn in_place(self) -> InPlaceTypeGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_derive_state v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `deserialize_tuple_in_place` [INFO] [stdout] --> src/de.rs:579:4 [INFO] [stdout] | [INFO] [stdout] 579 | fn deserialize_tuple_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_seq_in_place` [INFO] [stdout] --> src/de.rs:762:4 [INFO] [stdout] | [INFO] [stdout] 762 | fn deserialize_seq_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_newtype_struct_in_place` [INFO] [stdout] --> src/de.rs:888:4 [INFO] [stdout] | [INFO] [stdout] 888 | fn deserialize_newtype_struct_in_place(params: &Parameters, field: &Field) -> TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_in_place` [INFO] [stdout] --> src/de.rs:1082:4 [INFO] [stdout] | [INFO] [stdout] 1082 | fn deserialize_struct_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_struct_as_struct_in_place_visitor` [INFO] [stdout] --> src/de.rs:2687:4 [INFO] [stdout] | [INFO] [stdout] 2687 | fn deserialize_struct_as_struct_in_place_visitor( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `deserialize_map_in_place` [INFO] [stdout] --> src/de.rs:2721:4 [INFO] [stdout] | [INFO] [stdout] 2721 | fn deserialize_map_in_place( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3136:8 [INFO] [stdout] | [INFO] [stdout] 3136 | fn in_place(self) -> InPlaceImplGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `in_place` [INFO] [stdout] --> src/de.rs:3190:8 [INFO] [stdout] | [INFO] [stdout] 3190 | fn in_place(self) -> InPlaceTypeGenerics<'a> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.03s [INFO] running `Command { std: "docker" "inspect" "acb0c5532c90f3f4c8d4177334c5d45ed366454f43f775e988aebbf9cd72a621", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acb0c5532c90f3f4c8d4177334c5d45ed366454f43f775e988aebbf9cd72a621", kill_on_drop: false }` [INFO] [stdout] acb0c5532c90f3f4c8d4177334c5d45ed366454f43f775e988aebbf9cd72a621