[INFO] cloning repository https://github.com/robmikh/displayrecorder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robmikh/displayrecorder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmikh%2Fdisplayrecorder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmikh%2Fdisplayrecorder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e9617bea73847c8ff801731c7bd6ee32edf919b [INFO] testing robmikh/displayrecorder against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmikh%2Fdisplayrecorder" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robmikh/displayrecorder on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/robmikh/displayrecorder [INFO] finished tweaking git repo https://github.com/robmikh/displayrecorder [INFO] tweaked toml for git repo https://github.com/robmikh/displayrecorder written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/robmikh/displayrecorder already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71b67326d9a973262f7c1bdba9fac77c7b655c59bd6ed14fddb45874e6efcc4d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "71b67326d9a973262f7c1bdba9fac77c7b655c59bd6ed14fddb45874e6efcc4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71b67326d9a973262f7c1bdba9fac77c7b655c59bd6ed14fddb45874e6efcc4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71b67326d9a973262f7c1bdba9fac77c7b655c59bd6ed14fddb45874e6efcc4d", kill_on_drop: false }` [INFO] [stdout] 71b67326d9a973262f7c1bdba9fac77c7b655c59bd6ed14fddb45874e6efcc4d [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f4ca3e7ee8ac694e60c96084b4de235d0cfdbdf64f67c673bf42489d779c193e [INFO] running `Command { std: "docker" "start" "-a" "f4ca3e7ee8ac694e60c96084b4de235d0cfdbdf64f67c673bf42489d779c193e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling windows-sys v0.27.0 [INFO] [stderr] Compiling windows v0.27.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] error: could not compile `windows` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name windows --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/windows-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="Foundation"' --cfg 'feature="Foundation_Metadata"' --cfg 'feature="Foundation_Numerics"' --cfg 'feature="Graphics"' --cfg 'feature="Graphics_Capture"' --cfg 'feature="Graphics_DirectX"' --cfg 'feature="Graphics_DirectX_Direct3D11"' --cfg 'feature="Storage"' --cfg 'feature="Storage_Streams"' --cfg 'feature="Win32"' --cfg 'feature="Win32_Foundation"' --cfg 'feature="Win32_Graphics"' --cfg 'feature="Win32_Graphics_Direct3D"' --cfg 'feature="Win32_Graphics_Direct3D11"' --cfg 'feature="Win32_Graphics_Dxgi"' --cfg 'feature="Win32_Graphics_Dxgi_Common"' --cfg 'feature="Win32_Graphics_Gdi"' --cfg 'feature="Win32_Media"' --cfg 'feature="Win32_Media_MediaFoundation"' --cfg 'feature="Win32_Storage"' --cfg 'feature="Win32_Storage_FileSystem"' --cfg 'feature="Win32_System"' --cfg 'feature="Win32_System_Com"' --cfg 'feature="Win32_System_Diagnostics"' --cfg 'feature="Win32_System_Diagnostics_Debug"' --cfg 'feature="Win32_System_Threading"' --cfg 'feature="Win32_System_WinRT"' --cfg 'feature="Win32_System_WinRT_Direct3D11"' --cfg 'feature="Win32_System_WinRT_Graphics"' --cfg 'feature="Win32_System_WinRT_Graphics_Capture"' --cfg 'feature="Win32_UI"' --cfg 'feature="Win32_UI_Input"' --cfg 'feature="Win32_UI_Input_KeyboardAndMouse"' --cfg 'feature="Win32_UI_WindowsAndMessaging"' --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=26f9abebbe4dce01 -C extra-filename=-26f9abebbe4dce01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern windows_sys=/opt/rustwide/target/debug/deps/libwindows_sys-28d9909762e6ced7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f4ca3e7ee8ac694e60c96084b4de235d0cfdbdf64f67c673bf42489d779c193e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4ca3e7ee8ac694e60c96084b4de235d0cfdbdf64f67c673bf42489d779c193e", kill_on_drop: false }` [INFO] [stdout] f4ca3e7ee8ac694e60c96084b4de235d0cfdbdf64f67c673bf42489d779c193e