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