Sep 03 21:28:02.711 INFO checking max6cn/Kaleidoscope.rs against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 21:28:02.711 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 21:28:02.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:28:02.898 INFO blam! b1724550c87cd6526a1cd80780b88b0b1d32365b5984788e6185276e036bb466 Sep 03 21:28:02.900 INFO running `"docker" "start" "-a" "b1724550c87cd6526a1cd80780b88b0b1d32365b5984788e6185276e036bb466"` Sep 03 21:28:03.429 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 03 21:28:03.429 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 03 21:28:03.429 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 21:28:03.429 INFO kablam! files will be included as a binary target: Sep 03 21:28:03.429 INFO kablam! Sep 03 21:28:03.429 INFO kablam! * /source/src/bin/main.rs Sep 03 21:28:03.429 INFO kablam! Sep 03 21:28:03.429 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 21:28:03.429 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 03 21:28:03.429 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 03 21:28:03.429 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 21:28:03.429 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 21:28:03.430 INFO kablam! Sep 03 21:28:03.430 INFO kablam! For more information on this warning you can consult Sep 03 21:28:03.430 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 21:28:03.430 INFO kablam! warning: path `/source/src/bin/main.rs` was erroneously implicitly accepted for binary `Kaleidoscope`, Sep 03 21:28:03.430 INFO kablam! please set bin.path in Cargo.toml Sep 03 21:28:03.471 INFO kablam! Checking memchr v2.0.2 Sep 03 21:28:03.731 INFO kablam! Checking aho-corasick v0.6.8 Sep 03 21:28:04.434 INFO kablam! Checking regex v1.0.4 Sep 03 21:28:08.025 INFO kablam! Checking env_logger v0.5.13 Sep 03 21:28:09.241 INFO kablam! Checking Kaleidoscope v0.1.0 (file:///source) Sep 03 21:28:09.986 INFO kablam! error[E0599]: no method named `unwrap` found for type `()` in the current scope Sep 03 21:28:09.986 INFO kablam! --> src/lib/Parser.rs:301:28 Sep 03 21:28:09.986 INFO kablam! | Sep 03 21:28:09.986 INFO kablam! 301 | env_logger::init().unwrap(); Sep 03 21:28:09.986 INFO kablam! | ^^^^^^ Sep 03 21:28:09.986 INFO kablam! Sep 03 21:28:09.996 INFO kablam! error: aborting due to previous error Sep 03 21:28:09.996 INFO kablam! Sep 03 21:28:09.996 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 03 21:28:09.997 INFO kablam! warning: variable does not need to be mutable Sep 03 21:28:09.997 INFO kablam! --> src/lib/Lexer.rs:16:13 Sep 03 21:28:09.997 INFO kablam! | Sep 03 21:28:09.997 INFO kablam! 16 | let mut bs = self.buf.as_mut_slice(); Sep 03 21:28:09.997 INFO kablam! | ----^^ Sep 03 21:28:09.997 INFO kablam! | | Sep 03 21:28:09.997 INFO kablam! | help: remove this `mut` Sep 03 21:28:09.997 INFO kablam! | Sep 03 21:28:09.997 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 03 21:28:09.997 INFO kablam! Sep 03 21:28:10.006 INFO kablam! error: Could not compile `Kaleidoscope`. Sep 03 21:28:10.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:28:10.040 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 03 21:28:10.040 INFO kablam! --> src/lib/lib.rs:1:12 Sep 03 21:28:10.040 INFO kablam! | Sep 03 21:28:10.040 INFO kablam! 1 | #![feature(core,convert)] Sep 03 21:28:10.041 INFO kablam! | ^^^^ Sep 03 21:28:10.041 INFO kablam! | Sep 03 21:28:10.041 INFO kablam! = note: #[warn(stable_features)] on by default Sep 03 21:28:10.041 INFO kablam! Sep 03 21:28:10.041 INFO kablam! error[E0635]: unknown feature `convert` Sep 03 21:28:10.041 INFO kablam! --> src/lib/lib.rs:1:17 Sep 03 21:28:10.041 INFO kablam! | Sep 03 21:28:10.041 INFO kablam! 1 | #![feature(core,convert)] Sep 03 21:28:10.041 INFO kablam! | ^^^^^^^ Sep 03 21:28:10.041 INFO kablam! Sep 03 21:28:10.042 INFO kablam! error[E0635]: unknown feature `scoped` Sep 03 21:28:10.042 INFO kablam! --> src/lib/lib.rs:6:12 Sep 03 21:28:10.042 INFO kablam! | Sep 03 21:28:10.042 INFO kablam! 6 | #![feature(scoped)] Sep 03 21:28:10.042 INFO kablam! | ^^^^^^ Sep 03 21:28:10.042 INFO kablam! Sep 03 21:28:10.068 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:28:10.068 INFO kablam! Sep 03 21:28:10.068 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 03 21:28:10.080 INFO kablam! error: Could not compile `Kaleidoscope`. Sep 03 21:28:10.081 INFO kablam! Sep 03 21:28:10.081 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:28:10.083 INFO kablam! su: No module specific data is present Sep 03 21:28:10.645 INFO running `"docker" "rm" "-f" "b1724550c87cd6526a1cd80780b88b0b1d32365b5984788e6185276e036bb466"` Sep 03 21:28:10.809 INFO blam! b1724550c87cd6526a1cd80780b88b0b1d32365b5984788e6185276e036bb466