Sep 02 14:43:50.878 INFO checking fatfs-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 14:43:50.878 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 14:43:50.879 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:43:51.042 INFO blam! cca91cdb261e99e03d72b968c880a36915ff36e543be7c8a514e2d64348ccb79 Sep 02 14:43:51.045 INFO running `"docker" "start" "-a" "cca91cdb261e99e03d72b968c880a36915ff36e543be7c8a514e2d64348ccb79"` Sep 02 14:43:51.806 INFO kablam! Checking fatfs v0.2.0 (file:///source) Sep 02 14:43:53.096 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 14:43:53.096 INFO kablam! --> src/dir.rs:1:5 Sep 02 14:43:53.096 INFO kablam! | Sep 02 14:43:53.096 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 14:43:53.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 14:43:53.096 INFO kablam! | Sep 02 14:43:53.096 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 14:43:53.096 INFO kablam! Sep 02 14:43:53.363 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 14:43:53.363 INFO kablam! --> src/dir.rs:1:5 Sep 02 14:43:53.363 INFO kablam! | Sep 02 14:43:53.363 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 14:43:53.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 14:43:53.363 INFO kablam! | Sep 02 14:43:53.363 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 14:43:53.363 INFO kablam! Sep 02 14:43:54.265 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 14:43:54.265 INFO kablam! --> src/dir.rs:1:5 Sep 02 14:43:54.265 INFO kablam! | Sep 02 14:43:54.265 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 14:43:54.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 14:43:54.265 INFO kablam! | Sep 02 14:43:54.266 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 14:43:54.266 INFO kablam! Sep 02 14:43:54.661 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 14:43:54.661 INFO kablam! --> src/dir.rs:1:5 Sep 02 14:43:54.661 INFO kablam! | Sep 02 14:43:54.661 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 14:43:54.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 14:43:54.661 INFO kablam! | Sep 02 14:43:54.661 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 14:43:54.661 INFO kablam! Sep 02 14:43:54.886 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 14:43:54.886 INFO kablam! --> src/fs.rs:200:39 Sep 02 14:43:54.886 INFO kablam! | Sep 02 14:43:54.886 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 02 14:43:54.886 INFO kablam! | ^^ Sep 02 14:43:54.894 INFO kablam! | Sep 02 14:43:54.894 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 14:43:54.894 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 14:43:54.895 INFO kablam! Sep 02 14:43:55.518 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 14:43:55.518 INFO kablam! --> src/fs.rs:200:39 Sep 02 14:43:55.518 INFO kablam! | Sep 02 14:43:55.518 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 02 14:43:55.518 INFO kablam! | ^^ Sep 02 14:43:55.518 INFO kablam! | Sep 02 14:43:55.518 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 14:43:55.518 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 14:43:55.518 INFO kablam! Sep 02 14:43:58.640 INFO kablam! warning: unused import: `std::str` Sep 02 14:43:58.640 INFO kablam! --> examples/write.rs:5:5 Sep 02 14:43:58.640 INFO kablam! | Sep 02 14:43:58.640 INFO kablam! 5 | use std::str; Sep 02 14:43:58.640 INFO kablam! | ^^^^^^^^ Sep 02 14:43:58.640 INFO kablam! | Sep 02 14:43:58.641 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 14:43:58.641 INFO kablam! Sep 02 14:44:00.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.31s Sep 02 14:44:00.053 INFO kablam! su: No module specific data is present Sep 02 14:44:00.585 INFO running `"docker" "rm" "-f" "cca91cdb261e99e03d72b968c880a36915ff36e543be7c8a514e2d64348ccb79"` Sep 02 14:44:00.670 INFO blam! cca91cdb261e99e03d72b968c880a36915ff36e543be7c8a514e2d64348ccb79