Sep 01 10:27:12.902 INFO checking asnom-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 10:27:12.902 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 10:27:12.902 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:27:13.046 INFO blam! 75fbc7b3d8425b39c74542298a077d6d2f58a9c396ba5973f75654dc1e760e8b Sep 01 10:27:13.048 INFO running `"docker" "start" "-a" "75fbc7b3d8425b39c74542298a077d6d2f58a9c396ba5973f75654dc1e760e8b"` Sep 01 10:27:13.914 INFO kablam! Checking asnom v0.1.0 (file:///source) Sep 01 10:27:14.887 INFO kablam! warning: unused import: `TagStructure` Sep 01 10:27:14.887 INFO kablam! --> src/parse.rs:118:28 Sep 01 10:27:14.887 INFO kablam! | Sep 01 10:27:14.887 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 01 10:27:14.887 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:27:14.887 INFO kablam! | Sep 01 10:27:14.887 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:27:14.887 INFO kablam! Sep 01 10:27:14.887 INFO kablam! warning: unused import: `super::*` Sep 01 10:27:14.887 INFO kablam! --> src/write.rs:116:9 Sep 01 10:27:14.888 INFO kablam! | Sep 01 10:27:14.888 INFO kablam! 116 | use super::*; Sep 01 10:27:14.888 INFO kablam! | ^^^^^^^^ Sep 01 10:27:14.888 INFO kablam! Sep 01 10:27:14.888 INFO kablam! warning: unused import: `std::string` Sep 01 10:27:14.888 INFO kablam! --> src/write.rs:118:9 Sep 01 10:27:14.888 INFO kablam! | Sep 01 10:27:14.888 INFO kablam! 118 | use std::string; Sep 01 10:27:14.888 INFO kablam! | ^^^^^^^^^^^ Sep 01 10:27:14.888 INFO kablam! Sep 01 10:27:14.888 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 01 10:27:14.888 INFO kablam! --> src/write.rs:122:21 Sep 01 10:27:14.888 INFO kablam! | Sep 01 10:27:14.888 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 01 10:27:14.888 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 01 10:27:14.888 INFO kablam! Sep 01 10:27:14.889 INFO kablam! warning: unused import: `TagStructure` Sep 01 10:27:14.889 INFO kablam! --> src/structure.rs:53:28 Sep 01 10:27:14.889 INFO kablam! | Sep 01 10:27:14.889 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 01 10:27:14.889 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:27:14.889 INFO kablam! Sep 01 10:27:15.108 INFO kablam! warning: variable does not need to be mutable Sep 01 10:27:15.109 INFO kablam! --> src/write.rs:39:19 Sep 01 10:27:15.109 INFO kablam! | Sep 01 10:27:15.109 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 01 10:27:15.109 INFO kablam! | ----^ Sep 01 10:27:15.109 INFO kablam! | | Sep 01 10:27:15.109 INFO kablam! | help: remove this `mut` Sep 01 10:27:15.109 INFO kablam! | Sep 01 10:27:15.109 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 10:27:15.109 INFO kablam! Sep 01 10:27:15.109 INFO kablam! warning: variable does not need to be mutable Sep 01 10:27:15.110 INFO kablam! --> src/write.rs:95:21 Sep 01 10:27:15.110 INFO kablam! | Sep 01 10:27:15.110 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 01 10:27:15.110 INFO kablam! | ----^ Sep 01 10:27:15.110 INFO kablam! | | Sep 01 10:27:15.110 INFO kablam! | help: remove this `mut` Sep 01 10:27:15.110 INFO kablam! Sep 01 10:27:15.172 INFO kablam! warning: method is never used: `into_structure` Sep 01 10:27:15.172 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 01 10:27:15.173 INFO kablam! | Sep 01 10:27:15.173 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 01 10:27:15.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:27:15.173 INFO kablam! | Sep 01 10:27:15.173 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 10:27:15.173 INFO kablam! Sep 01 10:27:15.450 INFO kablam! warning: variable does not need to be mutable Sep 01 10:27:15.450 INFO kablam! --> src/write.rs:39:19 Sep 01 10:27:15.450 INFO kablam! | Sep 01 10:27:15.450 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 01 10:27:15.450 INFO kablam! | ----^ Sep 01 10:27:15.450 INFO kablam! | | Sep 01 10:27:15.450 INFO kablam! | help: remove this `mut` Sep 01 10:27:15.450 INFO kablam! | Sep 01 10:27:15.450 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 10:27:15.450 INFO kablam! Sep 01 10:27:15.451 INFO kablam! warning: variable does not need to be mutable Sep 01 10:27:15.451 INFO kablam! --> src/write.rs:95:21 Sep 01 10:27:15.451 INFO kablam! | Sep 01 10:27:15.451 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 01 10:27:15.451 INFO kablam! | ----^ Sep 01 10:27:15.451 INFO kablam! | | Sep 01 10:27:15.451 INFO kablam! | help: remove this `mut` Sep 01 10:27:15.451 INFO kablam! Sep 01 10:27:15.527 INFO kablam! warning: method is never used: `into_structure` Sep 01 10:27:15.527 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 01 10:27:15.527 INFO kablam! | Sep 01 10:27:15.527 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 01 10:27:15.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:27:15.527 INFO kablam! | Sep 01 10:27:15.527 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 10:27:15.528 INFO kablam! Sep 01 10:27:15.532 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 10:27:15.532 INFO kablam! --> src/write.rs:135:9 Sep 01 10:27:15.532 INFO kablam! | Sep 01 10:27:15.532 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 01 10:27:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:27:15.532 INFO kablam! | Sep 01 10:27:15.532 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 10:27:15.532 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 10:27:15.532 INFO kablam! Sep 01 10:27:15.532 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 10:27:15.532 INFO kablam! --> src/write.rs:154:9 Sep 01 10:27:15.532 INFO kablam! | Sep 01 10:27:15.532 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 01 10:27:15.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:27:15.532 INFO kablam! | Sep 01 10:27:15.532 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 10:27:15.532 INFO kablam! Sep 01 10:27:15.532 INFO kablam! warning: unused `std::result::Result` which must be used Sep 01 10:27:15.532 INFO kablam! --> src/write.rs:201:9 Sep 01 10:27:15.532 INFO kablam! | Sep 01 10:27:15.532 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 01 10:27:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:27:15.533 INFO kablam! | Sep 01 10:27:15.533 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 01 10:27:15.533 INFO kablam! Sep 01 10:27:15.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Sep 01 10:27:15.560 INFO kablam! su: No module specific data is present Sep 01 10:27:15.937 INFO running `"docker" "rm" "-f" "75fbc7b3d8425b39c74542298a077d6d2f58a9c396ba5973f75654dc1e760e8b"` Sep 01 10:27:16.030 INFO blam! 75fbc7b3d8425b39c74542298a077d6d2f58a9c396ba5973f75654dc1e760e8b