[INFO] cloning repository https://github.com/lights0123/ice-70098
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lights0123/ice-70098" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flights0123%2Fice-70098", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flights0123%2Fice-70098'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 940769a9a2aaafd1b86191cf5a95e9f2c551077f
[INFO] checking lights0123/ice-70098/940769a9a2aaafd1b86191cf5a95e9f2c551077f against master#5a45ab9738330fb317d49e3594c2db5248b1e971 for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flights0123%2Fice-70098" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/lights0123/ice-70098 on toolchain 5a45ab9738330fb317d49e3594c2db5248b1e971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/lights0123/ice-70098
[INFO] finished tweaking git repo https://github.com/lights0123/ice-70098
[INFO] tweaked toml for git repo https://github.com/lights0123/ice-70098 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/lights0123/ice-70098 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" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ndless-macros v0.4.0
[INFO] [stderr]   Downloaded ndless-static-vars v2.1.0
[INFO] [stderr]   Downloaded ndless v0.8.5
[INFO] [stderr]   Downloaded cstr_core v0.1.2
[INFO] [stderr]   Downloaded ndless-sys v0.2.0
[INFO] [stderr]   Downloaded embedded-ffi v0.1.2
[INFO] [stderr]   Downloaded cty v0.1.5
[INFO] [stderr]   Downloaded cty v0.2.1
[INFO] [stderr]   Downloaded ndless-handler v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77fcb34c3f3d0cd3701d64501e748bcb3d0f42d609f7a3f161387c57528f630a
[INFO] running `Command { std: "docker" "start" "-a" "77fcb34c3f3d0cd3701d64501e748bcb3d0f42d609f7a3f161387c57528f630a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77fcb34c3f3d0cd3701d64501e748bcb3d0f42d609f7a3f161387c57528f630a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77fcb34c3f3d0cd3701d64501e748bcb3d0f42d609f7a3f161387c57528f630a", kill_on_drop: false }`
[INFO] [stdout] 77fcb34c3f3d0cd3701d64501e748bcb3d0f42d609f7a3f161387c57528f630a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+5a45ab9738330fb317d49e3594c2db5248b1e971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de7f37ce3c64f1d65185b35398184d2b967c24b483784d92e435539fa66d4576
[INFO] running `Command { std: "docker" "start" "-a" "de7f37ce3c64f1d65185b35398184d2b967c24b483784d92e435539fa66d4576", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.10
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling cty v0.2.1
[INFO] [stderr]     Checking cty v0.1.5
[INFO] [stderr]    Compiling ndless-static-vars v2.1.0
[INFO] [stderr]     Checking ndless-sys v0.2.0
[INFO] [stderr]     Checking cstr_core v0.1.2
[INFO] [stderr]     Checking embedded-ffi v0.1.2
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]    Compiling ndless-macros v0.4.0
[INFO] [stderr]     Checking ndless v0.8.5
[INFO] [stdout] error[E0433]: failed to resolve: could not find `prelude` in `alloc`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/lib.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub use alloc::prelude::v1::*;
[INFO] [stdout]    |                    ^^^^^^^ could not find `prelude` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::Key`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/input.rs:476:6
[INFO] [stdout]     |
[INFO] [stdout] 476 |     use super::Key;
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/ndless.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 |         unsafe { asm!(".long 0xE1212374") }
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::arch::asm;
[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-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/env.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub type Args = IntoIter<String>;
[INFO] [stdout]    |                          ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 7  + use crate::libc::String;
[INFO] [stdout]    |
[INFO] [stdout] 7  + use alloc::string::String;
[INFO] [stdout]    |
[INFO] [stdout] 7  + use ndless_sys::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-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/env.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 .collect::<Vec<_>>()
[INFO] [stdout]    |                            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 7  + use crate::prelude::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 7  + 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-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/input.rs:436:22
[INFO] [stdout]     |
[INFO] [stdout] 436 | pub fn get_keys() -> Vec<Key> {
[INFO] [stdout]     |                      ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 5   + use crate::prelude::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 5   + use alloc::vec::Vec;
[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-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/msg.rs:122:67
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub fn msg_input(title: &str, msg: &str, default: &str) -> Option<String> {
[INFO] [stdout]     |                                                                   ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout] 4   + use crate::libc::String;
[INFO] [stdout]     |
[INFO] [stdout] 4   + use alloc::string::String;
[INFO] [stdout]     |
[INFO] [stdout] 4   + use ndless_sys::String;
[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-1949cf8c6b5b557f/ndless-0.8.5/src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(alloc_prelude, allocator_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_string` found for reference `&str` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/bindings/env.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | /                     unsafe { CStr::from_ptr(*arg) }
[INFO] [stdout] 50 | |                         .to_str()
[INFO] [stdout] 51 | |                         .unwrap()
[INFO] [stdout] 52 | |                         .to_string()
[INFO] [stdout]    | |                         -^^^^^^^^^ method not found in `&str`
[INFO] [stdout]    | |_________________________|
[INFO] [stdout]    |
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToString` which provides `to_string` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 7  + use crate::alloc::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/file_io/io/util.rs:54:39
[INFO] [stdout]    |
[INFO] [stdout] 54 |         reader.initializer().initialize(buf.get_mut());
[INFO] [stdout]    |                                             ^^^^^^^ method not found in `MaybeUninit<[u8; 8192]>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if this `MaybeUninit<[u8; 8192]>` has been initialized, use one of the `assume_init` methods to access the inner value
[INFO] [stdout] note: the method `get_mut` exists on the type `[u8; 8192]`
[INFO] [stdout]   --> /rustc/5a45ab9738330fb317d49e3594c2db5248b1e971/library/core/src/slice/mod.rs:621:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/file_io/io/util.rs:59:44
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let len = match reader.read(unsafe { buf.get_mut() }) {
[INFO] [stdout]    |                                                  ^^^^^^^ method not found in `MaybeUninit<[u8; 8192]>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if this `MaybeUninit<[u8; 8192]>` has been initialized, use one of the `assume_init` methods to access the inner value
[INFO] [stdout] note: the method `get_mut` exists on the type `[u8; 8192]`
[INFO] [stdout]   --> /rustc/5a45ab9738330fb317d49e3594c2db5248b1e971/library/core/src/slice/mod.rs:621:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_ref` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/file_io/io/util.rs:65:34
[INFO] [stdout]    |
[INFO] [stdout] 65 |         writer.write_all(unsafe { &buf.get_ref()[..len] })?;
[INFO] [stdout]    |                                        ^^^^^^^ method not found in `MaybeUninit<[u8; 8192]>`
[INFO] [stdout]    |
[INFO] [stdout] help: consider pinning the expression with `std::pin::pin!()` and assigning that to a new binding
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ndless-0.8.5/src/file_io/io/util.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |         writer.write_all(unsafe { &buf.get_ref()[..len] })?;
[INFO] [stdout]    |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ndless` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "de7f37ce3c64f1d65185b35398184d2b967c24b483784d92e435539fa66d4576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de7f37ce3c64f1d65185b35398184d2b967c24b483784d92e435539fa66d4576", kill_on_drop: false }`
[INFO] [stdout] de7f37ce3c64f1d65185b35398184d2b967c24b483784d92e435539fa66d4576
