[INFO] fetching crate ux-dx 0.2.1...
[INFO] testing ux-dx-0.2.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate ux-dx 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate ux-dx 0.2.1
[INFO] finished tweaking crates.io crate ux-dx 0.2.1
[INFO] tweaked toml for crates.io crate ux-dx 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ux-dx 0.2.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ux-dx 0.2.1 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc8c08e3a7f617e9d90ec038586ad71507eedb170383743d5082f68ad1f431f4
[INFO] running `Command { std: "docker" "start" "-a" "bc8c08e3a7f617e9d90ec038586ad71507eedb170383743d5082f68ad1f431f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc8c08e3a7f617e9d90ec038586ad71507eedb170383743d5082f68ad1f431f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc8c08e3a7f617e9d90ec038586ad71507eedb170383743d5082f68ad1f431f4", kill_on_drop: false }`
[INFO] [stdout] bc8c08e3a7f617e9d90ec038586ad71507eedb170383743d5082f68ad1f431f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe62a2dc6ee3b20ecf46b1b5013879ccd34b288e94cd91f4e1bfacf78a2fe244
[INFO] running `Command { std: "docker" "start" "-a" "fe62a2dc6ee3b20ecf46b1b5013879ccd34b288e94cd91f4e1bfacf78a2fe244", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.5
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling wayland-sys v0.29.4
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.4
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling ttf-parser v0.15.0
[INFO] [stderr]    Compiling ttf-parser v0.6.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.5
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling nix v0.20.0
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling wayland-client v0.29.4
[INFO] [stderr]    Compiling wayland-protocols v0.29.4
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling memmap2 v0.3.1
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling weezl v0.1.6
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling ttf-parser v0.12.3
[INFO] [stderr]    Compiling owned_ttf_parser v0.6.0
[INFO] [stderr]    Compiling unicode-general-category v0.4.0
[INFO] [stderr]    Compiling rusttype v0.9.2
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling shaderc-sys v0.7.4
[INFO] [stderr]    Compiling owned_ttf_parser v0.15.0
[INFO] [stderr]    Compiling xdg v2.4.1
[INFO] [stderr]    Compiling ab_glyph v0.2.15
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling wayland-commons v0.29.4
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling wayland-commons v0.28.6
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling raw-window-handle v0.3.4
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling glam v0.10.2
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling iced_core v0.4.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling dlib v0.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling crossbeam v0.8.1
[INFO] [stderr]    Compiling png v0.15.3
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling x11rb v0.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling andrew v0.3.1
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling tiff v0.3.1
[INFO] [stderr]    Compiling gif v0.11.3
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling wayland-cursor v0.28.6
[INFO] [stderr]    Compiling wayland-cursor v0.29.4
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling calloop v0.6.5
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling memmap2 v0.1.0
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling async-trait v0.1.55
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling bytemuck_derive v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling ouroboros_macro v0.12.0
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling ahash v0.4.7
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling unicode-script v0.5.4
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling winit v0.25.0
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling bytemuck v1.9.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling rgb v0.8.32
[INFO] [stderr]    Compiling rustybuzz v0.4.0
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling ouroboros v0.12.0
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling enum_primitive v0.1.1
[INFO] [stderr]    Compiling mio-misc v1.2.2
[INFO] [stderr] error: could not compile `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a96a3b2cb4dd058 -C extra-filename=-f4d1b1bc63e557ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-3e7fc4e38d4a72b5.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-857d93dcb944ab5f.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-1c8252c8204b3f17.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.137/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=57eb831fa5b6f00e -C extra-filename=-071fa6a9dfcaa71f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-df8091abc3fc836b.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-f3b6512bf0c8a75d.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-08ca35d139df9d34.rlib --extern proc_macro --cap-lints allow --cap-lints=warn --cfg underscore_consts --cfg ptr_addr_of` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `x11rb` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name x11rb --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "allow-unsafe-code", "composite", "cursor", "damage", "dl-libxcb", "dpms", "dri2", "dri3", "glx", "image", "libc", "libloading", "once_cell", "present", "randr", "record", "render", "res", "resource_manager", "screensaver", "shape", "shm", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=615349fe37662a05 -C extra-filename=-3c9c6a66fa038fb9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gethostname=/opt/rustwide/target/debug/deps/libgethostname-a9425805bda6d7bf.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-82d05bdbf4db2558.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `clap` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name clap --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=4733b64e651b40ec -C extra-filename=-19c42f2d26bda256 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-74ae5010905c21da.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-2e86b461d2d22a1c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-eb3bc2e4997041af.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-e395b15b17e8ae97.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-63532bdea7ef68cc.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-75126d96f8392bf4.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rustybuzz` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustybuzz --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustybuzz-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd2169b89ae5e10e -C extra-filename=-41d0450fb054da4e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-0393391f7b18d1ed.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-4d273beb6a432798.rmeta --extern ttf_parser=/opt/rustwide/target/debug/deps/libttf_parser-9795762e530d0d55.rmeta --extern unicode_bidi_mirroring=/opt/rustwide/target/debug/deps/libunicode_bidi_mirroring-fe05f67b86e52629.rmeta --extern unicode_ccc=/opt/rustwide/target/debug/deps/libunicode_ccc-0c078431dfcf67a5.rmeta --extern unicode_general_category=/opt/rustwide/target/debug/deps/libunicode_general_category-8b926232ae527351.rmeta --extern unicode_script=/opt/rustwide/target/debug/deps/libunicode_script-b156505444f01747.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=3c4fe66c93e4dd6c -C extra-filename=-90cf253a0d9ec609 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-6c05e49971b91568.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-9bd0786b7fd95775.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-a1110ec2a6a99647.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-dd29f329419430eb.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-0d6fcccf4ab7b829.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-f227a43807b06096.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-fe2e5a4f134682e2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-6df6c214457c8ca7.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-3860774ad9b215b5.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-a325002526805cd2.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `image` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name image --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.23.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="scoped_threadpool"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-decoder", "avif-encoder", "benchmarks", "bmp", "dav1d", "dcv-color-primitives", "dds", "default", "dxt", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "mp4parse", "png", "pnm", "ravif", "rgb", "scoped_threadpool", "tga", "tiff", "webp"))' -C metadata=4c2f2e0ca744b467 -C extra-filename=-eae6eb8fd6adf095 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-0393391f7b18d1ed.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-fb36fe721788ce00.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-72accfe2cafd1a2d.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-254a09d0af475eaa.rmeta --extern jpeg=/opt/rustwide/target/debug/deps/libjpeg_decoder-b420863024fbbc59.rmeta --extern num_iter=/opt/rustwide/target/debug/deps/libnum_iter-2990f8d2099d97ef.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-5b306a92cdedcea8.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b7b1bc6004e8e4dd.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-32d76ea06f2b84a2.rmeta --extern scoped_threadpool=/opt/rustwide/target/debug/deps/libscoped_threadpool-e27898fb7395e1ec.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-040e6a768ac1f6eb.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: shaderc-sys@0.7.4: shaderc: searching for native shaderc libraries on system;  use '--features build-from-source' to force building from source code
[INFO] [stderr] warning: shaderc-sys@0.7.4: shaderc: cannot find native shaderc library on system; falling back to build from source
[INFO] [stderr] error: failed to run custom build command for `shaderc-sys v0.7.4`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/shaderc-sys-a20ae75e122020d4/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:warning=shaderc: searching for native shaderc libraries on system;  use '--features build-from-source' to force building from source code
[INFO] [stderr]   cargo:warning=shaderc: cannot find native shaderc library on system; falling back to build from source
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build" "-G" "Ninja" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_POSITION_INDEPENDENT_CODE=ON" "-DENABLE_SPVREMAPPER=OFF" "-DENABLE_GLSLANG_BINARIES=OFF" "-DSHADERC_SKIP_TESTS=ON" "-DSPIRV_SKIP_EXECUTABLES=ON" "-DSPIRV_WERROR=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release"
[INFO] [stderr]   -- The C compiler identification is GNU 13.3.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 13.3.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- Building SPIRV-Header examples
[INFO] [stderr]   -- Installing SPIRV-Header
[INFO] [stderr]   -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3") 
[INFO] [stderr]   -- Google Mock was not found - tests based on that will not build
[INFO] [stderr]   -- optimizer enabled
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[INFO] [stderr]   -- Found Threads: TRUE  
[INFO] [stderr]   -- Shaderc: build type is "Release".
[INFO] [stderr]   -- Configuring Shaderc to avoid building tests.
[INFO] [stderr]   -- Configuring Shaderc to build examples.
[INFO] [stderr]   -- Configuring Shaderc to check copyrights.
[INFO] [stderr]   -- asciidoctor was not found - no documentation will be generated
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_FALLTHROUGH_WARNING
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_FALLTHROUGH_WARNING - Success
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_EXTRA_SEMI_WARNING
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_EXTRA_SEMI_WARNING - Success
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_PIC
[INFO] [stderr]   -- Performing Test COMPILER_SUPPORTS_PIC - Success
[INFO] [stderr]   -- Configuring done (6.5s)
[INFO] [stderr]   -- Generating done (0.6s)
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build" && "cmake" "--build" "." "--target" "install" "--config" "Release" "--parallel" "16"
[INFO] [stderr]   [1/391] cd /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/spirv-tools && /usr/bin/cmake -DCHANGES_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/CHANGES -DTEMPLATE_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/cmake/SPIRV-Tools.pc.in -DOUT_FILE=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/spirv-tools/SPIRV-Tools.pc -DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DSPIRV_LIBRARIES=-lSPIRV-Tools-opt\ -lSPIRV-Tools\ -lSPIRV-Tools-link -P /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/cmake/write_pkg_config.cmake
[INFO] [stderr]   [2/391] cd /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/spirv-tools && /usr/bin/cmake -DCHANGES_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/CHANGES -DTEMPLATE_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/cmake/SPIRV-Tools-shared.pc.in -DOUT_FILE=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/spirv-tools/SPIRV-Tools-shared.pc -DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DSPIRV_SHARED_LIBRARIES=-lSPIRV-Tools-shared -P /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/cmake/write_pkg_config.cmake
[INFO] [stderr]   [3/391] Generate extended instruction tables for spv-amd-shader-explicit-vertex-parameter.
[INFO] [stderr]   [4/391] Generate extended instruction tables for debuginfo.
[INFO] [stderr]   [5/391] Generate extended instruction tables for spv-amd-shader-ballot.
[INFO] [stderr]   [6/391] Generate language specific header for DebugInfo.
[INFO] [stderr]   [7/391] Building CXX object spirv-headers/example/CMakeFiles/SPIRV-Headers-example.dir/example.cpp.o
[INFO] [stderr]   [8/391] Generate extended instruction tables for opencl.debuginfo.100.
[INFO] [stderr]   [9/391] Generate extended instruction tables for spv-amd-gcn-shader.
[INFO] [stderr]   [10/391] Generate extended instruction tables for nonsemantic.clspvreflection.
[INFO] [stderr]   [11/391] Update build-version.inc in the SPIRV-Tools build directory (if necessary).
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/utils/update_build_version.py:122: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
[INFO] [stderr]     formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
[INFO] [stderr]   [12/391] Generate extended instruction tables for spv-amd-shader-trinary-minmax.
[INFO] [stderr]   [13/391] Generate tables based on the SPIR-V XML registry.
[INFO] [stderr]   [14/391] Generate language specific header for OpenCLDebugInfo100.
[INFO] [stderr]   [15/391] Generate info tables for SPIR-V vunified1 core instructions and operands.
[INFO] [stderr]   [16/391] Building CXX object glslang/hlsl/CMakeFiles/HLSL.dir/stub.cpp.o
[INFO] [stderr]   [17/391] Generate enum-string mapping for SPIR-V vunified1.
[INFO] [stderr]   [18/391] cd /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc && /usr/bin/cmake -DCHANGES_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/CHANGES -DTEMPLATE_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/shaderc.pc.in -DOUT_FILE=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc/shaderc.pc -DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DLIBS=-lshaderc_shared -P /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/write_pkg_config.cmake
[INFO] [stderr]   [19/391] cd /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc && /usr/bin/cmake -DCHANGES_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/CHANGES -DTEMPLATE_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/shaderc_static.pc.in -DOUT_FILE=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc/shaderc_static.pc -DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DLIBS=-lshaderc\ \ -lshaderc_util -P /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/write_pkg_config.cmake
[INFO] [stderr]   [20/391] Generate extended instruction tables for nonsemantic.shader.debuginfo.100.
[INFO] [stderr]   [21/391] Generate language specific header for NonSemanticShaderDebugInfo100.
[INFO] [stderr]   [22/391] Check copyright
[INFO] [stderr]   [23/391] Update build-version.inc in the Shaderc build directory (if necessary).
[INFO] [stderr]   [24/391] cd /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc && /usr/bin/cmake -DCHANGES_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/CHANGES -DTEMPLATE_FILE=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/shaderc_combined.pc.in -DOUT_FILE=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/shaderc/shaderc_combined.pc -DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DLIBS=-lshaderc_combined -P /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/shaderc/cmake/write_pkg_config.cmake
[INFO] [stderr]   [25/391] Generate info tables for GLSL extended instructions and operands vunified1.
[INFO] [stderr]   [26/391] Generate info tables for OpenCL extended instructions and operands vunified1.
[INFO] [stderr]   [27/391] Linking CXX static library spirv-headers/example/libSPIRV-Headers-example.a
[INFO] [stderr]   [28/391] Building CXX object glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/ossource.cpp.o
[INFO] [stderr]   [29/391] Building CXX object glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o
[INFO] [stderr]   [30/391] Linking CXX static library glslang/hlsl/libHLSL.a
[INFO] [stderr]   [31/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/bit_vector.cpp.o
[INFO] [stderr]   [32/391] Building CXX object glslang/glslang/CMakeFiles/GenericCodeGen.dir/GenericCodeGen/CodeGen.cpp.o
[INFO] [stderr]   [33/391] Building CXX object glslang/glslang/CMakeFiles/GenericCodeGen.dir/GenericCodeGen/Link.cpp.o
[INFO] [stderr]   [34/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/ext_inst.cpp.o
[INFO] [stderr]   [35/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/extensions.cpp.o
[INFO] [stderr]   [36/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/software_version.cpp.o
[INFO] [stderr]   [37/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_endian.cpp.o
[INFO] [stderr]   [38/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/diagnostic.cpp.o
[INFO] [stderr]   [39/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_optimizer_options.cpp.o
[INFO] [stderr]   [40/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/enum_string_mapping.cpp.o
[INFO] [stderr]   [41/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_fuzzer_options.cpp.o
[INFO] [stderr]   [42/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_validator_options.cpp.o
[INFO] [stderr]   [43/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_reducer_options.cpp.o
[INFO] [stderr]   [44/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/spirv_target_env.cpp.o
[INFO] [stderr]   [45/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/libspirv.cpp.o
[INFO] [stderr]   [46/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/parsed_operand.cpp.o
[INFO] [stderr]   [47/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/assembly_grammar.cpp.o
[INFO] [stderr]   [48/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/string_utils.cpp.o
[INFO] [stderr]   [49/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/print.cpp.o
[INFO] [stderr]   [50/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/opcode.cpp.o
[INFO] [stderr]   [51/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/table.cpp.o
[INFO] [stderr]   [52/391] Building CXX object glslang/glslang/CMakeFiles/glslang.dir/CInterface/glslang_c_interface.cpp.o
[INFO] [stderr]   [53/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/disassemble.cpp.o
[INFO] [stderr]   [54/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/operand.cpp.o
[INFO] [stderr]   [55/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/name_mapper.cpp.o
[INFO] [stderr]   [56/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/util/parse_number.cpp.o
[INFO] [stderr]   [57/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_adjacency.cpp.o
[INFO] [stderr]   [58/391] Building CXX object glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.gch
[INFO] [stderr]   FAILED: glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.gch 
[INFO] [stderr]   /usr/bin/c++ -DENABLE_HLSL -DENABLE_OPT=1 -DGLSLANG_OSINCLUDE_UNIX -I/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/include -ffunction-sections -fdata-sections -fPIC -m64 -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wmaybe-uninitialized -Wuninitialized -Wunused -Wunused-local-typedefs -Wunused-parameter -Wunused-value -Wunused-variable -Wunused-but-set-parameter -Wunused-but-set-variable -fno-exceptions -Wno-reorder -fno-rtti -Werror=deprecated-copy -Winvalid-pch -x c++-header -include /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx -MD -MT glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.gch -MF glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.gch.d -o glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.gch -c /opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/glslang/glslang/CMakeFiles/MachineIndependent.dir/cmake_pch.hxx.cxx
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   [59/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o
[INFO] [stderr]   FAILED: spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o 
[INFO] [stderr]   /usr/bin/c++ -DSPIRV_COLOR_TERMINAL -DSPIRV_LINUX -DSPIRV_TIMER_ENABLED -DSPIRV_TOOLS_IMPLEMENTATION -DSPIRV_TOOLS_SHAREDLIB -DSPIRV_Tools_shared_EXPORTS -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/include -I/opt/rustwide/target/debug/build/shaderc-sys-654c83c52b9bd8c8/out/build/spirv-tools -I/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-headers/include -ffunction-sections -fdata-sections -fPIC -m64 -O3 -DNDEBUG -std=gnu++11 -fPIC -fvisibility=hidden -Wall -Wextra -Wnon-virtual-dtor -Wno-missing-field-initializers -std=c++11 -fno-exceptions -Wno-long-long -Wshadow -Wundef -Wconversion -Wno-sign-conversion -MD -MT spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o -MF spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o.d -o spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate.cpp.o -c /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shaderc-sys-0.7.4/build/spirv-tools/source/val/validate.cpp
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   [60/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_annotation.cpp.o
[INFO] [stderr]   [61/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/binary.cpp.o
[INFO] [stderr]   [62/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_barriers.cpp.o
[INFO] [stderr]   [63/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text.cpp.o
[INFO] [stderr]   [64/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_bitwise.cpp.o
[INFO] [stderr]   [65/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/text_handler.cpp.o
[INFO] [stderr]   [66/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_atomics.cpp.o
[INFO] [stderr]   [67/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_capability.cpp.o
[INFO] [stderr]   [68/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_arithmetics.cpp.o
[INFO] [stderr]   [69/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_composites.cpp.o
[INFO] [stderr]   [70/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_constants.cpp.o
[INFO] [stderr]   [71/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_conversion.cpp.o
[INFO] [stderr]   [72/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_cfg.cpp.o
[INFO] [stderr]   [73/391] Building CXX object spirv-tools/source/CMakeFiles/SPIRV-Tools-shared.dir/val/validate_builtins.cpp.o
[INFO] [stderr]   ninja: build stopped: subcommand failed.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Deprecation Warning at spirv-headers/CMakeLists.txt:31 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Deprecation Warning at spirv-tools/CMakeLists.txt:15 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at spirv-tools/CMakeLists.txt:236 (find_package):
[INFO] [stderr]     Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
[INFO] [stderr]     are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
[INFO] [stderr]     the cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     spirv-tools/CMakeLists.txt:246 (find_host_package)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Deprecation Warning at glslang/CMakeLists.txt:36 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at spirv-tools/CMakeLists.txt:236 (find_package):
[INFO] [stderr]     Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
[INFO] [stderr]     are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
[INFO] [stderr]     the cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     glslang/CMakeLists.txt:304 (find_host_package)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Deprecation Warning at shaderc/CMakeLists.txt:15 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at shaderc/cmake/setup_build.cmake:52 (find_package):
[INFO] [stderr]     Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
[INFO] [stderr]     are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
[INFO] [stderr]     the cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     shaderc/CMakeLists.txt:68 (include)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning (dev) at spirv-tools/CMakeLists.txt:236 (find_package):
[INFO] [stderr]     Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
[INFO] [stderr]     are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
[INFO] [stderr]     the cmake_policy command to set the policy and suppress this warning.
[INFO] [stderr] 
[INFO] [stderr]   Call Stack (most recent call first):
[INFO] [stderr]     shaderc/CMakeLists.txt:93 (find_host_package)
[INFO] [stderr]   This warning is for project developers.  Use -Wno-dev to suppress it.
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (4446) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.48/src/lib.rs:975:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x59a5666aed92 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x59a5666aed92 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x59a5666aed92 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x59a5666aed92 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x59a5666bf06f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x59a5666bf06f - core::fmt::write::h8a63064c67176fd8
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x59a56667e353 - std::io::default_write_fmt::hc257f38f86d39af6
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x59a56667e353 - std::io::Write::write_fmt::h5e9b646cef91150b
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x59a566689392 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x59a56668c4cf - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stderr]     10:     0x59a56668c329 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:328:9
[INFO] [stderr]     11:     0x59a56668caa5 - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:834:13
[INFO] [stderr]     12:     0x59a56668c93a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13
[INFO] [stderr]     13:     0x59a5666894c9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x59a5666726fd - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stderr]     15:     0x59a5666c2cd0 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x59a56662675b - cmake::fail::haa33f793159b8864
[INFO] [stderr]     17:     0x59a56662641a - cmake::run::hcea6650ca6daccc4
[INFO] [stderr]     18:     0x59a56662b511 - cmake::Config::build::hcf6c51f153b94cd2
[INFO] [stderr]     19:     0x59a56661affd - build_script_build::build_shaderc_unix::hf1713e18e078b322
[INFO] [stderr]     20:     0x59a56661e0ea - build_script_build::main::h761a318dc11e7d90
[INFO] [stderr]     21:     0x59a56661f093 - core::ops::function::FnOnce::call_once::h79e69bb350a79892
[INFO] [stderr]     22:     0x59a56661ebe6 - std::sys::backtrace::__rust_begin_short_backtrace::hf435c8c0e8951454
[INFO] [stderr]     23:     0x59a56661eb69 - std::rt::lang_start::{{closure}}::h8489b21d2888b109
[INFO] [stderr]     24:     0x59a56667fd20 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hdf957eac011d0136
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     25:     0x59a56667fd20 - std::panicking::catch_unwind::do_call::h9ff550f7799115e1
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stderr]     26:     0x59a56667fd20 - std::panicking::catch_unwind::ha7ce46787bb12905
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stderr]     27:     0x59a56667fd20 - std::panic::catch_unwind::h625b36596def7d39
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x59a56667fd20 - std::rt::lang_start_internal::{{closure}}::h4cbc9430de699e2c
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/rt.rs:175:24
[INFO] [stderr]     29:     0x59a56667fd20 - std::panicking::catch_unwind::do_call::h5af2f11409a22e3e
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stderr]     30:     0x59a56667fd20 - std::panicking::catch_unwind::hf64cf7b0d8070f52
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stderr]     31:     0x59a56667fd20 - std::panic::catch_unwind::h480b74763390cdcf
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stderr]     32:     0x59a56667fd20 - std::rt::lang_start_internal::h4b3d04f698aef094
[INFO] [stderr]                                  at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/rt.rs:171:5
[INFO] [stderr]     33:     0x59a56661eb51 - std::rt::lang_start::h1a8ca14f2a0fa8d3
[INFO] [stderr]     34:     0x59a566621f75 - main
[INFO] [stderr]     35:     0x70bd278821ca - <unknown>
[INFO] [stderr]     36:     0x70bd2788228b - __libc_start_main
[INFO] [stderr]     37:     0x59a566619275 - _start
[INFO] [stderr]     38:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "fe62a2dc6ee3b20ecf46b1b5013879ccd34b288e94cd91f4e1bfacf78a2fe244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe62a2dc6ee3b20ecf46b1b5013879ccd34b288e94cd91f4e1bfacf78a2fe244", kill_on_drop: false }`
[INFO] [stdout] fe62a2dc6ee3b20ecf46b1b5013879ccd34b288e94cd91f4e1bfacf78a2fe244
