[INFO] fetching crate consume_ptr 0.3.0...
[INFO] checking consume_ptr-0.3.0 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate consume_ptr 0.3.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate consume_ptr 0.3.0 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate consume_ptr 0.3.0
[INFO] finished tweaking crates.io crate consume_ptr 0.3.0
[INFO] tweaked toml for crates.io crate consume_ptr 0.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding derive_more v0.99.18 (available: v1.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7c87bf95b887fa0a9026c05efc057786fb6ee0c56616d2f7c62dc90f9e21b14
[INFO] running `Command { std: "docker" "start" "-a" "d7c87bf95b887fa0a9026c05efc057786fb6ee0c56616d2f7c62dc90f9e21b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7c87bf95b887fa0a9026c05efc057786fb6ee0c56616d2f7c62dc90f9e21b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7c87bf95b887fa0a9026c05efc057786fb6ee0c56616d2f7c62dc90f9e21b14", kill_on_drop: false }`
[INFO] [stdout] d7c87bf95b887fa0a9026c05efc057786fb6ee0c56616d2f7c62dc90f9e21b14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef72a630e322abfcc1598b183c6c5d262948132172ecbfba54c7cc11e1e59029
[INFO] running `Command { std: "docker" "start" "-a" "ef72a630e322abfcc1598b183c6c5d262948132172ecbfba54c7cc11e1e59029", kill_on_drop: false }`
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking consume_ptr v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]   --> src/lib.rs:30:46
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout]    |                                              ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: this trait is not a `#[const_trait]`, so it cannot have `~const` trait bounds
[INFO] [stdout]   --> src/lib.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout] 31 | |
[INFO] [stdout] 32 | |     /// `Target` is never read after this call
[INFO] [stdout] 33 | |     fn try_consume_unsized<T>(self, f: impl FnOnce(*mut Target) -> T) -> Result<T, Self>;
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     }
[INFO] [stdout] 50 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]   --> src/lib.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: this trait is not a `#[const_trait]`, so it cannot have `~const` trait bounds
[INFO] [stdout]   --> src/lib.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout] 53 | |     /// `Target` is never read after this call
[INFO] [stdout] 54 | |     fn consume_unsized<T>(self, f: impl FnOnce(*mut Target) -> T) -> T;
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     }
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]   --> src/lib.rs:30:46
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout]    |                                              ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: this trait is not a `#[const_trait]`, so it cannot have `~const` trait bounds
[INFO] [stdout]   --> src/lib.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout] 31 | |
[INFO] [stdout] 32 | |     /// `Target` is never read after this call
[INFO] [stdout] 33 | |     fn try_consume_unsized<T>(self, f: impl FnOnce(*mut Target) -> T) -> Result<T, Self>;
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     }
[INFO] [stdout] 50 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]   --> src/lib.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: this trait is not a `#[const_trait]`, so it cannot have `~const` trait bounds
[INFO] [stdout]   --> src/lib.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout] 53 | |     /// `Target` is never read after this call
[INFO] [stdout] 54 | |     fn consume_unsized<T>(self, f: impl FnOnce(*mut Target) -> T) -> T;
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     }
[INFO] [stdout] 71 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_ptr_len` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(slice_ptr_len)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(new_uninit)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `slice_ptr_len` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(slice_ptr_len)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(new_uninit)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/lib.rs:30:46
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout]    |                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/lib.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/lib.rs:30:46
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub unsafe trait TryConsume<Target: ?Sized + ~const Destruct>: Sized {
[INFO] [stdout]    |                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]   --> src/lib.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub unsafe trait Consume<Target: ?Sized + ~const Destruct>: TryConsume<Target> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `consume_ptr` (lib) due to 4 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `consume_ptr` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ef72a630e322abfcc1598b183c6c5d262948132172ecbfba54c7cc11e1e59029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef72a630e322abfcc1598b183c6c5d262948132172ecbfba54c7cc11e1e59029", kill_on_drop: false }`
[INFO] [stdout] ef72a630e322abfcc1598b183c6c5d262948132172ecbfba54c7cc11e1e59029
