Sep 18 03:37:54.105 INFO checking asnom-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:37:54.105 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:37:54.105 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:37:54.630 INFO blam! 93ab69dd120adf5e078b40d45aa6b75c57b5adda9f7278398c87065e9a10a2c3 Sep 18 03:37:54.632 INFO running `"docker" "start" "-a" "93ab69dd120adf5e078b40d45aa6b75c57b5adda9f7278398c87065e9a10a2c3"` Sep 18 03:37:56.106 INFO kablam! usermod: no changes Sep 18 03:37:56.138 INFO kablam! Checking asnom v0.1.0 (/source) Sep 18 03:37:56.470 INFO kablam! warning: unused import: `TagStructure` Sep 18 03:37:56.471 INFO kablam! --> src/parse.rs:118:28 Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 18 03:37:56.471 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:37:56.471 INFO kablam! Sep 18 03:37:56.471 INFO kablam! warning: unused import: `super::*` Sep 18 03:37:56.471 INFO kablam! --> src/write.rs:116:9 Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! 116 | use super::*; Sep 18 03:37:56.471 INFO kablam! | ^^^^^^^^ Sep 18 03:37:56.471 INFO kablam! Sep 18 03:37:56.471 INFO kablam! warning: unused import: `std::string` Sep 18 03:37:56.471 INFO kablam! --> src/write.rs:118:9 Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! 118 | use std::string; Sep 18 03:37:56.471 INFO kablam! | ^^^^^^^^^^^ Sep 18 03:37:56.471 INFO kablam! Sep 18 03:37:56.471 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 18 03:37:56.471 INFO kablam! --> src/write.rs:122:21 Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 18 03:37:56.471 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 18 03:37:56.471 INFO kablam! Sep 18 03:37:56.471 INFO kablam! warning: unused import: `TagStructure` Sep 18 03:37:56.471 INFO kablam! --> src/structure.rs:53:28 Sep 18 03:37:56.471 INFO kablam! | Sep 18 03:37:56.471 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 18 03:37:56.471 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:37:56.471 INFO kablam! Sep 18 03:37:56.635 INFO kablam! warning: variable does not need to be mutable Sep 18 03:37:56.635 INFO kablam! --> src/write.rs:39:19 Sep 18 03:37:56.635 INFO kablam! | Sep 18 03:37:56.635 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 18 03:37:56.635 INFO kablam! | ----^ Sep 18 03:37:56.635 INFO kablam! | | Sep 18 03:37:56.635 INFO kablam! | help: remove this `mut` Sep 18 03:37:56.635 INFO kablam! | Sep 18 03:37:56.635 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:37:56.635 INFO kablam! Sep 18 03:37:56.643 INFO kablam! warning: variable does not need to be mutable Sep 18 03:37:56.643 INFO kablam! --> src/write.rs:95:21 Sep 18 03:37:56.644 INFO kablam! | Sep 18 03:37:56.644 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 18 03:37:56.644 INFO kablam! | ----^ Sep 18 03:37:56.644 INFO kablam! | | Sep 18 03:37:56.644 INFO kablam! | help: remove this `mut` Sep 18 03:37:56.644 INFO kablam! Sep 18 03:37:56.674 INFO kablam! warning: method is never used: `into_structure` Sep 18 03:37:56.674 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 18 03:37:56.674 INFO kablam! | Sep 18 03:37:56.674 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 18 03:37:56.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:37:56.674 INFO kablam! | Sep 18 03:37:56.674 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:37:56.674 INFO kablam! Sep 18 03:37:56.778 INFO kablam! warning: variable does not need to be mutable Sep 18 03:37:56.778 INFO kablam! --> src/write.rs:39:19 Sep 18 03:37:56.778 INFO kablam! | Sep 18 03:37:56.778 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 18 03:37:56.778 INFO kablam! | ----^ Sep 18 03:37:56.779 INFO kablam! | | Sep 18 03:37:56.779 INFO kablam! | help: remove this `mut` Sep 18 03:37:56.779 INFO kablam! | Sep 18 03:37:56.779 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:37:56.779 INFO kablam! Sep 18 03:37:56.779 INFO kablam! warning: variable does not need to be mutable Sep 18 03:37:56.779 INFO kablam! --> src/write.rs:95:21 Sep 18 03:37:56.779 INFO kablam! | Sep 18 03:37:56.779 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 18 03:37:56.779 INFO kablam! | ----^ Sep 18 03:37:56.779 INFO kablam! | | Sep 18 03:37:56.779 INFO kablam! | help: remove this `mut` Sep 18 03:37:56.779 INFO kablam! Sep 18 03:37:56.839 INFO kablam! warning: method is never used: `into_structure` Sep 18 03:37:56.839 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 18 03:37:56.839 INFO kablam! | Sep 18 03:37:56.839 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 18 03:37:56.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:37:56.839 INFO kablam! | Sep 18 03:37:56.839 INFO kablam! = note: #[warn(dead_code)] on by default Sep 18 03:37:56.839 INFO kablam! Sep 18 03:37:56.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:37:56.843 INFO kablam! --> src/write.rs:135:9 Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 18 03:37:56.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 18 03:37:56.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:37:56.843 INFO kablam! Sep 18 03:37:56.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:37:56.843 INFO kablam! --> src/write.rs:154:9 Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 18 03:37:56.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:37:56.843 INFO kablam! Sep 18 03:37:56.843 INFO kablam! warning: unused `std::result::Result` which must be used Sep 18 03:37:56.843 INFO kablam! --> src/write.rs:201:9 Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 18 03:37:56.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 03:37:56.843 INFO kablam! | Sep 18 03:37:56.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 18 03:37:56.843 INFO kablam! Sep 18 03:37:56.865 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Sep 18 03:37:56.867 INFO kablam! su: No module specific data is present Sep 18 03:37:57.565 INFO running `"docker" "rm" "-f" "93ab69dd120adf5e078b40d45aa6b75c57b5adda9f7278398c87065e9a10a2c3"` Sep 18 03:37:57.628 INFO blam! 93ab69dd120adf5e078b40d45aa6b75c57b5adda9f7278398c87065e9a10a2c3