Oct 21 17:31:06.607 INFO checking gustavla/dcpu16 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:31:06.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 17:31:06.904 INFO blam! 4f8092695310fa6f49e692222a8e609b505e82cf921c2a3149b00fc039cd5070 Oct 21 17:31:06.912 INFO running `"docker" "start" "-a" "4f8092695310fa6f49e692222a8e609b505e82cf921c2a3149b00fc039cd5070"` Oct 21 17:31:07.393 INFO kablam! usermod: no changes Oct 21 17:31:07.421 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 21 17:31:07.422 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 21 17:31:07.422 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 17:31:07.422 INFO kablam! files will be included as a binary target: Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! * /source/src/bin/cli.rs Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 17:31:07.422 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 21 17:31:07.422 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 21 17:31:07.422 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 17:31:07.422 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! For more information on this warning you can consult Oct 21 17:31:07.422 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 17:31:07.422 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 21 17:31:07.422 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 21 17:31:07.422 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 17:31:07.422 INFO kablam! files will be included as a test target: Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! * /source/tests/test_emulator.rs Oct 21 17:31:07.422 INFO kablam! * /source/tests/test_assembler.rs Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 17:31:07.422 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 21 17:31:07.422 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 21 17:31:07.422 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 17:31:07.422 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 17:31:07.422 INFO kablam! Oct 21 17:31:07.422 INFO kablam! For more information on this warning you can consult Oct 21 17:31:07.422 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 17:31:07.433 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 21 17:31:07.912 INFO kablam! warning: doc comment not used by rustdoc Oct 21 17:31:07.913 INFO kablam! --> src/assembler.rs:775:9 Oct 21 17:31:07.913 INFO kablam! | Oct 21 17:31:07.913 INFO kablam! 775 | / /** Oct 21 17:31:07.914 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 21 17:31:07.914 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 21 17:31:07.914 INFO kablam! 778 | | */ Oct 21 17:31:07.914 INFO kablam! | |____________^ Oct 21 17:31:07.915 INFO kablam! | Oct 21 17:31:07.915 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 17:31:07.915 INFO kablam! Oct 21 17:31:07.952 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:31:07.953 INFO kablam! --> src/assembler.rs:3:5 Oct 21 17:31:07.953 INFO kablam! | Oct 21 17:31:07.953 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:31:07.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:07.954 INFO kablam! | Oct 21 17:31:07.954 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:31:07.955 INFO kablam! Oct 21 17:31:08.004 INFO kablam! warning: doc comment not used by rustdoc Oct 21 17:31:08.004 INFO kablam! --> src/assembler.rs:775:9 Oct 21 17:31:08.004 INFO kablam! | Oct 21 17:31:08.004 INFO kablam! 775 | / /** Oct 21 17:31:08.004 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 21 17:31:08.004 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 21 17:31:08.004 INFO kablam! 778 | | */ Oct 21 17:31:08.004 INFO kablam! | |____________^ Oct 21 17:31:08.004 INFO kablam! | Oct 21 17:31:08.004 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 17:31:08.004 INFO kablam! Oct 21 17:31:08.056 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 17:31:08.056 INFO kablam! --> src/assembler.rs:3:5 Oct 21 17:31:08.056 INFO kablam! | Oct 21 17:31:08.056 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:31:08.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:08.056 INFO kablam! | Oct 21 17:31:08.056 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 17:31:08.056 INFO kablam! Oct 21 17:31:08.385 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 17:31:08.385 INFO kablam! --> src/assembler.rs:3:5 Oct 21 17:31:08.385 INFO kablam! | Oct 21 17:31:08.385 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:31:08.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:08.385 INFO kablam! | Oct 21 17:31:08.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:31:08.385 INFO kablam! Oct 21 17:31:08.448 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 17:31:08.448 INFO kablam! --> src/assembler.rs:3:5 Oct 21 17:31:08.452 INFO kablam! | Oct 21 17:31:08.452 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 21 17:31:08.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 17:31:08.452 INFO kablam! | Oct 21 17:31:08.452 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 17:31:08.452 INFO kablam! Oct 21 17:31:08.604 INFO kablam! warning: variable does not need to be mutable Oct 21 17:31:08.604 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 21 17:31:08.604 INFO kablam! | Oct 21 17:31:08.604 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 21 17:31:08.604 INFO kablam! | ----^^^^^ Oct 21 17:31:08.604 INFO kablam! | | Oct 21 17:31:08.604 INFO kablam! | help: remove this `mut` Oct 21 17:31:08.604 INFO kablam! | Oct 21 17:31:08.604 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:31:08.604 INFO kablam! Oct 21 17:31:08.652 INFO kablam! warning: variable does not need to be mutable Oct 21 17:31:08.652 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 21 17:31:08.652 INFO kablam! | Oct 21 17:31:08.652 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 21 17:31:08.652 INFO kablam! | ----^^^^^ Oct 21 17:31:08.652 INFO kablam! | | Oct 21 17:31:08.652 INFO kablam! | help: remove this `mut` Oct 21 17:31:08.652 INFO kablam! | Oct 21 17:31:08.652 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 17:31:08.652 INFO kablam! Oct 21 17:31:10.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.05s Oct 21 17:31:10.471 INFO kablam! su: No module specific data is present Oct 21 17:31:11.052 INFO running `"docker" "rm" "-f" "4f8092695310fa6f49e692222a8e609b505e82cf921c2a3149b00fc039cd5070"` Oct 21 17:31:11.225 INFO blam! 4f8092695310fa6f49e692222a8e609b505e82cf921c2a3149b00fc039cd5070