Sep 18 01:49:46.043 INFO checking dcpu16-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:49:46.043 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:49:46.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:49:46.494 INFO blam! aded5cc91db39cf8d8e91e967469e92a387b3c88d361568fee9ec94a4819b309 Sep 18 01:49:46.494 INFO running `"docker" "start" "-a" "aded5cc91db39cf8d8e91e967469e92a387b3c88d361568fee9ec94a4819b309"` Sep 18 01:49:48.545 INFO kablam! usermod: no changes Sep 18 01:49:48.607 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 18 01:49:48.607 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 18 01:49:48.607 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 01:49:48.607 INFO kablam! files will be included as a binary target: Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! * /source/src/bin/cli.rs Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 01:49:48.607 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 18 01:49:48.607 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 18 01:49:48.607 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 01:49:48.607 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! For more information on this warning you can consult Sep 18 01:49:48.607 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 01:49:48.607 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 18 01:49:48.607 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 18 01:49:48.607 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 01:49:48.607 INFO kablam! files will be included as a test target: Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! * /source/tests/test_assembler.rs Sep 18 01:49:48.607 INFO kablam! * /source/tests/test_emulator.rs Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 01:49:48.607 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 18 01:49:48.607 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 18 01:49:48.607 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 01:49:48.607 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 01:49:48.607 INFO kablam! Sep 18 01:49:48.607 INFO kablam! For more information on this warning you can consult Sep 18 01:49:48.607 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 01:49:48.639 INFO kablam! Checking dcpu16 v0.4.0 (/source) Sep 18 01:49:49.539 INFO kablam! warning: doc comment not used by rustdoc Sep 18 01:49:49.539 INFO kablam! --> src/assembler.rs:775:9 Sep 18 01:49:49.540 INFO kablam! | Sep 18 01:49:49.540 INFO kablam! 775 | / /** Sep 18 01:49:49.541 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 18 01:49:49.541 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 18 01:49:49.542 INFO kablam! 778 | | */ Sep 18 01:49:49.542 INFO kablam! | |____________^ Sep 18 01:49:49.543 INFO kablam! | Sep 18 01:49:49.543 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 18 01:49:49.543 INFO kablam! Sep 18 01:49:49.605 INFO kablam! warning: doc comment not used by rustdoc Sep 18 01:49:49.605 INFO kablam! --> src/assembler.rs:775:9 Sep 18 01:49:49.606 INFO kablam! | Sep 18 01:49:49.606 INFO kablam! 775 | / /** Sep 18 01:49:49.607 INFO kablam! 776 | | * This whole business needs refactoring. Every case is handled by Sep 18 01:49:49.607 INFO kablam! 777 | | * an explicit case, which is extremely verbose. Sep 18 01:49:49.607 INFO kablam! 778 | | */ Sep 18 01:49:49.608 INFO kablam! | |____________^ Sep 18 01:49:49.608 INFO kablam! | Sep 18 01:49:49.609 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 18 01:49:49.609 INFO kablam! Sep 18 01:49:49.631 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 18 01:49:49.632 INFO kablam! --> src/assembler.rs:3:5 Sep 18 01:49:49.632 INFO kablam! | Sep 18 01:49:49.633 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 18 01:49:49.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 01:49:49.633 INFO kablam! | Sep 18 01:49:49.634 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:49:49.634 INFO kablam! Sep 18 01:49:49.654 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 18 01:49:49.655 INFO kablam! --> src/assembler.rs:3:5 Sep 18 01:49:49.655 INFO kablam! | Sep 18 01:49:49.655 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 18 01:49:49.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 01:49:49.667 INFO kablam! | Sep 18 01:49:49.667 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:49:49.667 INFO kablam! Sep 18 01:49:50.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 18 01:49:50.279 INFO kablam! --> src/assembler.rs:3:5 Sep 18 01:49:50.279 INFO kablam! | Sep 18 01:49:50.279 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 18 01:49:50.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 01:49:50.279 INFO kablam! | Sep 18 01:49:50.279 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:49:50.279 INFO kablam! Sep 18 01:49:50.356 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 18 01:49:50.356 INFO kablam! --> src/assembler.rs:3:5 Sep 18 01:49:50.357 INFO kablam! | Sep 18 01:49:50.357 INFO kablam! 3 | use std::ascii::AsciiExt; Sep 18 01:49:50.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 18 01:49:50.358 INFO kablam! | Sep 18 01:49:50.359 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 01:49:50.359 INFO kablam! Sep 18 01:49:50.559 INFO kablam! warning: variable does not need to be mutable Sep 18 01:49:50.559 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 18 01:49:50.559 INFO kablam! | Sep 18 01:49:50.559 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 18 01:49:50.559 INFO kablam! | ----^^^^^ Sep 18 01:49:50.559 INFO kablam! | | Sep 18 01:49:50.559 INFO kablam! | help: remove this `mut` Sep 18 01:49:50.559 INFO kablam! | Sep 18 01:49:50.559 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 01:49:50.560 INFO kablam! Sep 18 01:49:50.718 INFO kablam! warning: variable does not need to be mutable Sep 18 01:49:50.718 INFO kablam! --> src/devices/monitor_lem1802.rs:150:17 Sep 18 01:49:50.718 INFO kablam! | Sep 18 01:49:50.718 INFO kablam! 150 | let mut slice = &mut v[..]; Sep 18 01:49:50.718 INFO kablam! | ----^^^^^ Sep 18 01:49:50.718 INFO kablam! | | Sep 18 01:49:50.718 INFO kablam! | help: remove this `mut` Sep 18 01:49:50.718 INFO kablam! | Sep 18 01:49:50.718 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 01:49:50.718 INFO kablam! Sep 18 01:49:54.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.18s Sep 18 01:49:54.759 INFO kablam! su: No module specific data is present Sep 18 01:49:56.185 INFO running `"docker" "rm" "-f" "aded5cc91db39cf8d8e91e967469e92a387b3c88d361568fee9ec94a4819b309"` Sep 18 01:49:56.558 INFO blam! aded5cc91db39cf8d8e91e967469e92a387b3c88d361568fee9ec94a4819b309