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