Sep 20 04:50:15.028 INFO checking asnom-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 04:50:15.028 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 04:50:15.028 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:50:15.467 INFO blam! 74353220b2ca213a045f29efc9588b464554043576170818686e6ffd183abd9d Sep 20 04:50:15.470 INFO running `"docker" "start" "-a" "74353220b2ca213a045f29efc9588b464554043576170818686e6ffd183abd9d"` Sep 20 04:50:16.955 INFO kablam! usermod: no changes Sep 20 04:50:17.034 INFO kablam! Checking asnom v0.1.0 (/source) Sep 20 04:50:17.635 INFO kablam! warning: unused import: `TagStructure` Sep 20 04:50:17.635 INFO kablam! --> src/parse.rs:118:28 Sep 20 04:50:17.635 INFO kablam! | Sep 20 04:50:17.635 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 20 04:50:17.635 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:50:17.635 INFO kablam! | Sep 20 04:50:17.635 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:50:17.635 INFO kablam! Sep 20 04:50:17.635 INFO kablam! warning: unused import: `super::*` Sep 20 04:50:17.635 INFO kablam! --> src/write.rs:116:9 Sep 20 04:50:17.635 INFO kablam! | Sep 20 04:50:17.635 INFO kablam! 116 | use super::*; Sep 20 04:50:17.635 INFO kablam! | ^^^^^^^^ Sep 20 04:50:17.635 INFO kablam! Sep 20 04:50:17.635 INFO kablam! warning: unused import: `std::string` Sep 20 04:50:17.635 INFO kablam! --> src/write.rs:118:9 Sep 20 04:50:17.635 INFO kablam! | Sep 20 04:50:17.635 INFO kablam! 118 | use std::string; Sep 20 04:50:17.635 INFO kablam! | ^^^^^^^^^^^ Sep 20 04:50:17.635 INFO kablam! Sep 20 04:50:17.635 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 20 04:50:17.635 INFO kablam! --> src/write.rs:122:21 Sep 20 04:50:17.635 INFO kablam! | Sep 20 04:50:17.635 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 20 04:50:17.635 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 20 04:50:17.635 INFO kablam! Sep 20 04:50:17.647 INFO kablam! warning: unused import: `TagStructure` Sep 20 04:50:17.647 INFO kablam! --> src/structure.rs:53:28 Sep 20 04:50:17.647 INFO kablam! | Sep 20 04:50:17.647 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 20 04:50:17.647 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:50:17.647 INFO kablam! Sep 20 04:50:18.035 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:18.035 INFO kablam! --> src/write.rs:39:19 Sep 20 04:50:18.035 INFO kablam! | Sep 20 04:50:18.035 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 04:50:18.035 INFO kablam! | ----^ Sep 20 04:50:18.035 INFO kablam! | | Sep 20 04:50:18.035 INFO kablam! | help: remove this `mut` Sep 20 04:50:18.035 INFO kablam! | Sep 20 04:50:18.035 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 04:50:18.035 INFO kablam! Sep 20 04:50:18.035 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:18.035 INFO kablam! --> src/write.rs:95:21 Sep 20 04:50:18.035 INFO kablam! | Sep 20 04:50:18.035 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 04:50:18.035 INFO kablam! | ----^ Sep 20 04:50:18.035 INFO kablam! | | Sep 20 04:50:18.035 INFO kablam! | help: remove this `mut` Sep 20 04:50:18.035 INFO kablam! Sep 20 04:50:18.083 INFO kablam! warning: method is never used: `into_structure` Sep 20 04:50:18.083 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 04:50:18.083 INFO kablam! | Sep 20 04:50:18.083 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 04:50:18.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:18.083 INFO kablam! | Sep 20 04:50:18.083 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:50:18.083 INFO kablam! Sep 20 04:50:18.130 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:18.130 INFO kablam! --> src/write.rs:39:19 Sep 20 04:50:18.130 INFO kablam! | Sep 20 04:50:18.130 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 04:50:18.130 INFO kablam! | ----^ Sep 20 04:50:18.130 INFO kablam! | | Sep 20 04:50:18.130 INFO kablam! | help: remove this `mut` Sep 20 04:50:18.130 INFO kablam! | Sep 20 04:50:18.131 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 04:50:18.131 INFO kablam! Sep 20 04:50:18.132 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:18.132 INFO kablam! --> src/write.rs:95:21 Sep 20 04:50:18.132 INFO kablam! | Sep 20 04:50:18.132 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 04:50:18.132 INFO kablam! | ----^ Sep 20 04:50:18.132 INFO kablam! | | Sep 20 04:50:18.132 INFO kablam! | help: remove this `mut` Sep 20 04:50:18.132 INFO kablam! Sep 20 04:50:18.219 INFO kablam! warning: method is never used: `into_structure` Sep 20 04:50:18.219 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 04:50:18.219 INFO kablam! | Sep 20 04:50:18.219 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 04:50:18.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:18.219 INFO kablam! | Sep 20 04:50:18.219 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:50:18.219 INFO kablam! Sep 20 04:50:18.224 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:18.224 INFO kablam! --> src/write.rs:135:9 Sep 20 04:50:18.224 INFO kablam! | Sep 20 04:50:18.224 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:18.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:18.225 INFO kablam! | Sep 20 04:50:18.225 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 04:50:18.225 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:18.225 INFO kablam! Sep 20 04:50:18.225 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:18.226 INFO kablam! --> src/write.rs:154:9 Sep 20 04:50:18.226 INFO kablam! | Sep 20 04:50:18.226 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:18.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:18.226 INFO kablam! | Sep 20 04:50:18.226 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:18.226 INFO kablam! Sep 20 04:50:18.226 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:18.226 INFO kablam! --> src/write.rs:201:9 Sep 20 04:50:18.226 INFO kablam! | Sep 20 04:50:18.226 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:18.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:18.226 INFO kablam! | Sep 20 04:50:18.226 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:18.226 INFO kablam! Sep 20 04:50:18.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Sep 20 04:50:18.276 INFO kablam! su: No module specific data is present Sep 20 04:50:19.319 INFO running `"docker" "rm" "-f" "74353220b2ca213a045f29efc9588b464554043576170818686e6ffd183abd9d"` Sep 20 04:50:19.567 INFO blam! 74353220b2ca213a045f29efc9588b464554043576170818686e6ffd183abd9d