Oct 28 00:58:54.073 INFO checking asnom-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:58:54.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 28 00:58:54.279 INFO blam! bea5c30c6c211a7b1b4fce6a8af5fe82c72f3eb90a12915753b806990928d999 Oct 28 00:58:54.287 INFO running `"docker" "start" "-a" "bea5c30c6c211a7b1b4fce6a8af5fe82c72f3eb90a12915753b806990928d999"` Oct 28 00:58:55.291 INFO kablam! usermod: no changes Oct 28 00:58:55.379 INFO kablam! Checking asnom v0.1.0 (/source) Oct 28 00:58:56.675 INFO kablam! warning: unused import: `TagStructure` Oct 28 00:58:56.675 INFO kablam! --> src/parse.rs:118:28 Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! 118 | use common::{TagClass, TagStructure}; Oct 28 00:58:56.675 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:58:56.675 INFO kablam! Oct 28 00:58:56.675 INFO kablam! warning: unused import: `super::*` Oct 28 00:58:56.675 INFO kablam! --> src/write.rs:116:9 Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! 116 | use super::*; Oct 28 00:58:56.675 INFO kablam! | ^^^^^^^^ Oct 28 00:58:56.675 INFO kablam! Oct 28 00:58:56.675 INFO kablam! warning: unused import: `std::string` Oct 28 00:58:56.675 INFO kablam! --> src/write.rs:118:9 Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! 118 | use std::string; Oct 28 00:58:56.675 INFO kablam! | ^^^^^^^^^^^ Oct 28 00:58:56.675 INFO kablam! Oct 28 00:58:56.675 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Oct 28 00:58:56.675 INFO kablam! --> src/write.rs:122:21 Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Oct 28 00:58:56.675 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 28 00:58:56.675 INFO kablam! Oct 28 00:58:56.675 INFO kablam! warning: unused import: `TagStructure` Oct 28 00:58:56.675 INFO kablam! --> src/structure.rs:53:28 Oct 28 00:58:56.675 INFO kablam! | Oct 28 00:58:56.675 INFO kablam! 53 | use common::{TagClass, TagStructure}; Oct 28 00:58:56.675 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:58:56.675 INFO kablam! Oct 28 00:58:56.712 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.712 INFO kablam! --> src/write.rs:39:19 Oct 28 00:58:56.712 INFO kablam! | Oct 28 00:58:56.712 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 28 00:58:56.712 INFO kablam! | ----^ Oct 28 00:58:56.712 INFO kablam! | | Oct 28 00:58:56.712 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.712 INFO kablam! | Oct 28 00:58:56.712 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:58:56.712 INFO kablam! Oct 28 00:58:56.712 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.712 INFO kablam! --> src/write.rs:95:21 Oct 28 00:58:56.712 INFO kablam! | Oct 28 00:58:56.712 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 28 00:58:56.712 INFO kablam! | ----^ Oct 28 00:58:56.712 INFO kablam! | | Oct 28 00:58:56.712 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.712 INFO kablam! Oct 28 00:58:56.767 INFO kablam! warning: method is never used: `into_structure` Oct 28 00:58:56.767 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 28 00:58:56.767 INFO kablam! | Oct 28 00:58:56.767 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 28 00:58:56.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:56.767 INFO kablam! | Oct 28 00:58:56.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:58:56.767 INFO kablam! Oct 28 00:58:56.971 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.971 INFO kablam! --> src/write.rs:39:19 Oct 28 00:58:56.971 INFO kablam! | Oct 28 00:58:56.971 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 28 00:58:56.971 INFO kablam! | ----^ Oct 28 00:58:56.971 INFO kablam! | | Oct 28 00:58:56.971 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.971 INFO kablam! | Oct 28 00:58:56.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:58:56.971 INFO kablam! Oct 28 00:58:56.971 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.971 INFO kablam! --> src/write.rs:95:21 Oct 28 00:58:56.971 INFO kablam! | Oct 28 00:58:56.971 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 28 00:58:56.971 INFO kablam! | ----^ Oct 28 00:58:56.971 INFO kablam! | | Oct 28 00:58:56.971 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.971 INFO kablam! Oct 28 00:58:57.020 INFO kablam! warning: method is never used: `into_structure` Oct 28 00:58:57.020 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 28 00:58:57.020 INFO kablam! | Oct 28 00:58:57.020 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 28 00:58:57.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:57.020 INFO kablam! | Oct 28 00:58:57.020 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:58:57.020 INFO kablam! Oct 28 00:58:57.024 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:58:57.024 INFO kablam! --> src/write.rs:135:9 Oct 28 00:58:57.024 INFO kablam! | Oct 28 00:58:57.024 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Oct 28 00:58:57.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:57.024 INFO kablam! | Oct 28 00:58:57.024 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:58:57.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:58:57.025 INFO kablam! Oct 28 00:58:57.025 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:58:57.025 INFO kablam! --> src/write.rs:154:9 Oct 28 00:58:57.025 INFO kablam! | Oct 28 00:58:57.025 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Oct 28 00:58:57.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:57.025 INFO kablam! | Oct 28 00:58:57.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:58:57.025 INFO kablam! Oct 28 00:58:57.025 INFO kablam! warning: unused `std::result::Result` that must be used Oct 28 00:58:57.025 INFO kablam! --> src/write.rs:201:9 Oct 28 00:58:57.025 INFO kablam! | Oct 28 00:58:57.025 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Oct 28 00:58:57.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:57.025 INFO kablam! | Oct 28 00:58:57.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 28 00:58:57.025 INFO kablam! Oct 28 00:58:57.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 28 00:58:57.055 INFO kablam! su: No module specific data is present Oct 28 00:58:57.489 INFO running `"docker" "rm" "-f" "bea5c30c6c211a7b1b4fce6a8af5fe82c72f3eb90a12915753b806990928d999"` Oct 28 00:58:57.715 INFO blam! bea5c30c6c211a7b1b4fce6a8af5fe82c72f3eb90a12915753b806990928d999