[INFO] fetching crate filetime_win 0.2.0... [INFO] testing filetime_win-0.2.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate filetime_win 0.2.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate filetime_win 0.2.0 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 crates.io crate filetime_win 0.2.0 [INFO] finished tweaking crates.io crate filetime_win 0.2.0 [INFO] tweaked toml for crates.io crate filetime_win 0.2.0 written to /workspace/builds/worker-8/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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce3f253c04d087b8cc5ea25af60b9ac76ac8b1e73d8658433faef5626501b7e9 [INFO] running `Command { std: "docker" "start" "-a" "ce3f253c04d087b8cc5ea25af60b9ac76ac8b1e73d8658433faef5626501b7e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce3f253c04d087b8cc5ea25af60b9ac76ac8b1e73d8658433faef5626501b7e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce3f253c04d087b8cc5ea25af60b9ac76ac8b1e73d8658433faef5626501b7e9", kill_on_drop: false }` [INFO] [stdout] ce3f253c04d087b8cc5ea25af60b9ac76ac8b1e73d8658433faef5626501b7e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59d32d05d45ec824c0b615755f58d2aa7166318ee4a9e71151fe5c24a90241a7 [INFO] running `Command { std: "docker" "start" "-a" "59d32d05d45ec824c0b615755f58d2aa7166318ee4a9e71151fe5c24a90241a7", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling comedy v0.2.0 [INFO] [stderr] Compiling filetime_win v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | use winapi::shared::minwindef::FILETIME; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | use winapi::shared::ntdef::ULARGE_INTEGER; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | use winapi::um::minwinbase::SYSTEMTIME; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | use winapi::um::sysinfoapi::GetSystemTime; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:63:13 [INFO] [stdout] | [INFO] [stdout] 63 | use winapi::um::timezoneapi::{FileTimeToSystemTime, SystemTimeToFileTime}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `comedy::check_true` [INFO] [stdout] --> src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | use comedy::check_true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `check_true` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `check_true` [INFO] [stdout] --> src/lib.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | check_true!(FileTimeToSystemTime(&self.0, &mut system_time))?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `check_true` [INFO] [stdout] --> src/lib.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | check_true!(SystemTimeToFileTime(&self.0, &mut file_time))?; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope [INFO] [stdout] --> src/lib.rs:82:80 [INFO] [stdout] | [INFO] [stdout] 82 | #[cfg_attr(feature = "filetime_serde", serde(with = "FileTimeSerde"))] pub FILETIME, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope [INFO] [stdout] --> src/lib.rs:82:80 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct FileTime( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 82 | #[cfg_attr(feature = "filetime_serde", serde(with = "FileTimeSerde"))] pub FILETIME, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SYSTEMTIME` in this scope [INFO] [stdout] --> src/lib.rs:109:82 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(feature = "filetime_serde", serde(with = "SystemTimeSerde"))] pub SYSTEMTIME, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SYSTEMTIME` in this scope [INFO] [stdout] --> src/lib.rs:109:82 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct SystemTimeUTC( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 109 | #[cfg_attr(feature = "filetime_serde", serde(with = "SystemTimeSerde"))] pub SYSTEMTIME, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULARGE_INTEGER` in this scope [INFO] [stdout] --> src/lib.rs:119:24 [INFO] [stdout] | [INFO] [stdout] 119 | let mut v: ULARGE_INTEGER = mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stdout] --> src/lib.rs:127:78 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn to_system_time_utc(self) -> result::Result { [INFO] [stdout] | ^^^^^^^^^^ not found in `comedy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemTime` in this scope [INFO] [stdout] --> src/lib.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | GetSystemTime(&mut system_time); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stdout] --> src/lib.rs:183:68 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn to_file_time(&self) -> result::Result { [INFO] [stdout] | ^^^^^^^^^^ not found in `comedy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `filetime_win` due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "59d32d05d45ec824c0b615755f58d2aa7166318ee4a9e71151fe5c24a90241a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59d32d05d45ec824c0b615755f58d2aa7166318ee4a9e71151fe5c24a90241a7", kill_on_drop: false }` [INFO] [stdout] 59d32d05d45ec824c0b615755f58d2aa7166318ee4a9e71151fe5c24a90241a7