Sep 04 20:53:30.849 INFO checking fatfs-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:53:30.849 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:53:30.849 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:53:31.049 INFO blam! 2ed7bb0ecd1f833e228afad87bf20785ed6f5dd288838f32c9bb6c4ebdd1e65d Sep 04 20:53:31.049 INFO running `"docker" "start" "-a" "2ed7bb0ecd1f833e228afad87bf20785ed6f5dd288838f32c9bb6c4ebdd1e65d"` Sep 04 20:53:31.757 INFO kablam! Checking fatfs v0.2.0 (file:///source) Sep 04 20:53:33.074 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 20:53:33.074 INFO kablam! --> src/dir.rs:1:5 Sep 04 20:53:33.074 INFO kablam! | Sep 04 20:53:33.074 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 20:53:33.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 20:53:33.074 INFO kablam! | Sep 04 20:53:33.074 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 20:53:33.075 INFO kablam! Sep 04 20:53:33.258 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 20:53:33.258 INFO kablam! --> src/dir.rs:1:5 Sep 04 20:53:33.258 INFO kablam! | Sep 04 20:53:33.258 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 20:53:33.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 20:53:33.258 INFO kablam! | Sep 04 20:53:33.258 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 20:53:33.258 INFO kablam! Sep 04 20:53:34.196 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 20:53:34.196 INFO kablam! --> src/dir.rs:1:5 Sep 04 20:53:34.196 INFO kablam! | Sep 04 20:53:34.196 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 20:53:34.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 20:53:34.196 INFO kablam! | Sep 04 20:53:34.196 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:53:34.196 INFO kablam! Sep 04 20:53:34.280 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 20:53:34.280 INFO kablam! --> src/dir.rs:1:5 Sep 04 20:53:34.280 INFO kablam! | Sep 04 20:53:34.280 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 20:53:34.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 20:53:34.280 INFO kablam! | Sep 04 20:53:34.280 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:53:34.280 INFO kablam! Sep 04 20:53:34.730 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 20:53:34.730 INFO kablam! --> src/fs.rs:200:39 Sep 04 20:53:34.730 INFO kablam! | Sep 04 20:53:34.730 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 04 20:53:34.730 INFO kablam! | ^^ Sep 04 20:53:34.730 INFO kablam! | Sep 04 20:53:34.730 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 20:53:34.730 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 20:53:34.730 INFO kablam! Sep 04 20:53:34.828 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 20:53:34.828 INFO kablam! --> src/fs.rs:200:39 Sep 04 20:53:34.828 INFO kablam! | Sep 04 20:53:34.828 INFO kablam! 200 | pub(crate) type FileSystemRef<'a, 'b: 'a> = &'a FileSystem<'b>; Sep 04 20:53:34.828 INFO kablam! | ^^ Sep 04 20:53:34.828 INFO kablam! | Sep 04 20:53:34.828 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 20:53:34.828 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 20:53:34.828 INFO kablam! Sep 04 20:53:38.143 INFO kablam! warning: unused import: `std::str` Sep 04 20:53:38.143 INFO kablam! --> examples/write.rs:5:5 Sep 04 20:53:38.143 INFO kablam! | Sep 04 20:53:38.143 INFO kablam! 5 | use std::str; Sep 04 20:53:38.143 INFO kablam! | ^^^^^^^^ Sep 04 20:53:38.144 INFO kablam! | Sep 04 20:53:38.144 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:53:38.145 INFO kablam! Sep 04 20:53:39.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.77s Sep 04 20:53:39.462 INFO kablam! su: No module specific data is present Sep 04 20:53:40.102 INFO running `"docker" "rm" "-f" "2ed7bb0ecd1f833e228afad87bf20785ed6f5dd288838f32c9bb6c4ebdd1e65d"` Sep 04 20:53:40.213 INFO blam! 2ed7bb0ecd1f833e228afad87bf20785ed6f5dd288838f32c9bb6c4ebdd1e65d