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