[INFO] crate rust-pushrod 0.4.27 is already in cache [INFO] testing rust-pushrod-0.4.27 against 1.44.0 for beta-1.45-1 [INFO] extracting crate rust-pushrod 0.4.27 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rust-pushrod 0.4.27 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rust-pushrod 0.4.27 [INFO] finished tweaking crates.io crate rust-pushrod 0.4.27 [INFO] tweaked toml for crates.io crate rust-pushrod 0.4.27 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate rust-pushrod 0.4.27 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 592661ac6154243a6b81aa9d71bb6aa25ec27a2a7c5b7cacce4c338ff8faf1bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "592661ac6154243a6b81aa9d71bb6aa25ec27a2a7c5b7cacce4c338ff8faf1bf"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sdl2 v0.33.0 [INFO] [stderr] Compiling sdl2-sys v0.33.0 [INFO] [stderr] Compiling rust-pushrod v0.4.27 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.69s [INFO] running `"docker" "inspect" "592661ac6154243a6b81aa9d71bb6aa25ec27a2a7c5b7cacce4c338ff8faf1bf"` [INFO] running `"docker" "rm" "-f" "592661ac6154243a6b81aa9d71bb6aa25ec27a2a7c5b7cacce4c338ff8faf1bf"` [INFO] [stdout] 592661ac6154243a6b81aa9d71bb6aa25ec27a2a7c5b7cacce4c338ff8faf1bf [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a80f45dd8135a8ad9b541eea5f1a357446bea822a2c6ca56d6b6fd995d4faec7 [INFO] running `"docker" "start" "-a" "a80f45dd8135a8ad9b541eea5f1a357446bea822a2c6ca56d6b6fd995d4faec7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rust-pushrod v0.4.27 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `CONFIG_BORDER_WIDTH`, `CONFIG_COLOR_BORDER`, `CONFIG_COLOR_SECONDARY` [INFO] [stderr] --> examples/tab_bar.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | CONFIG_BORDER_WIDTH, CONFIG_COLOR_BASE, CONFIG_COLOR_BORDER, CONFIG_COLOR_HOVER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | CONFIG_COLOR_SECONDARY, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `pushrod::widgets::list_widget::*` [INFO] [stderr] --> examples/tab_bar.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use pushrod::widgets::list_widget::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `LayoutPosition` [INFO] [stderr] --> examples/layout.rs:8:39 [INFO] [stderr] | [INFO] [stderr] 8 | use pushrod::render::layout::{Layout, LayoutPosition}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `engine` [INFO] [stderr] --> examples/exit.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | engine.on_exit(|engine| { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_engine` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `CONFIG_BORDER_WIDTH`, `CONFIG_COLOR_BORDER` [INFO] [stderr] --> examples/tile.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | CONFIG_BORDER_WIDTH, CONFIG_COLOR_BORDER, CONFIG_COLOR_HOVER, CONFIG_COLOR_SELECTED, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.push_button.1rlv3a29-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f" "/opt/rustwide/target/debug/examples/push_button-8fb50e09ba1a4b6f.4a03wsbzcfddtks.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.checkbox.ccvuy5yp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b" "/opt/rustwide/target/debug/examples/checkbox-1efe09964fd7602b.2xb1ipwgyam2bc4i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.image.egjurf3l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f" "/opt/rustwide/target/debug/examples/image-7189989ad67fcc0f.32392h4ngzz5d05x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.text.721ex94p-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba" "/opt/rustwide/target/debug/examples/text-71e6c23c9e3e0fba.1m077ps0jqifdwy1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.progress.3j5ciqlm-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d" "/opt/rustwide/target/debug/examples/progress-0fb670462a572d0d.41mizhrn0ts2wa40.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.image_button.9eo3t3tw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86" "/opt/rustwide/target/debug/examples/image_button-6cf857716e6e9e86.59lypuvnarb5lch0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.tile.87etdan2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130" "/opt/rustwide/target/debug/examples/tile-1c96684c7efa0130.4lixl9mfvqcuf52u.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.tab_bar.993f6xv6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48" "/opt/rustwide/target/debug/examples/tab_bar-9e5325f9edf3dd48.39m0yaq0a6d5opte.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.slider.8boprtiz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60" "/opt/rustwide/target/debug/examples/slider-9872aa5e6412cc60.21px74cjcd1365wx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.grid.8xotxafh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d" "/opt/rustwide/target/debug/examples/grid-01ce903af431787d.39086vry7pe7wlsx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.toggle_button.2poea5u3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f" "/opt/rustwide/target/debug/examples/toggle_button-5246261eeb5b552f.1gkkqo6f8ghy74qo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.render.5rx4k3h0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd" "/opt/rustwide/target/debug/examples/render-9dd726a56480f4fd.o1cf59bu1jiiinz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.layout.ao7qd2cz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675" "/opt/rustwide/target/debug/examples/layout-2b1c53a9fca7a675.5fmnviyy6x8el3bx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.timer.clzmeaa6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8" "/opt/rustwide/target/debug/examples/timer-61f08c50f3c12dc8.46w0n27g1k6rohp5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.exit.cw73127w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0" "/opt/rustwide/target/debug/examples/exit-37ea1b4d21a029f0.5crogv4fm1akn4c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-b4828bc4ba899b73.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.pushrod.4nnocpkp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.pushrod.4nnocpkp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.pushrod.4nnocpkp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.pushrod.4nnocpkp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.pushrod.4nnocpkp-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea" "/opt/rustwide/target/debug/deps/pushrod-504274017a194eea.1sn2r4qsu8qh6x3c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libsdl2-74d1be19a6a1fbed.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-16ecc25bd9b7bcba.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_image" "-lSDL2_ttf" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL2_image [INFO] [stderr] /usr/bin/ld: cannot find -lSDL2_ttf [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rust-pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a80f45dd8135a8ad9b541eea5f1a357446bea822a2c6ca56d6b6fd995d4faec7"` [INFO] running `"docker" "rm" "-f" "a80f45dd8135a8ad9b541eea5f1a357446bea822a2c6ca56d6b6fd995d4faec7"` [INFO] [stdout] a80f45dd8135a8ad9b541eea5f1a357446bea822a2c6ca56d6b6fd995d4faec7