[INFO] updating cached repository https://github.com/retep998/windump-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing retep998/windump-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fretep998%2Fwindump-rs" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/retep998/windump-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/retep998/windump-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ee700339a3c2782f83ad0d059e37141c84071202dffa216adc65bcaf08e9d97b [INFO] running `"docker" "start" "-a" "ee700339a3c2782f83ad0d059e37141c84071202dffa216adc65bcaf08e9d97b"` [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling 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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/bin/headers.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(fs_walk)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/bin/cleaner.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(path_relative_from)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope [INFO] [stderr] error[E0599]: no method named `at` found for type `regex::Captures<'_>` in the current scope [INFO] [stderr] --> src/bin/headers.rs:31:59 [INFO] [stderr] | [INFO] [stderr] --> src/bin/cleaner.rs:66:46 [INFO] [stderr] 31 | let cap = reg1.captures(&line).and_then(|x| x.at(1)) [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] 66 | let ver = reg.captures(&string).unwrap().at(1).unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `at` found for type `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] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `relative_from` found for type `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] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/bin/cleaner.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | let libname = cratename.replace("-", "_"); [INFO] [stderr] | ^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `windump`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `windump`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ee700339a3c2782f83ad0d059e37141c84071202dffa216adc65bcaf08e9d97b"` [INFO] running `"docker" "rm" "-f" "ee700339a3c2782f83ad0d059e37141c84071202dffa216adc65bcaf08e9d97b"` [INFO] [stdout] ee700339a3c2782f83ad0d059e37141c84071202dffa216adc65bcaf08e9d97b