Oct 22 03:43:43.816 INFO checking dcpu16-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:43:43.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 22 03:43:44.311 INFO blam! 333d39f21a0c04dfacf8b181f6e9c37c232a9ac6ac5f0d55b08a15cd50c27a3b Oct 22 03:43:44.317 INFO running `"docker" "start" "-a" "333d39f21a0c04dfacf8b181f6e9c37c232a9ac6ac5f0d55b08a15cd50c27a3b"` Oct 22 03:43:45.657 INFO kablam! usermod: no changes Oct 22 03:43:45.696 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 22 03:43:45.696 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 22 03:43:45.696 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 03:43:45.696 INFO kablam! files will be included as a binary target: Oct 22 03:43:45.696 INFO kablam! Oct 22 03:43:45.696 INFO kablam! * /source/src/bin/cli.rs Oct 22 03:43:45.696 INFO kablam! Oct 22 03:43:45.696 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 03:43:45.696 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 22 03:43:45.696 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 22 03:43:45.697 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 03:43:45.697 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 03:43:45.697 INFO kablam! Oct 22 03:43:45.697 INFO kablam! For more information on this warning you can consult Oct 22 03:43:45.697 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 03:43:45.697 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 22 03:43:45.697 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 22 03:43:45.697 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 03:43:45.697 INFO kablam! files will be included as a test target: Oct 22 03:43:45.697 INFO kablam! Oct 22 03:43:45.697 INFO kablam! * /source/tests/test_emulator.rs Oct 22 03:43:45.697 INFO kablam! * /source/tests/test_assembler.rs Oct 22 03:43:45.697 INFO kablam! Oct 22 03:43:45.697 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 03:43:45.697 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 22 03:43:45.697 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 22 03:43:45.697 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 03:43:45.697 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 03:43:45.697 INFO kablam! Oct 22 03:43:45.697 INFO kablam! For more information on this warning you can consult Oct 22 03:43:45.697 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 03:43:45.704 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 22 03:43:46.580 INFO kablam! warning: doc comment not used by rustdoc Oct 22 03:43:46.580 INFO kablam! --> src/assembler.rs:775:9 Oct 22 03:43:46.580 INFO kablam! | Oct 22 03:43:46.580 INFO kablam! 775 | / /** Oct 22 03:43:46.580 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 22 03:43:46.580 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 22 03:43:46.580 INFO kablam! 778 | | */ Oct 22 03:43:46.580 INFO kablam! | |____________^ Oct 22 03:43:46.580 INFO kablam! | Oct 22 03:43:46.580 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 22 03:43:46.580 INFO kablam! Oct 22 03:43:46.608 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 03:43:46.608 INFO kablam! --> src/assembler.rs:3:5 Oct 22 03:43:46.608 INFO kablam! | Oct 22 03:43:46.608 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 03:43:46.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:46.608 INFO kablam! | Oct 22 03:43:46.608 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:43:46.608 INFO kablam! Oct 22 03:43:46.920 INFO kablam! warning: doc comment not used by rustdoc Oct 22 03:43:46.920 INFO kablam! --> src/assembler.rs:775:9 Oct 22 03:43:46.920 INFO kablam! | Oct 22 03:43:46.920 INFO kablam! 775 | / /** Oct 22 03:43:46.920 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 22 03:43:46.920 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 22 03:43:46.920 INFO kablam! 778 | | */ Oct 22 03:43:46.920 INFO kablam! | |____________^ Oct 22 03:43:46.920 INFO kablam! | Oct 22 03:43:46.920 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 22 03:43:46.920 INFO kablam! Oct 22 03:43:46.974 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 03:43:46.974 INFO kablam! --> src/assembler.rs:3:5 Oct 22 03:43:46.974 INFO kablam! | Oct 22 03:43:46.974 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 03:43:46.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:46.974 INFO kablam! | Oct 22 03:43:46.974 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:43:46.974 INFO kablam! Oct 22 03:43:47.124 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 03:43:47.124 INFO kablam! --> src/assembler.rs:3:5 Oct 22 03:43:47.124 INFO kablam! | Oct 22 03:43:47.124 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 03:43:47.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:47.124 INFO kablam! | Oct 22 03:43:47.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:43:47.124 INFO kablam! Oct 22 03:43:47.349 INFO kablam! warning: variable does not need to be mutable Oct 22 03:43:47.349 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 22 03:43:47.349 INFO kablam! | Oct 22 03:43:47.350 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 22 03:43:47.350 INFO kablam! | ----^^^^^ Oct 22 03:43:47.350 INFO kablam! | | Oct 22 03:43:47.350 INFO kablam! | help: remove this `mut` Oct 22 03:43:47.350 INFO kablam! | Oct 22 03:43:47.350 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:43:47.350 INFO kablam! Oct 22 03:43:47.652 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 03:43:47.652 INFO kablam! --> src/assembler.rs:3:5 Oct 22 03:43:47.652 INFO kablam! | Oct 22 03:43:47.652 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 22 03:43:47.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 03:43:47.664 INFO kablam! | Oct 22 03:43:47.664 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:43:47.664 INFO kablam! Oct 22 03:43:48.312 INFO kablam! warning: variable does not need to be mutable Oct 22 03:43:48.312 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 22 03:43:48.313 INFO kablam! | Oct 22 03:43:48.313 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 22 03:43:48.313 INFO kablam! | ----^^^^^ Oct 22 03:43:48.314 INFO kablam! | | Oct 22 03:43:48.314 INFO kablam! | help: remove this `mut` Oct 22 03:43:48.314 INFO kablam! | Oct 22 03:43:48.314 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 03:43:48.314 INFO kablam! Oct 22 03:43:52.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.11s Oct 22 03:43:52.799 INFO kablam! su: No module specific data is present Oct 22 03:43:53.385 INFO running `"docker" "rm" "-f" "333d39f21a0c04dfacf8b181f6e9c37c232a9ac6ac5f0d55b08a15cd50c27a3b"` Oct 22 03:43:53.612 INFO blam! 333d39f21a0c04dfacf8b181f6e9c37c232a9ac6ac5f0d55b08a15cd50c27a3b