Sep 21 10:35:25.691 INFO checking fatfs-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:35:25.691 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:35:25.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:35:25.889 INFO blam! 0c670dd3080fa436ef89b7cad11b7eaec2e03bafdf6302f7a73da49a95646734 Sep 21 10:35:25.891 INFO running `"docker" "start" "-a" "0c670dd3080fa436ef89b7cad11b7eaec2e03bafdf6302f7a73da49a95646734"` Sep 21 10:35:27.058 INFO kablam! usermod: no changes Sep 21 10:35:27.190 INFO kablam! Checking fatfs v0.2.0 (/source) Sep 21 10:35:28.139 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 10:35:28.139 INFO kablam! --> src/dir.rs:1:5 Sep 21 10:35:28.139 INFO kablam! | Sep 21 10:35:28.139 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 10:35:28.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:35:28.140 INFO kablam! | Sep 21 10:35:28.140 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 10:35:28.140 INFO kablam! Sep 21 10:35:28.161 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 10:35:28.162 INFO kablam! --> src/dir.rs:1:5 Sep 21 10:35:28.162 INFO kablam! | Sep 21 10:35:28.163 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 10:35:28.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:35:28.163 INFO kablam! | Sep 21 10:35:28.163 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 10:35:28.164 INFO kablam! Sep 21 10:35:28.742 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 10:35:28.743 INFO kablam! --> src/dir.rs:1:5 Sep 21 10:35:28.744 INFO kablam! | Sep 21 10:35:28.745 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 10:35:28.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:35:28.746 INFO kablam! | Sep 21 10:35:28.746 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:35:28.746 INFO kablam! Sep 21 10:35:28.922 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 10:35:28.922 INFO kablam! --> src/dir.rs:1:5 Sep 21 10:35:28.923 INFO kablam! | Sep 21 10:35:28.923 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 10:35:28.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:35:28.924 INFO kablam! | Sep 21 10:35:28.924 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:35:28.925 INFO kablam! Sep 21 10:35:29.129 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 10:35:29.129 INFO kablam! --> src/fs.rs:200:39 Sep 21 10:35:29.129 INFO kablam! | Sep 21 10:35:29.129 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 21 10:35:29.129 INFO kablam! | ^^ Sep 21 10:35:29.129 INFO kablam! | Sep 21 10:35:29.129 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 10:35:29.129 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 10:35:29.129 INFO kablam! Sep 21 10:35:29.309 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 10:35:29.309 INFO kablam! --> src/fs.rs:200:39 Sep 21 10:35:29.309 INFO kablam! | Sep 21 10:35:29.309 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 21 10:35:29.309 INFO kablam! | ^^ Sep 21 10:35:29.309 INFO kablam! | Sep 21 10:35:29.309 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 10:35:29.309 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 10:35:29.309 INFO kablam! Sep 21 10:35:31.422 INFO kablam! warning: unused import: `std::str` Sep 21 10:35:31.422 INFO kablam! --> examples/write.rs:5:5 Sep 21 10:35:31.422 INFO kablam! | Sep 21 10:35:31.422 INFO kablam! 5 | use std::str; Sep 21 10:35:31.422 INFO kablam! | ^^^^^^^^ Sep 21 10:35:31.422 INFO kablam! | Sep 21 10:35:31.422 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:35:31.422 INFO kablam! Sep 21 10:35:32.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.43s Sep 21 10:35:32.519 INFO kablam! su: No module specific data is present Sep 21 10:35:33.301 INFO running `"docker" "rm" "-f" "0c670dd3080fa436ef89b7cad11b7eaec2e03bafdf6302f7a73da49a95646734"` Sep 21 10:35:33.441 INFO blam! 0c670dd3080fa436ef89b7cad11b7eaec2e03bafdf6302f7a73da49a95646734