[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 master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretep998%2Fwindump-rs" "/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/retep998/windump-rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 20b360822fdf08f17694b4b9847e654374d298b74c1c6c21f5019d796fab1fce
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "20b360822fdf08f17694b4b9847e654374d298b74c1c6c21f5019d796fab1fce"`
[INFO] [stderr]     Checking memchr v1.0.1
[INFO] [stderr]     Checking thread-id v3.1.0
[INFO] [stderr]     Checking aho-corasick v0.6.3
[INFO] [stderr]     Checking thread_local v0.3.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[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 `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: 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[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/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] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[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[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: 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[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: 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: 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" "20b360822fdf08f17694b4b9847e654374d298b74c1c6c21f5019d796fab1fce"`
[INFO] running `"docker" "rm" "-f" "20b360822fdf08f17694b4b9847e654374d298b74c1c6c21f5019d796fab1fce"`
[INFO] [stdout] 20b360822fdf08f17694b4b9847e654374d298b74c1c6c21f5019d796fab1fce
