[INFO] updating cached repository https://github.com/CryZe/livesplit-rivatuner [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryZe%2Flivesplit-rivatuner" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CryZe/livesplit-rivatuner on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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 /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/CryZe/livesplit-rivatuner already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+beta-2020-06-03" "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] 9d2dd4b311835b4c904b877badb7d24f4f5cad20e58b959c30ca3832ab9c4914 [INFO] running `"docker" "start" "-a" "9d2dd4b311835b4c904b877badb7d24f4f5cad20e58b959c30ca3832ab9c4914"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rayon-core v1.0.0 [INFO] [stderr] Compiling adler32 v1.0.0 [INFO] [stderr] Compiling quote v0.2.3 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling serde v0.9.14 [INFO] [stderr] Compiling typed-arena v1.2.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.7 [INFO] [stderr] Compiling peresil v0.3.0 [INFO] [stderr] Compiling livesplit-hotkey v0.1.0 [INFO] [stderr] Compiling pdqsort v0.1.2 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num_cpus v1.3.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling base64 v0.4.1 [INFO] [stderr] Compiling deque v0.3.1 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Compiling gif v0.9.1 [INFO] [stderr] Compiling deflate v0.7.6 [INFO] [stderr] Compiling sxd-document v0.2.1 [INFO] [stderr] Compiling syn v0.8.7 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling num v0.1.37 [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-new v0.4.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.12 [INFO] [stderr] Compiling derive_more v0.6.1 [INFO] [stderr] Compiling serde_derive v0.9.14 [INFO] [stderr] Compiling image v0.12.3 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling serde_json v0.9.10 [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] error[E0599]: no method named `encode_wide` found for reference `&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] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [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" "9d2dd4b311835b4c904b877badb7d24f4f5cad20e58b959c30ca3832ab9c4914"` [INFO] running `"docker" "rm" "-f" "9d2dd4b311835b4c904b877badb7d24f4f5cad20e58b959c30ca3832ab9c4914"` [INFO] [stdout] 9d2dd4b311835b4c904b877badb7d24f4f5cad20e58b959c30ca3832ab9c4914