Sep 20 22:26:58.382 INFO checking joel-simon/fastaq_ngrams against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:26:58.382 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:26:58.382 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:26:58.625 INFO blam! 5f126fba4c45846455ce0876b02a93539e0c85384a188c8d92938ea9428435da Sep 20 22:26:58.627 INFO running `"docker" "start" "-a" "5f126fba4c45846455ce0876b02a93539e0c85384a188c8d92938ea9428435da"` Sep 20 22:26:59.613 INFO kablam! usermod: no changes Sep 20 22:26:59.694 INFO kablam! Checking seq_cluster v0.0.1 (/source) Sep 20 22:26:59.958 INFO kablam! error[E0432]: unresolved import `std::old_io` Sep 20 22:26:59.958 INFO kablam! --> src/main.rs:2:10 Sep 20 22:26:59.958 INFO kablam! | Sep 20 22:26:59.958 INFO kablam! 2 | use std::old_io::File; Sep 20 22:26:59.958 INFO kablam! | ^^^^^^ Could not find `old_io` in `std` Sep 20 22:26:59.958 INFO kablam! Sep 20 22:26:59.958 INFO kablam! error[E0432]: unresolved import `std::old_io` Sep 20 22:26:59.958 INFO kablam! --> src/main.rs:4:10 Sep 20 22:26:59.958 INFO kablam! | Sep 20 22:26:59.958 INFO kablam! 4 | use std::old_io::BufferedReader; Sep 20 22:26:59.958 INFO kablam! | ^^^^^^ Could not find `old_io` in `std` Sep 20 22:26:59.958 INFO kablam! Sep 20 22:26:59.958 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Path` Sep 20 22:26:59.958 INFO kablam! --> src/main.rs:52:14 Sep 20 22:26:59.958 INFO kablam! | Sep 20 22:26:59.958 INFO kablam! 52 | let path = Path::new(path); Sep 20 22:26:59.958 INFO kablam! | ^^^^ Use of undeclared type or module `Path` Sep 20 22:26:59.958 INFO kablam! Sep 20 22:26:59.966 INFO kablam! error[E0432]: unresolved import `std::old_io` Sep 20 22:26:59.966 INFO kablam! --> src/main.rs:2:10 Sep 20 22:26:59.966 INFO kablam! | Sep 20 22:26:59.966 INFO kablam! 2 | use std::old_io::File; Sep 20 22:26:59.966 INFO kablam! | ^^^^^^ Could not find `old_io` in `std` Sep 20 22:26:59.966 INFO kablam! Sep 20 22:26:59.966 INFO kablam! error[E0432]: unresolved import `std::old_io` Sep 20 22:26:59.966 INFO kablam! --> src/main.rs:4:10 Sep 20 22:26:59.966 INFO kablam! | Sep 20 22:26:59.966 INFO kablam! 4 | use std::old_io::BufferedReader; Sep 20 22:26:59.966 INFO kablam! | ^^^^^^ Could not find `old_io` in `std` Sep 20 22:26:59.966 INFO kablam! Sep 20 22:26:59.966 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Path` Sep 20 22:26:59.966 INFO kablam! --> src/main.rs:52:14 Sep 20 22:26:59.966 INFO kablam! | Sep 20 22:26:59.966 INFO kablam! 52 | let path = Path::new(path); Sep 20 22:26:59.966 INFO kablam! | ^^^^ Use of undeclared type or module `Path` Sep 20 22:26:59.966 INFO kablam! Sep 20 22:26:59.977 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 20 22:26:59.977 INFO kablam! --> src/main.rs:103:14 Sep 20 22:26:59.977 INFO kablam! | Sep 20 22:26:59.977 INFO kablam! 103 | for i in range(0, (*record).seq.len() - k +1) { Sep 20 22:26:59.977 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:26:59.977 INFO kablam! Sep 20 22:26:59.977 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 20 22:26:59.977 INFO kablam! --> src/main.rs:105:16 Sep 20 22:26:59.977 INFO kablam! | Sep 20 22:26:59.977 INFO kablam! 105 | for j in range(i, i+k) { Sep 20 22:26:59.977 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:26:59.977 INFO kablam! Sep 20 22:26:59.982 INFO kablam! warning: unused import: `std::os` Sep 20 22:26:59.982 INFO kablam! --> src/main.rs:3:5 Sep 20 22:26:59.982 INFO kablam! | Sep 20 22:26:59.982 INFO kablam! 3 | use std::os; Sep 20 22:26:59.982 INFO kablam! | ^^^^^^^ Sep 20 22:26:59.982 INFO kablam! | Sep 20 22:26:59.982 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 22:26:59.982 INFO kablam! Sep 20 22:26:59.982 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 20 22:26:59.982 INFO kablam! --> src/main.rs:103:14 Sep 20 22:26:59.982 INFO kablam! | Sep 20 22:26:59.982 INFO kablam! 103 | for i in range(0, (*record).seq.len() - k +1) { Sep 20 22:26:59.982 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:26:59.982 INFO kablam! Sep 20 22:26:59.982 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 20 22:26:59.982 INFO kablam! --> src/main.rs:105:16 Sep 20 22:26:59.983 INFO kablam! | Sep 20 22:26:59.983 INFO kablam! 105 | for j in range(i, i+k) { Sep 20 22:26:59.983 INFO kablam! | ^^^^^ not found in this scope Sep 20 22:26:59.983 INFO kablam! Sep 20 22:26:59.983 INFO kablam! warning: unused import: `std::os` Sep 20 22:26:59.983 INFO kablam! --> src/main.rs:3:5 Sep 20 22:26:59.983 INFO kablam! | Sep 20 22:26:59.983 INFO kablam! 3 | use std::os; Sep 20 22:26:59.983 INFO kablam! | ^^^^^^^ Sep 20 22:26:59.983 INFO kablam! | Sep 20 22:26:59.983 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 22:26:59.983 INFO kablam! Sep 20 22:27:00.086 INFO kablam! error: aborting due to 5 previous errors Sep 20 22:27:00.086 INFO kablam! Sep 20 22:27:00.086 INFO kablam! Some errors occurred: E0425, E0432, E0433. Sep 20 22:27:00.086 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 22:27:00.094 INFO kablam! error: Could not compile `seq_cluster`. Sep 20 22:27:00.094 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 22:27:00.102 INFO kablam! error: aborting due to 5 previous errors Sep 20 22:27:00.102 INFO kablam! Sep 20 22:27:00.102 INFO kablam! Some errors occurred: E0425, E0432, E0433. Sep 20 22:27:00.102 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 20 22:27:00.110 INFO kablam! error: Could not compile `seq_cluster`. Sep 20 22:27:00.110 INFO kablam! Sep 20 22:27:00.110 INFO kablam! To learn more, run the command again with --verbose. Sep 20 22:27:00.110 INFO kablam! su: No module specific data is present Sep 20 22:27:01.181 INFO running `"docker" "rm" "-f" "5f126fba4c45846455ce0876b02a93539e0c85384a188c8d92938ea9428435da"` Sep 20 22:27:01.295 INFO blam! 5f126fba4c45846455ce0876b02a93539e0c85384a188c8d92938ea9428435da