[INFO] updating cached repository https://github.com/retep998/windump-rs [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] b4b470e3698b9130b4cfae7d522abd031645b99e [INFO] checking retep998/windump-rs against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretep998%2Fwindump-rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/retep998/windump-rs 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/retep998/windump-rs [INFO] finished tweaking git repo https://github.com/retep998/windump-rs [INFO] tweaked toml for git repo https://github.com/retep998/windump-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/retep998/windump-rs 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 191c863b31afebb9a5b3720ad1de58a63bf97a395de2b1a976f99b055059fa8e [INFO] running `"docker" "start" "-a" "191c863b31afebb9a5b3720ad1de58a63bf97a395de2b1a976f99b055059fa8e"` [INFO] [stderr] Checking libc v0.2.23 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking same-file v0.1.3 [INFO] [stderr] Checking regex-syntax v0.4.1 [INFO] [stderr] Checking unreachable v0.1.1 [INFO] [stderr] Checking walkdir v1.0.7 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking thread-id v3.1.0 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking windump v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::fs::walk_dir` [INFO] [stderr] --> src/bin/headers.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | use std::fs::{File, walk_dir}; [INFO] [stderr] | ^^^^^^^^ no `walk_dir` in `fs` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::fs::walk_dir` [INFO] [stderr] --> src/bin/headers.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | use std::fs::{File, walk_dir}; [INFO] [stderr] | ^^^^^^^^ no `walk_dir` in `fs` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/headers.rs:31:59 [INFO] [stderr] | [INFO] [stderr] 31 | let cap = reg1.captures(&line).and_then(|x| x.at(1)) [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/headers.rs:32:65 [INFO] [stderr] | [INFO] [stderr] 32 | .or_else(|| reg2.captures(&line).and_then(|x| x.at(1))); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/headers.rs:31:59 [INFO] [stderr] | [INFO] [stderr] 31 | let cap = reg1.captures(&line).and_then(|x| x.at(1)) [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/cleaner.rs:66:46 [INFO] [stderr] | [INFO] [stderr] 66 | let ver = reg.captures(&string).unwrap().at(1).unwrap(); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/headers.rs:32:65 [INFO] [stderr] | [INFO] [stderr] 32 | .or_else(|| reg2.captures(&line).and_then(|x| x.at(1))); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `at` found for struct `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/cleaner.rs:66:46 [INFO] [stderr] | [INFO] [stderr] 66 | let ver = reg.captures(&string).unwrap().at(1).unwrap(); [INFO] [stderr] | ^^ method not found in `regex::Captures<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `relative_from` found for struct `std::path::PathBuf` in the current scope [INFO] [stderr] --> src/bin/cleaner.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | let nativename = path.relative_from(lib).unwrap().to_str().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::path::PathBuf` [INFO] [stderr] [INFO] [stderr] error: could not compile `windump`. [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] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] error[E0599]: no method named `relative_from` found for struct `std::path::PathBuf` in the current scope [INFO] [stderr] --> src/bin/cleaner.rs:86:31 [INFO] [stderr] | [INFO] [stderr] 86 | let nativename = path.relative_from(lib).unwrap().to_str().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::path::PathBuf` [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `windump`. [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 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `windump`. [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: could not compile `windump`. [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: build failed [INFO] running `"docker" "inspect" "191c863b31afebb9a5b3720ad1de58a63bf97a395de2b1a976f99b055059fa8e"` [INFO] running `"docker" "rm" "-f" "191c863b31afebb9a5b3720ad1de58a63bf97a395de2b1a976f99b055059fa8e"` [INFO] [stdout] 191c863b31afebb9a5b3720ad1de58a63bf97a395de2b1a976f99b055059fa8e