Oct 13 16:14:21.842 INFO checking dcpu16-0.4.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:14:21.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 16:14:22.277 INFO blam! 66e08f064dd2e28933be81ba91a593b3a9f31a2ff26a3f1ca77699d56e6a4622 Oct 13 16:14:22.284 INFO running `"docker" "start" "-a" "66e08f064dd2e28933be81ba91a593b3a9f31a2ff26a3f1ca77699d56e6a4622"` Oct 13 16:14:23.688 INFO kablam! usermod: no changes Oct 13 16:14:23.764 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 13 16:14:23.764 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 13 16:14:23.764 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 16:14:23.764 INFO kablam! files will be included as a binary target: Oct 13 16:14:23.764 INFO kablam! Oct 13 16:14:23.764 INFO kablam! * /source/src/bin/cli.rs Oct 13 16:14:23.764 INFO kablam! Oct 13 16:14:23.764 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 16:14:23.764 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 13 16:14:23.764 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 13 16:14:23.764 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 16:14:23.764 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 16:14:23.764 INFO kablam! Oct 13 16:14:23.764 INFO kablam! For more information on this warning you can consult Oct 13 16:14:23.765 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 16:14:23.765 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 16:14:23.765 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 16:14:23.765 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 16:14:23.765 INFO kablam! files will be included as a test target: Oct 13 16:14:23.765 INFO kablam! Oct 13 16:14:23.765 INFO kablam! * /source/tests/test_emulator.rs Oct 13 16:14:23.765 INFO kablam! * /source/tests/test_assembler.rs Oct 13 16:14:23.765 INFO kablam! Oct 13 16:14:23.765 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 16:14:23.765 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 16:14:23.765 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 16:14:23.765 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 16:14:23.765 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 16:14:23.765 INFO kablam! Oct 13 16:14:23.765 INFO kablam! For more information on this warning you can consult Oct 13 16:14:23.765 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 16:14:23.779 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 13 16:14:25.096 INFO kablam! warning: doc comment not used by rustdoc Oct 13 16:14:25.096 INFO kablam! --> src/assembler.rs:775:9 Oct 13 16:14:25.096 INFO kablam! | Oct 13 16:14:25.096 INFO kablam! 775 | / /** Oct 13 16:14:25.096 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 13 16:14:25.097 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 13 16:14:25.097 INFO kablam! 778 | | */ Oct 13 16:14:25.097 INFO kablam! | |____________^ Oct 13 16:14:25.097 INFO kablam! | Oct 13 16:14:25.097 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 16:14:25.097 INFO kablam! Oct 13 16:14:25.136 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 16:14:25.136 INFO kablam! --> src/assembler.rs:3:5 Oct 13 16:14:25.137 INFO kablam! | Oct 13 16:14:25.137 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 16:14:25.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:14:25.137 INFO kablam! | Oct 13 16:14:25.137 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:14:25.137 INFO kablam! Oct 13 16:14:25.368 INFO kablam! warning: doc comment not used by rustdoc Oct 13 16:14:25.369 INFO kablam! --> src/assembler.rs:775:9 Oct 13 16:14:25.369 INFO kablam! | Oct 13 16:14:25.370 INFO kablam! 775 | / /** Oct 13 16:14:25.371 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 13 16:14:25.371 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 13 16:14:25.372 INFO kablam! 778 | | */ Oct 13 16:14:25.372 INFO kablam! | |____________^ Oct 13 16:14:25.373 INFO kablam! | Oct 13 16:14:25.373 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 16:14:25.374 INFO kablam! Oct 13 16:14:25.440 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 16:14:25.441 INFO kablam! --> src/assembler.rs:3:5 Oct 13 16:14:25.442 INFO kablam! | Oct 13 16:14:25.442 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 16:14:25.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:14:25.443 INFO kablam! | Oct 13 16:14:25.444 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:14:25.444 INFO kablam! Oct 13 16:14:25.819 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 16:14:25.820 INFO kablam! --> src/assembler.rs:3:5 Oct 13 16:14:25.821 INFO kablam! | Oct 13 16:14:25.821 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 16:14:25.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:14:25.823 INFO kablam! | Oct 13 16:14:25.823 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:14:25.824 INFO kablam! Oct 13 16:14:26.166 INFO kablam! warning: variable does not need to be mutable Oct 13 16:14:26.166 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 13 16:14:26.166 INFO kablam! | Oct 13 16:14:26.166 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 13 16:14:26.166 INFO kablam! | ----^^^^^ Oct 13 16:14:26.166 INFO kablam! | | Oct 13 16:14:26.166 INFO kablam! | help: remove this `mut` Oct 13 16:14:26.166 INFO kablam! | Oct 13 16:14:26.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:14:26.166 INFO kablam! Oct 13 16:14:26.190 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 16:14:26.190 INFO kablam! --> src/assembler.rs:3:5 Oct 13 16:14:26.190 INFO kablam! | Oct 13 16:14:26.190 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 13 16:14:26.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 16:14:26.190 INFO kablam! | Oct 13 16:14:26.190 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 16:14:26.190 INFO kablam! Oct 13 16:14:26.941 INFO kablam! warning: variable does not need to be mutable Oct 13 16:14:26.941 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 13 16:14:26.942 INFO kablam! | Oct 13 16:14:26.942 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 13 16:14:26.943 INFO kablam! | ----^^^^^ Oct 13 16:14:26.943 INFO kablam! | | Oct 13 16:14:26.944 INFO kablam! | help: remove this `mut` Oct 13 16:14:26.948 INFO kablam! | Oct 13 16:14:26.949 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:14:26.949 INFO kablam! Oct 13 16:14:34.194 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.48s Oct 13 16:14:34.203 INFO kablam! su: No module specific data is present Oct 13 16:14:35.144 INFO running `"docker" "rm" "-f" "66e08f064dd2e28933be81ba91a593b3a9f31a2ff26a3f1ca77699d56e6a4622"` Oct 13 16:14:35.424 INFO blam! 66e08f064dd2e28933be81ba91a593b3a9f31a2ff26a3f1ca77699d56e6a4622