[INFO] updating cached repository https://github.com/Aceeri/kattis [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb746ffaa89d89b7366a949d5f22a0b9c870deed [INFO] checking Aceeri/kattis against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAceeri%2Fkattis" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aceeri/kattis on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Aceeri/kattis [INFO] finished tweaking git repo https://github.com/Aceeri/kattis [INFO] tweaked toml for git repo https://github.com/Aceeri/kattis written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Aceeri/kattis already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ffe6bc62fe648155acdf4ff366bef6908ddce878e575e072c442d2ae3352b8e [INFO] running `"docker" "start" "-a" "9ffe6bc62fe648155acdf4ff366bef6908ddce878e575e072c442d2ae3352b8e"` [INFO] [stderr] Checking kattis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found built-in attribute `path` [INFO] [stderr] --> src/bin/hopper.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | let mut new_path = path.clone(); [INFO] [stderr] | ^^^^ not a value [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `length` in this scope [INFO] [stderr] --> src/bin/hopper.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | (sub, new_path, length + 1) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HashMap`, `HashSet` [INFO] [stderr] --> src/bin/hopper.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::{HashMap, HashSet}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::mpsc::channel` [INFO] [stderr] --> src/bin/hopper.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::sync::mpsc::channel; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/bin/hopper.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/hopper.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/sibice.rs:4:29 [INFO] [stderr] | [INFO] [stderr] 4 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found built-in attribute `path` [INFO] [stderr] --> src/bin/hopper.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | let mut new_path = path.clone(); [INFO] [stderr] | ^^^^ not a value [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `length` in this scope [INFO] [stderr] --> src/bin/hopper.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | (sub, new_path, length + 1) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HashMap`, `HashSet` [INFO] [stderr] --> src/bin/hopper.rs:1:24 [INFO] [stderr] | [INFO] [stderr] 1 | use std::collections::{HashMap, HashSet}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::mpsc::channel` [INFO] [stderr] --> src/bin/hopper.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::sync::mpsc::channel; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/bin/hopper.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/hopper.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/sibice.rs:4:29 [INFO] [stderr] | [INFO] [stderr] 4 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/bin/hopper.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hopper.rs:65:7 [INFO] [stderr] | [INFO] [stderr] 65 | for (path, length) in &self.cache[possibility] { [INFO] [stderr] | ^^^^^^^^^^^^^^ ------------------------ this expression has type `&Cache` [INFO] [stderr] | | [INFO] [stderr] | expected enum `Cache`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected enum `Cache` [INFO] [stderr] found tuple `(_, _)` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Cache: std::clone::Clone` is not satisfied [INFO] [stderr] --> src/bin/hopper.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | cache: vec![Vec::new(); 1000].into_boxed_slice(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `Cache` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::clone::Clone` for `std::vec::Vec` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hopper.rs:111:8 [INFO] [stderr] | [INFO] [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------ this expression has type `&Cache` [INFO] [stderr] | | [INFO] [stderr] | expected enum `Cache`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected enum `Cache` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hopper.rs:65:7 [INFO] [stderr] | [INFO] [stderr] 65 | for (path, length) in &self.cache[possibility] { [INFO] [stderr] | ^^^^^^^^^^^^^^ ------------------------ this expression has type `&Cache` [INFO] [stderr] | | [INFO] [stderr] | expected enum `Cache`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected enum `Cache` [INFO] [stderr] found tuple `(_, _)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hopper.rs:111:8 [INFO] [stderr] | [INFO] [stderr] 111 | for (jump, path, length) in &self.cache[possibility] { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------ this expression has type `&Cache` [INFO] [stderr] | | [INFO] [stderr] | expected enum `Cache`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected enum `Cache` [INFO] [stderr] found tuple `(_, _, _)` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0423, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kattis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0423, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `kattis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9ffe6bc62fe648155acdf4ff366bef6908ddce878e575e072c442d2ae3352b8e"` [INFO] running `"docker" "rm" "-f" "9ffe6bc62fe648155acdf4ff366bef6908ddce878e575e072c442d2ae3352b8e"` [INFO] [stdout] 9ffe6bc62fe648155acdf4ff366bef6908ddce878e575e072c442d2ae3352b8e