Oct 13 17:58:47.615 INFO checking asnom-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:58:47.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:58:47.840 INFO blam! 6bb6a21e5ef32ee2108d95039094482a42d8813b46f2c7b8c47614d6f92ea149 Oct 13 17:58:47.845 INFO running `"docker" "start" "-a" "6bb6a21e5ef32ee2108d95039094482a42d8813b46f2c7b8c47614d6f92ea149"` Oct 13 17:58:48.418 INFO kablam! usermod: no changes Oct 13 17:58:48.461 INFO kablam! Checking asnom v0.1.0 (/source) Oct 13 17:58:49.466 INFO kablam! warning: unused import: `TagStructure` Oct 13 17:58:49.466 INFO kablam! --> src/parse.rs:118:28 Oct 13 17:58:49.466 INFO kablam! | Oct 13 17:58:49.466 INFO kablam! 118 | use common::{TagClass, TagStructure}; Oct 13 17:58:49.466 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:58:49.466 INFO kablam! | Oct 13 17:58:49.466 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:58:49.466 INFO kablam! Oct 13 17:58:49.466 INFO kablam! warning: unused import: `super::*` Oct 13 17:58:49.466 INFO kablam! --> src/write.rs:116:9 Oct 13 17:58:49.466 INFO kablam! | Oct 13 17:58:49.466 INFO kablam! 116 | use super::*; Oct 13 17:58:49.466 INFO kablam! | ^^^^^^^^ Oct 13 17:58:49.466 INFO kablam! Oct 13 17:58:49.466 INFO kablam! warning: unused import: `std::string` Oct 13 17:58:49.466 INFO kablam! --> src/write.rs:118:9 Oct 13 17:58:49.466 INFO kablam! | Oct 13 17:58:49.466 INFO kablam! 118 | use std::string; Oct 13 17:58:49.466 INFO kablam! | ^^^^^^^^^^^ Oct 13 17:58:49.466 INFO kablam! Oct 13 17:58:49.466 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Oct 13 17:58:49.466 INFO kablam! --> src/write.rs:122:21 Oct 13 17:58:49.466 INFO kablam! | Oct 13 17:58:49.466 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Oct 13 17:58:49.466 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 17:58:49.466 INFO kablam! Oct 13 17:58:49.476 INFO kablam! warning: unused import: `TagStructure` Oct 13 17:58:49.476 INFO kablam! --> src/structure.rs:53:28 Oct 13 17:58:49.476 INFO kablam! | Oct 13 17:58:49.476 INFO kablam! 53 | use common::{TagClass, TagStructure}; Oct 13 17:58:49.476 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:58:49.476 INFO kablam! Oct 13 17:58:49.700 INFO kablam! warning: variable does not need to be mutable Oct 13 17:58:49.700 INFO kablam! --> src/write.rs:39:19 Oct 13 17:58:49.700 INFO kablam! | Oct 13 17:58:49.700 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 13 17:58:49.700 INFO kablam! | ----^ Oct 13 17:58:49.700 INFO kablam! | | Oct 13 17:58:49.700 INFO kablam! | help: remove this `mut` Oct 13 17:58:49.700 INFO kablam! | Oct 13 17:58:49.700 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 17:58:49.700 INFO kablam! Oct 13 17:58:49.700 INFO kablam! warning: variable does not need to be mutable Oct 13 17:58:49.700 INFO kablam! --> src/write.rs:95:21 Oct 13 17:58:49.700 INFO kablam! | Oct 13 17:58:49.700 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 13 17:58:49.700 INFO kablam! | ----^ Oct 13 17:58:49.700 INFO kablam! | | Oct 13 17:58:49.700 INFO kablam! | help: remove this `mut` Oct 13 17:58:49.700 INFO kablam! Oct 13 17:58:49.761 INFO kablam! warning: method is never used: `into_structure` Oct 13 17:58:49.761 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 13 17:58:49.762 INFO kablam! | Oct 13 17:58:49.762 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 13 17:58:49.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:58:49.762 INFO kablam! | Oct 13 17:58:49.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:58:49.763 INFO kablam! Oct 13 17:58:49.793 INFO kablam! warning: variable does not need to be mutable Oct 13 17:58:49.793 INFO kablam! --> src/write.rs:39:19 Oct 13 17:58:49.793 INFO kablam! | Oct 13 17:58:49.793 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 13 17:58:49.793 INFO kablam! | ----^ Oct 13 17:58:49.793 INFO kablam! | | Oct 13 17:58:49.793 INFO kablam! | help: remove this `mut` Oct 13 17:58:49.793 INFO kablam! | Oct 13 17:58:49.793 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 17:58:49.793 INFO kablam! Oct 13 17:58:49.793 INFO kablam! warning: variable does not need to be mutable Oct 13 17:58:49.793 INFO kablam! --> src/write.rs:95:21 Oct 13 17:58:49.793 INFO kablam! | Oct 13 17:58:49.793 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 13 17:58:49.793 INFO kablam! | ----^ Oct 13 17:58:49.793 INFO kablam! | | Oct 13 17:58:49.793 INFO kablam! | help: remove this `mut` Oct 13 17:58:49.793 INFO kablam! Oct 13 17:58:49.857 INFO kablam! warning: method is never used: `into_structure` Oct 13 17:58:49.857 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 13 17:58:49.857 INFO kablam! | Oct 13 17:58:49.857 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 13 17:58:49.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:58:49.857 INFO kablam! | Oct 13 17:58:49.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:58:49.857 INFO kablam! Oct 13 17:58:49.860 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 17:58:49.860 INFO kablam! --> src/write.rs:135:9 Oct 13 17:58:49.860 INFO kablam! | Oct 13 17:58:49.860 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Oct 13 17:58:49.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:58:49.860 INFO kablam! | Oct 13 17:58:49.861 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 17:58:49.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 17:58:49.861 INFO kablam! Oct 13 17:58:49.861 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 17:58:49.861 INFO kablam! --> src/write.rs:154:9 Oct 13 17:58:49.861 INFO kablam! | Oct 13 17:58:49.861 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Oct 13 17:58:49.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:58:49.861 INFO kablam! | Oct 13 17:58:49.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 17:58:49.861 INFO kablam! Oct 13 17:58:49.861 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 17:58:49.861 INFO kablam! --> src/write.rs:201:9 Oct 13 17:58:49.861 INFO kablam! | Oct 13 17:58:49.861 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Oct 13 17:58:49.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:58:49.861 INFO kablam! | Oct 13 17:58:49.861 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 17:58:49.861 INFO kablam! Oct 13 17:58:49.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 13 17:58:49.887 INFO kablam! su: No module specific data is present Oct 13 17:58:50.275 INFO running `"docker" "rm" "-f" "6bb6a21e5ef32ee2108d95039094482a42d8813b46f2c7b8c47614d6f92ea149"` Oct 13 17:58:50.473 INFO blam! 6bb6a21e5ef32ee2108d95039094482a42d8813b46f2c7b8c47614d6f92ea149