Oct 28 00:58:53.944 INFO checking asnom-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:58:53.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 28 00:58:54.251 INFO blam! d1446428d03925a8d4214ffae910fbea7b271d98fc4707a69ac40b9c9b186314 Oct 28 00:58:54.251 INFO running `"docker" "start" "-a" "d1446428d03925a8d4214ffae910fbea7b271d98fc4707a69ac40b9c9b186314"` Oct 28 00:58:55.175 INFO kablam! usermod: no changes Oct 28 00:58:55.247 INFO kablam! Checking asnom v0.1.0 (/source) Oct 28 00:58:56.663 INFO kablam! warning: unused import: `TagStructure` Oct 28 00:58:56.663 INFO kablam! --> src/parse.rs:118:28 Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! 118 | use common::{TagClass, TagStructure}; Oct 28 00:58:56.663 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:58:56.663 INFO kablam! Oct 28 00:58:56.663 INFO kablam! warning: unused import: `super::*` Oct 28 00:58:56.663 INFO kablam! --> src/write.rs:116:9 Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! 116 | use super::*; Oct 28 00:58:56.663 INFO kablam! | ^^^^^^^^ Oct 28 00:58:56.663 INFO kablam! Oct 28 00:58:56.663 INFO kablam! warning: unused import: `std::string` Oct 28 00:58:56.663 INFO kablam! --> src/write.rs:118:9 Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! 118 | use std::string; Oct 28 00:58:56.663 INFO kablam! | ^^^^^^^^^^^ Oct 28 00:58:56.663 INFO kablam! Oct 28 00:58:56.663 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Oct 28 00:58:56.663 INFO kablam! --> src/write.rs:122:21 Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Oct 28 00:58:56.663 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 28 00:58:56.663 INFO kablam! Oct 28 00:58:56.663 INFO kablam! warning: unused import: `TagStructure` Oct 28 00:58:56.663 INFO kablam! --> src/structure.rs:53:28 Oct 28 00:58:56.663 INFO kablam! | Oct 28 00:58:56.663 INFO kablam! 53 | use common::{TagClass, TagStructure}; Oct 28 00:58:56.663 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:58:56.663 INFO kablam! Oct 28 00:58:56.795 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.795 INFO kablam! --> src/write.rs:39:19 Oct 28 00:58:56.795 INFO kablam! | Oct 28 00:58:56.795 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 28 00:58:56.795 INFO kablam! | ----^ Oct 28 00:58:56.795 INFO kablam! | | Oct 28 00:58:56.795 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.795 INFO kablam! | Oct 28 00:58:56.795 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 28 00:58:56.795 INFO kablam! Oct 28 00:58:56.795 INFO kablam! warning: variable does not need to be mutable Oct 28 00:58:56.795 INFO kablam! --> src/write.rs:95:21 Oct 28 00:58:56.795 INFO kablam! | Oct 28 00:58:56.795 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 28 00:58:56.795 INFO kablam! | ----^ Oct 28 00:58:56.795 INFO kablam! | | Oct 28 00:58:56.795 INFO kablam! | help: remove this `mut` Oct 28 00:58:56.795 INFO kablam! Oct 28 00:58:56.839 INFO kablam! warning: method is never used: `into_structure` Oct 28 00:58:56.839 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 28 00:58:56.839 INFO kablam! | Oct 28 00:58:56.839 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 28 00:58:56.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:58:56.839 INFO kablam! | Oct 28 00:58:56.839 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:58:56.839 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.972 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.024 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:154:9 Oct 28 00:58:57.024 INFO kablam! | Oct 28 00:58:57.024 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.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.87s Oct 28 00:58:57.071 INFO kablam! su: No module specific data is present Oct 28 00:58:57.491 INFO running `"docker" "rm" "-f" "d1446428d03925a8d4214ffae910fbea7b271d98fc4707a69ac40b9c9b186314"` Oct 28 00:58:57.713 INFO blam! d1446428d03925a8d4214ffae910fbea7b271d98fc4707a69ac40b9c9b186314