Jul 12 11:17:22.270 INFO checking dcpu16-0.4.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 11:17:22.270 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:17:22.270 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:17:22.270 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 11:17:22.578 INFO blam! d14d8759539ec75d084de6d414f6ce6a879654e46759b4bb245bb5729d6cfa5d Jul 12 11:17:22.581 INFO running `"docker" "start" "-a" "d14d8759539ec75d084de6d414f6ce6a879654e46759b4bb245bb5729d6cfa5d"` Jul 12 11:17:23.535 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Jul 12 11:17:23.535 INFO kablam! disables Cargo from automatically inferring other binary targets. Jul 12 11:17:23.535 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:17:23.535 INFO kablam! files will be included as a binary target: Jul 12 11:17:23.535 INFO kablam! Jul 12 11:17:23.535 INFO kablam! * /source/src/bin/cli.rs Jul 12 11:17:23.535 INFO kablam! Jul 12 11:17:23.536 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:17:23.536 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Jul 12 11:17:23.536 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Jul 12 11:17:23.536 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:17:23.536 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:17:23.536 INFO kablam! Jul 12 11:17:23.536 INFO kablam! For more information on this warning you can consult Jul 12 11:17:23.536 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:17:23.536 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 11:17:23.536 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 11:17:23.536 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 11:17:23.536 INFO kablam! files will be included as a test target: Jul 12 11:17:23.536 INFO kablam! Jul 12 11:17:23.536 INFO kablam! * /source/tests/test_emulator.rs Jul 12 11:17:23.536 INFO kablam! * /source/tests/test_assembler.rs Jul 12 11:17:23.536 INFO kablam! Jul 12 11:17:23.536 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 11:17:23.536 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 11:17:23.536 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 11:17:23.536 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 11:17:23.536 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 11:17:23.536 INFO kablam! Jul 12 11:17:23.537 INFO kablam! For more information on this warning you can consult Jul 12 11:17:23.537 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 11:17:23.564 INFO kablam! Checking dcpu16 v0.4.0 (file:///source) Jul 12 11:17:24.621 INFO kablam! warning: doc comment not used by rustdoc Jul 12 11:17:24.621 INFO kablam! --> src/assembler.rs:775:9 Jul 12 11:17:24.621 INFO kablam! | Jul 12 11:17:24.621 INFO kablam! 775 | / /** Jul 12 11:17:24.621 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Jul 12 11:17:24.621 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Jul 12 11:17:24.621 INFO kablam! 778 | | */ Jul 12 11:17:24.621 INFO kablam! | |____________^ Jul 12 11:17:24.621 INFO kablam! | Jul 12 11:17:24.621 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Jul 12 11:17:24.621 INFO kablam! Jul 12 11:17:24.710 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 11:17:24.710 INFO kablam! --> src/assembler.rs:3:5 Jul 12 11:17:24.710 INFO kablam! | Jul 12 11:17:24.710 INFO kablam! 3 | use std::ascii::AsciiExt; Jul 12 11:17:24.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:17:24.710 INFO kablam! | Jul 12 11:17:24.710 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 11:17:24.710 INFO kablam! Jul 12 11:17:24.872 INFO kablam! warning: doc comment not used by rustdoc Jul 12 11:17:24.872 INFO kablam! --> src/assembler.rs:775:9 Jul 12 11:17:24.872 INFO kablam! | Jul 12 11:17:24.872 INFO kablam! 775 | / /** Jul 12 11:17:24.872 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Jul 12 11:17:24.872 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Jul 12 11:17:24.872 INFO kablam! 778 | | */ Jul 12 11:17:24.873 INFO kablam! | |____________^ Jul 12 11:17:24.873 INFO kablam! | Jul 12 11:17:24.873 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Jul 12 11:17:24.873 INFO kablam! Jul 12 11:17:24.976 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 11:17:24.976 INFO kablam! --> src/assembler.rs:3:5 Jul 12 11:17:24.976 INFO kablam! | Jul 12 11:17:24.976 INFO kablam! 3 | use std::ascii::AsciiExt; Jul 12 11:17:24.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:17:24.976 INFO kablam! | Jul 12 11:17:24.976 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 11:17:24.976 INFO kablam! Jul 12 11:17:26.201 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Jul 12 11:17:26.201 INFO kablam! --> src/assembler.rs:3:5 Jul 12 11:17:26.201 INFO kablam! | Jul 12 11:17:26.201 INFO kablam! 3 | use std::ascii::AsciiExt; Jul 12 11:17:26.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:17:26.206 INFO kablam! | Jul 12 11:17:26.207 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:17:26.207 INFO kablam! Jul 12 11:17:26.642 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Jul 12 11:17:26.642 INFO kablam! --> src/assembler.rs:3:5 Jul 12 11:17:26.642 INFO kablam! | Jul 12 11:17:26.643 INFO kablam! 3 | use std::ascii::AsciiExt; Jul 12 11:17:26.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 11:17:26.650 INFO kablam! | Jul 12 11:17:26.651 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 11:17:26.651 INFO kablam! Jul 12 11:17:26.942 INFO kablam! warning: variable does not need to be mutable Jul 12 11:17:26.942 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Jul 12 11:17:26.942 INFO kablam! | Jul 12 11:17:26.943 INFO kablam! 150 | let mut slice = &mut v[..]; Jul 12 11:17:26.943 INFO kablam! | ----^^^^^ Jul 12 11:17:26.943 INFO kablam! | | Jul 12 11:17:26.943 INFO kablam! | help: remove this `mut` Jul 12 11:17:26.943 INFO kablam! | Jul 12 11:17:26.943 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 12 11:17:26.943 INFO kablam! Jul 12 11:17:28.574 INFO kablam! warning: variable does not need to be mutable Jul 12 11:17:28.574 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Jul 12 11:17:28.574 INFO kablam! | Jul 12 11:17:28.574 INFO kablam! 150 | let mut slice = &mut v[..]; Jul 12 11:17:28.575 INFO kablam! | ----^^^^^ Jul 12 11:17:28.575 INFO kablam! | | Jul 12 11:17:28.575 INFO kablam! | help: remove this `mut` Jul 12 11:17:28.606 INFO kablam! | Jul 12 11:17:28.606 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 12 11:17:28.606 INFO kablam! Jul 12 11:17:34.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.25s Jul 12 11:17:34.725 INFO kablam! su: No module specific data is present Jul 12 11:17:35.312 INFO running `"docker" "rm" "-f" "d14d8759539ec75d084de6d414f6ce6a879654e46759b4bb245bb5729d6cfa5d"` Jul 12 11:17:35.475 INFO blam! d14d8759539ec75d084de6d414f6ce6a879654e46759b4bb245bb5729d6cfa5d