Sep 21 11:31:16.092 INFO checking dcpu16-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:31:16.092 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:31:16.092 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/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 21 11:31:16.408 INFO blam! c7ec440ce56a78520d5cbda3cf994eaca7671feac925ca96724fb13dbe89ef7f Sep 21 11:31:16.410 INFO running `"docker" "start" "-a" "c7ec440ce56a78520d5cbda3cf994eaca7671feac925ca96724fb13dbe89ef7f"` Sep 21 11:31:17.418 INFO kablam! usermod: no changes Sep 21 11:31:17.492 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 11:31:17.492 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 11:31:17.492 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:31:17.492 INFO kablam! files will be included as a binary target: Sep 21 11:31:17.492 INFO kablam! Sep 21 11:31:17.492 INFO kablam! * /source/src/bin/cli.rs Sep 21 11:31:17.492 INFO kablam! Sep 21 11:31:17.492 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:31:17.492 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 11:31:17.492 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 11:31:17.492 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:31:17.492 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:31:17.492 INFO kablam! Sep 21 11:31:17.492 INFO kablam! For more information on this warning you can consult Sep 21 11:31:17.493 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:31:17.493 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 11:31:17.493 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 11:31:17.493 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:31:17.493 INFO kablam! files will be included as a test target: Sep 21 11:31:17.493 INFO kablam! Sep 21 11:31:17.493 INFO kablam! * /source/tests/test_assembler.rs Sep 21 11:31:17.493 INFO kablam! * /source/tests/test_emulator.rs Sep 21 11:31:17.493 INFO kablam! Sep 21 11:31:17.493 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:31:17.493 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 11:31:17.493 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 11:31:17.493 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:31:17.493 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:31:17.493 INFO kablam! Sep 21 11:31:17.493 INFO kablam! For more information on this warning you can consult Sep 21 11:31:17.493 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:31:17.510 INFO kablam! Checking dcpu16 v0.4.0 (/source) Sep 21 11:31:18.102 INFO kablam! warning: doc comment not used by rustdoc Sep 21 11:31:18.102 INFO kablam! --> src/assembler.rs:775:9 Sep 21 11:31:18.102 INFO kablam! | Sep 21 11:31:18.102 INFO kablam! 775 | / /** Sep 21 11:31:18.102 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 21 11:31:18.102 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 21 11:31:18.102 INFO kablam! 778 | | */ Sep 21 11:31:18.102 INFO kablam! | |____________^ Sep 21 11:31:18.102 INFO kablam! | Sep 21 11:31:18.102 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 11:31:18.102 INFO kablam! Sep 21 11:31:18.134 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:31:18.134 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:18.134 INFO kablam! | Sep 21 11:31:18.134 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:18.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:18.134 INFO kablam! | Sep 21 11:31:18.134 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:31:18.134 INFO kablam! Sep 21 11:31:18.239 INFO kablam! warning: doc comment not used by rustdoc Sep 21 11:31:18.240 INFO kablam! --> src/assembler.rs:775:9 Sep 21 11:31:18.240 INFO kablam! | Sep 21 11:31:18.240 INFO kablam! 775 | / /** Sep 21 11:31:18.240 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 21 11:31:18.240 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 21 11:31:18.240 INFO kablam! 778 | | */ Sep 21 11:31:18.240 INFO kablam! | |____________^ Sep 21 11:31:18.240 INFO kablam! | Sep 21 11:31:18.240 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 11:31:18.240 INFO kablam! Sep 21 11:31:18.278 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:31:18.278 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:18.278 INFO kablam! | Sep 21 11:31:18.278 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:18.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:18.278 INFO kablam! | Sep 21 11:31:18.278 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:31:18.278 INFO kablam! Sep 21 11:31:18.482 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 11:31:18.482 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:18.482 INFO kablam! | Sep 21 11:31:18.482 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:18.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:18.482 INFO kablam! | Sep 21 11:31:18.482 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:31:18.482 INFO kablam! Sep 21 11:31:18.608 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 11:31:18.608 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:18.608 INFO kablam! | Sep 21 11:31:18.608 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:18.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:18.608 INFO kablam! | Sep 21 11:31:18.608 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:31:18.608 INFO kablam! Sep 21 11:31:18.658 INFO kablam! warning: variable does not need to be mutable Sep 21 11:31:18.658 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 21 11:31:18.659 INFO kablam! | Sep 21 11:31:18.659 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 21 11:31:18.659 INFO kablam! | ----^^^^^ Sep 21 11:31:18.660 INFO kablam! | | Sep 21 11:31:18.660 INFO kablam! | help: remove this `mut` Sep 21 11:31:18.660 INFO kablam! | Sep 21 11:31:18.661 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 11:31:18.661 INFO kablam! Sep 21 11:31:19.235 INFO kablam! warning: variable does not need to be mutable Sep 21 11:31:19.236 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 21 11:31:19.236 INFO kablam! | Sep 21 11:31:19.236 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 21 11:31:19.236 INFO kablam! | ----^^^^^ Sep 21 11:31:19.237 INFO kablam! | | Sep 21 11:31:19.237 INFO kablam! | help: remove this `mut` Sep 21 11:31:19.237 INFO kablam! | Sep 21 11:31:19.237 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 11:31:19.238 INFO kablam! Sep 21 11:31:22.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Sep 21 11:31:22.658 INFO kablam! su: No module specific data is present Sep 21 11:31:24.098 INFO running `"docker" "rm" "-f" "c7ec440ce56a78520d5cbda3cf994eaca7671feac925ca96724fb13dbe89ef7f"` Sep 21 11:31:24.229 INFO blam! c7ec440ce56a78520d5cbda3cf994eaca7671feac925ca96724fb13dbe89ef7f