Oct 27 23:18:56.960 INFO checking dcpu16-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:18:56.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 23:18:57.455 INFO blam! 70c7120cdd89f4a4001656f3b5160b4a2a17d4463545a6f83744ce344057ea2c Oct 27 23:18:57.457 INFO running `"docker" "start" "-a" "70c7120cdd89f4a4001656f3b5160b4a2a17d4463545a6f83744ce344057ea2c"` Oct 27 23:18:59.354 INFO kablam! usermod: no changes Oct 27 23:18:59.411 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 23:18:59.411 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 23:18:59.411 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:18:59.411 INFO kablam! files will be included as a binary target: Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! * /source/src/bin/cli.rs Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:18:59.411 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 23:18:59.411 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 23:18:59.411 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:18:59.411 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! For more information on this warning you can consult Oct 27 23:18:59.411 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:18:59.411 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 23:18:59.411 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 23:18:59.411 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:18:59.411 INFO kablam! files will be included as a test target: Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! * /source/tests/test_emulator.rs Oct 27 23:18:59.411 INFO kablam! * /source/tests/test_assembler.rs Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:18:59.411 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 23:18:59.411 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 23:18:59.411 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:18:59.411 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:18:59.411 INFO kablam! Oct 27 23:18:59.411 INFO kablam! For more information on this warning you can consult Oct 27 23:18:59.411 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:18:59.439 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 27 23:19:00.730 INFO kablam! warning: doc comment not used by rustdoc Oct 27 23:19:00.730 INFO kablam! --> src/assembler.rs:775:9 Oct 27 23:19:00.730 INFO kablam! | Oct 27 23:19:00.730 INFO kablam! 775 | / /** Oct 27 23:19:00.730 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 23:19:00.730 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 23:19:00.730 INFO kablam! 778 | | */ Oct 27 23:19:00.730 INFO kablam! | |____________^ Oct 27 23:19:00.730 INFO kablam! | Oct 27 23:19:00.733 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 23:19:00.733 INFO kablam! Oct 27 23:19:00.790 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:19:00.790 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:19:00.790 INFO kablam! | Oct 27 23:19:00.790 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:19:00.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:19:00.790 INFO kablam! | Oct 27 23:19:00.795 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:19:00.795 INFO kablam! Oct 27 23:19:01.127 INFO kablam! warning: doc comment not used by rustdoc Oct 27 23:19:01.128 INFO kablam! --> src/assembler.rs:775:9 Oct 27 23:19:01.129 INFO kablam! | Oct 27 23:19:01.129 INFO kablam! 775 | / /** Oct 27 23:19:01.130 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 23:19:01.131 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 23:19:01.131 INFO kablam! 778 | | */ Oct 27 23:19:01.132 INFO kablam! | |____________^ Oct 27 23:19:01.133 INFO kablam! | Oct 27 23:19:01.133 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 23:19:01.134 INFO kablam! Oct 27 23:19:01.191 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:19:01.192 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:19:01.193 INFO kablam! | Oct 27 23:19:01.193 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:19:01.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:19:01.195 INFO kablam! | Oct 27 23:19:01.195 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:19:01.196 INFO kablam! Oct 27 23:19:01.407 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:19:01.407 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:19:01.407 INFO kablam! | Oct 27 23:19:01.407 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:19:01.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:19:01.407 INFO kablam! | Oct 27 23:19:01.407 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:19:01.407 INFO kablam! Oct 27 23:19:01.747 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:01.748 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 23:19:01.748 INFO kablam! | Oct 27 23:19:01.748 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 23:19:01.748 INFO kablam! | ----^^^^^ Oct 27 23:19:01.748 INFO kablam! | | Oct 27 23:19:01.748 INFO kablam! | help: remove this `mut` Oct 27 23:19:01.748 INFO kablam! | Oct 27 23:19:01.748 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:01.748 INFO kablam! Oct 27 23:19:01.863 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:19:01.863 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:19:01.863 INFO kablam! | Oct 27 23:19:01.863 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:19:01.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:19:01.864 INFO kablam! | Oct 27 23:19:01.864 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:19:01.864 INFO kablam! Oct 27 23:19:03.307 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:03.307 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 23:19:03.307 INFO kablam! | Oct 27 23:19:03.307 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 23:19:03.307 INFO kablam! | ----^^^^^ Oct 27 23:19:03.307 INFO kablam! | | Oct 27 23:19:03.307 INFO kablam! | help: remove this `mut` Oct 27 23:19:03.309 INFO kablam! | Oct 27 23:19:03.309 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:03.309 INFO kablam! Oct 27 23:19:09.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.37s Oct 27 23:19:09.758 INFO kablam! su: No module specific data is present Oct 27 23:19:10.923 INFO running `"docker" "rm" "-f" "70c7120cdd89f4a4001656f3b5160b4a2a17d4463545a6f83744ce344057ea2c"` Oct 27 23:19:11.363 INFO blam! 70c7120cdd89f4a4001656f3b5160b4a2a17d4463545a6f83744ce344057ea2c