[INFO] fetching crate state 0.5.3... [INFO] checking state-0.5.3 against try#89681135fd92d7dee32c3e562b052ee82f97008c for pr-97086 [INFO] extracting crate state 0.5.3 into /workspace/builds/worker-57/source [INFO] validating manifest of crates.io crate state 0.5.3 on toolchain 89681135fd92d7dee32c3e562b052ee82f97008c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+89681135fd92d7dee32c3e562b052ee82f97008c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate state 0.5.3 [INFO] finished tweaking crates.io crate state 0.5.3 [INFO] tweaked toml for crates.io crate state 0.5.3 written to /workspace/builds/worker-57/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+89681135fd92d7dee32c3e562b052ee82f97008c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+89681135fd92d7dee32c3e562b052ee82f97008c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+89681135fd92d7dee32c3e562b052ee82f97008c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d0b120d44c9e87270e65523160c59bcf4f4bf2b33b7c0955104b99945e025ed [INFO] running `Command { std: "docker" "start" "-a" "6d0b120d44c9e87270e65523160c59bcf4f4bf2b33b7c0955104b99945e025ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d0b120d44c9e87270e65523160c59bcf4f4bf2b33b7c0955104b99945e025ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d0b120d44c9e87270e65523160c59bcf4f4bf2b33b7c0955104b99945e025ed", kill_on_drop: false }` [INFO] [stdout] 6d0b120d44c9e87270e65523160c59bcf4f4bf2b33b7c0955104b99945e025ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+89681135fd92d7dee32c3e562b052ee82f97008c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de8ae574987a1563f4724a61eb285d976518d866ba9fa0996affc5678e8b9e8c [INFO] running `Command { std: "docker" "start" "-a" "de8ae574987a1563f4724a61eb285d976518d866ba9fa0996affc5678e8b9e8c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking state v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `std::marker::Send`, should not be specialized [INFO] [stdout] --> src/container.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | unsafe impl Send for Container { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/container.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | / pub struct Container { [INFO] [stdout] 144 | | init: Init, [INFO] [stdout] 145 | | map: UnsafeCell>, [INFO] [stdout] 146 | | mutex: AtomicUsize, [INFO] [stdout] 147 | | frozen: bool, [INFO] [stdout] 148 | | _kind: PhantomData [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `SendSync` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `std::marker::Send`, should not be specialized [INFO] [stdout] --> src/container.rs:418:1 [INFO] [stdout] | [INFO] [stdout] 418 | unsafe impl Send for Container { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/container.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | / pub struct Container { [INFO] [stdout] 144 | | init: Init, [INFO] [stdout] 145 | | map: UnsafeCell>, [INFO] [stdout] 146 | | mutex: AtomicUsize, [INFO] [stdout] 147 | | frozen: bool, [INFO] [stdout] 148 | | _kind: PhantomData [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `kind::Send` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `std::marker::Send`, should not be specialized [INFO] [stdout] --> src/container.rs:363:1 [INFO] [stdout] | [INFO] [stdout] 363 | unsafe impl Send for Container { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/container.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | / pub struct Container { [INFO] [stdout] 144 | | init: Init, [INFO] [stdout] 145 | | map: UnsafeCell>, [INFO] [stdout] 146 | | mutex: AtomicUsize, [INFO] [stdout] 147 | | frozen: bool, [INFO] [stdout] 148 | | _kind: PhantomData [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `SendSync` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `std::marker::Send`, should not be specialized [INFO] [stdout] --> src/container.rs:418:1 [INFO] [stdout] | [INFO] [stdout] 418 | unsafe impl Send for Container { } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/container.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | / pub struct Container { [INFO] [stdout] 144 | | init: Init, [INFO] [stdout] 145 | | map: UnsafeCell>, [INFO] [stdout] 146 | | mutex: AtomicUsize, [INFO] [stdout] 147 | | frozen: bool, [INFO] [stdout] 148 | | _kind: PhantomData [INFO] [stdout] 149 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `kind::Send` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "de8ae574987a1563f4724a61eb285d976518d866ba9fa0996affc5678e8b9e8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de8ae574987a1563f4724a61eb285d976518d866ba9fa0996affc5678e8b9e8c", kill_on_drop: false }` [INFO] [stdout] de8ae574987a1563f4724a61eb285d976518d866ba9fa0996affc5678e8b9e8c