[INFO] crate filetime_win 0.1.0 is already in cache [INFO] checking filetime_win-0.1.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate filetime_win 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate filetime_win 0.1.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate filetime_win 0.1.0 [INFO] finished tweaking crates.io crate filetime_win 0.1.0 [INFO] tweaked toml for crates.io crate filetime_win 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 475a2eaa54443549b8baa8ebc889cb65645401ad1c1453b80f8adb355e169bba [INFO] running `"docker" "start" "-a" "475a2eaa54443549b8baa8ebc889cb65645401ad1c1453b80f8adb355e169bba"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking comedy v0.1.0 [INFO] [stderr] Checking filetime_win v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/lib.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | use winapi::shared::minwindef::FILETIME; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | use winapi::shared::ntdef::ULARGE_INTEGER; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | use winapi::um::minwinbase::SYSTEMTIME; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | use winapi::um::sysinfoapi::GetSystemTime; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use winapi::um::timezoneapi::{FileTimeToSystemTime, SystemTimeToFileTime}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/lib.rs:235:17 [INFO] [stderr] | [INFO] [stderr] 235 | use winapi::shared::minwindef::FILETIME; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:236:17 [INFO] [stderr] | [INFO] [stderr] 236 | use winapi::um::minwinbase::SYSTEMTIME; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `comedy::check_true` [INFO] [stderr] --> src/lib.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use comedy::check_true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no `check_true` in the root [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `check_true` [INFO] [stderr] --> src/lib.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | check_true!(FileTimeToSystemTime(&self.0, &mut system_time))?; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `check_true` [INFO] [stderr] --> src/lib.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | check_true!(SystemTimeToFileTime(&self.0, &mut file_time))?; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/lib.rs:57:13 [INFO] [stderr] | [INFO] [stderr] 57 | use winapi::shared::minwindef::FILETIME; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/lib.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | use winapi::shared::ntdef::ULARGE_INTEGER; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | use winapi::um::minwinbase::SYSTEMTIME; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | use winapi::um::sysinfoapi::GetSystemTime; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/lib.rs:63:13 [INFO] [stderr] | [INFO] [stderr] 63 | use winapi::um::timezoneapi::{FileTimeToSystemTime, SystemTimeToFileTime}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `comedy::check_true` [INFO] [stderr] --> src/lib.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use comedy::check_true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no `check_true` in the root [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `check_true` [INFO] [stderr] --> src/lib.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | check_true!(FileTimeToSystemTime(&self.0, &mut system_time))?; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `check_true` [INFO] [stderr] --> src/lib.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | check_true!(SystemTimeToFileTime(&self.0, &mut file_time))?; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FILETIME` in this scope [INFO] [stderr] --> src/lib.rs:82:80 [INFO] [stderr] | [INFO] [stderr] 82 | #[cfg_attr(feature = "filetime_serde", serde(with = "FileTimeSerde"))] pub FILETIME, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SYSTEMTIME` in this scope [INFO] [stderr] --> src/lib.rs:109:82 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg_attr(feature = "filetime_serde", serde(with = "SystemTimeSerde"))] pub SYSTEMTIME, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ULARGE_INTEGER` in this scope [INFO] [stderr] --> src/lib.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | let mut v: ULARGE_INTEGER = mem::zeroed(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stderr] --> src/lib.rs:127:78 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn to_system_time_utc(self) -> result::Result { [INFO] [stderr] | ^^^^^^^^^^ not found in `comedy` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemTime` in this scope [INFO] [stderr] --> src/lib.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | GetSystemTime(&mut system_time); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stderr] --> src/lib.rs:183:68 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn to_file_time(&self) -> result::Result { [INFO] [stderr] | ^^^^^^^^^^ not found in `comedy` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `SYSTEMTIME` in this scope [INFO] [stderr] --> src/lib.rs:249:42 [INFO] [stderr] | [INFO] [stderr] 249 | let st_next_year = SystemTimeUTC(SYSTEMTIME { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `FILETIME` in this scope [INFO] [stderr] --> src/lib.rs:261:27 [INFO] [stderr] | [INFO] [stderr] 261 | let ft = FileTime(FILETIME { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FILETIME` in this scope [INFO] [stderr] --> src/lib.rs:82:80 [INFO] [stderr] | [INFO] [stderr] 82 | #[cfg_attr(feature = "filetime_serde", serde(with = "FileTimeSerde"))] pub FILETIME, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SYSTEMTIME` in this scope [INFO] [stderr] --> src/lib.rs:109:82 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg_attr(feature = "filetime_serde", serde(with = "SystemTimeSerde"))] pub SYSTEMTIME, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ULARGE_INTEGER` in this scope [INFO] [stderr] --> src/lib.rs:119:24 [INFO] [stderr] | [INFO] [stderr] 119 | let mut v: ULARGE_INTEGER = mem::zeroed(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stderr] --> src/lib.rs:127:78 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn to_system_time_utc(self) -> result::Result { [INFO] [stderr] | ^^^^^^^^^^ not found in `comedy` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemTime` in this scope [INFO] [stderr] --> src/lib.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | GetSystemTime(&mut system_time); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Win32Error` in crate `comedy` [INFO] [stderr] --> src/lib.rs:183:68 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn to_file_time(&self) -> result::Result { [INFO] [stderr] | ^^^^^^^^^^ not found in `comedy` [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `filetime_win`. [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: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `filetime_win`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "475a2eaa54443549b8baa8ebc889cb65645401ad1c1453b80f8adb355e169bba"` [INFO] running `"docker" "rm" "-f" "475a2eaa54443549b8baa8ebc889cb65645401ad1c1453b80f8adb355e169bba"` [INFO] [stdout] 475a2eaa54443549b8baa8ebc889cb65645401ad1c1453b80f8adb355e169bba