Nov 30 12:15:14.830 INFO checking Aceeri/kattis against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 12:15:14.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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.368 INFO [stdout] 16b4191d3812bef76674460d21d064048c9a48c0e11fa8ee29b1ac453c6ea163 Nov 30 12:15:15.374 INFO running `"docker" "start" "-a" "16b4191d3812bef76674460d21d064048c9a48c0e11fa8ee29b1ac453c6ea163"` Nov 30 12:15:16.431 INFO [stderr] usermod: no changes Nov 30 12:15:16.482 INFO [stderr] Checking kattis v0.1.0 (/source) Nov 30 12:15:18.292 INFO [stderr] error[E0425]: cannot find value `path` in this scope Nov 30 12:15:18.292 INFO [stderr] --> src/bin/hopper.rs:87:24 Nov 30 12:15:18.292 INFO [stderr] | Nov 30 12:15:18.292 INFO [stderr] 87 | let mut new_path = path.clone(); Nov 30 12:15:18.292 INFO [stderr] | ^^^^ not found in this scope Nov 30 12:15:18.292 INFO [stderr] Nov 30 12:15:18.292 INFO [stderr] error[E0425]: cannot find value `length` in this scope Nov 30 12:15:18.292 INFO [stderr] --> src/bin/hopper.rs:89:21 Nov 30 12:15:18.292 INFO [stderr] | Nov 30 12:15:18.292 INFO [stderr] 89 | (sub, new_path, length + 1) Nov 30 12:15:18.292 INFO [stderr] | ^^^^^^ not found in this scope Nov 30 12:15:18.292 INFO [stderr] Nov 30 12:15:18.294 INFO [stderr] warning: unused imports: `HashMap`, `HashSet` Nov 30 12:15:18.294 INFO [stderr] --> src/bin/hopper.rs:1:24 Nov 30 12:15:18.294 INFO [stderr] | Nov 30 12:15:18.294 INFO [stderr] 1 | use std::collections::{HashMap, HashSet}; Nov 30 12:15:18.294 INFO [stderr] | ^^^^^^^ ^^^^^^^ Nov 30 12:15:18.294 INFO [stderr] | Nov 30 12:15:18.294 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 12:15:18.294 INFO [stderr] Nov 30 12:15:18.294 INFO [stderr] warning: unused import: `std::sync::mpsc::channel` Nov 30 12:15:18.294 INFO [stderr] --> src/bin/hopper.rs:5:5 Nov 30 12:15:18.294 INFO [stderr] | Nov 30 12:15:18.294 INFO [stderr] 5 | use std::sync::mpsc::channel; Nov 30 12:15:18.294 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 12:15:18.294 INFO [stderr] Nov 30 12:15:18.294 INFO [stderr] warning: unused import: `std::thread` Nov 30 12:15:18.294 INFO [stderr] --> src/bin/hopper.rs:6:5 Nov 30 12:15:18.294 INFO [stderr] | Nov 30 12:15:18.294 INFO [stderr] 6 | use std::thread; Nov 30 12:15:18.294 INFO [stderr] | ^^^^^^^^^^^ Nov 30 12:15:18.294 INFO [stderr] Nov 30 12:15:18.468 INFO [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied Nov 30 12:15:18.468 INFO [stderr] --> src/bin/hopper.rs:54:11 Nov 30 12:15:18.468 INFO [stderr] | Nov 30 12:15:18.468 INFO [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), Nov 30 12:15:18.468 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` Nov 30 12:15:18.468 INFO [stderr] | Nov 30 12:15:18.468 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` Nov 30 12:15:18.468 INFO [stderr] = note: required by `std::vec::from_elem` Nov 30 12:15:18.468 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.468 INFO [stderr] Nov 30 12:15:18.472 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.472 INFO [stderr] --> src/bin/hopper.rs:65:7 Nov 30 12:15:18.472 INFO [stderr] | Nov 30 12:15:18.472 INFO [stderr] 65 | for (path, length) in &self.cache[possibility] { Nov 30 12:15:18.472 INFO [stderr] | ^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.480 INFO [stderr] | Nov 30 12:15:18.480 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.481 INFO [stderr] found type `(_, _)` Nov 30 12:15:18.481 INFO [stderr] Nov 30 12:15:18.496 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.496 INFO [stderr] --> src/bin/hopper.rs:111:8 Nov 30 12:15:18.496 INFO [stderr] | Nov 30 12:15:18.497 INFO [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { Nov 30 12:15:18.497 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.512 INFO [stderr] | Nov 30 12:15:18.512 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.512 INFO [stderr] found type `(_, _, _)` Nov 30 12:15:18.513 INFO [stderr] Nov 30 12:15:18.593 INFO [stderr] error: aborting due to 5 previous errors Nov 30 12:15:18.604 INFO [stderr] error[E0425]: cannot find value `path` in this scope Nov 30 12:15:18.605 INFO [stderr] --> src/bin/hopper.rs:87:24 Nov 30 12:15:18.605 INFO [stderr] | Nov 30 12:15:18.605 INFO [stderr] 87 | let mut new_path = path.clone(); Nov 30 12:15:18.606 INFO [stderr] | ^^^^ not found in this scope Nov 30 12:15:18.606 INFO [stderr] Nov 30 12:15:18.606 INFO [stderr] error[E0425]: cannot find value `length` in this scope Nov 30 12:15:18.606 INFO [stderr] --> src/bin/hopper.rs:89:21 Nov 30 12:15:18.606 INFO [stderr] | Nov 30 12:15:18.607 INFO [stderr] 89 | (sub, new_path, length + 1) Nov 30 12:15:18.607 INFO [stderr] | ^^^^^^ not found in this scope Nov 30 12:15:18.607 INFO [stderr] Nov 30 12:15:18.607 INFO [stderr] warning: unused imports: `HashMap`, `HashSet` Nov 30 12:15:18.608 INFO [stderr] --> src/bin/hopper.rs:1:24 Nov 30 12:15:18.608 INFO [stderr] | Nov 30 12:15:18.608 INFO [stderr] 1 | use std::collections::{HashMap, HashSet}; Nov 30 12:15:18.608 INFO [stderr] | ^^^^^^^ ^^^^^^^ Nov 30 12:15:18.609 INFO [stderr] | Nov 30 12:15:18.609 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 12:15:18.609 INFO [stderr] Nov 30 12:15:18.609 INFO [stderr] warning: unused import: `std::sync::mpsc::channel` Nov 30 12:15:18.610 INFO [stderr] --> src/bin/hopper.rs:5:5 Nov 30 12:15:18.610 INFO [stderr] | Nov 30 12:15:18.610 INFO [stderr] 5 | use std::sync::mpsc::channel; Nov 30 12:15:18.610 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 12:15:18.610 INFO [stderr] Nov 30 12:15:18.610 INFO [stderr] warning: unused import: `std::thread` Nov 30 12:15:18.611 INFO [stderr] --> src/bin/hopper.rs:6:5 Nov 30 12:15:18.611 INFO [stderr] | Nov 30 12:15:18.611 INFO [stderr] 6 | use std::thread; Nov 30 12:15:18.611 INFO [stderr] | ^^^^^^^^^^^ Nov 30 12:15:18.611 INFO [stderr] Nov 30 12:15:18.612 INFO [stderr] Nov 30 12:15:18.612 INFO [stderr] Some errors occurred: E0277, E0308, E0425. Nov 30 12:15:18.612 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 12:15:18.616 INFO [stderr] error: Could not compile `kattis`. Nov 30 12:15:18.616 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 12:15:18.677 INFO [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied Nov 30 12:15:18.678 INFO [stderr] --> src/bin/hopper.rs:54:11 Nov 30 12:15:18.678 INFO [stderr] | Nov 30 12:15:18.678 INFO [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), Nov 30 12:15:18.678 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` Nov 30 12:15:18.678 INFO [stderr] | Nov 30 12:15:18.678 INFO [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` Nov 30 12:15:18.678 INFO [stderr] = note: required by `std::vec::from_elem` Nov 30 12:15:18.679 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.679 INFO [stderr] Nov 30 12:15:18.679 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.680 INFO [stderr] --> src/bin/hopper.rs:65:7 Nov 30 12:15:18.680 INFO [stderr] | Nov 30 12:15:18.680 INFO [stderr] 65 | for (path, length) in &self.cache[possibility] { Nov 30 12:15:18.681 INFO [stderr] | ^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.681 INFO [stderr] | Nov 30 12:15:18.681 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.681 INFO [stderr] found type `(_, _)` Nov 30 12:15:18.682 INFO [stderr] Nov 30 12:15:18.684 INFO [stderr] error[E0308]: mismatched types Nov 30 12:15:18.684 INFO [stderr] --> src/bin/hopper.rs:111:8 Nov 30 12:15:18.684 INFO [stderr] | Nov 30 12:15:18.685 INFO [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { Nov 30 12:15:18.685 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected enum `Cache`, found tuple Nov 30 12:15:18.685 INFO [stderr] | Nov 30 12:15:18.686 INFO [stderr] = note: expected type `Cache` Nov 30 12:15:18.686 INFO [stderr] found type `(_, _, _)` Nov 30 12:15:18.686 INFO [stderr] Nov 30 12:15:18.736 INFO [stderr] error: aborting due to 5 previous errors Nov 30 12:15:18.736 INFO [stderr] Nov 30 12:15:18.736 INFO [stderr] Some errors occurred: E0277, E0308, E0425. Nov 30 12:15:18.736 INFO [stderr] For more information about an error, try `rustc --explain E0277`. Nov 30 12:15:18.736 INFO [stderr] error: Could not compile `kattis`. Nov 30 12:15:18.736 INFO [stderr] Nov 30 12:15:18.736 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 12:15:18.737 INFO [stderr] su: No module specific data is present Nov 30 12:15:19.454 INFO running `"docker" "inspect" "16b4191d3812bef76674460d21d064048c9a48c0e11fa8ee29b1ac453c6ea163"` Nov 30 12:15:19.842 INFO running `"docker" "rm" "-f" "16b4191d3812bef76674460d21d064048c9a48c0e11fa8ee29b1ac453c6ea163"` Nov 30 12:15:20.228 INFO [stdout] 16b4191d3812bef76674460d21d064048c9a48c0e11fa8ee29b1ac453c6ea163