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