[INFO] cloning repository https://github.com/wozniak/portal-tools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wozniak/portal-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozniak%2Fportal-tools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozniak%2Fportal-tools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a01b81dd6721e47a8da6f3033fceed83ab280cdb [INFO] testing wozniak/portal-tools against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozniak%2Fportal-tools" "/workspace/builds/worker-106/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-106/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wozniak/portal-tools on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wozniak/portal-tools [INFO] finished tweaking git repo https://github.com/wozniak/portal-tools [INFO] tweaked toml for git repo https://github.com/wozniak/portal-tools written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate git repo https://github.com/wozniak/portal-tools already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f47690b4e198d5ecdd1a1b23de6803eea0a7018d63c46fddf0255b13e88d5c84 [INFO] running `Command { std: "docker" "start" "-a" "f47690b4e198d5ecdd1a1b23de6803eea0a7018d63c46fddf0255b13e88d5c84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f47690b4e198d5ecdd1a1b23de6803eea0a7018d63c46fddf0255b13e88d5c84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f47690b4e198d5ecdd1a1b23de6803eea0a7018d63c46fddf0255b13e88d5c84", kill_on_drop: false }` [INFO] [stdout] f47690b4e198d5ecdd1a1b23de6803eea0a7018d63c46fddf0255b13e88d5c84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb4c7c34058005b321d967575c70c3579c96d540e1ab5600e7de078270f1340d [INFO] running `Command { std: "docker" "start" "-a" "fb4c7c34058005b321d967575c70c3579c96d540e1ab5600e7de078270f1340d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling native-windows-gui v1.0.8 [INFO] [stderr] error: could not compile `winapi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.9/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="combaseapi"' --cfg 'feature="commctrl"' --cfg 'feature="commdlg"' --cfg 'feature="d2d1"' --cfg 'feature="dwrite"' --cfg 'feature="errhandlingapi"' --cfg 'feature="libloaderapi"' --cfg 'feature="minwindef"' --cfg 'feature="ntsecapi"' --cfg 'feature="objbase"' --cfg 'feature="processthreadsapi"' --cfg 'feature="profileapi"' --cfg 'feature="shellapi"' --cfg 'feature="shobjidl"' --cfg 'feature="stringapiset"' --cfg 'feature="sysinfoapi"' --cfg 'feature="winbase"' --cfg 'feature="wincodec"' --cfg 'feature="winerror"' --cfg 'feature="wingdi"' --cfg 'feature="winnls"' --cfg 'feature="winnt"' --cfg 'feature="winuser"' -C metadata=61547fa361b0843c -C extra-filename=-61547fa361b0843c --out-dir /opt/rustwide/target/debug/build/winapi-61547fa361b0843c -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fb4c7c34058005b321d967575c70c3579c96d540e1ab5600e7de078270f1340d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb4c7c34058005b321d967575c70c3579c96d540e1ab5600e7de078270f1340d", kill_on_drop: false }` [INFO] [stdout] fb4c7c34058005b321d967575c70c3579c96d540e1ab5600e7de078270f1340d