[INFO] cloning repository https://github.com/google/automotive-design-compose [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/google/automotive-design-compose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fautomotive-design-compose", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fautomotive-design-compose'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aae01218f2fecb7083e14540e414d46c0c400dcf [INFO] testing google/automotive-design-compose/aae01218f2fecb7083e14540e414d46c0c400dcf against beta-2024-10-19 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fautomotive-design-compose" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/google/automotive-design-compose on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/google/automotive-design-compose [INFO] finished tweaking git repo https://github.com/google/automotive-design-compose [INFO] tweaked toml for git repo https://github.com/google/automotive-design-compose written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/google/automotive-design-compose 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-2024-10-19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee7dab2441e2ae3e25569da53f046a28bd175797a686f54b3edf18cf797c9dc1 [INFO] running `Command { std: "docker" "start" "-a" "ee7dab2441e2ae3e25569da53f046a28bd175797a686f54b3edf18cf797c9dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee7dab2441e2ae3e25569da53f046a28bd175797a686f54b3edf18cf797c9dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee7dab2441e2ae3e25569da53f046a28bd175797a686f54b3edf18cf797c9dc1", kill_on_drop: false }` [INFO] [stdout] ee7dab2441e2ae3e25569da53f046a28bd175797a686f54b3edf18cf797c9dc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a680593caec946b46cef1766107a772ce2672cf13589e46f52e62736084ee33 [INFO] running `Command { std: "docker" "start" "-a" "1a680593caec946b46cef1766107a772ce2672cf13589e46f52e62736084ee33", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling indexmap v2.3.0 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling tempfile v3.11.0 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling vergen v8.3.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling flate2 v1.0.31 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling grid v0.10.0 [INFO] [stderr] Compiling android_log-sys v0.3.1 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling kurbo v0.11.0 [INFO] [stderr] Compiling android_logger v0.13.3 [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling zune-jpeg v0.4.13 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling taffy v0.3.19 [INFO] [stderr] Compiling figma_import v0.32.0 (/opt/rustwide/workdir/crates/figma_import) [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling dc_bundle v0.32.0 (/opt/rustwide/workdir/crates/dc_bundle) [INFO] [stderr] Compiling webpki-roots v0.26.3 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling bytemuck v1.16.3 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling image v0.25.2 [INFO] [stderr] Compiling svgtypes v0.15.1 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling jni-sys v0.3.0 [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling serde_bytes v0.11.15 [INFO] [stderr] Compiling euclid v0.20.14 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ureq v2.10.0 [INFO] [stderr] Compiling jni v0.21.1 [INFO] [stderr] Compiling layout v0.32.0 (/opt/rustwide/workdir/crates/layout) [INFO] [stderr] Compiling dc_jni v0.32.0 (/opt/rustwide/workdir/crates/dc_jni) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.28s [INFO] running `Command { std: "docker" "inspect" "1a680593caec946b46cef1766107a772ce2672cf13589e46f52e62736084ee33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a680593caec946b46cef1766107a772ce2672cf13589e46f52e62736084ee33", kill_on_drop: false }` [INFO] [stdout] 1a680593caec946b46cef1766107a772ce2672cf13589e46f52e62736084ee33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c778eb585ae437f41d11233826fa8c70c2b05fe9fff6597399e65c4eb61c46f2 [INFO] running `Command { std: "docker" "start" "-a" "c778eb585ae437f41d11233826fa8c70c2b05fe9fff6597399e65c4eb61c46f2", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling camino v1.1.7 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling gimli v0.29.0 [INFO] [stderr] Compiling cargo-platform v0.1.8 [INFO] [stderr] Compiling object v0.36.2 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling sysinfo v0.26.9 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling cargo_metadata v0.14.2 [INFO] [stderr] Compiling rustls-webpki v0.102.6 [INFO] [stderr] Compiling vergen v8.3.2 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling addr2line v0.22.0 [INFO] [stderr] Compiling figma_import v0.32.0 (/opt/rustwide/workdir/crates/figma_import) [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling testdir v0.9.1 [INFO] [stderr] Compiling dc_bundle v0.32.0 (/opt/rustwide/workdir/crates/dc_bundle) [INFO] [stderr] Compiling ureq v2.10.0 [INFO] [stderr] Compiling layout v0.32.0 (/opt/rustwide/workdir/crates/layout) [INFO] [stderr] Compiling dc_jni v0.32.0 (/opt/rustwide/workdir/crates/dc_jni) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcbH2XEa/symbols.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.figma_import.4c7923a89fcc5f9a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae.eabmgqy53krcn81rba5j9vlkp.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsvgtypes-bd4bb8c63dc8b762.rlib" "/opt/rustwide/target/debug/deps/libkurbo-672b67e2d441a9ab.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-cae3008cdb7d5db1.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-003fb1a4e19c55f3.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-c4b4acf00ccdc31e.rlib" "/opt/rustwide/target/debug/deps/libeuclid-a6b47b419be4e28a.rlib" "/opt/rustwide/target/debug/deps/liblayout.rlib" "/opt/rustwide/target/debug/deps/libandroid_logger-fd81b6081ce7e471.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-67b4c81e3aec49fc.rlib" "/opt/rustwide/target/debug/deps/libregex-fdd20c64d13187fb.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-68b25bae25163dd3.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5a18c24d288bad01.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f0a00bc0238ee42d.rlib" "/opt/rustwide/target/debug/deps/libtaffy-85207b416b0eb222.rlib" "/opt/rustwide/target/debug/deps/libgrid-59f39637240a2a94.rlib" "/opt/rustwide/target/debug/deps/libslotmap-75ce03a2f4545633.rlib" "/opt/rustwide/target/debug/deps/libureq-72b0f81d7b7332ae.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-f3185f421717060e.rlib" "/opt/rustwide/target/debug/deps/librustls-01e999d60b48651d.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e6e67616c861d261.rlib" "/opt/rustwide/target/debug/deps/libwebpki-eec0166e83bfea74.rlib" "/opt/rustwide/target/debug/deps/libring-926a13dbda3b87df.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2d46e77542a7f0a0.rlib" "/opt/rustwide/target/debug/deps/libspin-662b5629bfbcd837.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-8bad1cf01f539b56.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c8cbfaf563db5fc2.rlib" "/opt/rustwide/target/debug/deps/librustls_pki_types-dfbd0b1b8183618d.rlib" "/opt/rustwide/target/debug/deps/libbase64-1e2a536fab485f9b.rlib" "/opt/rustwide/target/debug/deps/liburl-c3b66e15d7719612.rlib" "/opt/rustwide/target/debug/deps/libidna-555360950660fd15.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-458c836aa10de74f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-d87fde7a6a546b49.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-333661e3b238a9a3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-9b64cff028edaa87.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-59e65d5ba0f82c92.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-fc63a8437ca6afa3.rlib" "/opt/rustwide/target/debug/deps/libbincode-4e07651d3a165b49.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-4a981994357d922b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ad7e6b9299e4d13b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-1b213268a64368db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-4e7269f552a7fa2f.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-563cfaa7432a19b4.rlib" "/opt/rustwide/target/debug/deps/libimage-1321ec9700737b44.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-0ba7dbf5df67a666.rlib" "/opt/rustwide/target/debug/deps/libbyteorder_lite-a6646c9ac090b157.rlib" "/opt/rustwide/target/debug/deps/libpng-d82a4507d7ff808d.rlib" "/opt/rustwide/target/debug/deps/libflate2-b4022ec55b91fe7c.rlib" "/opt/rustwide/target/debug/deps/libfdeflate-3d81a7ff2c147de6.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-3e4e944995101d8a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rlib" "/opt/rustwide/target/debug/deps/libzune_jpeg-6f867312c4a89f6e.rlib" "/opt/rustwide/target/debug/deps/libzune_core-fb3013102e7a7afb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4a207732a27c2928.rlib" "/opt/rustwide/target/debug/deps/liblog-e73d77c4679bb236.rlib" "/opt/rustwide/target/debug/deps/libtestdir-9993177fce1d35c9.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-33ffc2b54a36bae1.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-cc3904f8b26bbfde.rlib" "/opt/rustwide/target/debug/deps/libsimd_adler32-4a3f6ae7a867fb6e.rlib" "/opt/rustwide/target/debug/deps/libobject-9aaa49783f1b83a0.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-874ea8fbe054ed5e.rlib" "/opt/rustwide/target/debug/deps/libgimli-97eee70364d6efb6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e0324ea654ce1d71.rlib" "/opt/rustwide/target/debug/deps/libwhoami-6743ef530af2099d.rlib" "/opt/rustwide/target/debug/deps/libcargo_metadata-36d1d04c71870f61.rlib" "/opt/rustwide/target/debug/deps/libserde_json-a38c13de59e0007c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d6cb21f6c03ed32f.rlib" "/opt/rustwide/target/debug/deps/libitoa-307f5b8ccbe1a9f3.rlib" "/opt/rustwide/target/debug/deps/libryu-6e02dac7c3b6be75.rlib" "/opt/rustwide/target/debug/deps/libcargo_platform-90648f2bc002fe39.rlib" "/opt/rustwide/target/debug/deps/libsemver-b1e555ce97e34356.rlib" "/opt/rustwide/target/debug/deps/libcamino-65f0263b6a4bfc5b.rlib" "/opt/rustwide/target/debug/deps/libsysinfo-27a3cb68b9864a22.rlib" "/opt/rustwide/target/debug/deps/liblibc-5c79e692c1a21191.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-a3e7e701fcd1f47b.rlib" "/opt/rustwide/target/debug/deps/libanyhow-64aa4a1529b21937.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-334d739f4e3a4961.rlib" "/opt/rustwide/target/debug/deps/libdc_bundle-2eaadd87bc4fd7da.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-6d3c33c84552c062.rlib" "/opt/rustwide/target/debug/deps/libprost-7ae4f89ab41b12d1.rlib" "/opt/rustwide/target/debug/deps/libbytes-57fdfcf4b6e1faec.rlib" "/opt/rustwide/target/debug/deps/libserde-19fbfbf21d2c3e06.rlib" "/opt/rustwide/target/debug/deps/libthiserror-1e6b73f0324dde78.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c23a60ad8ad82457.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8075ca78f1ab4d36.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7ce5bb5de1292ec.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1eb5a29926b5407e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c87392f211c13f97.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-15b5b2b2c6f086dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c2c541cae2b103ab.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-15c1ed2fa5431191.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4d1181c0949c6b3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6c4974d38bc789f2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fd2f9881207a1ddb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22ef94d07d56001a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fe63cadd4ae35992.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ee98afae2c1a70ca.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ea4b2c81c1419814.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a547f84ff160c665.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7e3ac74759210e95.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-1b3f27e857ebbcee/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/figma_import-38264715d308afae" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `figma_import` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c778eb585ae437f41d11233826fa8c70c2b05fe9fff6597399e65c4eb61c46f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c778eb585ae437f41d11233826fa8c70c2b05fe9fff6597399e65c4eb61c46f2", kill_on_drop: false }` [INFO] [stdout] c778eb585ae437f41d11233826fa8c70c2b05fe9fff6597399e65c4eb61c46f2