Sep 21 11:31:16.810 INFO checking dcpu16-0.4.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:31:16.810 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:31:16.810 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:17.028 INFO blam! 348e8e8959ed916ca94c8ccbf27901566f7b84355803a06f64c0522d6b06aa4f Sep 21 11:31:17.031 INFO running `"docker" "start" "-a" "348e8e8959ed916ca94c8ccbf27901566f7b84355803a06f64c0522d6b06aa4f"` Sep 21 11:31:18.505 INFO kablam! usermod: no changes Sep 21 11:31:18.590 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 11:31:18.591 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 11:31:18.591 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:31:18.591 INFO kablam! files will be included as a binary target: Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! * /source/src/bin/cli.rs Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:31:18.591 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 11:31:18.591 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 11:31:18.591 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:31:18.591 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! For more information on this warning you can consult Sep 21 11:31:18.591 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:31:18.591 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 11:31:18.591 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 11:31:18.591 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:31:18.591 INFO kablam! files will be included as a test target: Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! * /source/tests/test_assembler.rs Sep 21 11:31:18.591 INFO kablam! * /source/tests/test_emulator.rs Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:31:18.591 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 11:31:18.591 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 11:31:18.591 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:31:18.591 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:31:18.591 INFO kablam! Sep 21 11:31:18.591 INFO kablam! For more information on this warning you can consult Sep 21 11:31:18.591 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:31:18.624 INFO kablam! Checking dcpu16 v0.4.0 (/source) Sep 21 11:31:19.398 INFO kablam! warning: doc comment not used by rustdoc Sep 21 11:31:19.398 INFO kablam! --> src/assembler.rs:775:9 Sep 21 11:31:19.398 INFO kablam! | Sep 21 11:31:19.398 INFO kablam! 775 | / /** Sep 21 11:31:19.398 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 21 11:31:19.398 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 21 11:31:19.398 INFO kablam! 778 | | */ Sep 21 11:31:19.398 INFO kablam! | |____________^ Sep 21 11:31:19.398 INFO kablam! | Sep 21 11:31:19.398 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 11:31:19.398 INFO kablam! Sep 21 11:31:19.470 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:31:19.470 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:19.470 INFO kablam! | Sep 21 11:31:19.470 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:19.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:19.470 INFO kablam! | Sep 21 11:31:19.470 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:31:19.470 INFO kablam! Sep 21 11:31:19.470 INFO kablam! warning: doc comment not used by rustdoc Sep 21 11:31:19.470 INFO kablam! --> src/assembler.rs:775:9 Sep 21 11:31:19.470 INFO kablam! | Sep 21 11:31:19.470 INFO kablam! 775 | / /** Sep 21 11:31:19.470 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 21 11:31:19.470 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 21 11:31:19.470 INFO kablam! 778 | | */ Sep 21 11:31:19.470 INFO kablam! | |____________^ Sep 21 11:31:19.470 INFO kablam! | Sep 21 11:31:19.470 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 21 11:31:19.470 INFO kablam! Sep 21 11:31:19.511 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:31:19.511 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:19.511 INFO kablam! | Sep 21 11:31:19.511 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:19.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:19.511 INFO kablam! | Sep 21 11:31:19.530 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:31:19.530 INFO kablam! Sep 21 11:31:20.018 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 11:31:20.018 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:20.018 INFO kablam! | Sep 21 11:31:20.018 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:20.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:20.019 INFO kablam! | Sep 21 11:31:20.019 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:31:20.019 INFO kablam! Sep 21 11:31:20.230 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 11:31:20.231 INFO kablam! --> src/assembler.rs:3:5 Sep 21 11:31:20.231 INFO kablam! | Sep 21 11:31:20.231 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 21 11:31:20.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:31:20.232 INFO kablam! | Sep 21 11:31:20.232 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:31:20.233 INFO kablam! Sep 21 11:31:20.336 INFO kablam! warning: variable does not need to be mutable Sep 21 11:31:20.337 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 21 11:31:20.337 INFO kablam! | Sep 21 11:31:20.337 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 21 11:31:20.338 INFO kablam! | ----^^^^^ Sep 21 11:31:20.338 INFO kablam! | | Sep 21 11:31:20.339 INFO kablam! | help: remove this `mut` Sep 21 11:31:20.339 INFO kablam! | Sep 21 11:31:20.339 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 11:31:20.340 INFO kablam! Sep 21 11:31:20.686 INFO kablam! warning: variable does not need to be mutable Sep 21 11:31:20.686 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 21 11:31:20.686 INFO kablam! | Sep 21 11:31:20.686 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 21 11:31:20.686 INFO kablam! | ----^^^^^ Sep 21 11:31:20.686 INFO kablam! | | Sep 21 11:31:20.686 INFO kablam! | help: remove this `mut` Sep 21 11:31:20.686 INFO kablam! | Sep 21 11:31:20.686 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 11:31:20.686 INFO kablam! Sep 21 11:31:23.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.35s Sep 21 11:31:23.903 INFO kablam! su: No module specific data is present Sep 21 11:31:24.558 INFO running `"docker" "rm" "-f" "348e8e8959ed916ca94c8ccbf27901566f7b84355803a06f64c0522d6b06aa4f"` Sep 21 11:31:24.675 INFO blam! 348e8e8959ed916ca94c8ccbf27901566f7b84355803a06f64c0522d6b06aa4f