Oct 12 20:54:41.326 INFO checking gustavla/dcpu16 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:54:41.326 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 20:54:41.713 INFO blam! f755266959a7dc1ca522bef12252ed0105c34a4b8d810aceec548a9978ac6a61 Oct 12 20:54:41.716 INFO running `"docker" "start" "-a" "f755266959a7dc1ca522bef12252ed0105c34a4b8d810aceec548a9978ac6a61"` Oct 12 20:54:42.294 INFO kablam! usermod: no changes Oct 12 20:54:42.319 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:54:42.319 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:54:42.319 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:54:42.319 INFO kablam! files will be included as a binary target: Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! * /source/src/bin/cli.rs Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:54:42.319 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:54:42.319 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:54:42.319 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:54:42.319 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! For more information on this warning you can consult Oct 12 20:54:42.319 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:54:42.319 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 20:54:42.319 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 20:54:42.319 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:54:42.319 INFO kablam! files will be included as a test target: Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! * /source/tests/test_emulator.rs Oct 12 20:54:42.319 INFO kablam! * /source/tests/test_assembler.rs Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:54:42.319 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 20:54:42.319 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 20:54:42.319 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:54:42.319 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:54:42.319 INFO kablam! Oct 12 20:54:42.319 INFO kablam! For more information on this warning you can consult Oct 12 20:54:42.319 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:54:42.336 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 12 20:54:42.776 INFO kablam! warning: doc comment not used by rustdoc Oct 12 20:54:42.776 INFO kablam! --> src/assembler.rs:775:9 Oct 12 20:54:42.776 INFO kablam! | Oct 12 20:54:42.776 INFO kablam! 775 | / /** Oct 12 20:54:42.776 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 20:54:42.777 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 20:54:42.778 INFO kablam! 778 | | */ Oct 12 20:54:42.778 INFO kablam! | |____________^ Oct 12 20:54:42.778 INFO kablam! | Oct 12 20:54:42.778 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 20:54:42.778 INFO kablam! Oct 12 20:54:42.835 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 20:54:42.836 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:42.836 INFO kablam! | Oct 12 20:54:42.836 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:42.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:42.836 INFO kablam! | Oct 12 20:54:42.836 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:54:42.836 INFO kablam! Oct 12 20:54:43.060 INFO kablam! warning: doc comment not used by rustdoc Oct 12 20:54:43.060 INFO kablam! --> src/assembler.rs:775:9 Oct 12 20:54:43.060 INFO kablam! | Oct 12 20:54:43.060 INFO kablam! 775 | / /** Oct 12 20:54:43.061 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 20:54:43.061 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 20:54:43.061 INFO kablam! 778 | | */ Oct 12 20:54:43.062 INFO kablam! | |____________^ Oct 12 20:54:43.063 INFO kablam! | Oct 12 20:54:43.063 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 20:54:43.064 INFO kablam! Oct 12 20:54:43.096 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 20:54:43.096 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.096 INFO kablam! | Oct 12 20:54:43.097 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.098 INFO kablam! | Oct 12 20:54:43.099 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:54:43.099 INFO kablam! Oct 12 20:54:43.339 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 20:54:43.340 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.340 INFO kablam! | Oct 12 20:54:43.341 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.342 INFO kablam! | Oct 12 20:54:43.343 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:54:43.343 INFO kablam! Oct 12 20:54:43.638 INFO kablam! warning: variable does not need to be mutable Oct 12 20:54:43.639 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 20:54:43.640 INFO kablam! | Oct 12 20:54:43.640 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 20:54:43.641 INFO kablam! | ----^^^^^ Oct 12 20:54:43.642 INFO kablam! | | Oct 12 20:54:43.642 INFO kablam! | help: remove this `mut` Oct 12 20:54:43.643 INFO kablam! | Oct 12 20:54:43.644 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:54:43.644 INFO kablam! Oct 12 20:54:43.700 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 20:54:43.701 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.702 INFO kablam! | Oct 12 20:54:43.703 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.704 INFO kablam! | Oct 12 20:54:43.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:54:43.705 INFO kablam! Oct 12 20:54:44.949 INFO kablam! warning: variable does not need to be mutable Oct 12 20:54:44.949 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 20:54:44.949 INFO kablam! | Oct 12 20:54:44.950 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 20:54:44.950 INFO kablam! | ----^^^^^ Oct 12 20:54:44.951 INFO kablam! | | Oct 12 20:54:44.951 INFO kablam! | help: remove this `mut` Oct 12 20:54:44.952 INFO kablam! | Oct 12 20:54:44.952 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:54:44.953 INFO kablam! Oct 12 20:54:47.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Oct 12 20:54:48.006 INFO kablam! su: No module specific data is present Oct 12 20:54:48.876 INFO running `"docker" "rm" "-f" "f755266959a7dc1ca522bef12252ed0105c34a4b8d810aceec548a9978ac6a61"` Oct 12 20:54:49.184 INFO blam! f755266959a7dc1ca522bef12252ed0105c34a4b8d810aceec548a9978ac6a61