Sep 06 07:13:15.096 INFO checking fatfs-0.2.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 07:13:15.096 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 07:13:15.096 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:13:15.245 INFO blam! f1340bf365305af41be5d67be2e2a9f82c03f24fd520dff884e2bb74f112e622 Sep 06 07:13:15.246 INFO running `"docker" "start" "-a" "f1340bf365305af41be5d67be2e2a9f82c03f24fd520dff884e2bb74f112e622"` Sep 06 07:13:16.142 INFO kablam! usermod: no changes Sep 06 07:13:16.245 INFO kablam! Checking fatfs v0.2.0 (file:///source) Sep 06 07:13:16.929 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 07:13:16.929 INFO kablam! --> src/dir.rs:1:5 Sep 06 07:13:16.929 INFO kablam! | Sep 06 07:13:16.929 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 07:13:16.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 07:13:16.929 INFO kablam! | Sep 06 07:13:16.929 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 07:13:16.929 INFO kablam! Sep 06 07:13:17.230 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 07:13:17.230 INFO kablam! --> src/dir.rs:1:5 Sep 06 07:13:17.230 INFO kablam! | Sep 06 07:13:17.230 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 07:13:17.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 07:13:17.230 INFO kablam! | Sep 06 07:13:17.230 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 07:13:17.230 INFO kablam! Sep 06 07:13:17.657 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 07:13:17.657 INFO kablam! --> src/dir.rs:1:5 Sep 06 07:13:17.657 INFO kablam! | Sep 06 07:13:17.657 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 07:13:17.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 07:13:17.658 INFO kablam! | Sep 06 07:13:17.658 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:13:17.658 INFO kablam! Sep 06 07:13:17.912 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 07:13:17.912 INFO kablam! --> src/dir.rs:1:5 Sep 06 07:13:17.912 INFO kablam! | Sep 06 07:13:17.912 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 07:13:17.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 07:13:17.912 INFO kablam! | Sep 06 07:13:17.912 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:13:17.912 INFO kablam! Sep 06 07:13:17.990 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 07:13:17.990 INFO kablam! --> src/fs.rs:200:39 Sep 06 07:13:17.990 INFO kablam! | Sep 06 07:13:17.990 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 06 07:13:17.990 INFO kablam! | ^^ Sep 06 07:13:17.990 INFO kablam! | Sep 06 07:13:17.990 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 07:13:17.990 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 07:13:17.990 INFO kablam! Sep 06 07:13:18.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 07:13:18.687 INFO kablam! --> src/fs.rs:200:39 Sep 06 07:13:18.687 INFO kablam! | Sep 06 07:13:18.687 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 06 07:13:18.687 INFO kablam! | ^^ Sep 06 07:13:18.687 INFO kablam! | Sep 06 07:13:18.687 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 07:13:18.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 07:13:18.687 INFO kablam! Sep 06 07:13:20.197 INFO kablam! warning: unused import: `std::str` Sep 06 07:13:20.197 INFO kablam! --> examples/write.rs:5:5 Sep 06 07:13:20.197 INFO kablam! | Sep 06 07:13:20.197 INFO kablam! 5 | use std::str; Sep 06 07:13:20.197 INFO kablam! | ^^^^^^^^ Sep 06 07:13:20.210 INFO kablam! | Sep 06 07:13:20.210 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 07:13:20.210 INFO kablam! Sep 06 07:13:21.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.96s Sep 06 07:13:21.137 INFO kablam! su: No module specific data is present Sep 06 07:13:22.160 INFO running `"docker" "rm" "-f" "f1340bf365305af41be5d67be2e2a9f82c03f24fd520dff884e2bb74f112e622"` Sep 06 07:13:22.260 INFO blam! f1340bf365305af41be5d67be2e2a9f82c03f24fd520dff884e2bb74f112e622