Oct 27 23:18:55.812 INFO checking dcpu16-0.4.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:18:55.812 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 23:18:56.232 INFO blam! b6a0bcfcb4d1fc051d2f9cdea8c10e90baaf2d8914de8b64fe40d9d8212b40dd Oct 27 23:18:56.234 INFO running `"docker" "start" "-a" "b6a0bcfcb4d1fc051d2f9cdea8c10e90baaf2d8914de8b64fe40d9d8212b40dd"` Oct 27 23:18:57.487 INFO kablam! usermod: no changes Oct 27 23:18:57.511 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 27 23:18:57.511 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 27 23:18:57.511 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:18:57.511 INFO kablam! files will be included as a binary target: Oct 27 23:18:57.511 INFO kablam! Oct 27 23:18:57.511 INFO kablam! * /source/src/bin/cli.rs Oct 27 23:18:57.511 INFO kablam! Oct 27 23:18:57.511 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:18:57.511 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 27 23:18:57.511 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 27 23:18:57.511 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:18:57.511 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:18:57.511 INFO kablam! Oct 27 23:18:57.511 INFO kablam! For more information on this warning you can consult Oct 27 23:18:57.511 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:18:57.511 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 23:18:57.511 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 23:18:57.511 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:18:57.511 INFO kablam! files will be included as a test target: Oct 27 23:18:57.511 INFO kablam! Oct 27 23:18:57.511 INFO kablam! * /source/tests/test_emulator.rs Oct 27 23:18:57.511 INFO kablam! * /source/tests/test_assembler.rs Oct 27 23:18:57.511 INFO kablam! Oct 27 23:18:57.511 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:18:57.511 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 23:18:57.512 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 23:18:57.512 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:18:57.512 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:18:57.512 INFO kablam! Oct 27 23:18:57.512 INFO kablam! For more information on this warning you can consult Oct 27 23:18:57.512 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:18:57.543 INFO kablam! Checking dcpu16 v0.4.0 (/source) Oct 27 23:18:59.131 INFO kablam! warning: doc comment not used by rustdoc Oct 27 23:18:59.131 INFO kablam! --> src/assembler.rs:775:9 Oct 27 23:18:59.131 INFO kablam! | Oct 27 23:18:59.131 INFO kablam! 775 | / /** Oct 27 23:18:59.131 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 23:18:59.131 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 23:18:59.131 INFO kablam! 778 | | */ Oct 27 23:18:59.131 INFO kablam! | |____________^ Oct 27 23:18:59.131 INFO kablam! | Oct 27 23:18:59.131 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 23:18:59.131 INFO kablam! Oct 27 23:18:59.183 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:18:59.183 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:18:59.183 INFO kablam! | Oct 27 23:18:59.183 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:18:59.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:18:59.183 INFO kablam! | Oct 27 23:18:59.183 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:18:59.183 INFO kablam! Oct 27 23:18:59.323 INFO kablam! warning: doc comment not used by rustdoc Oct 27 23:18:59.323 INFO kablam! --> src/assembler.rs:775:9 Oct 27 23:18:59.323 INFO kablam! | Oct 27 23:18:59.323 INFO kablam! 775 | / /** Oct 27 23:18:59.323 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Oct 27 23:18:59.323 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Oct 27 23:18:59.323 INFO kablam! 778 | | */ Oct 27 23:18:59.323 INFO kablam! | |____________^ Oct 27 23:18:59.339 INFO kablam! | Oct 27 23:18:59.339 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 23:18:59.339 INFO kablam! Oct 27 23:18:59.403 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 23:18:59.403 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:18:59.403 INFO kablam! | Oct 27 23:18:59.403 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:18:59.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:18:59.423 INFO kablam! | Oct 27 23:18:59.423 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:18:59.423 INFO kablam! Oct 27 23:18:59.929 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:18:59.929 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:18:59.929 INFO kablam! | Oct 27 23:18:59.930 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:18:59.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:18:59.955 INFO kablam! | Oct 27 23:18:59.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:18:59.955 INFO kablam! Oct 27 23:19:00.173 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 23:19:00.173 INFO kablam! --> src/assembler.rs:3:5 Oct 27 23:19:00.173 INFO kablam! | Oct 27 23:19:00.173 INFO kablam! 3 | use std::ascii::AsciiExt; Oct 27 23:19:00.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 23:19:00.175 INFO kablam! | Oct 27 23:19:00.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:19:00.175 INFO kablam! Oct 27 23:19:00.331 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:00.331 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 23:19:00.331 INFO kablam! | Oct 27 23:19:00.331 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 23:19:00.331 INFO kablam! | ----^^^^^ Oct 27 23:19:00.332 INFO kablam! | | Oct 27 23:19:00.332 INFO kablam! | help: remove this `mut` Oct 27 23:19:00.332 INFO kablam! | Oct 27 23:19:00.332 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:00.332 INFO kablam! Oct 27 23:19:00.530 INFO kablam! warning: variable does not need to be mutable Oct 27 23:19:00.530 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Oct 27 23:19:00.531 INFO kablam! | Oct 27 23:19:00.531 INFO kablam! 150 | let mut slice = &mut v[..]; Oct 27 23:19:00.539 INFO kablam! | ----^^^^^ Oct 27 23:19:00.539 INFO kablam! | | Oct 27 23:19:00.539 INFO kablam! | help: remove this `mut` Oct 27 23:19:00.539 INFO kablam! | Oct 27 23:19:00.540 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 23:19:00.540 INFO kablam! Oct 27 23:19:08.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.60s Oct 27 23:19:08.112 INFO kablam! su: No module specific data is present Oct 27 23:19:09.635 INFO running `"docker" "rm" "-f" "b6a0bcfcb4d1fc051d2f9cdea8c10e90baaf2d8914de8b64fe40d9d8212b40dd"` Oct 27 23:19:10.071 INFO blam! b6a0bcfcb4d1fc051d2f9cdea8c10e90baaf2d8914de8b64fe40d9d8212b40dd