[INFO] updating cached repository https://github.com/carrotflakes/kantera [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49e5694766781a2aba56fd36499074c5a1c01da2 [INFO] testing carrotflakes/kantera against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarrotflakes%2Fkantera" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/carrotflakes/kantera on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/carrotflakes/kantera [INFO] finished tweaking git repo https://github.com/carrotflakes/kantera [INFO] tweaked toml for git repo https://github.com/carrotflakes/kantera written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/carrotflakes/kantera already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6f1919cb8067eb4e16fe989fafa0e0cbd79a9b5f57dc91ec92b6a1dbd3e701b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6f1919cb8067eb4e16fe989fafa0e0cbd79a9b5f57dc91ec92b6a1dbd3e701b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6f1919cb8067eb4e16fe989fafa0e0cbd79a9b5f57dc91ec92b6a1dbd3e701b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6f1919cb8067eb4e16fe989fafa0e0cbd79a9b5f57dc91ec92b6a1dbd3e701b", kill_on_drop: false }` [INFO] [stdout] b6f1919cb8067eb4e16fe989fafa0e0cbd79a9b5f57dc91ec92b6a1dbd3e701b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3269160a8f9187fa6ca3f2607a831d0af68b357cf5b9dacecd0e4a88353ba857 [INFO] running `Command { std: "docker" "start" "-a" "3269160a8f9187fa6ca3f2607a831d0af68b357cf5b9dacecd0e4a88353ba857", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling strength_reduce v0.2.2 [INFO] [stderr] Compiling transpose v0.1.0 [INFO] [stderr] Compiling gluten v0.1.0 (https://github.com/carrotflakes/gluten.git?branch=kantera#fa25dc06) [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling glib v0.8.2 [INFO] [stderr] Compiling rayon v1.2.1 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rustfft v3.0.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling kantera v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.85s [INFO] running `Command { std: "docker" "inspect" "3269160a8f9187fa6ca3f2607a831d0af68b357cf5b9dacecd0e4a88353ba857", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3269160a8f9187fa6ca3f2607a831d0af68b357cf5b9dacecd0e4a88353ba857", kill_on_drop: false }` [INFO] [stdout] 3269160a8f9187fa6ca3f2607a831d0af68b357cf5b9dacecd0e4a88353ba857 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60c008d6ee691975f79418e100f09f74a339d59af55cd431784a09865a2cf566 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "60c008d6ee691975f79418e100f09f74a339d59af55cd431784a09865a2cf566", kill_on_drop: false }` [INFO] [stderr] Compiling kantera v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `kantera`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name audio_vis2 --edition=2018 examples/audio_vis2.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="cairo"' --cfg 'feature="cairo-rs"' --cfg 'feature="default"' --cfg 'feature="ffmpeg"' -C metadata=b49a32274ad0108d -C extra-filename=-b49a32274ad0108d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-d961b8ddb31f7262.rlib --extern gluten=/opt/rustwide/target/debug/deps/libgluten-80d2e6e56d41b628.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c0d20cf6625b8d93.rlib --extern kantera=/opt/rustwide/target/debug/deps/libkantera-2a94a647676c71e8.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-5152a9640cc1d308.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib --extern rustfft=/opt/rustwide/target/debug/deps/librustfft-313383b1b26ebf59.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-d10d75090a54be20.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.ffmpeg_import_image.eql7xfzx-cgu.5.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-0951e7d838b7ec35.4ezww603vo6iz9h7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-2a94a647676c71e8.rlib" "/opt/rustwide/target/debug/deps/libgluten-80d2e6e56d41b628.rlib" "/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib" "/opt/rustwide/target/debug/deps/libthread_local-57d16560e5d8559d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-758d1374362cfd14.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c2152aeb024044a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c1f97d2d810f63bc.rlib" "/opt/rustwide/target/debug/deps/libimage-c0d20cf6625b8d93.rlib" "/opt/rustwide/target/debug/deps/libtiff-3ca2ce6c64b1f95e.rlib" "/opt/rustwide/target/debug/deps/libpng-47a900085fc6f46d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-9dd35c50f728f3d6.rlib" "/opt/rustwide/target/debug/deps/libinflate-8e7098ef8e469113.rlib" "/opt/rustwide/target/debug/deps/libadler32-9837cdf3d6f6f0c1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-914223781fdba246.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-6f93541b3de3b7b1.rlib" "/opt/rustwide/target/debug/deps/librayon-283744b4bbbb5b5c.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9a199a67f4a51c89.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e4512e1c4067c520.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-f7479421f1edf4b8.rlib" "/opt/rustwide/target/debug/deps/libeither-73ae1ee3c5bcec7c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-226408a4eed331a9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-558d056fb80a977a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-921331c4d79f3009.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-11cddc0a96a84b83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7e4f34700ed91d28.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libgif-561bb85883d693e6.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-75405708483eb8a3.rlib" "/opt/rustwide/target/debug/deps/liblzw-258df11cbdcd0b61.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-18405819c03faa62.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-537ed90e89862cff.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f0b1337b927915d1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83bef75aaded41d2.rlib" "/opt/rustwide/target/debug/deps/librusttype-d10d75090a54be20.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-ec973847d0f94b59.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-95e0ab8c92cb6559.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-300eba750971b713.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2292073f2e4e8a3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-9c5293abea02e50a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5152a9640cc1d308.rlib" "/opt/rustwide/target/debug/deps/libcairo-d961b8ddb31f7262.rlib" "/opt/rustwide/target/debug/deps/libglib-bedd28abfa6c3688.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-f6da769f8907a8fa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-333adcdcf1fd3f84.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-c87dacdadf1a055f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.export_audio.494xmknh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.export_audio.494xmknh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.export_audio.494xmknh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.export_audio.494xmknh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.export_audio.494xmknh-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83" "/opt/rustwide/target/debug/examples/export_audio-d8d4e04a1dc69f83.350gi5lphtgadtbp.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-2a94a647676c71e8.rlib" "/opt/rustwide/target/debug/deps/libgluten-80d2e6e56d41b628.rlib" "/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib" "/opt/rustwide/target/debug/deps/libthread_local-57d16560e5d8559d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-758d1374362cfd14.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c2152aeb024044a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c1f97d2d810f63bc.rlib" "/opt/rustwide/target/debug/deps/libimage-c0d20cf6625b8d93.rlib" "/opt/rustwide/target/debug/deps/libtiff-3ca2ce6c64b1f95e.rlib" "/opt/rustwide/target/debug/deps/libpng-47a900085fc6f46d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-9dd35c50f728f3d6.rlib" "/opt/rustwide/target/debug/deps/libinflate-8e7098ef8e469113.rlib" "/opt/rustwide/target/debug/deps/libadler32-9837cdf3d6f6f0c1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-914223781fdba246.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-6f93541b3de3b7b1.rlib" "/opt/rustwide/target/debug/deps/librayon-283744b4bbbb5b5c.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9a199a67f4a51c89.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e4512e1c4067c520.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-f7479421f1edf4b8.rlib" "/opt/rustwide/target/debug/deps/libeither-73ae1ee3c5bcec7c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-226408a4eed331a9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-558d056fb80a977a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-921331c4d79f3009.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-11cddc0a96a84b83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7e4f34700ed91d28.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libgif-561bb85883d693e6.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-75405708483eb8a3.rlib" "/opt/rustwide/target/debug/deps/liblzw-258df11cbdcd0b61.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-18405819c03faa62.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-537ed90e89862cff.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f0b1337b927915d1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83bef75aaded41d2.rlib" "/opt/rustwide/target/debug/deps/librusttype-d10d75090a54be20.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-ec973847d0f94b59.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-95e0ab8c92cb6559.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-300eba750971b713.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2292073f2e4e8a3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-9c5293abea02e50a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5152a9640cc1d308.rlib" "/opt/rustwide/target/debug/deps/libcairo-d961b8ddb31f7262.rlib" "/opt/rustwide/target/debug/deps/libglib-bedd28abfa6c3688.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-f6da769f8907a8fa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-333adcdcf1fd3f84.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-c87dacdadf1a055f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.ffmpeg_import.apqzkrd9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825" "/opt/rustwide/target/debug/examples/ffmpeg_import-5e61647c1b45e825.pjjugodvozjtanv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-2a94a647676c71e8.rlib" "/opt/rustwide/target/debug/deps/libgluten-80d2e6e56d41b628.rlib" "/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib" "/opt/rustwide/target/debug/deps/libthread_local-57d16560e5d8559d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-758d1374362cfd14.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c2152aeb024044a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c1f97d2d810f63bc.rlib" "/opt/rustwide/target/debug/deps/libimage-c0d20cf6625b8d93.rlib" "/opt/rustwide/target/debug/deps/libtiff-3ca2ce6c64b1f95e.rlib" "/opt/rustwide/target/debug/deps/libpng-47a900085fc6f46d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-9dd35c50f728f3d6.rlib" "/opt/rustwide/target/debug/deps/libinflate-8e7098ef8e469113.rlib" "/opt/rustwide/target/debug/deps/libadler32-9837cdf3d6f6f0c1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-914223781fdba246.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-6f93541b3de3b7b1.rlib" "/opt/rustwide/target/debug/deps/librayon-283744b4bbbb5b5c.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9a199a67f4a51c89.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e4512e1c4067c520.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-f7479421f1edf4b8.rlib" "/opt/rustwide/target/debug/deps/libeither-73ae1ee3c5bcec7c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-226408a4eed331a9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-558d056fb80a977a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-921331c4d79f3009.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-11cddc0a96a84b83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7e4f34700ed91d28.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libgif-561bb85883d693e6.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-75405708483eb8a3.rlib" "/opt/rustwide/target/debug/deps/liblzw-258df11cbdcd0b61.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-18405819c03faa62.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-537ed90e89862cff.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f0b1337b927915d1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83bef75aaded41d2.rlib" "/opt/rustwide/target/debug/deps/librusttype-d10d75090a54be20.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-ec973847d0f94b59.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-95e0ab8c92cb6559.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-300eba750971b713.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2292073f2e4e8a3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-9c5293abea02e50a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5152a9640cc1d308.rlib" "/opt/rustwide/target/debug/deps/libcairo-d961b8ddb31f7262.rlib" "/opt/rustwide/target/debug/deps/libglib-bedd28abfa6c3688.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-f6da769f8907a8fa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-333adcdcf1fd3f84.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-c87dacdadf1a055f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.glitch00.7a13w4of-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a" "/opt/rustwide/target/debug/examples/glitch00-9c010a0f85a3813a.z26hjctom9hsu90.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-2a94a647676c71e8.rlib" "/opt/rustwide/target/debug/deps/libgluten-80d2e6e56d41b628.rlib" "/opt/rustwide/target/debug/deps/libregex-671afe52dffa7676.rlib" "/opt/rustwide/target/debug/deps/libthread_local-57d16560e5d8559d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-758d1374362cfd14.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0c2152aeb024044a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c1f97d2d810f63bc.rlib" "/opt/rustwide/target/debug/deps/libimage-c0d20cf6625b8d93.rlib" "/opt/rustwide/target/debug/deps/libtiff-3ca2ce6c64b1f95e.rlib" "/opt/rustwide/target/debug/deps/libpng-47a900085fc6f46d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-9dd35c50f728f3d6.rlib" "/opt/rustwide/target/debug/deps/libinflate-8e7098ef8e469113.rlib" "/opt/rustwide/target/debug/deps/libadler32-9837cdf3d6f6f0c1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-914223781fdba246.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-6f93541b3de3b7b1.rlib" "/opt/rustwide/target/debug/deps/librayon-283744b4bbbb5b5c.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9a199a67f4a51c89.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e4512e1c4067c520.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-f7479421f1edf4b8.rlib" "/opt/rustwide/target/debug/deps/libeither-73ae1ee3c5bcec7c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-226408a4eed331a9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-558d056fb80a977a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-921331c4d79f3009.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-11cddc0a96a84b83.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7e4f34700ed91d28.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/libgif-561bb85883d693e6.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-75405708483eb8a3.rlib" "/opt/rustwide/target/debug/deps/liblzw-258df11cbdcd0b61.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-18405819c03faa62.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-537ed90e89862cff.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f0b1337b927915d1.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83bef75aaded41d2.rlib" "/opt/rustwide/target/debug/deps/librusttype-d10d75090a54be20.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-ec973847d0f94b59.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-95e0ab8c92cb6559.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-300eba750971b713.rlib" "/opt/rustwide/target/debug/deps/libordered_float-2292073f2e4e8a3b.rlib" "/opt/rustwide/target/debug/deps/libapprox-9c5293abea02e50a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5152a9640cc1d308.rlib" "/opt/rustwide/target/debug/deps/libcairo-d961b8ddb31f7262.rlib" "/opt/rustwide/target/debug/deps/libglib-bedd28abfa6c3688.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-f6da769f8907a8fa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-02fffe573fe5be1a.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-333adcdcf1fd3f84.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-c87dacdadf1a055f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c9f83ac9c453797.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-660ab907323d6aba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "60c008d6ee691975f79418e100f09f74a339d59af55cd431784a09865a2cf566", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60c008d6ee691975f79418e100f09f74a339d59af55cd431784a09865a2cf566", kill_on_drop: false }` [INFO] [stdout] 60c008d6ee691975f79418e100f09f74a339d59af55cd431784a09865a2cf566