[INFO] fetching crate filetime_win 0.1.0... [INFO] testing filetime_win-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate filetime_win 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate filetime_win 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bc097fbccc88bd12d8f935c021d77179d1311c4570fde453f2e31beacca6ff0a [INFO] running `"docker" "start" "-a" "bc097fbccc88bd12d8f935c021d77179d1311c4570fde453f2e31beacca6ff0a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling comedy v0.1.0 [INFO] [stderr] Compiling 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 { [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 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" "bc097fbccc88bd12d8f935c021d77179d1311c4570fde453f2e31beacca6ff0a"` [INFO] running `"docker" "rm" "-f" "bc097fbccc88bd12d8f935c021d77179d1311c4570fde453f2e31beacca6ff0a"` [INFO] [stdout] bc097fbccc88bd12d8f935c021d77179d1311c4570fde453f2e31beacca6ff0a