Oct 27 04:04:14.224 INFO checking gustavla/dcpu16 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:04:14.226 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:04:14.803 INFO blam! 4a08afd945bbf6aa0594bc654566dbf9fda1231a37e2b9906b5674facc935d2b Oct 27 04:04:14.805 INFO running `"docker" "start" "-a" "4a08afd945bbf6aa0594bc654566dbf9fda1231a37e2b9906b5674facc935d2b"` Oct 27 04:04:16.618 INFO kablam! usermod: no changes Oct 27 04:04:16.691 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 04:04:16.691 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 04:04:16.691 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:04:16.691 INFO kablam! files will be included as a binary target: Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! * /source/src/bin/cli.rs Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:04:16.691 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 04:04:16.691 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 04:04:16.691 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:04:16.691 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! For more information on this warning you can consult Oct 27 04:04:16.691 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:04:16.691 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 04:04:16.691 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 04:04:16.691 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 04:04:16.691 INFO kablam! files will be included as a test target: Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! * /source/tests/test_emulator.rs Oct 27 04:04:16.691 INFO kablam! * /source/tests/test_assembler.rs Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 04:04:16.691 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 04:04:16.691 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 04:04:16.691 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 04:04:16.691 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 04:04:16.691 INFO kablam! Oct 27 04:04:16.691 INFO kablam! For more information on this warning you can consult Oct 27 04:04:16.691 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 04:04:16.715 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 27 04:04:17.359 INFO kablam! warning: doc comment not used by rustdoc Oct 27 04:04:17.359 INFO kablam! --> src/assembler.rs:775:9 Oct 27 04:04:17.359 INFO kablam! | Oct 27 04:04:17.359 INFO kablam! 775 | / /** Oct 27 04:04:17.359 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 04:04:17.359 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 04:04:17.361 INFO kablam! 778 | | */ Oct 27 04:04:17.361 INFO kablam! | |____________^ Oct 27 04:04:17.361 INFO kablam! | Oct 27 04:04:17.361 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 04:04:17.361 INFO kablam! Oct 27 04:04:17.403 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:04:17.403 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:17.403 INFO kablam! | Oct 27 04:04:17.403 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:17.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:17.403 INFO kablam! | Oct 27 04:04:17.415 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:04:17.415 INFO kablam! Oct 27 04:04:17.579 INFO kablam! warning: doc comment not used by rustdoc Oct 27 04:04:17.580 INFO kablam! --> src/assembler.rs:775:9 Oct 27 04:04:17.580 INFO kablam! | Oct 27 04:04:17.581 INFO kablam! 775 | / /** Oct 27 04:04:17.582 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 04:04:17.582 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 04:04:17.583 INFO kablam! 778 | | */ Oct 27 04:04:17.584 INFO kablam! | |____________^ Oct 27 04:04:17.584 INFO kablam! | Oct 27 04:04:17.585 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 04:04:17.585 INFO kablam! Oct 27 04:04:17.630 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 04:04:17.631 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:17.631 INFO kablam! | Oct 27 04:04:17.632 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:17.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:17.633 INFO kablam! | Oct 27 04:04:17.634 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:04:17.634 INFO kablam! Oct 27 04:04:18.031 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 04:04:18.032 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:18.033 INFO kablam! | Oct 27 04:04:18.033 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:18.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:18.035 INFO kablam! | Oct 27 04:04:18.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:04:18.036 INFO kablam! Oct 27 04:04:18.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 04:04:18.279 INFO kablam! --> src/assembler.rs:3:5 Oct 27 04:04:18.279 INFO kablam! | Oct 27 04:04:18.279 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 04:04:18.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:04:18.279 INFO kablam! | Oct 27 04:04:18.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:04:18.281 INFO kablam! Oct 27 04:04:18.304 INFO kablam! warning: variable does not need to be mutable Oct 27 04:04:18.304 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:04:18.304 INFO kablam! | Oct 27 04:04:18.304 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:04:18.304 INFO kablam! | ----^^^^^ Oct 27 04:04:18.304 INFO kablam! | | Oct 27 04:04:18.304 INFO kablam! | help: remove this `mut` Oct 27 04:04:18.304 INFO kablam! | Oct 27 04:04:18.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:04:18.304 INFO kablam! Oct 27 04:04:19.093 INFO kablam! warning: variable does not need to be mutable Oct 27 04:04:19.093 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 04:04:19.093 INFO kablam! | Oct 27 04:04:19.093 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 04:04:19.093 INFO kablam! | ----^^^^^ Oct 27 04:04:19.093 INFO kablam! | | Oct 27 04:04:19.093 INFO kablam! | help: remove this `mut` Oct 27 04:04:19.093 INFO kablam! | Oct 27 04:04:19.093 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:04:19.099 INFO kablam! Oct 27 04:04:21.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.10s Oct 27 04:04:21.763 INFO kablam! su: No module specific data is present Oct 27 04:04:22.534 INFO running `"docker" "rm" "-f" "4a08afd945bbf6aa0594bc654566dbf9fda1231a37e2b9906b5674facc935d2b"` Oct 27 04:04:22.827 INFO blam! 4a08afd945bbf6aa0594bc654566dbf9fda1231a37e2b9906b5674facc935d2b