Oct 22 04:38:06.577 INFO checking asnom-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:38:06.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 04:38:06.937 INFO blam! 9be9c14ff70f0e5a5081ec668b4a1fe2b8ba1430acc767f777078f6fc6983b65 Oct 22 04:38:06.939 INFO running `"docker" "start" "-a" "9be9c14ff70f0e5a5081ec668b4a1fe2b8ba1430acc767f777078f6fc6983b65"` Oct 22 04:38:08.061 INFO kablam! usermod: no changes Oct 22 04:38:08.120 INFO kablam! Checking asnom v0.1.0 (/source) Oct 22 04:38:09.357 INFO kablam! warning: unused import: `TagStructure` Oct 22 04:38:09.357 INFO kablam! --> src/parse.rs:118:28 Oct 22 04:38:09.357 INFO kablam! | Oct 22 04:38:09.357 INFO kablam! 118 | use common::{TagClass, TagStructure}; Oct 22 04:38:09.357 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:38:09.357 INFO kablam! | Oct 22 04:38:09.357 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:38:09.357 INFO kablam! Oct 22 04:38:09.360 INFO kablam! warning: unused import: `super::*` Oct 22 04:38:09.360 INFO kablam! --> src/write.rs:116:9 Oct 22 04:38:09.360 INFO kablam! | Oct 22 04:38:09.360 INFO kablam! 116 | use super::*; Oct 22 04:38:09.360 INFO kablam! | ^^^^^^^^ Oct 22 04:38:09.360 INFO kablam! Oct 22 04:38:09.360 INFO kablam! warning: unused import: `std::string` Oct 22 04:38:09.360 INFO kablam! --> src/write.rs:118:9 Oct 22 04:38:09.360 INFO kablam! | Oct 22 04:38:09.360 INFO kablam! 118 | use std::string; Oct 22 04:38:09.360 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:38:09.360 INFO kablam! Oct 22 04:38:09.360 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Oct 22 04:38:09.360 INFO kablam! --> src/write.rs:122:21 Oct 22 04:38:09.360 INFO kablam! | Oct 22 04:38:09.360 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Oct 22 04:38:09.360 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Oct 22 04:38:09.360 INFO kablam! Oct 22 04:38:09.360 INFO kablam! warning: unused import: `TagStructure` Oct 22 04:38:09.360 INFO kablam! --> src/structure.rs:53:28 Oct 22 04:38:09.360 INFO kablam! | Oct 22 04:38:09.360 INFO kablam! 53 | use common::{TagClass, TagStructure}; Oct 22 04:38:09.360 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:38:09.360 INFO kablam! Oct 22 04:38:09.664 INFO kablam! warning: variable does not need to be mutable Oct 22 04:38:09.664 INFO kablam! --> src/write.rs:39:19 Oct 22 04:38:09.664 INFO kablam! | Oct 22 04:38:09.664 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 22 04:38:09.664 INFO kablam! | ----^ Oct 22 04:38:09.664 INFO kablam! | | Oct 22 04:38:09.664 INFO kablam! | help: remove this `mut` Oct 22 04:38:09.664 INFO kablam! | Oct 22 04:38:09.664 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 04:38:09.664 INFO kablam! Oct 22 04:38:09.664 INFO kablam! warning: variable does not need to be mutable Oct 22 04:38:09.664 INFO kablam! --> src/write.rs:95:21 Oct 22 04:38:09.664 INFO kablam! | Oct 22 04:38:09.664 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 22 04:38:09.664 INFO kablam! | ----^ Oct 22 04:38:09.664 INFO kablam! | | Oct 22 04:38:09.664 INFO kablam! | help: remove this `mut` Oct 22 04:38:09.664 INFO kablam! Oct 22 04:38:09.700 INFO kablam! warning: variable does not need to be mutable Oct 22 04:38:09.700 INFO kablam! --> src/write.rs:39:19 Oct 22 04:38:09.700 INFO kablam! | Oct 22 04:38:09.700 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Oct 22 04:38:09.700 INFO kablam! | ----^ Oct 22 04:38:09.700 INFO kablam! | | Oct 22 04:38:09.700 INFO kablam! | help: remove this `mut` Oct 22 04:38:09.700 INFO kablam! | Oct 22 04:38:09.700 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 04:38:09.700 INFO kablam! Oct 22 04:38:09.700 INFO kablam! warning: variable does not need to be mutable Oct 22 04:38:09.700 INFO kablam! --> src/write.rs:95:21 Oct 22 04:38:09.700 INFO kablam! | Oct 22 04:38:09.700 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Oct 22 04:38:09.700 INFO kablam! | ----^ Oct 22 04:38:09.700 INFO kablam! | | Oct 22 04:38:09.700 INFO kablam! | help: remove this `mut` Oct 22 04:38:09.701 INFO kablam! Oct 22 04:38:09.704 INFO kablam! warning: method is never used: `into_structure` Oct 22 04:38:09.704 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 22 04:38:09.704 INFO kablam! | Oct 22 04:38:09.704 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 22 04:38:09.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:38:09.704 INFO kablam! | Oct 22 04:38:09.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:38:09.704 INFO kablam! Oct 22 04:38:09.848 INFO kablam! warning: method is never used: `into_structure` Oct 22 04:38:09.848 INFO kablam! --> src/structures/sequence.rs:43:5 Oct 22 04:38:09.848 INFO kablam! | Oct 22 04:38:09.848 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Oct 22 04:38:09.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:38:09.848 INFO kablam! | Oct 22 04:38:09.848 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:38:09.848 INFO kablam! Oct 22 04:38:09.852 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:38:09.852 INFO kablam! --> src/write.rs:135:9 Oct 22 04:38:09.852 INFO kablam! | Oct 22 04:38:09.852 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Oct 22 04:38:09.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:38:09.853 INFO kablam! | Oct 22 04:38:09.853 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:38:09.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:38:09.853 INFO kablam! Oct 22 04:38:09.853 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:38:09.853 INFO kablam! --> src/write.rs:154:9 Oct 22 04:38:09.853 INFO kablam! | Oct 22 04:38:09.853 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Oct 22 04:38:09.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:38:09.853 INFO kablam! | Oct 22 04:38:09.853 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:38:09.853 INFO kablam! Oct 22 04:38:09.860 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 04:38:09.860 INFO kablam! --> src/write.rs:201:9 Oct 22 04:38:09.860 INFO kablam! | Oct 22 04:38:09.860 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Oct 22 04:38:09.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:38:09.860 INFO kablam! | Oct 22 04:38:09.860 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 04:38:09.860 INFO kablam! Oct 22 04:38:09.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 22 04:38:09.936 INFO kablam! su: No module specific data is present Oct 22 04:38:10.614 INFO running `"docker" "rm" "-f" "9be9c14ff70f0e5a5081ec668b4a1fe2b8ba1430acc767f777078f6fc6983b65"` Oct 22 04:38:10.953 INFO blam! 9be9c14ff70f0e5a5081ec668b4a1fe2b8ba1430acc767f777078f6fc6983b65