[INFO] crate filetime_win 0.1.0 is already in cache
[INFO] checking filetime_win-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[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 bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 2dc57c7aa8d0cbca8fcf1e57cb174daf31c5e94c18b15f93df29fd89807fb3f4
[INFO] running `"docker" "start" "-a" "2dc57c7aa8d0cbca8fcf1e57cb174daf31c5e94c18b15f93df29fd89807fb3f4"`
[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[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<SystemTimeUTC, comedy::Win32Error> {
[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<FileTime, comedy::Win32Error> {
[INFO] [stderr]     |                                                                    ^^^^^^^^^^ not found in `comedy`
[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[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: 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[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<SystemTimeUTC, comedy::Win32Error> {
[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<FileTime, comedy::Win32Error> {
[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 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" "2dc57c7aa8d0cbca8fcf1e57cb174daf31c5e94c18b15f93df29fd89807fb3f4"`
[INFO] running `"docker" "rm" "-f" "2dc57c7aa8d0cbca8fcf1e57cb174daf31c5e94c18b15f93df29fd89807fb3f4"`
[INFO] [stdout] 2dc57c7aa8d0cbca8fcf1e57cb174daf31c5e94c18b15f93df29fd89807fb3f4
