Sep 04 18:02:57.790 INFO checking fatfs-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 18:02:57.791 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 18:02:57.791 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:02:58.007 INFO blam! c2c30350173bcf9df9f96a7e4e29da2ba23914d478f92913e6ca2cc2206b3468 Sep 04 18:02:58.012 INFO running `"docker" "start" "-a" "c2c30350173bcf9df9f96a7e4e29da2ba23914d478f92913e6ca2cc2206b3468"` Sep 04 18:02:58.898 INFO kablam! Checking fatfs v0.2.0 (file:///source) Sep 04 18:03:00.292 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 18:03:00.292 INFO kablam! --> src/dir.rs:1:5 Sep 04 18:03:00.292 INFO kablam! | Sep 04 18:03:00.292 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 18:03:00.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 18:03:00.292 INFO kablam! | Sep 04 18:03:00.292 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 18:03:00.292 INFO kablam! Sep 04 18:03:00.422 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 18:03:00.422 INFO kablam! --> src/dir.rs:1:5 Sep 04 18:03:00.422 INFO kablam! | Sep 04 18:03:00.422 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 18:03:00.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 18:03:00.423 INFO kablam! | Sep 04 18:03:00.423 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 18:03:00.423 INFO kablam! Sep 04 18:03:01.444 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 18:03:01.444 INFO kablam! --> src/dir.rs:1:5 Sep 04 18:03:01.444 INFO kablam! | Sep 04 18:03:01.444 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 18:03:01.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 18:03:01.444 INFO kablam! | Sep 04 18:03:01.444 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:03:01.444 INFO kablam! Sep 04 18:03:01.635 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 18:03:01.635 INFO kablam! --> src/dir.rs:1:5 Sep 04 18:03:01.635 INFO kablam! | Sep 04 18:03:01.635 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 18:03:01.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 18:03:01.635 INFO kablam! | Sep 04 18:03:01.636 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:03:01.636 INFO kablam! Sep 04 18:03:02.021 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 18:03:02.021 INFO kablam! --> src/fs.rs:200:39 Sep 04 18:03:02.021 INFO kablam! | Sep 04 18:03:02.021 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 04 18:03:02.021 INFO kablam! | ^^ Sep 04 18:03:02.021 INFO kablam! | Sep 04 18:03:02.021 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 18:03:02.021 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 18:03:02.021 INFO kablam! Sep 04 18:03:02.205 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 18:03:02.205 INFO kablam! --> src/fs.rs:200:39 Sep 04 18:03:02.205 INFO kablam! | Sep 04 18:03:02.205 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 04 18:03:02.205 INFO kablam! | ^^ Sep 04 18:03:02.206 INFO kablam! | Sep 04 18:03:02.206 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 18:03:02.206 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 18:03:02.207 INFO kablam! Sep 04 18:03:05.694 INFO kablam! warning: unused import: `std::str` Sep 04 18:03:05.694 INFO kablam! --> examples/write.rs:5:5 Sep 04 18:03:05.694 INFO kablam! | Sep 04 18:03:05.694 INFO kablam! 5 | use std::str; Sep 04 18:03:05.694 INFO kablam! | ^^^^^^^^ Sep 04 18:03:05.694 INFO kablam! | Sep 04 18:03:05.694 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 18:03:05.694 INFO kablam! Sep 04 18:03:06.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.14s Sep 04 18:03:06.963 INFO kablam! su: No module specific data is present Sep 04 18:03:07.428 INFO running `"docker" "rm" "-f" "c2c30350173bcf9df9f96a7e4e29da2ba23914d478f92913e6ca2cc2206b3468"` Sep 04 18:03:07.524 INFO blam! c2c30350173bcf9df9f96a7e4e29da2ba23914d478f92913e6ca2cc2206b3468