Sep 20 04:41:06.454 INFO checking dcpu16-0.0.6 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:41:06.454 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:41:06.454 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:41:06.664 INFO blam! 1328f7d0bdb9d141c3a738f8df38eaa33eb38d49e8347a91a9be6f5cc47258e6 Sep 20 04:41:06.666 INFO running `"docker" "start" "-a" "1328f7d0bdb9d141c3a738f8df38eaa33eb38d49e8347a91a9be6f5cc47258e6"` Sep 20 04:41:08.442 INFO kablam! usermod: no changes Sep 20 04:41:08.498 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 04:41:08.498 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 04:41:08.498 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 04:41:08.498 INFO kablam! files will be included as a test target: Sep 20 04:41:08.498 INFO kablam! Sep 20 04:41:08.498 INFO kablam! * /source/tests/test_assembler.rs Sep 20 04:41:08.498 INFO kablam! * /source/tests/test_emulator.rs Sep 20 04:41:08.498 INFO kablam! Sep 20 04:41:08.498 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 04:41:08.498 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 04:41:08.498 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 04:41:08.498 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 04:41:08.498 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 04:41:08.498 INFO kablam! Sep 20 04:41:08.498 INFO kablam! For more information on this warning you can consult Sep 20 04:41:08.498 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 04:41:08.518 INFO kablam! Checking dcpu16 v0.0.6 (/source) Sep 20 04:41:09.102 INFO kablam! warning: doc comment not used by rustdoc Sep 20 04:41:09.102 INFO kablam! --> src/assembler.rs:659:9 Sep 20 04:41:09.102 INFO kablam! | Sep 20 04:41:09.102 INFO kablam! 659 | / /** Sep 20 04:41:09.102 INFO kablam! 660 | | * This whole business needs refactoring. Every case is handled by Sep 20 04:41:09.102 INFO kablam! 661 | | * an explicit case, which is extremely verbose. Sep 20 04:41:09.102 INFO kablam! 662 | | */ Sep 20 04:41:09.102 INFO kablam! | |____________^ Sep 20 04:41:09.102 INFO kablam! | Sep 20 04:41:09.102 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 04:41:09.102 INFO kablam! Sep 20 04:41:09.120 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:41:09.120 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:09.120 INFO kablam! | Sep 20 04:41:09.120 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:09.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:09.120 INFO kablam! | Sep 20 04:41:09.120 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:41:09.120 INFO kablam! Sep 20 04:41:09.269 INFO kablam! warning: doc comment not used by rustdoc Sep 20 04:41:09.269 INFO kablam! --> src/assembler.rs:659:9 Sep 20 04:41:09.269 INFO kablam! | Sep 20 04:41:09.269 INFO kablam! 659 | / /** Sep 20 04:41:09.269 INFO kablam! 660 | | * This whole business needs refactoring. Every case is handled by Sep 20 04:41:09.270 INFO kablam! 661 | | * an explicit case, which is extremely verbose. Sep 20 04:41:09.270 INFO kablam! 662 | | */ Sep 20 04:41:09.270 INFO kablam! | |____________^ Sep 20 04:41:09.270 INFO kablam! | Sep 20 04:41:09.270 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 04:41:09.270 INFO kablam! Sep 20 04:41:09.310 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:41:09.310 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:09.310 INFO kablam! | Sep 20 04:41:09.310 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:09.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:09.310 INFO kablam! | Sep 20 04:41:09.310 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:41:09.310 INFO kablam! Sep 20 04:41:09.570 INFO kablam! warning: unused import: `std::io::prelude` Sep 20 04:41:09.570 INFO kablam! --> src/assembler.rs:1:5 Sep 20 04:41:09.570 INFO kablam! | Sep 20 04:41:09.570 INFO kablam! 1 | use std::io::prelude::*; Sep 20 04:41:09.570 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 04:41:09.570 INFO kablam! | Sep 20 04:41:09.570 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:41:09.570 INFO kablam! Sep 20 04:41:09.570 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:41:09.570 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:09.570 INFO kablam! | Sep 20 04:41:09.570 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:09.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:09.570 INFO kablam! Sep 20 04:41:10.142 INFO kablam! warning: unused import: `std::io::prelude` Sep 20 04:41:10.142 INFO kablam! --> src/assembler.rs:1:5 Sep 20 04:41:10.142 INFO kablam! | Sep 20 04:41:10.142 INFO kablam! 1 | use std::io::prelude::*; Sep 20 04:41:10.142 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 04:41:10.142 INFO kablam! | Sep 20 04:41:10.166 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:41:10.166 INFO kablam! Sep 20 04:41:10.166 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:41:10.166 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:10.166 INFO kablam! | Sep 20 04:41:10.166 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:10.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:10.166 INFO kablam! Sep 20 04:41:12.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.16s Sep 20 04:41:12.642 INFO kablam! su: No module specific data is present Sep 20 04:41:13.494 INFO running `"docker" "rm" "-f" "1328f7d0bdb9d141c3a738f8df38eaa33eb38d49e8347a91a9be6f5cc47258e6"` Sep 20 04:41:13.601 INFO blam! 1328f7d0bdb9d141c3a738f8df38eaa33eb38d49e8347a91a9be6f5cc47258e6