Sep 20 04:41:03.154 INFO checking dcpu16-0.0.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:41:03.154 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:41:03.154 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:03.333 INFO blam! 2f6badaf940ab4e6de23ac7f8914609c682acbfd6f91e583c17689bce80b4f0a Sep 20 04:41:03.334 INFO running `"docker" "start" "-a" "2f6badaf940ab4e6de23ac7f8914609c682acbfd6f91e583c17689bce80b4f0a"` Sep 20 04:41:05.554 INFO kablam! usermod: no changes Sep 20 04:41:05.622 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 04:41:05.622 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 04:41:05.622 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 04:41:05.622 INFO kablam! files will be included as a test target: Sep 20 04:41:05.622 INFO kablam! Sep 20 04:41:05.622 INFO kablam! * /source/tests/test_assembler.rs Sep 20 04:41:05.622 INFO kablam! * /source/tests/test_emulator.rs Sep 20 04:41:05.622 INFO kablam! Sep 20 04:41:05.622 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 04:41:05.622 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 04:41:05.622 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 04:41:05.622 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 04:41:05.622 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 04:41:05.622 INFO kablam! Sep 20 04:41:05.622 INFO kablam! For more information on this warning you can consult Sep 20 04:41:05.622 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 04:41:05.658 INFO kablam! Checking dcpu16 v0.0.6 (/source) Sep 20 04:41:06.282 INFO kablam! warning: doc comment not used by rustdoc Sep 20 04:41:06.283 INFO kablam! --> src/assembler.rs:659:9 Sep 20 04:41:06.283 INFO kablam! | Sep 20 04:41:06.283 INFO kablam! 659 | / /** Sep 20 04:41:06.284 INFO kablam! 660 | | * This whole business needs refactoring. Every case is handled by Sep 20 04:41:06.284 INFO kablam! 661 | | * an explicit case, which is extremely verbose. Sep 20 04:41:06.284 INFO kablam! 662 | | */ Sep 20 04:41:06.284 INFO kablam! | |____________^ Sep 20 04:41:06.285 INFO kablam! | Sep 20 04:41:06.285 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 04:41:06.285 INFO kablam! Sep 20 04:41:06.323 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:41:06.323 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:06.324 INFO kablam! | Sep 20 04:41:06.324 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:06.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:06.325 INFO kablam! | Sep 20 04:41:06.325 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:41:06.325 INFO kablam! Sep 20 04:41:06.346 INFO kablam! warning: doc comment not used by rustdoc Sep 20 04:41:06.346 INFO kablam! --> src/assembler.rs:659:9 Sep 20 04:41:06.346 INFO kablam! | Sep 20 04:41:06.347 INFO kablam! 659 | / /** Sep 20 04:41:06.347 INFO kablam! 660 | | * This whole business needs refactoring. Every case is handled by Sep 20 04:41:06.347 INFO kablam! 661 | | * an explicit case, which is extremely verbose. Sep 20 04:41:06.347 INFO kablam! 662 | | */ Sep 20 04:41:06.348 INFO kablam! | |____________^ Sep 20 04:41:06.348 INFO kablam! | Sep 20 04:41:06.348 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 20 04:41:06.349 INFO kablam! Sep 20 04:41:06.379 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 04:41:06.379 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:06.379 INFO kablam! | Sep 20 04:41:06.380 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:06.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:06.380 INFO kablam! | Sep 20 04:41:06.380 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:41:06.381 INFO kablam! Sep 20 04:41:06.798 INFO kablam! warning: unused import: `std::io::prelude` Sep 20 04:41:06.798 INFO kablam! --> src/assembler.rs:1:5 Sep 20 04:41:06.799 INFO kablam! | Sep 20 04:41:06.799 INFO kablam! 1 | use std::io::prelude::*; Sep 20 04:41:06.799 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 04:41:06.800 INFO kablam! | Sep 20 04:41:06.800 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:41:06.800 INFO kablam! Sep 20 04:41:06.800 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:41:06.800 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:06.800 INFO kablam! | Sep 20 04:41:06.800 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:06.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:06.800 INFO kablam! Sep 20 04:41:06.898 INFO kablam! warning: unused import: `std::io::prelude` Sep 20 04:41:06.898 INFO kablam! --> src/assembler.rs:1:5 Sep 20 04:41:06.898 INFO kablam! | Sep 20 04:41:06.898 INFO kablam! 1 | use std::io::prelude::*; Sep 20 04:41:06.898 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 20 04:41:06.898 INFO kablam! | Sep 20 04:41:06.898 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:41:06.898 INFO kablam! Sep 20 04:41:06.898 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 04:41:06.898 INFO kablam! --> src/assembler.rs:4:5 Sep 20 04:41:06.898 INFO kablam! | Sep 20 04:41:06.898 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 20 04:41:06.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 04:41:06.898 INFO kablam! Sep 20 04:41:10.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.65s Sep 20 04:41:10.237 INFO kablam! su: No module specific data is present Sep 20 04:41:11.400 INFO running `"docker" "rm" "-f" "2f6badaf940ab4e6de23ac7f8914609c682acbfd6f91e583c17689bce80b4f0a"` Sep 20 04:41:11.534 INFO blam! 2f6badaf940ab4e6de23ac7f8914609c682acbfd6f91e583c17689bce80b4f0a