[INFO] fetching crate storages 0.1.1... [INFO] checking storages-0.1.1 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate storages 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate storages 0.1.1 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate storages 0.1.1 [INFO] finished tweaking crates.io crate storages 0.1.1 [INFO] tweaked toml for crates.io crate storages 0.1.1 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c56b3330853238d8b324c0c43d2d8df0593798c7b7907210b6f592e06575779 [INFO] running `Command { std: "docker" "start" "-a" "5c56b3330853238d8b324c0c43d2d8df0593798c7b7907210b6f592e06575779", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c56b3330853238d8b324c0c43d2d8df0593798c7b7907210b6f592e06575779", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c56b3330853238d8b324c0c43d2d8df0593798c7b7907210b6f592e06575779", kill_on_drop: false }` [INFO] [stdout] 5c56b3330853238d8b324c0c43d2d8df0593798c7b7907210b6f592e06575779 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9bf2d96b2aaef6980d7048f90a3600466ec6c960c05495012279a0c5912a6cd [INFO] running `Command { std: "docker" "start" "-a" "b9bf2d96b2aaef6980d7048f90a3600466ec6c960c05495012279a0c5912a6cd", kill_on_drop: false }` [INFO] [stderr] Checking storages v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `core::alloc::AllocRef` [INFO] [stdout] --> src/buffer/alloc.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | alloc::{AllocError, AllocRef, Layout}, [INFO] [stdout] | ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0367]: `Drop` impl requires `S: UnmanagedBuffer` but the struct it is implemented for does not [INFO] [stdout] --> src/boxed/mod.rs:384:8 [INFO] [stdout] | [INFO] [stdout] 384 | S: UnmanagedBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the implementor must specify the same requirement [INFO] [stdout] --> src/boxed/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Box, D = >::ExternalData> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `core::alloc::AllocRef` [INFO] [stdout] --> src/buffer/alloc.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | alloc::{AllocError, AllocRef, Layout}, [INFO] [stdout] | ^^^^^^^^ no `AllocRef` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0367, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0367`. [INFO] [stdout] [INFO] [stdout] error[E0367]: `Drop` impl requires `S: UnmanagedBuffer` but the struct it is implemented for does not [INFO] [stdout] --> src/boxed/mod.rs:384:8 [INFO] [stdout] | [INFO] [stdout] 384 | S: UnmanagedBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the implementor must specify the same requirement [INFO] [stdout] --> src/boxed/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Box, D = >::ExternalData> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `storages` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0367, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0367`. [INFO] [stdout] [INFO] [stderr] error: could not compile `storages` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "b9bf2d96b2aaef6980d7048f90a3600466ec6c960c05495012279a0c5912a6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9bf2d96b2aaef6980d7048f90a3600466ec6c960c05495012279a0c5912a6cd", kill_on_drop: false }` [INFO] [stdout] b9bf2d96b2aaef6980d7048f90a3600466ec6c960c05495012279a0c5912a6cd