[INFO] crate dcombu 0.0.1 is already in cache [INFO] testing dcombu-0.0.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate dcombu 0.0.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate dcombu 0.0.1 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 dcombu 0.0.1 [INFO] finished tweaking crates.io crate dcombu 0.0.1 [INFO] tweaked toml for crates.io crate dcombu 0.0.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 689c53a04995f6106d116fe87fe5d1fc787fff7d1014711998861cedfe6ee726 [INFO] running `"docker" "start" "-a" "689c53a04995f6106d116fe87fe5d1fc787fff7d1014711998861cedfe6ee726"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling gdi32-sys v0.2.0 [INFO] [stderr] Compiling combup v0.1.5 [INFO] [stderr] error[E0432]: unresolved imports `winapi::IUnknown`, `winapi::REFIID`, `winapi::S_OK`, `winapi::E_NOINTERFACE` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/comptr.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::{IUnknown, REFIID, S_OK, E_NOINTERFACE}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^ ^^^^ ^^^^^^^^^^^^^ no `E_NOINTERFACE` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `S_OK` in the root [INFO] [stderr] | | no `REFIID` in the root [INFO] [stderr] | no `IUnknown` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::IDWriteLocalizedStrings` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::IDWriteLocalizedStrings; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `IDWriteLocalizedStrings` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::wchar_t` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::wchar_t; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `wchar_t` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::winerror` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::winerror::S_OK; [INFO] [stderr] | ^^^^^^^^ could not find `winerror` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::minwindef::{BOOL, FALSE}; [INFO] [stderr] | ^^^^^^^^^ could not find `minwindef` in `winapi` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `DEFINE_GUID` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/com_helpers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | DEFINE_GUID!{UuidOfIUnknown, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetUserDefaultLocaleName` in crate `kernel32` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | kernel32::GetUserDefaultLocaleName(locale.as_mut_ptr(), locale.len() as i32 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `kernel32` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | self.as_ref().encode_wide().collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:67:23 [INFO] [stderr] | [INFO] [stderr] 67 | self.as_ref().encode_wide().chain(Some(0)).collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/combup-0.1.5/src/wide.rs:23:29 [INFO] [stderr] | [INFO] [stderr] 23 | OsStr::new("en-us").encode_wide().collect() [INFO] [stderr] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `combup`. [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: build failed [INFO] running `"docker" "inspect" "689c53a04995f6106d116fe87fe5d1fc787fff7d1014711998861cedfe6ee726"` [INFO] running `"docker" "rm" "-f" "689c53a04995f6106d116fe87fe5d1fc787fff7d1014711998861cedfe6ee726"` [INFO] [stdout] 689c53a04995f6106d116fe87fe5d1fc787fff7d1014711998861cedfe6ee726