[INFO] cloning repository https://github.com/xjimlinx/Conduit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xjimlinx/Conduit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxjimlinx%2FConduit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxjimlinx%2FConduit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5a04aab44f19aec6e181463e4db3c32306fcd9c6 [INFO] checking xjimlinx/Conduit against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxjimlinx%2FConduit" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xjimlinx/Conduit [INFO] finished tweaking git repo https://github.com/xjimlinx/Conduit [INFO] tweaked toml for git repo https://github.com/xjimlinx/Conduit written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xjimlinx/Conduit on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/xjimlinx/Conduit 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9 [INFO] running `Command { std: "docker" "start" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cc v1.2.62 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Checking wayland-sys v0.31.11 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling quick-xml v0.39.4 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling wayland-backend v0.3.15 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Compiling wayland-scanner v0.31.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking weezl v0.1.12 [INFO] [stderr] Compiling winnow v1.0.2 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking unicode-segmentation v1.13.2 [INFO] [stderr] Checking web-time v0.2.4 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking memmap2 v0.8.0 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Checking unicode-ccc v0.1.2 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Checking bit_field v0.10.3 [INFO] [stderr] Checking ttf-parser v0.19.2 [INFO] [stderr] Checking unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking wayland-client v0.31.14 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking fontdb v0.15.0 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling gio v0.18.4 [INFO] [stderr] Checking wayland-protocols v0.32.12 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking ash v0.37.3+1.3.251 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking gif v0.13.3 [INFO] [stderr] Checking wgpu-types v0.19.2 [INFO] [stderr] Checking mutate_once v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking zerofrom v0.1.7 [INFO] [stderr] Checking yoke v0.8.2 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_edit v0.20.2 [INFO] [stderr] Checking font-types v0.7.3 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Compiling profiling-procmacros v1.0.18 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking profiling v1.0.18 [INFO] [stderr] Checking read-fonts v0.22.7 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling zvariant_utils v3.3.0 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling zvariant_derive v5.9.2 [INFO] [stderr] Checking palette v0.7.6 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Compiling toml v0.8.2 [INFO] [stderr] Compiling proc-macro-crate v2.0.2 [INFO] [stderr] Compiling system-deps v6.2.2 [INFO] [stderr] Checking exr v1.74.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Compiling glib-sys v0.18.1 [INFO] [stderr] Compiling gobject-sys v0.18.0 [INFO] [stderr] Compiling gio-sys v0.18.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.18.0 [INFO] [stderr] Compiling pango-sys v0.18.0 [INFO] [stderr] Compiling gdk-sys v0.18.2 [INFO] [stderr] Compiling glib-macros v0.18.5 [INFO] [stderr] Compiling cairo-sys-rs v0.18.2 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4a031337dea006fb -C extra-filename=-7ed2102a148bcddd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-16836f44866b8b3d.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-4831d93e68bbed74.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a511b4a672435ffe.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-157c2e8046536c9a.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a15b25382da1507c.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-2e60537a5f4b9dea.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/e977a0b5ab976a591981e7263bd67a71a4f79308/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded"))' -C metadata=a1138be497b5f2b0 -C extra-filename=-4182438869de10ef --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-0a284e369c3e1101.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9", kill_on_drop: false }` [INFO] [stdout] 688a8cba91fd4c6af277daf587709f8703002ff4c6e2433015ef5402d7d070f9