Oct 27 04:04:11.458 INFO checking gustavla/dcpu16 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:04:11.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 04:04:11.845 INFO blam! 348a104323108f5c1331c8a4f0762f7342b98227f4fb09b5b2e5d5a5944a40f5 Oct 27 04:04:11.846 INFO running `"docker" "start" "-a" "348a104323108f5c1331c8a4f0762f7342b98227f4fb09b5b2e5d5a5944a40f5"` Oct 27 04:04:13.721 INFO kablam! usermod: no changes Oct 27 04:04:13.755 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 04:04:13.755 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 04:04:13.755 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:04:13.755 INFO kablam! files will be included as a binary target: Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! * /source/src/bin/cli.rs Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:04:13.755 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 04:04:13.755 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 04:04:13.755 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:04:13.755 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! For more information on this warning you can consult Oct 27 04:04:13.755 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:04:13.755 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 04:04:13.755 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 04:04:13.755 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:04:13.755 INFO kablam! files will be included as a test target: Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! * /source/tests/test_emulator.rs Oct 27 04:04:13.755 INFO kablam! * /source/tests/test_assembler.rs Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:04:13.755 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 04:04:13.755 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 04:04:13.755 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:04:13.755 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:04:13.755 INFO kablam! Oct 27 04:04:13.755 INFO kablam! For more information on this warning you can consult Oct 27 04:04:13.755 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:04:13.799 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 27 04:04:14.391 INFO kablam! warning: doc comment not used by rustdoc Oct 27 04:04:14.391 INFO kablam! --> src/assembler.rs:775:9 Oct 27 04:04:14.392 INFO kablam! | Oct 27 04:04:14.392 INFO kablam! 775 | / /** Oct 27 04:04:14.392 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 04:04:14.393 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 04:04:14.393 INFO kablam! 778 | | */ Oct 27 04:04:14.393 INFO kablam! | |____________^ Oct 27 04:04:14.394 INFO kablam! | Oct 27 04:04:14.394 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 04:04:14.394 INFO kablam! Oct 27 04:04:14.423 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:04:14.423 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:14.424 INFO kablam! | Oct 27 04:04:14.424 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:14.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:14.424 INFO kablam! | Oct 27 04:04:14.427 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:04:14.427 INFO kablam! Oct 27 04:04:14.546 INFO kablam! warning: doc comment not used by rustdoc Oct 27 04:04:14.546 INFO kablam! --> src/assembler.rs:775:9 Oct 27 04:04:14.547 INFO kablam! | Oct 27 04:04:14.547 INFO kablam! 775 | / /** Oct 27 04:04:14.547 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 04:04:14.548 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 04:04:14.548 INFO kablam! 778 | | */ Oct 27 04:04:14.549 INFO kablam! | |____________^ Oct 27 04:04:14.555 INFO kablam! | Oct 27 04:04:14.555 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 04:04:14.556 INFO kablam! Oct 27 04:04:14.591 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:04:14.592 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:14.592 INFO kablam! | Oct 27 04:04:14.593 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:14.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:14.595 INFO kablam! | Oct 27 04:04:14.595 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:04:14.595 INFO kablam! Oct 27 04:04:14.787 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 04:04:14.788 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:14.788 INFO kablam! | Oct 27 04:04:14.788 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:14.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:14.789 INFO kablam! | Oct 27 04:04:14.790 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:04:14.790 INFO kablam! Oct 27 04:04:15.007 INFO kablam! warning: variable does not need to be mutable Oct 27 04:04:15.007 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:04:15.008 INFO kablam! | Oct 27 04:04:15.008 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:04:15.008 INFO kablam! | ----^^^^^ Oct 27 04:04:15.009 INFO kablam! | | Oct 27 04:04:15.009 INFO kablam! | help: remove this `mut` Oct 27 04:04:15.009 INFO kablam! | Oct 27 04:04:15.010 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:04:15.010 INFO kablam! Oct 27 04:04:15.031 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 04:04:15.031 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:15.032 INFO kablam! | Oct 27 04:04:15.032 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:15.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:15.032 INFO kablam! | Oct 27 04:04:15.033 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:04:15.033 INFO kablam! Oct 27 04:04:15.663 INFO kablam! warning: variable does not need to be mutable Oct 27 04:04:15.663 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:04:15.663 INFO kablam! | Oct 27 04:04:15.663 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:04:15.663 INFO kablam! | ----^^^^^ Oct 27 04:04:15.663 INFO kablam! | | Oct 27 04:04:15.663 INFO kablam! | help: remove this `mut` Oct 27 04:04:15.679 INFO kablam! | Oct 27 04:04:15.679 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:04:15.679 INFO kablam! Oct 27 04:04:18.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.87s Oct 27 04:04:18.629 INFO kablam! su: No module specific data is present Oct 27 04:04:20.035 INFO running `"docker" "rm" "-f" "348a104323108f5c1331c8a4f0762f7342b98227f4fb09b5b2e5d5a5944a40f5"` Oct 27 04:04:20.327 INFO blam! 348a104323108f5c1331c8a4f0762f7342b98227f4fb09b5b2e5d5a5944a40f5