[INFO] cloning repository https://github.com/BKreisel/Win32CoreUtils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BKreisel/Win32CoreUtils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBKreisel%2FWin32CoreUtils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBKreisel%2FWin32CoreUtils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a955abeba5e178aaf8899f7d75c01b26a16065b2 [INFO] testing BKreisel/Win32CoreUtils against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBKreisel%2FWin32CoreUtils" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BKreisel/Win32CoreUtils on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BKreisel/Win32CoreUtils [INFO] finished tweaking git repo https://github.com/BKreisel/Win32CoreUtils [INFO] tweaked toml for git repo https://github.com/BKreisel/Win32CoreUtils written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6245e156d60e427fe18c396492cb428dd2d8398755ce3f6bc0f72cbd540bad6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6245e156d60e427fe18c396492cb428dd2d8398755ce3f6bc0f72cbd540bad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6245e156d60e427fe18c396492cb428dd2d8398755ce3f6bc0f72cbd540bad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6245e156d60e427fe18c396492cb428dd2d8398755ce3f6bc0f72cbd540bad6", kill_on_drop: false }` [INFO] [stdout] b6245e156d60e427fe18c396492cb428dd2d8398755ce3f6bc0f72cbd540bad6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ffc3eae0b6bbf11890bf8c08dadc564579a31c8652bd3aa5b274d09b9466c749 [INFO] running `Command { std: "docker" "start" "-a" "ffc3eae0b6bbf11890bf8c08dadc564579a31c8652bd3aa5b274d09b9466c749", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling coreutils v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `winapi` [INFO] [stdout] --> src/bin/ls/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | extern crate winapi; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/bin/ls/main.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/bin/ls/main.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use std::os::windows::prelude::*; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fileapi` [INFO] [stdout] --> src/bin/ls/main.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | fileapi::CreateFileW( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `fileapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | winnt::GENERIC_READ, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | winnt::FILE_SHARE_READ, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fileapi` [INFO] [stdout] --> src/bin/ls/main.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | fileapi::OPEN_EXISTING, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `fileapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | winnt::FILE_ATTRIBUTE_NORMAL | winbase::FILE_FLAG_BACKUP_SEMANTICS, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winbase` [INFO] [stdout] --> src/bin/ls/main.rs:84:44 [INFO] [stdout] | [INFO] [stdout] 84 | winnt::FILE_ATTRIBUTE_NORMAL | winbase::FILE_FLAG_BACKUP_SEMANTICS, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winbase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `handleapi` [INFO] [stdout] --> src/bin/ls/main.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | if h_file == handleapi::INVALID_HANDLE_VALUE { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `handleapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | let mut p_sid_owner: winnt::PSID = null_mut(); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | let mut p_descriptor: winnt::PSECURITY_DESCRIPTOR = null_mut(); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aclapi` [INFO] [stdout] --> src/bin/ls/main.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | aclapi::GetSecurityInfo( [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `aclapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `accctrl` [INFO] [stdout] --> src/bin/ls/main.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | accctrl::SE_FILE_OBJECT, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `accctrl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | winnt::OWNER_SECURITY_INFORMATION, [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winerror` [INFO] [stdout] --> src/bin/ls/main.rs:109:19 [INFO] [stdout] | [INFO] [stdout] 109 | if dw_code != winerror::ERROR_SUCCESS { [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `winerror` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/bin/ls/main.rs:113:27 [INFO] [stdout] | [INFO] [stdout] 113 | let mut account_size: minwindef::DWORD = 50; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `minwindef` [INFO] [stdout] --> src/bin/ls/main.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | let mut domain_size: minwindef::DWORD = 50; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `minwindef` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut pe_use: winnt::SID_NAME_USE = winnt::SidTypeUnknown; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winnt` [INFO] [stdout] --> src/bin/ls/main.rs:119:43 [INFO] [stdout] | [INFO] [stdout] 119 | let mut pe_use: winnt::SID_NAME_USE = winnt::SidTypeUnknown; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `winnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winbase` [INFO] [stdout] --> src/bin/ls/main.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | winbase::LookupAccountSidW( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `winbase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NULL` in this scope [INFO] [stdout] --> src/bin/ls/main.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | NULL, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope [INFO] [stdout] --> src/bin/ls/main.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | .encode_wide() [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&OsStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/bin/ls/main.rs:140:34 [INFO] [stdout] | [INFO] [stdout] 140 | let account_name = OsString::from_wide(&account_name[..account_size]); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/bin/ls/main.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 141 | let domain_name = OsString::from_wide(&domain_name[..domain_size]); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coreutils` due to 26 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ffc3eae0b6bbf11890bf8c08dadc564579a31c8652bd3aa5b274d09b9466c749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffc3eae0b6bbf11890bf8c08dadc564579a31c8652bd3aa5b274d09b9466c749", kill_on_drop: false }` [INFO] [stdout] ffc3eae0b6bbf11890bf8c08dadc564579a31c8652bd3aa5b274d09b9466c749