Oct 21 15:49:59.447 INFO checking max6cn/Kaleidoscope.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:49:59.449 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 15:49:59.901 INFO blam! 73df07558a0d9473da0ece03145b1acb48c05ca6f26719e950a7fb4fcbaf5c52 Oct 21 15:49:59.937 INFO running `"docker" "start" "-a" "73df07558a0d9473da0ece03145b1acb48c05ca6f26719e950a7fb4fcbaf5c52"` Oct 21 15:50:01.084 INFO kablam! usermod: no changes Oct 21 15:50:01.189 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 15:50:01.189 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 15:50:01.190 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 15:50:01.190 INFO kablam! files will be included as a binary target: Oct 21 15:50:01.190 INFO kablam! Oct 21 15:50:01.191 INFO kablam! * /source/src/bin/main.rs Oct 21 15:50:01.191 INFO kablam! Oct 21 15:50:01.191 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 15:50:01.192 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 15:50:01.192 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 15:50:01.192 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 15:50:01.193 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 15:50:01.193 INFO kablam! Oct 21 15:50:01.193 INFO kablam! For more information on this warning you can consult Oct 21 15:50:01.193 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 15:50:01.194 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `Kaleidoscope`, Oct 21 15:50:01.194 INFO kablam! please set bin.path in Cargo.toml Oct 21 15:50:01.253 INFO kablam! Checking Kaleidoscope v0.1.0 (/source) Oct 21 15:50:02.708 INFO kablam! warning: variable does not need to be mutable Oct 21 15:50:02.708 INFO kablam! --> src/lib/Lexer.rs:16:13 Oct 21 15:50:02.708 INFO kablam! | Oct 21 15:50:02.708 INFO kablam! 16 | let mut bs = self.buf.as_mut_slice(); Oct 21 15:50:02.708 INFO kablam! | ----^^ Oct 21 15:50:02.708 INFO kablam! | | Oct 21 15:50:02.708 INFO kablam! | help: remove this `mut` Oct 21 15:50:02.708 INFO kablam! | Oct 21 15:50:02.708 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:50:02.708 INFO kablam! Oct 21 15:50:02.736 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 21 15:50:02.736 INFO kablam! --> src/lib/lib.rs:1:12 Oct 21 15:50:02.736 INFO kablam! | Oct 21 15:50:02.736 INFO kablam! 1 | #![feature(core,convert)] Oct 21 15:50:02.736 INFO kablam! | ^^^^ Oct 21 15:50:02.736 INFO kablam! | Oct 21 15:50:02.736 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:50:02.736 INFO kablam! Oct 21 15:50:02.736 INFO kablam! error[E0635]: unknown feature `convert` Oct 21 15:50:02.736 INFO kablam! --> src/lib/lib.rs:1:17 Oct 21 15:50:02.736 INFO kablam! | Oct 21 15:50:02.736 INFO kablam! 1 | #![feature(core,convert)] Oct 21 15:50:02.736 INFO kablam! | ^^^^^^^ Oct 21 15:50:02.736 INFO kablam! Oct 21 15:50:02.736 INFO kablam! error[E0635]: unknown feature `scoped` Oct 21 15:50:02.736 INFO kablam! --> src/lib/lib.rs:6:12 Oct 21 15:50:02.736 INFO kablam! | Oct 21 15:50:02.736 INFO kablam! 6 | #![feature(scoped)] Oct 21 15:50:02.736 INFO kablam! | ^^^^^^ Oct 21 15:50:02.736 INFO kablam! Oct 21 15:50:02.748 INFO kablam! error: aborting due to 2 previous errors Oct 21 15:50:02.748 INFO kablam! Oct 21 15:50:02.748 INFO kablam! For more information about this error, try `rustc --explain E0635`. Oct 21 15:50:02.756 INFO kablam! error: Could not compile `Kaleidoscope`. Oct 21 15:50:02.756 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 15:50:02.812 INFO kablam! error[E0599]: no method named `unwrap` found for type `()` in the current scope Oct 21 15:50:02.812 INFO kablam! --> src/lib/Parser.rs:301:28 Oct 21 15:50:02.812 INFO kablam! | Oct 21 15:50:02.812 INFO kablam! 301 | env_logger::init().unwrap(); Oct 21 15:50:02.812 INFO kablam! | ^^^^^^ Oct 21 15:50:02.812 INFO kablam! Oct 21 15:50:02.812 INFO kablam! error: aborting due to previous error Oct 21 15:50:02.812 INFO kablam! Oct 21 15:50:02.812 INFO kablam! For more information about this error, try `rustc --explain E0599`. Oct 21 15:50:02.824 INFO kablam! error: Could not compile `Kaleidoscope`. Oct 21 15:50:02.824 INFO kablam! Oct 21 15:50:02.824 INFO kablam! To learn more, run the command again with --verbose. Oct 21 15:50:02.825 INFO kablam! su: No module specific data is present Oct 21 15:50:03.535 INFO running `"docker" "rm" "-f" "73df07558a0d9473da0ece03145b1acb48c05ca6f26719e950a7fb4fcbaf5c52"` Oct 21 15:50:03.896 INFO blam! 73df07558a0d9473da0ece03145b1acb48c05ca6f26719e950a7fb4fcbaf5c52