Sep 20 01:57:04.629 INFO checking fdt-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 01:57:04.629 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 01:57:04.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/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 01:57:04.888 INFO blam! 52153d7cfc10af4f52986b5e8e327176c0c9f0c85710eeda3649f3c01827ed4b Sep 20 01:57:04.893 INFO running `"docker" "start" "-a" "52153d7cfc10af4f52986b5e8e327176c0c9f0c85710eeda3649f3c01827ed4b"` Sep 20 01:57:05.888 INFO kablam! usermod: no changes Sep 20 01:57:05.959 INFO kablam! Checking memchr v1.0.2 Sep 20 01:57:06.259 INFO kablam! Checking fdt v0.0.1 (/source) Sep 20 01:57:06.425 INFO kablam! warning: unused import: `PropertyValue` Sep 20 01:57:06.425 INFO kablam! --> src/node.rs:2:56 Sep 20 01:57:06.425 INFO kablam! | Sep 20 01:57:06.425 INFO kablam! 2 | use property::{Property, Properties, PropertyIterator, PropertyValue, IsValue}; Sep 20 01:57:06.425 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:57:06.425 INFO kablam! | Sep 20 01:57:06.426 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:57:06.426 INFO kablam! Sep 20 01:57:06.426 INFO kablam! warning: unused import: `property::Property` Sep 20 01:57:06.426 INFO kablam! --> src/lib.rs:19:5 Sep 20 01:57:06.426 INFO kablam! | Sep 20 01:57:06.426 INFO kablam! 19 | use property::Property; Sep 20 01:57:06.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 01:57:06.426 INFO kablam! Sep 20 01:57:06.615 INFO kablam! warning: unused import: `PropertyValue` Sep 20 01:57:06.615 INFO kablam! --> src/node.rs:2:56 Sep 20 01:57:06.615 INFO kablam! | Sep 20 01:57:06.615 INFO kablam! 2 | use property::{Property, Properties, PropertyIterator, PropertyValue, IsValue}; Sep 20 01:57:06.615 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:57:06.615 INFO kablam! | Sep 20 01:57:06.615 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:57:06.615 INFO kablam! Sep 20 01:57:06.615 INFO kablam! warning: unused import: `property::Property` Sep 20 01:57:06.615 INFO kablam! --> src/lib.rs:19:5 Sep 20 01:57:06.615 INFO kablam! | Sep 20 01:57:06.615 INFO kablam! 19 | use property::Property; Sep 20 01:57:06.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 01:57:06.615 INFO kablam! Sep 20 01:57:06.783 INFO kablam! warning: unused variable: `e` Sep 20 01:57:06.783 INFO kablam! --> src/property.rs:68:32 Sep 20 01:57:06.783 INFO kablam! | Sep 20 01:57:06.783 INFO kablam! 68 | str::from_utf8(raw).map_err(|e| "Utf8 Error") Sep 20 01:57:06.783 INFO kablam! | ^ help: consider using `_e` instead Sep 20 01:57:06.783 INFO kablam! | Sep 20 01:57:06.783 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 01:57:06.783 INFO kablam! Sep 20 01:57:06.783 INFO kablam! warning: unused variable: `depth` Sep 20 01:57:06.783 INFO kablam! --> src/node.rs:173:35 Sep 20 01:57:06.783 INFO kablam! | Sep 20 01:57:06.783 INFO kablam! 173 | pub fn supernode_at_depth(&self, depth: usize) -> Option> { Sep 20 01:57:06.783 INFO kablam! | ^^^^^ help: consider using `_depth` instead Sep 20 01:57:06.783 INFO kablam! Sep 20 01:57:06.875 INFO kablam! warning: method is never used: `last_comp_version` Sep 20 01:57:06.875 INFO kablam! --> src/header.rs:42:2 Sep 20 01:57:06.875 INFO kablam! | Sep 20 01:57:06.875 INFO kablam! 42 | pub fn last_comp_version(&self) -> u32 { Sep 20 01:57:06.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:06.875 INFO kablam! | Sep 20 01:57:06.875 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 01:57:06.875 INFO kablam! Sep 20 01:57:06.879 INFO kablam! warning: method is never used: `size_dt_strings` Sep 20 01:57:06.879 INFO kablam! --> src/header.rs:54:2 Sep 20 01:57:06.879 INFO kablam! | Sep 20 01:57:06.879 INFO kablam! 54 | pub fn size_dt_strings(&self) -> Option { Sep 20 01:57:06.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:06.879 INFO kablam! Sep 20 01:57:06.879 INFO kablam! warning: method is never used: `size_dt_struct` Sep 20 01:57:06.879 INFO kablam! --> src/header.rs:62:2 Sep 20 01:57:06.879 INFO kablam! | Sep 20 01:57:06.879 INFO kablam! 62 | pub fn size_dt_struct(&self) -> Option { Sep 20 01:57:06.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:06.879 INFO kablam! Sep 20 01:57:06.979 INFO kablam! warning: unused variable: `e` Sep 20 01:57:06.979 INFO kablam! --> src/property.rs:68:32 Sep 20 01:57:06.979 INFO kablam! | Sep 20 01:57:06.979 INFO kablam! 68 | str::from_utf8(raw).map_err(|e| "Utf8 Error") Sep 20 01:57:06.979 INFO kablam! | ^ help: consider using `_e` instead Sep 20 01:57:06.979 INFO kablam! | Sep 20 01:57:06.979 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 01:57:06.979 INFO kablam! Sep 20 01:57:06.979 INFO kablam! warning: unused variable: `depth` Sep 20 01:57:06.979 INFO kablam! --> src/node.rs:173:35 Sep 20 01:57:06.979 INFO kablam! | Sep 20 01:57:06.979 INFO kablam! 173 | pub fn supernode_at_depth(&self, depth: usize) -> Option> { Sep 20 01:57:06.979 INFO kablam! | ^^^^^ help: consider using `_depth` instead Sep 20 01:57:06.979 INFO kablam! Sep 20 01:57:07.075 INFO kablam! warning: method is never used: `last_comp_version` Sep 20 01:57:07.075 INFO kablam! --> src/header.rs:42:2 Sep 20 01:57:07.075 INFO kablam! | Sep 20 01:57:07.075 INFO kablam! 42 | pub fn last_comp_version(&self) -> u32 { Sep 20 01:57:07.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:07.075 INFO kablam! | Sep 20 01:57:07.075 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 01:57:07.075 INFO kablam! Sep 20 01:57:07.075 INFO kablam! warning: method is never used: `size_dt_strings` Sep 20 01:57:07.075 INFO kablam! --> src/header.rs:54:2 Sep 20 01:57:07.075 INFO kablam! | Sep 20 01:57:07.075 INFO kablam! 54 | pub fn size_dt_strings(&self) -> Option { Sep 20 01:57:07.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:07.075 INFO kablam! Sep 20 01:57:07.075 INFO kablam! warning: method is never used: `size_dt_struct` Sep 20 01:57:07.075 INFO kablam! --> src/header.rs:62:2 Sep 20 01:57:07.075 INFO kablam! | Sep 20 01:57:07.075 INFO kablam! 62 | pub fn size_dt_struct(&self) -> Option { Sep 20 01:57:07.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:57:07.075 INFO kablam! Sep 20 01:57:07.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Sep 20 01:57:07.615 INFO kablam! su: No module specific data is present Sep 20 01:57:08.976 INFO running `"docker" "rm" "-f" "52153d7cfc10af4f52986b5e8e327176c0c9f0c85710eeda3649f3c01827ed4b"` Sep 20 01:57:09.163 INFO blam! 52153d7cfc10af4f52986b5e8e327176c0c9f0c85710eeda3649f3c01827ed4b