Sep 04 23:55:03.410 INFO checking asnom-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:55:03.410 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:55:03.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:55:03.614 INFO blam! 6d63b939cb97bccc52fd9d8313b0f39878e02924f5ac21a9561f8b493d741689 Sep 04 23:55:03.616 INFO running `"docker" "start" "-a" "6d63b939cb97bccc52fd9d8313b0f39878e02924f5ac21a9561f8b493d741689"` Sep 04 23:55:04.306 INFO kablam! Checking asnom v0.1.0 (file:///source) Sep 04 23:55:05.155 INFO kablam! warning: unused import: `TagStructure` Sep 04 23:55:05.155 INFO kablam! --> src/parse.rs:118:28 Sep 04 23:55:05.155 INFO kablam! | Sep 04 23:55:05.155 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 04 23:55:05.155 INFO kablam! | ^^^^^^^^^^^^ Sep 04 23:55:05.155 INFO kablam! | Sep 04 23:55:05.155 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 23:55:05.155 INFO kablam! Sep 04 23:55:05.155 INFO kablam! warning: unused import: `super::*` Sep 04 23:55:05.155 INFO kablam! --> src/write.rs:116:9 Sep 04 23:55:05.155 INFO kablam! | Sep 04 23:55:05.155 INFO kablam! 116 | use super::*; Sep 04 23:55:05.156 INFO kablam! | ^^^^^^^^ Sep 04 23:55:05.156 INFO kablam! Sep 04 23:55:05.156 INFO kablam! warning: unused import: `std::string` Sep 04 23:55:05.156 INFO kablam! --> src/write.rs:118:9 Sep 04 23:55:05.156 INFO kablam! | Sep 04 23:55:05.156 INFO kablam! 118 | use std::string; Sep 04 23:55:05.156 INFO kablam! | ^^^^^^^^^^^ Sep 04 23:55:05.156 INFO kablam! Sep 04 23:55:05.156 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 04 23:55:05.156 INFO kablam! --> src/write.rs:122:21 Sep 04 23:55:05.156 INFO kablam! | Sep 04 23:55:05.156 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 04 23:55:05.156 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 04 23:55:05.156 INFO kablam! Sep 04 23:55:05.157 INFO kablam! warning: unused import: `TagStructure` Sep 04 23:55:05.157 INFO kablam! --> src/structure.rs:53:28 Sep 04 23:55:05.157 INFO kablam! | Sep 04 23:55:05.157 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 04 23:55:05.157 INFO kablam! | ^^^^^^^^^^^^ Sep 04 23:55:05.157 INFO kablam! Sep 04 23:55:05.598 INFO kablam! warning: variable does not need to be mutable Sep 04 23:55:05.598 INFO kablam! --> src/write.rs:39:19 Sep 04 23:55:05.598 INFO kablam! | Sep 04 23:55:05.598 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 04 23:55:05.598 INFO kablam! | ----^ Sep 04 23:55:05.598 INFO kablam! | | Sep 04 23:55:05.598 INFO kablam! | help: remove this `mut` Sep 04 23:55:05.598 INFO kablam! | Sep 04 23:55:05.598 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 23:55:05.598 INFO kablam! Sep 04 23:55:05.599 INFO kablam! warning: variable does not need to be mutable Sep 04 23:55:05.599 INFO kablam! --> src/write.rs:95:21 Sep 04 23:55:05.599 INFO kablam! | Sep 04 23:55:05.599 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 04 23:55:05.599 INFO kablam! | ----^ Sep 04 23:55:05.599 INFO kablam! | | Sep 04 23:55:05.599 INFO kablam! | help: remove this `mut` Sep 04 23:55:05.599 INFO kablam! Sep 04 23:55:05.671 INFO kablam! warning: method is never used: `into_structure` Sep 04 23:55:05.671 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 04 23:55:05.671 INFO kablam! | Sep 04 23:55:05.671 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 04 23:55:05.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:55:05.672 INFO kablam! | Sep 04 23:55:05.672 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 23:55:05.672 INFO kablam! Sep 04 23:55:05.720 INFO kablam! warning: variable does not need to be mutable Sep 04 23:55:05.721 INFO kablam! --> src/write.rs:39:19 Sep 04 23:55:05.721 INFO kablam! | Sep 04 23:55:05.721 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 04 23:55:05.721 INFO kablam! | ----^ Sep 04 23:55:05.721 INFO kablam! | | Sep 04 23:55:05.721 INFO kablam! | help: remove this `mut` Sep 04 23:55:05.721 INFO kablam! | Sep 04 23:55:05.721 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 23:55:05.721 INFO kablam! Sep 04 23:55:05.721 INFO kablam! warning: variable does not need to be mutable Sep 04 23:55:05.722 INFO kablam! --> src/write.rs:95:21 Sep 04 23:55:05.722 INFO kablam! | Sep 04 23:55:05.722 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 04 23:55:05.722 INFO kablam! | ----^ Sep 04 23:55:05.722 INFO kablam! | | Sep 04 23:55:05.722 INFO kablam! | help: remove this `mut` Sep 04 23:55:05.722 INFO kablam! Sep 04 23:55:05.797 INFO kablam! warning: method is never used: `into_structure` Sep 04 23:55:05.797 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 04 23:55:05.797 INFO kablam! | Sep 04 23:55:05.797 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 04 23:55:05.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:55:05.797 INFO kablam! | Sep 04 23:55:05.797 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 23:55:05.797 INFO kablam! Sep 04 23:55:05.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 23:55:05.801 INFO kablam! --> src/write.rs:135:9 Sep 04 23:55:05.801 INFO kablam! | Sep 04 23:55:05.801 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 04 23:55:05.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:55:05.801 INFO kablam! | Sep 04 23:55:05.801 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 23:55:05.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 23:55:05.801 INFO kablam! Sep 04 23:55:05.801 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 23:55:05.802 INFO kablam! --> src/write.rs:154:9 Sep 04 23:55:05.802 INFO kablam! | Sep 04 23:55:05.802 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 04 23:55:05.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:55:05.802 INFO kablam! | Sep 04 23:55:05.802 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 23:55:05.802 INFO kablam! Sep 04 23:55:05.802 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 23:55:05.802 INFO kablam! --> src/write.rs:201:9 Sep 04 23:55:05.802 INFO kablam! | Sep 04 23:55:05.802 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 04 23:55:05.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:55:05.802 INFO kablam! | Sep 04 23:55:05.802 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 23:55:05.802 INFO kablam! Sep 04 23:55:05.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.55s Sep 04 23:55:05.838 INFO kablam! su: No module specific data is present Sep 04 23:55:06.399 INFO running `"docker" "rm" "-f" "6d63b939cb97bccc52fd9d8313b0f39878e02924f5ac21a9561f8b493d741689"` Sep 04 23:55:06.504 INFO blam! 6d63b939cb97bccc52fd9d8313b0f39878e02924f5ac21a9561f8b493d741689