[INFO] crate filetime_win 0.1.0 is already in cache [INFO] checking filetime_win-0.1.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate filetime_win 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate filetime_win 0.1.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] aada5f3d450cf990b0f035e498df85201350ac37ea9315ea293db70cfdd5a941 [INFO] running `"docker" "start" "-a" "aada5f3d450cf990b0f035e498df85201350ac37ea9315ea293db70cfdd5a941"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling synstructure v0.12.3 [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[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[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[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[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: 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] [stderr] warning: build failed, waiting for other jobs to finish... [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] running `"docker" "inspect" "aada5f3d450cf990b0f035e498df85201350ac37ea9315ea293db70cfdd5a941"` [INFO] running `"docker" "rm" "-f" "aada5f3d450cf990b0f035e498df85201350ac37ea9315ea293db70cfdd5a941"` [INFO] [stdout] aada5f3d450cf990b0f035e498df85201350ac37ea9315ea293db70cfdd5a941