[INFO] updating cached repository https://github.com/CryZe/livesplit-rivatuner [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 250b1c0db42f0178832fc4a46d4b845ce61f8bfd [INFO] testing CryZe/livesplit-rivatuner against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryZe%2Flivesplit-rivatuner" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CryZe/livesplit-rivatuner on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CryZe/livesplit-rivatuner [INFO] finished tweaking git repo https://github.com/CryZe/livesplit-rivatuner [INFO] tweaked toml for git repo https://github.com/CryZe/livesplit-rivatuner written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/CryZe/livesplit-rivatuner already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] e025e57cf69cccf18ca176f67b350db79939fa5a1284ad7058ae1e2ac3030832 [INFO] running `"docker" "start" "-a" "e025e57cf69cccf18ca176f67b350db79939fa5a1284ad7058ae1e2ac3030832"` [INFO] [stderr] Compiling peresil v0.3.0 [INFO] [stderr] Compiling typed-arena v1.2.0 [INFO] [stderr] Compiling pdqsort v0.1.2 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling livesplit-hotkey v0.1.0 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling deflate v0.7.6 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Compiling derive-new v0.4.0 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling sxd-document v0.2.1 [INFO] [stderr] Compiling rayon v0.7.0 [INFO] [stderr] Compiling png v0.6.2 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling derive_more v0.6.1 [INFO] [stderr] Compiling serde_derive v0.9.14 [INFO] [stderr] Compiling jpeg-decoder v0.1.12 [INFO] [stderr] Compiling image v0.12.3 [INFO] [stderr] Compiling livesplit-core v0.2.0 [INFO] [stderr] Compiling livesplit-rivatuner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `winapi::FILE_MAP_ALL_ACCESS`, `winapi::c_char` [INFO] [stderr] --> src/rivatuner/mod.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::{FILE_MAP_ALL_ACCESS, c_char}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^ no `c_char` in the root [INFO] [stderr] | | [INFO] [stderr] | no `FILE_MAP_ALL_ACCESS` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/rivatuner/mod.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `kernel32::OpenFileMappingW`, `kernel32::MapViewOfFile`, `kernel32::UnmapViewOfFile`, `kernel32::CloseHandle` [INFO] [stderr] --> src/rivatuner/mod.rs:2:16 [INFO] [stderr] | [INFO] [stderr] 2 | use kernel32::{OpenFileMappingW, MapViewOfFile, UnmapViewOfFile, CloseHandle}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ no `CloseHandle` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `UnmapViewOfFile` in the root [INFO] [stderr] | | no `MapViewOfFile` in the root [INFO] [stderr] | no `OpenFileMappingW` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `winapi::DWORD`, `winapi::c_char`, `winapi::LARGE_INTEGER`, `winapi::BOOL`, `winapi::MAX_PATH` [INFO] [stderr] --> src/rivatuner/mem.rs:1:14 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::{DWORD, c_char, LARGE_INTEGER, BOOL, MAX_PATH}; [INFO] [stderr] | ^^^^^ ^^^^^^ ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ no `MAX_PATH` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `BOOL` in the root [INFO] [stderr] | | | no `LARGE_INTEGER` in the root [INFO] [stderr] | | no `c_char` in the root [INFO] [stderr] | no `DWORD` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::windows::ffi::OsStrExt` [INFO] [stderr] --> src/rivatuner/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::os::windows::ffi::OsStrExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode_wide` found for type `&std::ffi::OsStr` in the current scope [INFO] [stderr] --> src/rivatuner/mod.rs:25:35 [INFO] [stderr] | [INFO] [stderr] 25 | let mut chars = OsStr::new(s).encode_wide().collect::>(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `livesplit-rivatuner`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e025e57cf69cccf18ca176f67b350db79939fa5a1284ad7058ae1e2ac3030832"` [INFO] running `"docker" "rm" "-f" "e025e57cf69cccf18ca176f67b350db79939fa5a1284ad7058ae1e2ac3030832"` [INFO] [stdout] e025e57cf69cccf18ca176f67b350db79939fa5a1284ad7058ae1e2ac3030832