[INFO] cloning repository https://github.com/carrotflakes/kantera [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/carrotflakes/kantera" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarrotflakes%2Fkantera", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarrotflakes%2Fkantera'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49e5694766781a2aba56fd36499074c5a1c01da2 [INFO] testing carrotflakes/kantera against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarrotflakes%2Fkantera" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/carrotflakes/kantera on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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-2/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", 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] ed32a8f31feb8ab6019785b5f811b94decba6ba5245a1b29b1fd6f3b6a68154b [INFO] running `Command { std: "docker" "start" "-a" "ed32a8f31feb8ab6019785b5f811b94decba6ba5245a1b29b1fd6f3b6a68154b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ed32a8f31feb8ab6019785b5f811b94decba6ba5245a1b29b1fd6f3b6a68154b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed32a8f31feb8ab6019785b5f811b94decba6ba5245a1b29b1fd6f3b6a68154b", kill_on_drop: false }` [INFO] [stdout] ed32a8f31feb8ab6019785b5f811b94decba6ba5245a1b29b1fd6f3b6a68154b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ad353ea0f8c49f81454a6366b61167603678acf37701ea5fea8e02470b5950e [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" "7ad353ea0f8c49f81454a6366b61167603678acf37701ea5fea8e02470b5950e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling transpose v0.1.0 [INFO] [stderr] Compiling strength_reduce v0.2.2 [INFO] [stderr] Compiling gluten v0.1.0 (https://github.com/carrotflakes/gluten.git?branch=kantera#fa25dc06) [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling glib v0.8.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rayon v1.2.1 [INFO] [stderr] Compiling rustfft v3.0.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling num-derive v0.2.5 [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 1m 16s [INFO] running `Command { std: "docker" "inspect" "7ad353ea0f8c49f81454a6366b61167603678acf37701ea5fea8e02470b5950e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ad353ea0f8c49f81454a6366b61167603678acf37701ea5fea8e02470b5950e", kill_on_drop: false }` [INFO] [stdout] 7ad353ea0f8c49f81454a6366b61167603678acf37701ea5fea8e02470b5950e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c622c72f55ca6e681a3aa7970942d037647dacd5d7f132ffdd998225fa920f84 [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" "c622c72f55ca6e681a3aa7970942d037647dacd5d7f132ffdd998225fa920f84", 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 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cairo"' --cfg 'feature="cairo-rs"' --cfg 'feature="default"' --cfg 'feature="ffmpeg"' -C metadata=4cfb51a82bfa63f0 -C extra-filename=-4cfb51a82bfa63f0 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib --extern gluten=/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib --extern kantera=/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib --extern rustfft=/opt/rustwide/target/debug/deps/librustfft-9222d9a86f090e82.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib --cap-lints=forbid` (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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.closed_path_to_image.ed5pjfbg-cgu.6.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0" "/opt/rustwide/target/debug/examples/closed_path_to_image-045ca12476dce7f0.1tcbrojqks0r07j3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib" "/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib" "/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-818aeac3d8830f5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ef252b894994ef4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4d08794f6c5c150f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5f7fb6721c2f4953.rlib" "/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib" "/opt/rustwide/target/debug/deps/libtiff-f31c9c8bc13bafcd.rlib" "/opt/rustwide/target/debug/deps/libpng-55f9d2c2de596900.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-820d8ac9047b1314.rlib" "/opt/rustwide/target/debug/deps/librayon-e4d3b1ff06cc546e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-1f1326a07e7bd8ba.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-646a7d541c7df0cd.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-50031ebc9f10f249.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aca8b2757a504fbf.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c80f7e5cf8dd61bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-e461073acc991147.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7ad643ff856d079a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4cdd30dcd240673.rlib" "/opt/rustwide/target/debug/deps/libapprox-2c6753700c25b44d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib" "/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib" "/opt/rustwide/target/debug/deps/libglib-cfb67f19c0bcffdd.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-90563ef5e2382eeb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-dcbd906e69eec962.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-036472d2fe1efa38.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.ffmpeg_import.b24kvklk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32" "/opt/rustwide/target/debug/examples/ffmpeg_import-210749792dc8db32.3pwti7vdh442u2lz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib" "/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib" "/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-818aeac3d8830f5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ef252b894994ef4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4d08794f6c5c150f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5f7fb6721c2f4953.rlib" "/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib" "/opt/rustwide/target/debug/deps/libtiff-f31c9c8bc13bafcd.rlib" "/opt/rustwide/target/debug/deps/libpng-55f9d2c2de596900.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-820d8ac9047b1314.rlib" "/opt/rustwide/target/debug/deps/librayon-e4d3b1ff06cc546e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-1f1326a07e7bd8ba.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-646a7d541c7df0cd.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-50031ebc9f10f249.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aca8b2757a504fbf.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c80f7e5cf8dd61bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-e461073acc991147.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7ad643ff856d079a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4cdd30dcd240673.rlib" "/opt/rustwide/target/debug/deps/libapprox-2c6753700c25b44d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib" "/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib" "/opt/rustwide/target/debug/deps/libglib-cfb67f19c0bcffdd.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-90563ef5e2382eeb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-dcbd906e69eec962.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-036472d2fe1efa38.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.export_audio.7q4hudyh-cgu.5.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295" "/opt/rustwide/target/debug/examples/export_audio-a25b3409d766b295.322kjoorgxig6ege.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib" "/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib" "/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-818aeac3d8830f5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ef252b894994ef4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4d08794f6c5c150f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5f7fb6721c2f4953.rlib" "/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib" "/opt/rustwide/target/debug/deps/libtiff-f31c9c8bc13bafcd.rlib" "/opt/rustwide/target/debug/deps/libpng-55f9d2c2de596900.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-820d8ac9047b1314.rlib" "/opt/rustwide/target/debug/deps/librayon-e4d3b1ff06cc546e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-1f1326a07e7bd8ba.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-646a7d541c7df0cd.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-50031ebc9f10f249.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aca8b2757a504fbf.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c80f7e5cf8dd61bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-e461073acc991147.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7ad643ff856d079a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4cdd30dcd240673.rlib" "/opt/rustwide/target/debug/deps/libapprox-2c6753700c25b44d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib" "/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib" "/opt/rustwide/target/debug/deps/libglib-cfb67f19c0bcffdd.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-90563ef5e2382eeb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-dcbd906e69eec962.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-036472d2fe1efa38.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.ffmpeg_import_image.7zq9qa6z-cgu.6.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb" "/opt/rustwide/target/debug/examples/ffmpeg_import_image-e572481e9c8985fb.3xxq86rif0czwni4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib" "/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib" "/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-818aeac3d8830f5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ef252b894994ef4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4d08794f6c5c150f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5f7fb6721c2f4953.rlib" "/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib" "/opt/rustwide/target/debug/deps/libtiff-f31c9c8bc13bafcd.rlib" "/opt/rustwide/target/debug/deps/libpng-55f9d2c2de596900.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-820d8ac9047b1314.rlib" "/opt/rustwide/target/debug/deps/librayon-e4d3b1ff06cc546e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-1f1326a07e7bd8ba.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-646a7d541c7df0cd.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-50031ebc9f10f249.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aca8b2757a504fbf.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c80f7e5cf8dd61bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-e461073acc991147.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7ad643ff856d079a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4cdd30dcd240673.rlib" "/opt/rustwide/target/debug/deps/libapprox-2c6753700c25b44d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib" "/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib" "/opt/rustwide/target/debug/deps/libglib-cfb67f19c0bcffdd.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-90563ef5e2382eeb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-dcbd906e69eec962.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-036472d2fe1efa38.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.image_render.no4ysfsw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816" "/opt/rustwide/target/debug/examples/image_render-20bc77a8fdab2816.4cjjil543jzvrgbg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkantera-9a34f89dbb215e04.rlib" "/opt/rustwide/target/debug/deps/libgluten-4e91ef9b3b7be6a3.rlib" "/opt/rustwide/target/debug/deps/libregex-d5401564e0dd4f17.rlib" "/opt/rustwide/target/debug/deps/libthread_local-818aeac3d8830f5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7ef252b894994ef4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-4d08794f6c5c150f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5f7fb6721c2f4953.rlib" "/opt/rustwide/target/debug/deps/libimage-ed3b3367fd3c9611.rlib" "/opt/rustwide/target/debug/deps/libtiff-f31c9c8bc13bafcd.rlib" "/opt/rustwide/target/debug/deps/libpng-55f9d2c2de596900.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-820d8ac9047b1314.rlib" "/opt/rustwide/target/debug/deps/librayon-e4d3b1ff06cc546e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-1f1326a07e7bd8ba.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-646a7d541c7df0cd.rlib" "/opt/rustwide/target/debug/deps/libeither-b4fafca51080a5e0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-50031ebc9f10f249.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aca8b2757a504fbf.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c80f7e5cf8dd61bb.rlib" "/opt/rustwide/target/debug/deps/librusttype-11e6b5474dfd0406.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-e461073acc991147.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-7ad643ff856d079a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-e4cdd30dcd240673.rlib" "/opt/rustwide/target/debug/deps/libapprox-2c6753700c25b44d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4c72c961c99c6fe7.rlib" "/opt/rustwide/target/debug/deps/libcairo-e466fbf1a8b1313d.rlib" "/opt/rustwide/target/debug/deps/libglib-cfb67f19c0bcffdd.rlib" "/opt/rustwide/target/debug/deps/libgobject_sys-90563ef5e2382eeb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/libcairo_sys-dcbd906e69eec962.rlib" "/opt/rustwide/target/debug/deps/libglib_sys-036472d2fe1efa38.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lgobject-2.0" "-lglib-2.0" "-lcairo-gobject" "-lcairo" "-lgobject-2.0" "-lglib-2.0" "-lglib-2.0" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "c622c72f55ca6e681a3aa7970942d037647dacd5d7f132ffdd998225fa920f84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c622c72f55ca6e681a3aa7970942d037647dacd5d7f132ffdd998225fa920f84", kill_on_drop: false }` [INFO] [stdout] c622c72f55ca6e681a3aa7970942d037647dacd5d7f132ffdd998225fa920f84