Sep 04 23:20:54.661 INFO checking bear-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:20:54.661 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:20:54.661 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:20:54.845 INFO blam! 29b7065627b2127a958ae5c7a80decda2fded7cc3dfb38231261d11de1c8dbe8 Sep 04 23:20:54.848 INFO running `"docker" "start" "-a" "29b7065627b2127a958ae5c7a80decda2fded7cc3dfb38231261d11de1c8dbe8"` Sep 04 23:20:55.506 INFO kablam! Checking bear v0.1.1 (file:///source) Sep 04 23:20:55.980 INFO kablam! error[E0432]: unresolved import `std::io::File` Sep 04 23:20:55.980 INFO kablam! --> src/lib.rs:9:15 Sep 04 23:20:55.980 INFO kablam! | Sep 04 23:20:55.980 INFO kablam! 9 | use std::io::{File, BufferedReader}; Sep 04 23:20:55.980 INFO kablam! | ^^^^ no `File` in `io` Sep 04 23:20:55.980 INFO kablam! Sep 04 23:20:55.980 INFO kablam! error[E0432]: unresolved import `std::io::BufferedReader` Sep 04 23:20:55.980 INFO kablam! --> src/lib.rs:9:21 Sep 04 23:20:55.980 INFO kablam! | Sep 04 23:20:55.980 INFO kablam! 9 | use std::io::{File, BufferedReader}; Sep 04 23:20:55.980 INFO kablam! | ^^^^^^^^^^^^^^ no `BufferedReader` in `io` Sep 04 23:20:55.980 INFO kablam! Sep 04 23:20:55.980 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Path` Sep 04 23:20:55.980 INFO kablam! --> src/lib.rs:28:16 Sep 04 23:20:55.981 INFO kablam! | Sep 04 23:20:55.981 INFO kablam! 28 | let path = Path::new("tests").join("fixtures").join(filename); Sep 04 23:20:55.981 INFO kablam! | ^^^^ Use of undeclared type or module `Path` Sep 04 23:20:55.981 INFO kablam! Sep 04 23:20:56.004 INFO kablam! error: aborting due to 3 previous errors Sep 04 23:20:56.005 INFO kablam! Sep 04 23:20:56.005 INFO kablam! Some errors occurred: E0432, E0433. Sep 04 23:20:56.005 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 23:20:56.010 INFO kablam! error: Could not compile `bear`. Sep 04 23:20:56.010 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:20:56.250 INFO kablam! error[E0432]: unresolved import `std::io::File` Sep 04 23:20:56.250 INFO kablam! --> src/lib.rs:9:15 Sep 04 23:20:56.250 INFO kablam! | Sep 04 23:20:56.250 INFO kablam! 9 | use std::io::{File, BufferedReader}; Sep 04 23:20:56.251 INFO kablam! | ^^^^ no `File` in `io` Sep 04 23:20:56.251 INFO kablam! Sep 04 23:20:56.251 INFO kablam! error[E0432]: unresolved import `std::io::BufferedReader` Sep 04 23:20:56.251 INFO kablam! --> src/lib.rs:9:21 Sep 04 23:20:56.251 INFO kablam! | Sep 04 23:20:56.251 INFO kablam! 9 | use std::io::{File, BufferedReader}; Sep 04 23:20:56.251 INFO kablam! | ^^^^^^^^^^^^^^ no `BufferedReader` in `io` Sep 04 23:20:56.251 INFO kablam! Sep 04 23:20:56.251 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Path` Sep 04 23:20:56.251 INFO kablam! --> src/lib.rs:28:16 Sep 04 23:20:56.251 INFO kablam! | Sep 04 23:20:56.251 INFO kablam! 28 | let path = Path::new("tests").join("fixtures").join(filename); Sep 04 23:20:56.251 INFO kablam! | ^^^^ Use of undeclared type or module `Path` Sep 04 23:20:56.251 INFO kablam! Sep 04 23:20:56.278 INFO kablam! error: aborting due to 3 previous errors Sep 04 23:20:56.278 INFO kablam! Sep 04 23:20:56.278 INFO kablam! Some errors occurred: E0432, E0433. Sep 04 23:20:56.278 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 04 23:20:56.284 INFO kablam! error: Could not compile `bear`. Sep 04 23:20:56.284 INFO kablam! Sep 04 23:20:56.284 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:20:56.285 INFO kablam! su: No module specific data is present Sep 04 23:20:56.724 INFO running `"docker" "rm" "-f" "29b7065627b2127a958ae5c7a80decda2fded7cc3dfb38231261d11de1c8dbe8"` Sep 04 23:20:56.830 INFO blam! 29b7065627b2127a958ae5c7a80decda2fded7cc3dfb38231261d11de1c8dbe8