Sep 20 06:27:59.336 INFO checking asnom-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:27:59.336 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:27:59.336 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:27:59.555 INFO blam! da09d3a137519bd516944f83214f06d2e34deafa0d6f0a7dac92157a0e2300ca Sep 20 06:27:59.562 INFO running `"docker" "start" "-a" "da09d3a137519bd516944f83214f06d2e34deafa0d6f0a7dac92157a0e2300ca"` Sep 20 06:28:00.562 INFO kablam! usermod: no changes Sep 20 06:28:00.610 INFO kablam! Checking asnom v0.1.0 (/source) Sep 20 06:28:01.193 INFO kablam! warning: unused import: `TagStructure` Sep 20 06:28:01.193 INFO kablam! --> src/parse.rs:118:28 Sep 20 06:28:01.193 INFO kablam! | Sep 20 06:28:01.193 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 20 06:28:01.193 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:28:01.193 INFO kablam! | Sep 20 06:28:01.193 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:28:01.193 INFO kablam! Sep 20 06:28:01.193 INFO kablam! warning: unused import: `super::*` Sep 20 06:28:01.193 INFO kablam! --> src/write.rs:116:9 Sep 20 06:28:01.193 INFO kablam! | Sep 20 06:28:01.193 INFO kablam! 116 | use super::*; Sep 20 06:28:01.193 INFO kablam! | ^^^^^^^^ Sep 20 06:28:01.193 INFO kablam! Sep 20 06:28:01.193 INFO kablam! warning: unused import: `std::string` Sep 20 06:28:01.193 INFO kablam! --> src/write.rs:118:9 Sep 20 06:28:01.193 INFO kablam! | Sep 20 06:28:01.193 INFO kablam! 118 | use std::string; Sep 20 06:28:01.193 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:28:01.193 INFO kablam! Sep 20 06:28:01.193 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 20 06:28:01.193 INFO kablam! --> src/write.rs:122:21 Sep 20 06:28:01.193 INFO kablam! | Sep 20 06:28:01.194 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 20 06:28:01.194 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 20 06:28:01.194 INFO kablam! Sep 20 06:28:01.194 INFO kablam! warning: unused import: `TagStructure` Sep 20 06:28:01.194 INFO kablam! --> src/structure.rs:53:28 Sep 20 06:28:01.194 INFO kablam! | Sep 20 06:28:01.194 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 20 06:28:01.194 INFO kablam! | ^^^^^^^^^^^^ Sep 20 06:28:01.194 INFO kablam! Sep 20 06:28:01.426 INFO kablam! warning: variable does not need to be mutable Sep 20 06:28:01.426 INFO kablam! --> src/write.rs:39:19 Sep 20 06:28:01.426 INFO kablam! | Sep 20 06:28:01.426 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 06:28:01.426 INFO kablam! | ----^ Sep 20 06:28:01.426 INFO kablam! | | Sep 20 06:28:01.426 INFO kablam! | help: remove this `mut` Sep 20 06:28:01.426 INFO kablam! | Sep 20 06:28:01.426 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 06:28:01.426 INFO kablam! Sep 20 06:28:01.434 INFO kablam! warning: variable does not need to be mutable Sep 20 06:28:01.434 INFO kablam! --> src/write.rs:95:21 Sep 20 06:28:01.434 INFO kablam! | Sep 20 06:28:01.434 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 06:28:01.434 INFO kablam! | ----^ Sep 20 06:28:01.434 INFO kablam! | | Sep 20 06:28:01.434 INFO kablam! | help: remove this `mut` Sep 20 06:28:01.434 INFO kablam! Sep 20 06:28:01.521 INFO kablam! warning: method is never used: `into_structure` Sep 20 06:28:01.521 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 06:28:01.521 INFO kablam! | Sep 20 06:28:01.521 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 06:28:01.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:28:01.521 INFO kablam! | Sep 20 06:28:01.521 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 06:28:01.521 INFO kablam! Sep 20 06:28:01.762 INFO kablam! warning: variable does not need to be mutable Sep 20 06:28:01.762 INFO kablam! --> src/write.rs:39:19 Sep 20 06:28:01.762 INFO kablam! | Sep 20 06:28:01.762 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 06:28:01.762 INFO kablam! | ----^ Sep 20 06:28:01.762 INFO kablam! | | Sep 20 06:28:01.762 INFO kablam! | help: remove this `mut` Sep 20 06:28:01.762 INFO kablam! | Sep 20 06:28:01.763 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 06:28:01.763 INFO kablam! Sep 20 06:28:01.769 INFO kablam! warning: variable does not need to be mutable Sep 20 06:28:01.769 INFO kablam! --> src/write.rs:95:21 Sep 20 06:28:01.769 INFO kablam! | Sep 20 06:28:01.769 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 06:28:01.769 INFO kablam! | ----^ Sep 20 06:28:01.769 INFO kablam! | | Sep 20 06:28:01.769 INFO kablam! | help: remove this `mut` Sep 20 06:28:01.769 INFO kablam! Sep 20 06:28:01.870 INFO kablam! warning: method is never used: `into_structure` Sep 20 06:28:01.870 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 06:28:01.870 INFO kablam! | Sep 20 06:28:01.870 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 06:28:01.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:28:01.870 INFO kablam! | Sep 20 06:28:01.878 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 06:28:01.878 INFO kablam! Sep 20 06:28:01.879 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:28:01.879 INFO kablam! --> src/write.rs:135:9 Sep 20 06:28:01.879 INFO kablam! | Sep 20 06:28:01.879 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 06:28:01.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:28:01.879 INFO kablam! | Sep 20 06:28:01.879 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 06:28:01.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:28:01.879 INFO kablam! Sep 20 06:28:01.881 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:28:01.881 INFO kablam! --> src/write.rs:154:9 Sep 20 06:28:01.881 INFO kablam! | Sep 20 06:28:01.881 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 06:28:01.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:28:01.881 INFO kablam! | Sep 20 06:28:01.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:28:01.882 INFO kablam! Sep 20 06:28:01.882 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 06:28:01.882 INFO kablam! --> src/write.rs:201:9 Sep 20 06:28:01.882 INFO kablam! | Sep 20 06:28:01.882 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 06:28:01.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:28:01.882 INFO kablam! | Sep 20 06:28:01.882 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 06:28:01.882 INFO kablam! Sep 20 06:28:01.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Sep 20 06:28:01.946 INFO kablam! su: No module specific data is present Sep 20 06:28:03.409 INFO running `"docker" "rm" "-f" "da09d3a137519bd516944f83214f06d2e34deafa0d6f0a7dac92157a0e2300ca"` Sep 20 06:28:03.520 INFO blam! da09d3a137519bd516944f83214f06d2e34deafa0d6f0a7dac92157a0e2300ca