[INFO] updating cached repository https://github.com/Phaiax/accesstest
[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] e4b5bce3b11d28faf906c4ab4627f63938662b32
[INFO] checking Phaiax/accesstest against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhaiax%2Faccesstest" "/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/Phaiax/accesstest 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/Phaiax/accesstest
[INFO] finished tweaking git repo https://github.com/Phaiax/accesstest
[INFO] tweaked toml for git repo https://github.com/Phaiax/accesstest written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/Phaiax/accesstest 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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] cde217e0785891fb2e4f20499847b97e91a4f56bd0b28b64cd30dd4284390ec6
[INFO] running `"docker" "start" "-a" "cde217e0785891fb2e4f20499847b97e91a4f56bd0b28b64cd30dd4284390ec6"`
[INFO] [stderr]    Compiling byteorder v1.3.1
[INFO] [stderr]     Checking crossbeam-channel v0.3.8
[INFO] [stderr]     Checking bstr v0.1.2
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking backtrace-sys v0.1.28
[INFO] [stderr]    Compiling structopt-derive v0.2.15
[INFO] [stderr]     Checking rayon v1.0.3
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking env_logger v0.5.13
[INFO] [stderr]     Checking backtrace v0.3.15
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking globset v0.4.3
[INFO] [stderr]     Checking exitfailure v0.5.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking sha-1 v0.8.1
[INFO] [stderr]     Checking ignore v0.4.7
[INFO] [stderr]     Checking globwalk v0.3.1
[INFO] [stderr]     Checking structopt v0.2.15
[INFO] [stderr]     Checking clap-verbosity-flag v0.2.0
[INFO] [stderr]     Checking quicli v0.4.0
[INFO] [stderr]     Checking accesstest v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/fileinfo.rs:37:22
[INFO] [stderr]    |
[INFO] [stderr] 37 |         use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/fileinfo.rs:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |             use std::os::windows::ffi::OsStringExt;
[INFO] [stderr]     |                          ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/main.rs:100:22
[INFO] [stderr]     |
[INFO] [stderr] 100 |         use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/main.rs:113:22
[INFO] [stderr]     |
[INFO] [stderr] 113 |         use std::os::windows::ffi::OsStringExt;
[INFO] [stderr]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]    --> src/main.rs:101:35
[INFO] [stderr]     |
[INFO] [stderr] 101 |         for c in path.as_os_str().encode_wide() {
[INFO] [stderr]     |                                   ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/main.rs:119:31
[INFO] [stderr]     |
[INFO] [stderr] 119 |             let c = OsString::from_wide(&[k][..]);
[INFO] [stderr]     |                               ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/fileinfo.rs:38:47
[INFO] [stderr]    |
[INFO] [stderr] 38 |         let pathutf16 = self.path.as_os_str().encode_wide();
[INFO] [stderr]    |                                               ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/fileinfo.rs:106:44
[INFO] [stderr]     |
[INFO] [stderr] 106 |             let path = std::ffi::OsString::from_wide(&buf);
[INFO] [stderr]     |                                            ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `accesstest`.
[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[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/fileinfo.rs:37:22
[INFO] [stderr]    |
[INFO] [stderr] 37 |         use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/fileinfo.rs:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |             use std::os::windows::ffi::OsStringExt;
[INFO] [stderr]     |                          ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/main.rs:100:22
[INFO] [stderr]     |
[INFO] [stderr] 100 |         use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/main.rs:113:22
[INFO] [stderr]     |
[INFO] [stderr] 113 |         use std::os::windows::ffi::OsStringExt;
[INFO] [stderr]     |                      ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/fileinfo.rs:192:18
[INFO] [stderr]     |
[INFO] [stderr] 192 |     use std::os::windows::ffi::OsStringExt;
[INFO] [stderr]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]    --> src/main.rs:101:35
[INFO] [stderr]     |
[INFO] [stderr] 101 |         for c in path.as_os_str().encode_wide() {
[INFO] [stderr]     |                                   ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/main.rs:119:31
[INFO] [stderr]     |
[INFO] [stderr] 119 |             let c = OsString::from_wide(&[k][..]);
[INFO] [stderr]     |                               ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/fileinfo.rs:38:47
[INFO] [stderr]    |
[INFO] [stderr] 38 |         let pathutf16 = self.path.as_os_str().encode_wide();
[INFO] [stderr]    |                                               ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/fileinfo.rs:106:44
[INFO] [stderr]     |
[INFO] [stderr] 106 |             let path = std::ffi::OsString::from_wide(&buf);
[INFO] [stderr]     |                                            ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope
[INFO] [stderr]    --> src/fileinfo.rs:193:48
[INFO] [stderr]     |
[INFO] [stderr] 193 |     f.path = PathBuf::from(std::ffi::OsString::from_wide(&[
[INFO] [stderr]     |                                                ^^^^^^^^^ function or associated item not found in `std::ffi::OsString`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `accesstest`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "cde217e0785891fb2e4f20499847b97e91a4f56bd0b28b64cd30dd4284390ec6"`
[INFO] running `"docker" "rm" "-f" "cde217e0785891fb2e4f20499847b97e91a4f56bd0b28b64cd30dd4284390ec6"`
[INFO] [stdout] cde217e0785891fb2e4f20499847b97e91a4f56bd0b28b64cd30dd4284390ec6
