[INFO] cloning repository https://github.com/jamescarterbell/bloxel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamescarterbell/bloxel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescarterbell%2Fbloxel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescarterbell%2Fbloxel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ad66502f6c0c9306403f2daa221fef795144196 [INFO] checking jamescarterbell/bloxel against master#0599f3403366d9c57f0625e6de3af214b5042a90 for pr-87710 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescarterbell%2Fbloxel" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamescarterbell/bloxel on toolchain 0599f3403366d9c57f0625e6de3af214b5042a90 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamescarterbell/bloxel [INFO] finished tweaking git repo https://github.com/jamescarterbell/bloxel [INFO] tweaked toml for git repo https://github.com/jamescarterbell/bloxel written to /workspace/builds/worker-38/source/Cargo.toml [INFO] crate git repo https://github.com/jamescarterbell/bloxel already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0599f3403366d9c57f0625e6de3af214b5042a90" "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-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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" "+0599f3403366d9c57f0625e6de3af214b5042a90" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 218eaad3b6478c12d1a1fb93b60f0bad3cf4fee54d0a019086201c80d7022900 [INFO] running `Command { std: "docker" "start" "-a" "218eaad3b6478c12d1a1fb93b60f0bad3cf4fee54d0a019086201c80d7022900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "218eaad3b6478c12d1a1fb93b60f0bad3cf4fee54d0a019086201c80d7022900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "218eaad3b6478c12d1a1fb93b60f0bad3cf4fee54d0a019086201c80d7022900", kill_on_drop: false }` [INFO] [stdout] 218eaad3b6478c12d1a1fb93b60f0bad3cf4fee54d0a019086201c80d7022900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/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" "+0599f3403366d9c57f0625e6de3af214b5042a90" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65c7ee41209592b58f5dcc7c5f181e9de41e39399849f1ff382c19ccda01b01f [INFO] running `Command { std: "docker" "start" "-a" "65c7ee41209592b58f5dcc7c5f181e9de41e39399849f1ff382c19ccda01b01f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking rgb v0.8.13 [INFO] [stderr] Checking rustc-demangle v0.1.15 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking lock_api v0.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling cmake v0.1.41 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling shaderc-sys v0.6.1 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking backtrace v0.3.34 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] error: could not compile `wayland-client` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wayland_client /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.21.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cursor"' --cfg 'feature="dlopen"' --cfg 'feature="egl"' --cfg 'feature="native_lib"' --cfg 'feature="wayland-sys"' -C metadata=755f018de3289cc6 -C extra-filename=-755f018de3289cc6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-cefca00ccc853d64.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-34b1d0efe46b2853.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-e51afd559d799b82.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-5d4ffeacc404c922.rmeta --extern wayland_commons=/opt/rustwide/target/debug/deps/libwayland_commons-c83548fed34bfc04.rmeta --extern wayland_sys=/opt/rustwide/target/debug/deps/libwayland_sys-5bda02286931c612.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libloading-90a3350c3487e3ee/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: Checking for system installed libraries. Use --features = build-from-source to disable this behavior [INFO] [stderr] warning: System installed library not found. Falling back to build from source [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "65c7ee41209592b58f5dcc7c5f181e9de41e39399849f1ff382c19ccda01b01f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65c7ee41209592b58f5dcc7c5f181e9de41e39399849f1ff382c19ccda01b01f", kill_on_drop: false }` [INFO] [stdout] 65c7ee41209592b58f5dcc7c5f181e9de41e39399849f1ff382c19ccda01b01f