Sep 14 16:46:01.627 INFO checking fatfs-0.2.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 16:46:01.627 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 16:46:01.627 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:46:01.837 INFO blam! a931eb0d50907b32c50b4a6e9ced5a835b8e1292e7347c7e13b94fb3896f090c Sep 14 16:46:01.839 INFO running `"docker" "start" "-a" "a931eb0d50907b32c50b4a6e9ced5a835b8e1292e7347c7e13b94fb3896f090c"` Sep 14 16:46:02.633 INFO kablam! usermod: no changes Sep 14 16:46:02.711 INFO kablam! Checking fatfs v0.2.0 (file:///source) Sep 14 16:46:03.321 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 16:46:03.321 INFO kablam! --> src/dir.rs:1:5 Sep 14 16:46:03.321 INFO kablam! | Sep 14 16:46:03.321 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 16:46:03.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 16:46:03.321 INFO kablam! | Sep 14 16:46:03.321 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 16:46:03.321 INFO kablam! Sep 14 16:46:03.418 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 16:46:03.419 INFO kablam! --> src/dir.rs:1:5 Sep 14 16:46:03.419 INFO kablam! | Sep 14 16:46:03.419 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 16:46:03.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 16:46:03.419 INFO kablam! | Sep 14 16:46:03.419 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 16:46:03.419 INFO kablam! Sep 14 16:46:03.882 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 16:46:03.883 INFO kablam! --> src/dir.rs:1:5 Sep 14 16:46:03.883 INFO kablam! | Sep 14 16:46:03.883 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 16:46:03.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 16:46:03.883 INFO kablam! | Sep 14 16:46:03.883 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:46:03.884 INFO kablam! Sep 14 16:46:04.305 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 16:46:04.305 INFO kablam! --> src/dir.rs:1:5 Sep 14 16:46:04.305 INFO kablam! | Sep 14 16:46:04.305 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 16:46:04.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 16:46:04.305 INFO kablam! | Sep 14 16:46:04.305 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:46:04.305 INFO kablam! Sep 14 16:46:04.454 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 16:46:04.455 INFO kablam! --> src/fs.rs:200:39 Sep 14 16:46:04.455 INFO kablam! | Sep 14 16:46:04.455 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 14 16:46:04.455 INFO kablam! | ^^ Sep 14 16:46:04.455 INFO kablam! | Sep 14 16:46:04.455 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 16:46:04.455 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 16:46:04.455 INFO kablam! Sep 14 16:46:04.751 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 16:46:04.751 INFO kablam! --> src/fs.rs:200:39 Sep 14 16:46:04.751 INFO kablam! | Sep 14 16:46:04.751 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 14 16:46:04.751 INFO kablam! | ^^ Sep 14 16:46:04.751 INFO kablam! | Sep 14 16:46:04.751 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 16:46:04.751 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 16:46:04.751 INFO kablam! Sep 14 16:46:06.079 INFO kablam! warning: unused import: `std::str` Sep 14 16:46:06.079 INFO kablam! --> examples/write.rs:5:5 Sep 14 16:46:06.079 INFO kablam! | Sep 14 16:46:06.079 INFO kablam! 5 | use std::str; Sep 14 16:46:06.079 INFO kablam! | ^^^^^^^^ Sep 14 16:46:06.079 INFO kablam! | Sep 14 16:46:06.079 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:46:06.079 INFO kablam! Sep 14 16:46:06.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Sep 14 16:46:06.512 INFO kablam! su: No module specific data is present Sep 14 16:46:06.951 INFO running `"docker" "rm" "-f" "a931eb0d50907b32c50b4a6e9ced5a835b8e1292e7347c7e13b94fb3896f090c"` Sep 14 16:46:07.033 INFO blam! a931eb0d50907b32c50b4a6e9ced5a835b8e1292e7347c7e13b94fb3896f090c