[INFO] cloning repository https://github.com/MrMarnic/RGL [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MrMarnic/RGL" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrMarnic%2FRGL", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrMarnic%2FRGL'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6cb9a93c00b7c6e44a21e2e7f7b43de3c3c2de9 [INFO] checking MrMarnic/RGL against try#d48499c087dc9ccf49e58dd584b2df4a2c08657c for pr-113312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMrMarnic%2FRGL" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MrMarnic/RGL on toolchain d48499c087dc9ccf49e58dd584b2df4a2c08657c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d48499c087dc9ccf49e58dd584b2df4a2c08657c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/MrMarnic/RGL [INFO] finished tweaking git repo https://github.com/MrMarnic/RGL [INFO] tweaked toml for git repo https://github.com/MrMarnic/RGL written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/MrMarnic/RGL already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d48499c087dc9ccf49e58dd584b2df4a2c08657c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+d48499c087dc9ccf49e58dd584b2df4a2c08657c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6c60ab201eb626e4773d83ee589261501c4677b2ba7c8623d4e885ed98e03b57 [INFO] running `Command { std: "docker" "start" "-a" "6c60ab201eb626e4773d83ee589261501c4677b2ba7c8623d4e885ed98e03b57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c60ab201eb626e4773d83ee589261501c4677b2ba7c8623d4e885ed98e03b57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c60ab201eb626e4773d83ee589261501c4677b2ba7c8623d4e885ed98e03b57", kill_on_drop: false }` [INFO] [stdout] 6c60ab201eb626e4773d83ee589261501c4677b2ba7c8623d4e885ed98e03b57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+d48499c087dc9ccf49e58dd584b2df4a2c08657c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb536d797add98ad7958eee598d2b1b8a27750beb486e12db8d414cc30fcb886 [INFO] running `Command { std: "docker" "start" "-a" "fb536d797add98ad7958eee598d2b1b8a27750beb486e12db8d414cc30fcb886", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling proc-macro2 v1.0.35 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking libloading v0.7.2 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking bytemuck v1.13.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.5 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling clang-sys v1.3.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking rayon-core v1.9.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Checking rayon v1.5.1 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking png v0.17.5 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking fixedbitset v0.4.0 [INFO] [stderr] Compiling bindgen v0.55.1 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Checking petgraph v0.6.0 [INFO] [stderr] Checking pp-rs v0.2.1 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling freetype-sys v0.15.0 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking nix v0.22.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Checking safe_arch v0.6.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.0 [INFO] [stderr] Checking gpu-alloc-types v0.2.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking ttf-parser v0.18.1 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking strict-num v0.1.0 [INFO] [stderr] Compiling rustix v0.37.11 [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Checking flume v0.10.12 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking calloop v0.10.2 [INFO] [stderr] Checking naga v0.11.0 [INFO] [stderr] Checking tiny-skia-path v0.8.3 [INFO] [stderr] Checking gpu-descriptor v0.2.2 [INFO] [stderr] Checking gpu-alloc v0.5.2 [INFO] [stderr] Checking wayland-cursor v0.29.1 [INFO] [stderr] Checking owned_ttf_parser v0.18.1 [INFO] [stderr] Checking wide v0.7.3 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking jpeg-decoder v0.2.4 [INFO] [stderr] Checking flate2 v1.0.23 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking approx v0.5.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Checking wgpu-types v0.15.2 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking lebe v0.5.1 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking glow v0.12.1 [INFO] [stderr] Checking profiling v1.0.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Checking renderdoc-sys v0.7.1 [INFO] [stderr] Checking linux-raw-sys v0.3.1 [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking exr v1.4.2 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Compiling winit v0.28.3 [INFO] [stderr] Checking ab_glyph v0.2.20 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Checking gif v0.11.3 [INFO] [stderr] Checking tiff v0.7.2 [INFO] [stderr] error: could not compile `ash` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d48499c087dc9ccf49e58dd584b2df4a2c08657c/bin/rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ash-0.37.2+1.3.238/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' -C metadata=48336f2bfdff9750 -C extra-filename=-48336f2bfdff9750 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-9aa0e1c6cca089a8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "fb536d797add98ad7958eee598d2b1b8a27750beb486e12db8d414cc30fcb886", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb536d797add98ad7958eee598d2b1b8a27750beb486e12db8d414cc30fcb886", kill_on_drop: false }` [INFO] [stdout] fb536d797add98ad7958eee598d2b1b8a27750beb486e12db8d414cc30fcb886