[INFO] fetching crate drone-riscv 0.14.0...
[INFO] checking drone-riscv-0.14.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate drone-riscv 0.14.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate drone-riscv 0.14.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate drone-riscv 0.14.0
[INFO] finished tweaking crates.io crate drone-riscv 0.14.0
[INFO] tweaked toml for crates.io crate drone-riscv 0.14.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" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded drone-config v0.14.0
[INFO] [stderr]   Downloaded drone-core-macros v0.14.3
[INFO] [stderr]   Downloaded drone-riscv-macros v0.14.0
[INFO] [stderr]   Downloaded drone-ctypes v0.14.3
[INFO] [stderr]   Downloaded drone-macros-core v0.14.3
[INFO] [stderr]   Downloaded drone-core v0.14.3
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4123d71c76d8932fcf920214803a6d3f9d02a3a9cc3a861661e941ff26845746
[INFO] running `Command { std: "docker" "start" "-a" "4123d71c76d8932fcf920214803a6d3f9d02a3a9cc3a861661e941ff26845746", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4123d71c76d8932fcf920214803a6d3f9d02a3a9cc3a861661e941ff26845746", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4123d71c76d8932fcf920214803a6d3f9d02a3a9cc3a861661e941ff26845746", kill_on_drop: false }`
[INFO] [stdout] 4123d71c76d8932fcf920214803a6d3f9d02a3a9cc3a861661e941ff26845746
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 011beabeaf2e6c031baa2363006ddb1d7d7b451a15d2d33585172e51fde45bc8
[INFO] running `Command { std: "docker" "start" "-a" "011beabeaf2e6c031baa2363006ddb1d7d7b451a15d2d33585172e51fde45bc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking drone-ctypes v0.14.3
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling drone-macros-core v0.14.3
[INFO] [stderr]    Compiling drone-riscv-macros v0.14.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling drone-config v0.14.0
[INFO] [stderr]    Compiling drone-core-macros v0.14.3
[INFO] [stderr]     Checking drone-core v0.14.3
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lib.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | #![feature(const_fn)]
[INFO] [stdout]    |            ^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: split into finer-grained feature gates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lib.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | #![feature(generators)]
[INFO] [stdout]    |            ^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: renamed to `coroutines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lib.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | #![feature(untagged_unions)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]    |
[INFO] [stdout]    = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `prelude` in `alloc`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/prelude.rs:19:16
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use alloc::prelude::v1::*;
[INFO] [stdout]    |                ^^^^^^^ could not find `prelude` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::ops::Generator`, `core::ops::GeneratorState`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/generator.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     ops::{Generator, GeneratorState},
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `Generator` in `ops`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `String`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:380:9
[INFO] [stdout]     |
[INFO] [stdout] 380 |         String::from_utf8_lossy(self.to_bytes())
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `String`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 380 |         CString::from_utf8_lossy(self.to_bytes())
[INFO] [stdout]     |         ~~~~~~~
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::string::String;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:396:32
[INFO] [stdout]     |
[INFO] [stdout] 396 |     pub fn into_c_string(self: Box<Self>) -> CString {
[INFO] [stdout]     |                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:397:19
[INFO] [stdout]     |
[INFO] [stdout] 397 |         let raw = Box::into_raw(self) as *mut [u8];
[INFO] [stdout]     |                   ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:398:35
[INFO] [stdout]     |
[INFO] [stdout] 398 |         CString { inner: unsafe { Box::from_raw(raw) } }
[INFO] [stdout]     |                                   ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `ToOwned` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:449:6
[INFO] [stdout]     |
[INFO] [stdout] 449 | impl ToOwned for CStr {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::borrow::ToOwned;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:464:18
[INFO] [stdout]     |
[INFO] [stdout] 464 | impl Default for Box<CStr> {
[INFO] [stdout]     |                  ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:466:20
[INFO] [stdout]     |
[INFO] [stdout] 466 |         let boxed: Box<[u8]> = Box::from([0]);
[INFO] [stdout]     |                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:466:32
[INFO] [stdout]     |
[INFO] [stdout] 466 |         let boxed: Box<[u8]> = Box::from([0]);
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:467:18
[INFO] [stdout]     |
[INFO] [stdout] 467 |         unsafe { Box::from_raw(Box::into_raw(boxed) as *mut CStr) }
[INFO] [stdout]     |                  ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:467:32
[INFO] [stdout]     |
[INFO] [stdout] 467 |         unsafe { Box::from_raw(Box::into_raw(boxed) as *mut CStr) }
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:471:16
[INFO] [stdout]     |
[INFO] [stdout] 471 | impl Clone for Box<CStr> {
[INFO] [stdout]     |                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:478:22
[INFO] [stdout]     |
[INFO] [stdout] 478 | impl From<&CStr> for Box<CStr> {
[INFO] [stdout]     |                      ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:480:20
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let boxed: Box<[u8]> = Box::from(s.to_bytes_with_nul());
[INFO] [stdout]     |                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:480:32
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let boxed: Box<[u8]> = Box::from(s.to_bytes_with_nul());
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:481:18
[INFO] [stdout]     |
[INFO] [stdout] 481 |         unsafe { Box::from_raw(Box::into_raw(boxed) as *mut CStr) }
[INFO] [stdout]     |                  ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:481:32
[INFO] [stdout]     |
[INFO] [stdout] 481 |         unsafe { Box::from_raw(Box::into_raw(boxed) as *mut CStr) }
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_str.rs:485:24
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl From<CString> for Box<CStr> {
[INFO] [stdout]     |                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub(super) inner: Box<[u8]>,
[INFO] [stdout]    |                       ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:107:28
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub struct NulError(usize, Vec<u8>);
[INFO] [stdout]     |                            ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:150:24
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn new<T: Into<Vec<u8>>>(t: T) -> Result<Self, NulError> {
[INFO] [stdout]     |                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |     fn _new(bytes: Vec<u8>) -> Result<Self, NulError> {
[INFO] [stdout]     |                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:179:45
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub unsafe fn from_vec_unchecked(mut v: Vec<u8>) -> Self {
[INFO] [stdout]     |                                             ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:226:27
[INFO] [stdout]     |
[INFO] [stdout] 226 |             Self { inner: Box::from_raw(slice as *mut [c_char] as *mut [u8]) }
[INFO] [stdout]     |                           ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:261:9
[INFO] [stdout]     |
[INFO] [stdout] 261 |         Box::into_raw(self.into_inner()).cast::<c_char>()
[INFO] [stdout]     |         ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `String` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:283:40
[INFO] [stdout]     |
[INFO] [stdout] 84  | pub struct CString {
[INFO] [stdout]     | ------------------ similarly named struct `CString` defined here
[INFO] [stdout] ...
[INFO] [stdout] 283 |     pub fn into_string(self) -> Result<String, IntoStringError> {
[INFO] [stdout]     |                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn into_string(self) -> Result<CString, IntoStringError> {
[INFO] [stdout]     |                                        ~~~~~~~
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::string::String;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `String`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:284:9
[INFO] [stdout]     |
[INFO] [stdout] 284 |         String::from_utf8(self.into_bytes()).map_err(|e| IntoStringError {
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `String`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 284 |         CString::from_utf8(self.into_bytes()).map_err(|e| IntoStringError {
[INFO] [stdout]     |         ~~~~~~~
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::string::String;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:304:32
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn into_bytes(self) -> Vec<u8> {
[INFO] [stdout]     |                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:323:41
[INFO] [stdout]     |
[INFO] [stdout] 323 |     pub fn into_bytes_with_nul(self) -> Vec<u8> {
[INFO] [stdout]     |                                         ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:397:38
[INFO] [stdout]     |
[INFO] [stdout] 397 |     pub fn into_boxed_c_str(self) -> Box<CStr> {
[INFO] [stdout]     |                                      ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:398:18
[INFO] [stdout]     |
[INFO] [stdout] 398 |         unsafe { Box::from_raw(Box::into_raw(self.into_inner()) as *mut CStr) }
[INFO] [stdout]     |                  ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:398:32
[INFO] [stdout]     |
[INFO] [stdout] 398 |         unsafe { Box::from_raw(Box::into_raw(self.into_inner()) as *mut CStr) }
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:402:39
[INFO] [stdout]     |
[INFO] [stdout] 402 |     pub(super) fn into_inner(self) -> Box<[u8]> {
[INFO] [stdout]     |                                       ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:442:30
[INFO] [stdout]     |
[INFO] [stdout] 442 |     pub fn into_vec(self) -> Vec<u8> {
[INFO] [stdout]     |                              ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Vec` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:485:24
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl From<CString> for Vec<u8> {
[INFO] [stdout]     |                        ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:524:11
[INFO] [stdout]     |
[INFO] [stdout] 524 | impl From<Box<CStr>> for CString {
[INFO] [stdout]     |           ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/ffi/c_string.rs:528:16
[INFO] [stdout]     |
[INFO] [stdout] 528 |     fn from(s: Box<CStr>) -> Self {
[INFO] [stdout]     |                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/chain.rs:108:31
[INFO] [stdout]     |
[INFO] [stdout] 108 |         unsafe { Self::upcast(Box::into_raw(Box::new(ListNode::from(node)))) }
[INFO] [stdout]     |                               ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/chain.rs:108:45
[INFO] [stdout]     |
[INFO] [stdout] 108 |         unsafe { Self::upcast(Box::into_raw(Box::new(ListNode::from(node)))) }
[INFO] [stdout]     |                                             ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/chain.rs:116:18
[INFO] [stdout]     |
[INFO] [stdout] 116 |         unsafe { Box::from_raw(Self::downcast(node)) };
[INFO] [stdout]     |                  ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/io/read.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ) -> Pin<Box<dyn Future<Output = Result<usize, Self::Error>> + Send + 'sess>>;
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/io/seek.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     ) -> Pin<Box<dyn Future<Output = Result<u64, Self::Error>> + Send + 'sess>>;
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/io/write.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ) -> Pin<Box<dyn Future<Output = Result<usize, Self::Error>> + Send + 'sess>>;
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Box` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/proc_loop.rs:12:30
[INFO] [stdout]    |
[INFO] [stdout] 12 | type SessFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
[INFO] [stdout]    |                              ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 9  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/proc_loop.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         Box::pin(async move {
[INFO] [stdout]    |         ^^^ use of undeclared type `Box`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 9  + use alloc::boxed::Box;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:110:32
[INFO] [stdout]     |
[INFO] [stdout] 110 |         unsafe { self.push_raw(Box::into_raw(Box::new(Node::from(data)))) };
[INFO] [stdout]     |                                ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:110:46
[INFO] [stdout]     |
[INFO] [stdout] 110 |         unsafe { self.push_raw(Box::into_raw(Box::new(Node::from(data)))) };
[INFO] [stdout]     |                                              ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:170:44
[INFO] [stdout]     |
[INFO] [stdout] 170 |         unsafe { self.pop_raw().map(|node| Box::from_raw(node).value) }
[INFO] [stdout]     |                                            ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:332:27
[INFO] [stdout]     |
[INFO] [stdout] 332 |             drop(unsafe { Box::from_raw(curr) });
[INFO] [stdout]     |                           ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:384:27
[INFO] [stdout]     |
[INFO] [stdout] 384 |             Some(unsafe { Box::from_raw(curr) }.value)
[INFO] [stdout]     |                           ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/linked_list.rs:427:45
[INFO] [stdout]     |
[INFO] [stdout] 427 |         self.raw.next().map(|node| unsafe { Box::from_raw(node).value })
[INFO] [stdout]     |                                             ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 3   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/mutex.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 152 |                     .for_each(|node| drop(Box::from_raw(node)));
[INFO] [stdout]     |                                           ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/mutex.rs:187:26
[INFO] [stdout]     |
[INFO] [stdout] 187 |             let waiter = Box::into_raw(Box::new(Node::from(Waiter::from(cx.waker().clone()))));
[INFO] [stdout]     |                          ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Box`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/mutex.rs:187:40
[INFO] [stdout]     |
[INFO] [stdout] 187 |             let waiter = Box::into_raw(Box::new(Node::from(Waiter::from(cx.waker().clone()))));
[INFO] [stdout]     |                                        ^^^ use of undeclared type `Box`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 1   + use alloc::boxed::Box;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `raw_vec` is private
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/sync/spsc/ring/mod.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 | use alloc::{raw_vec::RawVec, sync::Arc};
[INFO] [stdout]    |             ^^^^^^^ private module
[INFO] [stdout]    |
[INFO] [stdout] note: the module `raw_vec` is defined here
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/alloc/src/lib.rs:231:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/future.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 yield;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/stream_pulse.rs:190:17
[INFO] [stdout]     |
[INFO] [stdout] 190 |                 yield;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/stream_ring.rs:307:17
[INFO] [stdout]     |
[INFO] [stdout] 307 |                 yield;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/fib/stream_ring.rs:353:17
[INFO] [stdout]     |
[INFO] [stdout] 353 |                 yield;
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-01; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0522]: definition of an unknown language item: `oom`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lang_items.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[lang = "oom"]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ definition of unknown language item `oom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `generator_trait`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lib.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | #![feature(generator_trait)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `alloc_prelude`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/drone-core-0.14.3/src/lib.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | #![feature(alloc_prelude)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 66 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0522, E0557, E0603, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `drone-core` (lib) due to 67 previous errors
[INFO] running `Command { std: "docker" "inspect" "011beabeaf2e6c031baa2363006ddb1d7d7b451a15d2d33585172e51fde45bc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "011beabeaf2e6c031baa2363006ddb1d7d7b451a15d2d33585172e51fde45bc8", kill_on_drop: false }`
[INFO] [stdout] 011beabeaf2e6c031baa2363006ddb1d7d7b451a15d2d33585172e51fde45bc8
