Oct 12 20:54:41.080 INFO checking gustavla/dcpu16 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:54:41.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 20:54:41.353 INFO blam! 358d265f69d8d4e30e26f2218f3c487763d2694a091efa377299992ab3ed0fe6 Oct 12 20:54:41.368 INFO running `"docker" "start" "-a" "358d265f69d8d4e30e26f2218f3c487763d2694a091efa377299992ab3ed0fe6"` Oct 12 20:54:42.147 INFO kablam! usermod: no changes Oct 12 20:54:42.189 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:54:42.189 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:54:42.189 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:54:42.189 INFO kablam! files will be included as a binary target: Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.190 INFO kablam! * /source/src/bin/cli.rs Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.190 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:54:42.190 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:54:42.190 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:54:42.190 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:54:42.190 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.190 INFO kablam! For more information on this warning you can consult Oct 12 20:54:42.190 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:54:42.190 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 20:54:42.190 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 20:54:42.190 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:54:42.190 INFO kablam! files will be included as a test target: Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.190 INFO kablam! * /source/tests/test_emulator.rs Oct 12 20:54:42.190 INFO kablam! * /source/tests/test_assembler.rs Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.190 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:54:42.190 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 20:54:42.190 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 20:54:42.190 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:54:42.190 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:54:42.190 INFO kablam! Oct 12 20:54:42.191 INFO kablam! For more information on this warning you can consult Oct 12 20:54:42.191 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:54:42.202 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 12 20:54:42.744 INFO kablam! warning: doc comment not used by rustdoc Oct 12 20:54:42.745 INFO kablam! --> src/assembler.rs:775:9 Oct 12 20:54:42.746 INFO kablam! | Oct 12 20:54:42.747 INFO kablam! 775 | / /** Oct 12 20:54:42.747 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 20:54:42.748 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 20:54:42.748 INFO kablam! 778 | | */ Oct 12 20:54:42.749 INFO kablam! | |____________^ Oct 12 20:54:42.750 INFO kablam! | Oct 12 20:54:42.750 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 20:54:42.751 INFO kablam! Oct 12 20:54:42.832 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 20:54:42.833 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:42.834 INFO kablam! | Oct 12 20:54:42.834 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:42.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:42.835 INFO kablam! | Oct 12 20:54:42.835 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:54:42.835 INFO kablam! Oct 12 20:54:43.005 INFO kablam! warning: doc comment not used by rustdoc Oct 12 20:54:43.006 INFO kablam! --> src/assembler.rs:775:9 Oct 12 20:54:43.007 INFO kablam! | Oct 12 20:54:43.008 INFO kablam! 775 | / /** Oct 12 20:54:43.008 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 12 20:54:43.009 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 12 20:54:43.009 INFO kablam! 778 | | */ Oct 12 20:54:43.010 INFO kablam! | |____________^ Oct 12 20:54:43.011 INFO kablam! | Oct 12 20:54:43.011 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 20:54:43.012 INFO kablam! Oct 12 20:54:43.071 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 20:54:43.071 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.071 INFO kablam! | Oct 12 20:54:43.071 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.071 INFO kablam! | Oct 12 20:54:43.071 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:54:43.072 INFO kablam! Oct 12 20:54:43.426 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 20:54:43.426 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.427 INFO kablam! | Oct 12 20:54:43.427 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.427 INFO kablam! | Oct 12 20:54:43.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:54:43.427 INFO kablam! Oct 12 20:54:43.752 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 20:54:43.752 INFO kablam! --> src/assembler.rs:3:5 Oct 12 20:54:43.752 INFO kablam! | Oct 12 20:54:43.752 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 12 20:54:43.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 20:54:43.752 INFO kablam! | Oct 12 20:54:43.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:54:43.752 INFO kablam! Oct 12 20:54:43.764 INFO kablam! warning: variable does not need to be mutable Oct 12 20:54:43.764 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 20:54:43.764 INFO kablam! | Oct 12 20:54:43.764 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 20:54:43.765 INFO kablam! | ----^^^^^ Oct 12 20:54:43.765 INFO kablam! | | Oct 12 20:54:43.765 INFO kablam! | help: remove this `mut` Oct 12 20:54:43.765 INFO kablam! | Oct 12 20:54:43.766 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:54:43.766 INFO kablam! Oct 12 20:54:45.217 INFO kablam! warning: variable does not need to be mutable Oct 12 20:54:45.217 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 12 20:54:45.224 INFO kablam! | Oct 12 20:54:45.225 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 12 20:54:45.226 INFO kablam! | ----^^^^^ Oct 12 20:54:45.226 INFO kablam! | | Oct 12 20:54:45.227 INFO kablam! | help: remove this `mut` Oct 12 20:54:45.228 INFO kablam! | Oct 12 20:54:45.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 20:54:45.229 INFO kablam! Oct 12 20:54:48.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.87s Oct 12 20:54:48.050 INFO kablam! su: No module specific data is present Oct 12 20:54:49.014 INFO running `"docker" "rm" "-f" "358d265f69d8d4e30e26f2218f3c487763d2694a091efa377299992ab3ed0fe6"` Oct 12 20:54:49.294 INFO blam! 358d265f69d8d4e30e26f2218f3c487763d2694a091efa377299992ab3ed0fe6