[INFO] cloning repository https://github.com/Numi2/rustychart [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Numi2/rustychart" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNumi2%2Frustychart", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNumi2%2Frustychart'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53b8e3d69f549b750e971b01442d888b15daabdd [INFO] checking Numi2/rustychart against try#579169d0e78824dc60934e5eb74cd3841f2b33e8 for pr-149328 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNumi2%2Frustychart" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Numi2/rustychart [INFO] finished tweaking git repo https://github.com/Numi2/rustychart [INFO] tweaked toml for git repo https://github.com/Numi2/rustychart written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Numi2/rustychart on toolchain 579169d0e78824dc60934e5eb74cd3841f2b33e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Numi2/rustychart 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" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79f2fa8fcd932bf462fd77b82873936dce285553b9c3eaf757f362effeac072e [INFO] running `Command { std: "docker" "start" "-a" "79f2fa8fcd932bf462fd77b82873936dce285553b9c3eaf757f362effeac072e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79f2fa8fcd932bf462fd77b82873936dce285553b9c3eaf757f362effeac072e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79f2fa8fcd932bf462fd77b82873936dce285553b9c3eaf757f362effeac072e", kill_on_drop: false }` [INFO] [stdout] 79f2fa8fcd932bf462fd77b82873936dce285553b9c3eaf757f362effeac072e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+579169d0e78824dc60934e5eb74cd3841f2b33e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc08e536159f4b41ac86836d5c2f4dd73be6e53f24bcf748704c422638c77c1a [INFO] running `Command { std: "docker" "start" "-a" "fc08e536159f4b41ac86836d5c2f4dd73be6e53f24bcf748704c422638c77c1a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking tracing-core v0.1.35 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.106 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling wasm-bindgen v0.2.106 [INFO] [stderr] Checking rustls-pki-types v1.13.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling proc-macro-utils v0.8.0 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Checking webpki-roots v1.0.4 [INFO] [stderr] Compiling naga v27.0.3 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking iri-string v0.7.9 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Compiling manyhow-macros v0.10.4 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Checking codespan-reporting v0.12.0 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling wgpu-hal v27.0.4 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling interpolator v0.5.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling collection_literals v1.0.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking gpu-descriptor v0.3.2 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking ordered-float v5.1.0 [INFO] [stderr] Checking send_wrapper v0.6.0 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Checking glow v0.16.0 [INFO] [stderr] Compiling utf8-width v0.1.8 [INFO] [stderr] Checking inventory v0.3.21 [INFO] [stderr] Checking self_cell v1.2.1 [INFO] [stderr] Checking renderdoc-sys v1.1.0 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling wgpu-core v27.0.3 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.106 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling server_fn_macro v0.6.15 [INFO] [stderr] Compiling manyhow v0.10.4 [INFO] [stderr] Checking rustls-webpki v0.103.8 [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/579169d0e78824dc60934e5eb74cd3841f2b33e8/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.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" "fc08e536159f4b41ac86836d5c2f4dd73be6e53f24bcf748704c422638c77c1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc08e536159f4b41ac86836d5c2f4dd73be6e53f24bcf748704c422638c77c1a", kill_on_drop: false }` [INFO] [stdout] fc08e536159f4b41ac86836d5c2f4dd73be6e53f24bcf748704c422638c77c1a