[INFO] crate zorio 0.1.0 is already in cache [INFO] extracting crate zorio 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/zorio/0.1.0 [INFO] extracting crate zorio 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/zorio/0.1.0 [INFO] validating manifest of zorio-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zorio-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zorio-0.1.0 [INFO] finished frobbing zorio-0.1.0 [INFO] frobbed toml for zorio-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/zorio/0.1.0/Cargo.toml [INFO] started frobbing zorio-0.1.0 [INFO] finished frobbing zorio-0.1.0 [INFO] frobbed toml for zorio-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/zorio/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zorio-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/zorio/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 14851f579dbffd9100046c6fa16456d0b33d7458b20e7b7bb8d122fdcf804ec4 [INFO] running `"docker" "start" "-a" "14851f579dbffd9100046c6fa16456d0b33d7458b20e7b7bb8d122fdcf804ec4"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling zorio v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Vec` [INFO] [stderr] --> src/io.rs:1977:23 [INFO] [stderr] | [INFO] [stderr] 1977 | let mut buf = Vec::new(); [INFO] [stderr] | ^^^ use of undeclared type or module `Vec` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `String` [INFO] [stderr] --> src/io.rs:2008:23 [INFO] [stderr] | [INFO] [stderr] 2008 | let mut buf = String::new(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `String` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:299:33 [INFO] [stderr] | [INFO] [stderr] 299 | struct Guard<'a> { buf: &'a mut Vec, len: usize } [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:326:26 [INFO] [stderr] | [INFO] [stderr] 326 | where F: FnOnce(&mut Vec) -> Result [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/io.rs:325:34 [INFO] [stderr] | [INFO] [stderr] 325 | fn append_to_string(buf: &mut String, f: F) -> Result [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:352:55 [INFO] [stderr] | [INFO] [stderr] 352 | fn read_to_end(r: &mut R, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:357:61 [INFO] [stderr] | [INFO] [stderr] 357 | buf: &mut Vec, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:598:41 [INFO] [stderr] | [INFO] [stderr] 598 | fn read_to_end(&mut self, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/io.rs:641:44 [INFO] [stderr] | [INFO] [stderr] 641 | fn read_to_string(&mut self, buf: &mut String) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:1242:68 [INFO] [stderr] | [INFO] [stderr] 1242 | fn read_until(r: &mut R, delim: u8, buf: &mut Vec) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:1446:50 [INFO] [stderr] | [INFO] [stderr] 1446 | fn read_until(&mut self, byte: u8, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/io.rs:1505:39 [INFO] [stderr] | [INFO] [stderr] 1505 | fn read_line(&mut self, buf: &mut String) -> Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:1901:41 [INFO] [stderr] | [INFO] [stderr] 1901 | fn read_to_end(&mut self, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:1974:24 [INFO] [stderr] | [INFO] [stderr] 1974 | type Item = Result>; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/io.rs:1976:41 [INFO] [stderr] | [INFO] [stderr] 1976 | fn next(&mut self) -> Option>> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/io.rs:2005:24 [INFO] [stderr] | [INFO] [stderr] 2005 | type Item = Result; [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/io.rs:2007:41 [INFO] [stderr] | [INFO] [stderr] 2007 | fn next(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/cursor.rs:255:43 [INFO] [stderr] | [INFO] [stderr] 255 | fn vec_write(pos_mut: &mut u64, vec: &mut Vec, buf: &[u8]) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/cursor.rs:291:35 [INFO] [stderr] | [INFO] [stderr] 291 | impl<'a> Write for Cursor<&'a mut Vec> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/cursor.rs:299:23 [INFO] [stderr] | [INFO] [stderr] 299 | impl Write for Cursor> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> src/cursor.rs:307:23 [INFO] [stderr] | [INFO] [stderr] 307 | impl Write for Cursor> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::boxed::Box; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:24:41 [INFO] [stderr] | [INFO] [stderr] 24 | fn read_to_end(&mut self, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/impls.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | fn read_to_string(&mut self, buf: &mut String) -> io::Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:70:50 [INFO] [stderr] | [INFO] [stderr] 70 | fn read_until(&mut self, byte: u8, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/impls.rs:75:39 [INFO] [stderr] | [INFO] [stderr] 75 | fn read_line(&mut self, buf: &mut String) -> io::Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> src/impls.rs:81:33 [INFO] [stderr] | [INFO] [stderr] 81 | impl Read for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::boxed::Box; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:93:41 [INFO] [stderr] | [INFO] [stderr] 93 | fn read_to_end(&mut self, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/impls.rs:98:44 [INFO] [stderr] | [INFO] [stderr] 98 | fn read_to_string(&mut self, buf: &mut String) -> io::Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> src/impls.rs:108:35 [INFO] [stderr] | [INFO] [stderr] 108 | impl Write for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::boxed::Box; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> src/impls.rs:126:33 [INFO] [stderr] | [INFO] [stderr] 126 | impl Seek for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::boxed::Box; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Box` in this scope [INFO] [stderr] --> src/impls.rs:131:39 [INFO] [stderr] | [INFO] [stderr] 131 | impl BufRead for Box { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::boxed::Box; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Box; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:139:50 [INFO] [stderr] | [INFO] [stderr] 139 | fn read_until(&mut self, byte: u8, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `String` in this scope [INFO] [stderr] --> src/impls.rs:144:39 [INFO] [stderr] | [INFO] [stderr] 144 | fn read_line(&mut self, buf: &mut String) -> io::Result { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::String; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::string::String; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:203:41 [INFO] [stderr] | [INFO] [stderr] 203 | fn read_to_end(&mut self, buf: &mut Vec) -> io::Result { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> src/impls.rs:252:16 [INFO] [stderr] | [INFO] [stderr] 252 | impl Write for Vec { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(try_from)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `alloc::prelude::*` [INFO] [stderr] --> src/io.rs:262:5 [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `alloc::prelude::*` [INFO] [stderr] --> src/cursor.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `alloc::prelude::*` [INFO] [stderr] --> src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'alloc_prelude' [INFO] [stderr] --> src/io.rs:262:5 [INFO] [stderr] | [INFO] [stderr] 262 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/58935 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'alloc_prelude' [INFO] [stderr] --> src/cursor.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/58935 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'alloc_prelude' [INFO] [stderr] --> src/impls.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/58935 [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `R` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> src/impls.rs:81:6 [INFO] [stderr] | [INFO] [stderr] 81 | impl Read for Box { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `W` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> src/impls.rs:108:6 [INFO] [stderr] | [INFO] [stderr] 108 | impl Write for Box { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `S` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> src/impls.rs:126:6 [INFO] [stderr] | [INFO] [stderr] 126 | impl Seek for Box { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error[E0207]: the type parameter `B` is not constrained by the impl trait, self type, or predicates [INFO] [stderr] --> src/impls.rs:131:6 [INFO] [stderr] | [INFO] [stderr] 131 | impl BufRead for Box { [INFO] [stderr] | ^ unconstrained type parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 44 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0207, E0412, E0433, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0207`. [INFO] [stderr] error: Could not compile `zorio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "14851f579dbffd9100046c6fa16456d0b33d7458b20e7b7bb8d122fdcf804ec4"` [INFO] running `"docker" "rm" "-f" "14851f579dbffd9100046c6fa16456d0b33d7458b20e7b7bb8d122fdcf804ec4"` [INFO] [stdout] 14851f579dbffd9100046c6fa16456d0b33d7458b20e7b7bb8d122fdcf804ec4