Oct 27 00:50:12.732 INFO checking max6cn/Kaleidoscope.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:50:12.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 00:50:13.207 INFO blam! c8da60d2573fec92af6055f72a14af8546122ca5598d14ea5c3ab691869582cd Oct 27 00:50:13.215 INFO running `"docker" "start" "-a" "c8da60d2573fec92af6055f72a14af8546122ca5598d14ea5c3ab691869582cd"` Oct 27 00:50:14.503 INFO kablam! usermod: no changes Oct 27 00:50:14.592 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 00:50:14.592 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 00:50:14.592 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 00:50:14.592 INFO kablam! files will be included as a binary target: Oct 27 00:50:14.592 INFO kablam! Oct 27 00:50:14.592 INFO kablam! * /source/src/bin/main.rs Oct 27 00:50:14.592 INFO kablam! Oct 27 00:50:14.592 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 00:50:14.592 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 00:50:14.592 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 00:50:14.592 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 00:50:14.592 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 00:50:14.592 INFO kablam! Oct 27 00:50:14.592 INFO kablam! For more information on this warning you can consult Oct 27 00:50:14.592 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 00:50:14.592 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `Kaleidoscope`, Oct 27 00:50:14.592 INFO kablam! please set bin.path in Cargo.toml Oct 27 00:50:14.695 INFO kablam! Checking Kaleidoscope v0.1.0 (/source) Oct 27 00:50:15.943 INFO kablam! warning: variable does not need to be mutable Oct 27 00:50:15.943 INFO kablam! --> src/lib/Lexer.rs:16:13 Oct 27 00:50:15.943 INFO kablam! | Oct 27 00:50:15.943 INFO kablam! 16 | let mut bs = self.buf.as_mut_slice(); Oct 27 00:50:15.943 INFO kablam! | ----^^ Oct 27 00:50:15.943 INFO kablam! | | Oct 27 00:50:15.943 INFO kablam! | help: remove this `mut` Oct 27 00:50:15.943 INFO kablam! | Oct 27 00:50:15.943 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:50:15.943 INFO kablam! Oct 27 00:50:15.959 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 27 00:50:15.959 INFO kablam! --> src/lib/lib.rs:1:12 Oct 27 00:50:15.959 INFO kablam! | Oct 27 00:50:15.959 INFO kablam! 1 | #![feature(core,convert)] Oct 27 00:50:15.959 INFO kablam! | ^^^^ Oct 27 00:50:15.959 INFO kablam! | Oct 27 00:50:15.959 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:50:15.959 INFO kablam! Oct 27 00:50:15.959 INFO kablam! error[E0635]: unknown feature `convert` Oct 27 00:50:15.959 INFO kablam! --> src/lib/lib.rs:1:17 Oct 27 00:50:15.959 INFO kablam! | Oct 27 00:50:15.959 INFO kablam! 1 | #![feature(core,convert)] Oct 27 00:50:15.959 INFO kablam! | ^^^^^^^ Oct 27 00:50:15.959 INFO kablam! Oct 27 00:50:15.959 INFO kablam! error[E0635]: unknown feature `scoped` Oct 27 00:50:15.959 INFO kablam! --> src/lib/lib.rs:6:12 Oct 27 00:50:15.959 INFO kablam! | Oct 27 00:50:15.959 INFO kablam! 6 | #![feature(scoped)] Oct 27 00:50:15.959 INFO kablam! | ^^^^^^ Oct 27 00:50:15.959 INFO kablam! Oct 27 00:50:15.987 INFO kablam! error: aborting due to 2 previous errors Oct 27 00:50:15.987 INFO kablam! Oct 27 00:50:15.987 INFO kablam! For more information about this error, try `rustc --explain E0635`. Oct 27 00:50:15.987 INFO kablam! error: Could not compile `Kaleidoscope`. Oct 27 00:50:15.987 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:50:16.095 INFO kablam! error[E0599]: no method named `unwrap` found for type `()` in the current scope Oct 27 00:50:16.095 INFO kablam! --> src/lib/Parser.rs:301:28 Oct 27 00:50:16.095 INFO kablam! | Oct 27 00:50:16.095 INFO kablam! 301 | env_logger::init().unwrap(); Oct 27 00:50:16.095 INFO kablam! | ^^^^^^ Oct 27 00:50:16.095 INFO kablam! Oct 27 00:50:16.118 INFO kablam! error: aborting due to previous error Oct 27 00:50:16.119 INFO kablam! Oct 27 00:50:16.119 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 27 00:50:16.135 INFO kablam! error: Could not compile `Kaleidoscope`. Oct 27 00:50:16.135 INFO kablam! Oct 27 00:50:16.135 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:50:16.138 INFO kablam! su: No module specific data is present Oct 27 00:50:16.700 INFO running `"docker" "rm" "-f" "c8da60d2573fec92af6055f72a14af8546122ca5598d14ea5c3ab691869582cd"` Oct 27 00:50:16.951 INFO blam! c8da60d2573fec92af6055f72a14af8546122ca5598d14ea5c3ab691869582cd