Sep 05 18:11:32.585 INFO checking max6cn/Kaleidoscope.rs against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 18:11:32.585 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 18:11:32.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:11:32.989 INFO blam! 5775c098a0eae775858e7fe2cb47af600df9e4ead67dafc8ecf04310b4cffa97 Sep 05 18:11:32.990 INFO running `"docker" "start" "-a" "5775c098a0eae775858e7fe2cb47af600df9e4ead67dafc8ecf04310b4cffa97"` Sep 05 18:11:34.426 INFO kablam! usermod: no changes Sep 05 18:11:34.473 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 05 18:11:34.474 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 05 18:11:34.474 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 05 18:11:34.474 INFO kablam! files will be included as a binary target: Sep 05 18:11:34.474 INFO kablam! Sep 05 18:11:34.474 INFO kablam! * /source/src/bin/main.rs Sep 05 18:11:34.474 INFO kablam! Sep 05 18:11:34.474 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 05 18:11:34.474 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 05 18:11:34.474 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 05 18:11:34.474 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 05 18:11:34.474 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 05 18:11:34.474 INFO kablam! Sep 05 18:11:34.474 INFO kablam! For more information on this warning you can consult Sep 05 18:11:34.474 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 05 18:11:34.474 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `Kaleidoscope`, Sep 05 18:11:34.474 INFO kablam! please set bin.path in Cargo.toml Sep 05 18:11:34.551 INFO kablam! Compiling regex v1.0.4 Sep 05 18:11:34.551 INFO kablam! Checking termcolor v1.0.3 Sep 05 18:11:39.190 INFO kablam! Checking env_logger v0.5.13 Sep 05 18:11:39.858 INFO kablam! Checking Kaleidoscope v0.1.0 (file:///source) Sep 05 18:11:40.234 INFO kablam! warning: variable does not need to be mutable Sep 05 18:11:40.234 INFO kablam! --> src/lib/Lexer.rs:16:13 Sep 05 18:11:40.234 INFO kablam! | Sep 05 18:11:40.234 INFO kablam! 16 | let mut bs = self.buf.as_mut_slice(); Sep 05 18:11:40.234 INFO kablam! | ----^^ Sep 05 18:11:40.234 INFO kablam! | | Sep 05 18:11:40.234 INFO kablam! | help: remove this `mut` Sep 05 18:11:40.234 INFO kablam! | Sep 05 18:11:40.234 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 18:11:40.234 INFO kablam! Sep 05 18:11:40.256 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 05 18:11:40.256 INFO kablam! --> src/lib/lib.rs:1:12 Sep 05 18:11:40.256 INFO kablam! | Sep 05 18:11:40.256 INFO kablam! 1 | #![feature(core,convert)] Sep 05 18:11:40.256 INFO kablam! | ^^^^ Sep 05 18:11:40.258 INFO kablam! | Sep 05 18:11:40.258 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 18:11:40.258 INFO kablam! Sep 05 18:11:40.258 INFO kablam! error[E0635]: unknown feature `convert` Sep 05 18:11:40.258 INFO kablam! --> src/lib/lib.rs:1:17 Sep 05 18:11:40.258 INFO kablam! | Sep 05 18:11:40.258 INFO kablam! 1 | #![feature(core,convert)] Sep 05 18:11:40.258 INFO kablam! | ^^^^^^^ Sep 05 18:11:40.258 INFO kablam! Sep 05 18:11:40.258 INFO kablam! error[E0635]: unknown feature `scoped` Sep 05 18:11:40.258 INFO kablam! --> src/lib/lib.rs:6:12 Sep 05 18:11:40.258 INFO kablam! | Sep 05 18:11:40.258 INFO kablam! 6 | #![feature(scoped)] Sep 05 18:11:40.258 INFO kablam! | ^^^^^^ Sep 05 18:11:40.258 INFO kablam! Sep 05 18:11:40.278 INFO kablam! error: aborting due to 2 previous errors Sep 05 18:11:40.278 INFO kablam! Sep 05 18:11:40.278 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 05 18:11:40.283 INFO kablam! error: Could not compile `Kaleidoscope`. Sep 05 18:11:40.283 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 18:11:40.384 INFO kablam! error[E0599]: no method named `unwrap` found for type `()` in the current scope Sep 05 18:11:40.384 INFO kablam! --> src/lib/Parser.rs:301:28 Sep 05 18:11:40.384 INFO kablam! | Sep 05 18:11:40.384 INFO kablam! 301 | env_logger::init().unwrap(); Sep 05 18:11:40.384 INFO kablam! | ^^^^^^ Sep 05 18:11:40.384 INFO kablam! Sep 05 18:11:40.391 INFO kablam! error: aborting due to previous error Sep 05 18:11:40.391 INFO kablam! Sep 05 18:11:40.391 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 18:11:40.401 INFO kablam! error: Could not compile `Kaleidoscope`. Sep 05 18:11:40.401 INFO kablam! Sep 05 18:11:40.401 INFO kablam! To learn more, run the command again with --verbose. Sep 05 18:11:40.403 INFO kablam! su: No module specific data is present Sep 05 18:11:41.230 INFO running `"docker" "rm" "-f" "5775c098a0eae775858e7fe2cb47af600df9e4ead67dafc8ecf04310b4cffa97"` Sep 05 18:11:41.507 INFO blam! 5775c098a0eae775858e7fe2cb47af600df9e4ead67dafc8ecf04310b4cffa97