Nov 30 12:15:15.078 INFO checking Aceeri/kattis against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 12:15:15.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-0/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 12:15:15.464 INFO [stdout] f72f75bd2392bc12be2d70631f58927cd351db46cf241f741223f637fe4ab481 Nov 30 12:15:15.466 INFO running `"docker" "start" "-a" "f72f75bd2392bc12be2d70631f58927cd351db46cf241f741223f637fe4ab481"` Nov 30 12:15:16.611 INFO [stderr] usermod: no changes Nov 30 12:15:16.676 INFO [stderr] Checking kattis v0.1.0 (/source) Nov 30 12:15:18.631 INFO [stderr] error[E0425]: cannot find value `path` in this scope Nov 30 12:15:18.631 INFO [stderr] --> src/bin/hopper.rs:87:24 Nov 30 12:15:18.631 INFO [stderr] | Nov 30 12:15:18.631 INFO [stderr] 87 | let mut new_path = path.clone(); Nov 30 12:15:18.631 INFO [stderr] | ^^^^ not found in this scope Nov 30 12:15:18.631 INFO [stderr] Nov 30 12:15:18.631 INFO [stderr] error[E0425]: cannot find value `length` in this scope Nov 30 12:15:18.631 INFO [stderr] --> src/bin/hopper.rs:89:21 Nov 30 12:15:18.631 INFO [stderr] | Nov 30 12:15:18.631 INFO [stderr] 89 | (sub, new_path, length + 1) Nov 30 12:15:18.631 INFO [stderr] | ^^^^^^ not found in this scope Nov 30 12:15:18.631 INFO [stderr] Nov 30 12:15:18.636 INFO [stderr] warning: unused imports: `HashMap`, `HashSet` Nov 30 12:15:18.636 INFO [stderr] --> src/bin/hopper.rs:1:24 Nov 30 12:15:18.636 INFO [stderr] | Nov 30 12:15:18.636 INFO [stderr] 1 | use std::collections::{HashMap, HashSet}; Nov 30 12:15:18.636 INFO [stderr] | ^^^^^^^ ^^^^^^^ Nov 30 12:15:18.652 INFO [stderr] | Nov 30 12:15:18.652 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 12:15:18.652 INFO [stderr] Nov 30 12:15:18.652 INFO [stderr] warning: unused import: `std::sync::mpsc::channel` Nov 30 12:15:18.652 INFO [stderr] --> src/bin/hopper.rs:5:5 Nov 30 12:15:18.652 INFO [stderr] | Nov 30 12:15:18.652 INFO [stderr] 5 | use std::sync::mpsc::channel; Nov 30 12:15:18.652 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 12:15:18.652 INFO [stderr] Nov 30 12:15:18.652 INFO [stderr] warning: unused import: `std::thread` Nov 30 12:15:18.652 INFO [stderr] --> src/bin/hopper.rs:6:5 Nov 30 12:15:18.652 INFO [stderr] | Nov 30 12:15:18.652 INFO [stderr] 6 | use std::thread; Nov 30 12:15:18.652 INFO [stderr] | ^^^^^^^^^^^ Nov 30 12:15:18.652 INFO [stderr] Nov 30 12:15:18.690 INFO [stderr] error[E0425]: cannot find value `path` in this scope Nov 30 12:15:18.691 INFO [stderr] --> src/bin/hopper.rs:87:24 Nov 30 12:15:18.691 INFO [stderr] | Nov 30 12:15:18.691 INFO [stderr] 87 | let mut new_path = path.clone(); Nov 30 12:15:18.691 INFO [stderr] | ^^^^ not found in this scope Nov 30 12:15:18.691 INFO [stderr] Nov 30 12:15:18.691 INFO [stderr] error[E0425]: cannot find value `length` in this scope Nov 30 12:15:18.691 INFO [stderr] --> src/bin/hopper.rs:89:21 Nov 30 12:15:18.691 INFO [stderr] | Nov 30 12:15:18.691 INFO [stderr] 89 | (sub, new_path, length + 1) Nov 30 12:15:18.691 INFO [stderr] | ^^^^^^ not found in this scope Nov 30 12:15:18.691 INFO [stderr] Nov 30 12:15:18.700 INFO [stderr] warning: unused imports: `HashMap`, `HashSet` Nov 30 12:15:18.701 INFO [stderr] --> src/bin/hopper.rs:1:24 Nov 30 12:15:18.701 INFO [stderr] | Nov 30 12:15:18.701 INFO [stderr] 1 | use std::collections::{HashMap, HashSet}; Nov 30 12:15:18.701 INFO [stderr] | ^^^^^^^ ^^^^^^^ Nov 30 12:15:18.701 INFO [stderr] | Nov 30 12:15:18.702 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 12:15:18.702 INFO [stderr] Nov 30 12:15:18.702 INFO [stderr] warning: unused import: `std::sync::mpsc::channel` Nov 30 12:15:18.702 INFO [stderr] --> src/bin/hopper.rs:5:5 Nov 30 12:15:18.708 INFO [stderr] | Nov 30 12:15:18.708 INFO [stderr] 5 | use std::sync::mpsc::channel; Nov 30 12:15:18.708 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 12:15:18.708 INFO [stderr] Nov 30 12:15:18.708 INFO [stderr] warning: unused import: `std::thread` Nov 30 12:15:18.708 INFO [stderr] --> src/bin/hopper.rs:6:5 Nov 30 12:15:18.708 INFO [stderr] | Nov 30 12:15:18.708 INFO [stderr] 6 | use std::thread; Nov 30 12:15:18.708 INFO [stderr] | ^^^^^^^^^^^ Nov 30 12:15:18.708 INFO [stderr] Nov 30 12:15:18.771 INFO [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied Nov 30 12:15:18.771 INFO [stderr] --> src/bin/hopper.rs:54:11 Nov 30 12:15:18.771 INFO [stderr] | Nov 30 12:15:18.771 INFO [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), Nov 30 12:15:18.771 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` Nov 30 12:15:18.771 INFO [stderr] | Nov 30 12:15:18.771 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` Nov 30 12:15:18.771 INFO [stderr] = note: required by `std::vec::from_elem` Nov 30 12:15:18.771 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 30 12:15:18.771 INFO [stderr] Nov 30 12:15:18.771 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.771 INFO [stderr] --> src/bin/hopper.rs:65:7 Nov 30 12:15:18.771 INFO [stderr] | Nov 30 12:15:18.771 INFO [stderr] 65 | for (path, length) in &self.cache[possibility] { Nov 30 12:15:18.771 INFO [stderr] | ^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.771 INFO [stderr] | Nov 30 12:15:18.771 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.771 INFO [stderr] found type `(_, _)` Nov 30 12:15:18.771 INFO [stderr] Nov 30 12:15:18.780 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.780 INFO [stderr] --> src/bin/hopper.rs:111:8 Nov 30 12:15:18.781 INFO [stderr] | Nov 30 12:15:18.781 INFO [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { Nov 30 12:15:18.781 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.781 INFO [stderr] | Nov 30 12:15:18.781 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.781 INFO [stderr] found type `(_, _, _)` Nov 30 12:15:18.781 INFO [stderr] Nov 30 12:15:18.819 INFO [stderr] error: aborting due to 5 previous errors Nov 30 12:15:18.819 INFO [stderr] Nov 30 12:15:18.819 INFO [stderr] Some errors occurred: E0277, E0308, E0425. Nov 30 12:15:18.819 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 12:15:18.829 INFO [stderr] error: Could not compile `kattis`. Nov 30 12:15:18.829 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 12:15:18.847 INFO [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied Nov 30 12:15:18.847 INFO [stderr] --> src/bin/hopper.rs:54:11 Nov 30 12:15:18.847 INFO [stderr] | Nov 30 12:15:18.847 INFO [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), Nov 30 12:15:18.847 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` Nov 30 12:15:18.847 INFO [stderr] | Nov 30 12:15:18.847 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` Nov 30 12:15:18.847 INFO [stderr] = note: required by `std::vec::from_elem` Nov 30 12:15:18.847 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 30 12:15:18.847 INFO [stderr] Nov 30 12:15:18.856 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.856 INFO [stderr] --> src/bin/hopper.rs:65:7 Nov 30 12:15:18.856 INFO [stderr] | Nov 30 12:15:18.856 INFO [stderr] 65 | for (path, length) in &self.cache[possibility] { Nov 30 12:15:18.856 INFO [stderr] | ^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.856 INFO [stderr] | Nov 30 12:15:18.856 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.856 INFO [stderr] found type `(_, _)` Nov 30 12:15:18.856 INFO [stderr] Nov 30 12:15:18.856 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.856 INFO [stderr] --> src/bin/hopper.rs:111:8 Nov 30 12:15:18.856 INFO [stderr] | Nov 30 12:15:18.856 INFO [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { Nov 30 12:15:18.856 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.856 INFO [stderr] | Nov 30 12:15:18.856 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.856 INFO [stderr] found type `(_, _, _)` Nov 30 12:15:18.856 INFO [stderr] Nov 30 12:15:18.900 INFO [stderr] error: aborting due to 5 previous errors Nov 30 12:15:18.900 INFO [stderr] Nov 30 12:15:18.900 INFO [stderr] Some errors occurred: E0277, E0308, E0425. Nov 30 12:15:18.900 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 12:15:18.906 INFO [stderr] error: Could not compile `kattis`. Nov 30 12:15:18.906 INFO [stderr] Nov 30 12:15:18.906 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 12:15:18.907 INFO [stderr] su: No module specific data is present Nov 30 12:15:19.930 INFO running `"docker" "inspect" "f72f75bd2392bc12be2d70631f58927cd351db46cf241f741223f637fe4ab481"` Nov 30 12:15:20.290 INFO running `"docker" "rm" "-f" "f72f75bd2392bc12be2d70631f58927cd351db46cf241f741223f637fe4ab481"` Nov 30 12:15:20.676 INFO [stdout] f72f75bd2392bc12be2d70631f58927cd351db46cf241f741223f637fe4ab481