Sep 20 04:50:13.755 INFO checking asnom-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:50:13.755 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:50:13.755 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:14.130 INFO blam! cbc45f969ade88f2d7fa12e65a96e4c7d0d14bdda06c40c1ad92b1aec92dd405 Sep 20 04:50:14.136 INFO running `"docker" "start" "-a" "cbc45f969ade88f2d7fa12e65a96e4c7d0d14bdda06c40c1ad92b1aec92dd405"` Sep 20 04:50:15.814 INFO kablam! usermod: no changes Sep 20 04:50:15.871 INFO kablam! Checking asnom v0.1.0 (/source) Sep 20 04:50:16.527 INFO kablam! warning: unused import: `TagStructure` Sep 20 04:50:16.527 INFO kablam! --> src/parse.rs:118:28 Sep 20 04:50:16.527 INFO kablam! | Sep 20 04:50:16.527 INFO kablam! 118 | use common::{TagClass, TagStructure}; Sep 20 04:50:16.527 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:50:16.527 INFO kablam! | Sep 20 04:50:16.527 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 04:50:16.527 INFO kablam! Sep 20 04:50:16.527 INFO kablam! warning: unused import: `super::*` Sep 20 04:50:16.527 INFO kablam! --> src/write.rs:116:9 Sep 20 04:50:16.527 INFO kablam! | Sep 20 04:50:16.527 INFO kablam! 116 | use super::*; Sep 20 04:50:16.527 INFO kablam! | ^^^^^^^^ Sep 20 04:50:16.527 INFO kablam! Sep 20 04:50:16.539 INFO kablam! warning: unused import: `std::string` Sep 20 04:50:16.539 INFO kablam! --> src/write.rs:118:9 Sep 20 04:50:16.539 INFO kablam! | Sep 20 04:50:16.539 INFO kablam! 118 | use std::string; Sep 20 04:50:16.539 INFO kablam! | ^^^^^^^^^^^ Sep 20 04:50:16.539 INFO kablam! Sep 20 04:50:16.539 INFO kablam! warning: unused imports: `BigEndian`, `WriteBytesExt` Sep 20 04:50:16.539 INFO kablam! --> src/write.rs:122:21 Sep 20 04:50:16.539 INFO kablam! | Sep 20 04:50:16.539 INFO kablam! 122 | use byteorder::{BigEndian, WriteBytesExt}; Sep 20 04:50:16.539 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^ Sep 20 04:50:16.539 INFO kablam! Sep 20 04:50:16.539 INFO kablam! warning: unused import: `TagStructure` Sep 20 04:50:16.539 INFO kablam! --> src/structure.rs:53:28 Sep 20 04:50:16.539 INFO kablam! | Sep 20 04:50:16.539 INFO kablam! 53 | use common::{TagClass, TagStructure}; Sep 20 04:50:16.539 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:50:16.539 INFO kablam! Sep 20 04:50:16.805 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:16.805 INFO kablam! --> src/write.rs:39:19 Sep 20 04:50:16.805 INFO kablam! | Sep 20 04:50:16.805 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 04:50:16.805 INFO kablam! | ----^ Sep 20 04:50:16.805 INFO kablam! | | Sep 20 04:50:16.805 INFO kablam! | help: remove this `mut` Sep 20 04:50:16.805 INFO kablam! | Sep 20 04:50:16.805 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 04:50:16.805 INFO kablam! Sep 20 04:50:16.819 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:16.819 INFO kablam! --> src/write.rs:95:21 Sep 20 04:50:16.819 INFO kablam! | Sep 20 04:50:16.819 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 04:50:16.819 INFO kablam! | ----^ Sep 20 04:50:16.819 INFO kablam! | | Sep 20 04:50:16.819 INFO kablam! | help: remove this `mut` Sep 20 04:50:16.819 INFO kablam! Sep 20 04:50:16.915 INFO kablam! warning: method is never used: `into_structure` Sep 20 04:50:16.915 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 04:50:16.915 INFO kablam! | Sep 20 04:50:16.915 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 04:50:16.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:16.915 INFO kablam! | Sep 20 04:50:16.915 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:50:16.915 INFO kablam! Sep 20 04:50:16.958 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:16.958 INFO kablam! --> src/write.rs:39:19 Sep 20 04:50:16.958 INFO kablam! | Sep 20 04:50:16.958 INFO kablam! 39 | pub fn write_type(mut w: &mut Write, class: TagClass, structure: TagStructure, id: u64) { Sep 20 04:50:16.958 INFO kablam! | ----^ Sep 20 04:50:16.958 INFO kablam! | | Sep 20 04:50:16.958 INFO kablam! | help: remove this `mut` Sep 20 04:50:16.958 INFO kablam! | Sep 20 04:50:16.958 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 04:50:16.958 INFO kablam! Sep 20 04:50:16.961 INFO kablam! warning: variable does not need to be mutable Sep 20 04:50:16.961 INFO kablam! --> src/write.rs:95:21 Sep 20 04:50:16.961 INFO kablam! | Sep 20 04:50:16.961 INFO kablam! 95 | pub fn write_length(mut w: &mut Write, length: usize) { Sep 20 04:50:16.961 INFO kablam! | ----^ Sep 20 04:50:16.961 INFO kablam! | | Sep 20 04:50:16.961 INFO kablam! | help: remove this `mut` Sep 20 04:50:16.961 INFO kablam! Sep 20 04:50:17.059 INFO kablam! warning: method is never used: `into_structure` Sep 20 04:50:17.059 INFO kablam! --> src/structures/sequence.rs:43:5 Sep 20 04:50:17.059 INFO kablam! | Sep 20 04:50:17.059 INFO kablam! 43 | fn into_structure(self) -> structure::StructureTag { Sep 20 04:50:17.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:17.059 INFO kablam! | Sep 20 04:50:17.059 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 04:50:17.059 INFO kablam! Sep 20 04:50:17.067 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:17.067 INFO kablam! --> src/write.rs:135:9 Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! 135 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:17.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 20 04:50:17.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:17.067 INFO kablam! Sep 20 04:50:17.067 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:17.067 INFO kablam! --> src/write.rs:154:9 Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! 154 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:17.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:17.067 INFO kablam! Sep 20 04:50:17.067 INFO kablam! warning: unused `std::result::Result` which must be used Sep 20 04:50:17.067 INFO kablam! --> src/write.rs:201:9 Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! 201 | super::encode_into(&mut buf, tag.into_structure()); Sep 20 04:50:17.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:50:17.067 INFO kablam! | Sep 20 04:50:17.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 20 04:50:17.067 INFO kablam! Sep 20 04:50:17.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Sep 20 04:50:17.115 INFO kablam! su: No module specific data is present Sep 20 04:50:18.089 INFO running `"docker" "rm" "-f" "cbc45f969ade88f2d7fa12e65a96e4c7d0d14bdda06c40c1ad92b1aec92dd405"` Sep 20 04:50:18.338 INFO blam! cbc45f969ade88f2d7fa12e65a96e4c7d0d14bdda06c40c1ad92b1aec92dd405