[INFO] fetching crate singleton-cell 0.3.1... [INFO] checking singleton-cell-0.3.1 against master#38352b01ae4af9300be03b805d6db68c45e51068 for pr-129864 [INFO] extracting crate singleton-cell 0.3.1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate singleton-cell 0.3.1 on toolchain 38352b01ae4af9300be03b805d6db68c45e51068 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate singleton-cell 0.3.1 [INFO] finished tweaking crates.io crate singleton-cell 0.3.1 [INFO] tweaked toml for crates.io crate singleton-cell 0.3.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate crates.io crate singleton-cell 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paste v1.0.7 [INFO] [stderr] Downloaded singleton-trait v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8920b622335fb97a8ec3192a95a8cbb4e242e4aeb1396b7a6c951a1233ff784 [INFO] running `Command { std: "docker" "start" "-a" "a8920b622335fb97a8ec3192a95a8cbb4e242e4aeb1396b7a6c951a1233ff784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8920b622335fb97a8ec3192a95a8cbb4e242e4aeb1396b7a6c951a1233ff784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8920b622335fb97a8ec3192a95a8cbb4e242e4aeb1396b7a6c951a1233ff784", kill_on_drop: false }` [INFO] [stdout] a8920b622335fb97a8ec3192a95a8cbb4e242e4aeb1396b7a6c951a1233ff784 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+38352b01ae4af9300be03b805d6db68c45e51068" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6a9f66dcb9890187b03f1ec847c1e4dcc1ae55e14b7336a40794b11f2101e7b [INFO] running `Command { std: "docker" "start" "-a" "e6a9f66dcb9890187b03f1ec847c1e4dcc1ae55e14b7336a40794b11f2101e7b", kill_on_drop: false }` [INFO] [stderr] Checking singleton-trait v0.3.0 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking singleton-cell v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate as singleton_cell` [INFO] [stdout] --> src/lib.rs:351:9 [INFO] [stdout] | [INFO] [stdout] 351 | use crate as singleton_cell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:400:30 [INFO] [stdout] | [INFO] [stdout] 400 | struct Local<'a>(&'a ()); [INFO] [stdout] | ----- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_erased` is never used [INFO] [stdout] --> src/lib.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 303 | impl $Name { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 333 | fn new_erased() -> Option<$crate::Erased> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 422 | new_singleton!(pub A); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_singleton` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_erased` is never used [INFO] [stdout] --> src/lib.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 303 | impl $Name { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 333 | fn new_erased() -> Option<$crate::Erased> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 429 | new_singleton!(pub A); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_singleton` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_erased` is never used [INFO] [stdout] --> src/lib.rs:333:24 [INFO] [stdout] | [INFO] [stdout] 303 | impl $Name { [INFO] [stdout] | ---------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 333 | fn new_erased() -> Option<$crate::Erased> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | new_singleton!(pub B); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_singleton` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "e6a9f66dcb9890187b03f1ec847c1e4dcc1ae55e14b7336a40794b11f2101e7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6a9f66dcb9890187b03f1ec847c1e4dcc1ae55e14b7336a40794b11f2101e7b", kill_on_drop: false }` [INFO] [stdout] e6a9f66dcb9890187b03f1ec847c1e4dcc1ae55e14b7336a40794b11f2101e7b