[INFO] crate rust-pushrod 0.4.27 is already in cache [INFO] testing rust-pushrod-0.4.27 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate rust-pushrod 0.4.27 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rust-pushrod 0.4.27 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-5/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 7346c800d4a7e381cd9559caf0840551ac59b967f7a1c8213af686e00e62ac36 [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" "7346c800d4a7e381cd9559caf0840551ac59b967f7a1c8213af686e00e62ac36"` [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 11.06s [INFO] running `"docker" "inspect" "7346c800d4a7e381cd9559caf0840551ac59b967f7a1c8213af686e00e62ac36"` [INFO] running `"docker" "rm" "-f" "7346c800d4a7e381cd9559caf0840551ac59b967f7a1c8213af686e00e62ac36"` [INFO] [stdout] 7346c800d4a7e381cd9559caf0840551ac59b967f7a1c8213af686e00e62ac36 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 9c38232e7328b24622da21bd21420d856fcaf6fd9cfdbe084b7904bf78663d65 [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" "9c38232e7328b24622da21bd21420d856fcaf6fd9cfdbe084b7904bf78663d65"` [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` [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] warning: unused import: `CONFIG_COLOR_SECONDARY` [INFO] [stderr] --> examples/list.rs:8:5 [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 variable: `x` [INFO] [stderr] --> examples/list.rs:37:26 [INFO] [stderr] | [INFO] [stderr] 37 | widget1.on_selected(|x, _widgets, _layout, selected_item| { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [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 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 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] 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.checkbox.2uplnge0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6" "/opt/rustwide/target/debug/examples/checkbox-e39f4563289c8bb6.5435dfaucixns0y5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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: 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.image_button.5h6kpiw6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326" "/opt/rustwide/target/debug/examples/image_button-53eb8ea555426326.489dy26pmohzel63.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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: 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.tile.co0p6260-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e" "/opt/rustwide/target/debug/examples/tile-24119a66120bed6e.34b7ck88w5gunoov.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.grid.elm44h1o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f" "/opt/rustwide/target/debug/examples/grid-06ca6fbd17bc912f.2dr5gop2wtgddx6n.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.list.cou744x9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076" "/opt/rustwide/target/debug/examples/list-4dc12a49720b6076.2p386y61qh6tp0hq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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: 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.push_button.73cd68fo-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f" "/opt/rustwide/target/debug/examples/push_button-d1eb9c8fea61322f.4h8tji1jpvv66djj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.tab_bar.aeor0rq8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9" "/opt/rustwide/target/debug/examples/tab_bar-e956619d539995d9.19rthd8xbko3vmij.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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: 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.text.95q4qc58-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324" "/opt/rustwide/target/debug/examples/text-750ebc812a3da324.11l7nocv9z2gv6ca.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.timer.31rt5lnc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6" "/opt/rustwide/target/debug/examples/timer-2feb91006dd4d3e6.nhl29h3d7qajq5e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.toggle_button.3vk2hri9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f" "/opt/rustwide/target/debug/examples/toggle_button-c2e2e20b8766700f.brndml5r6dv5nit.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.progress.5zudu3lt-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b" "/opt/rustwide/target/debug/examples/progress-c07ce16861e5684b.333rsrc3trf8oapk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.exit.d0fr8q74-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/exit-32ee337756449211" "/opt/rustwide/target/debug/examples/exit-32ee337756449211.59dj4we6ukl4n5hw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.slider.a79u4l7o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0" "/opt/rustwide/target/debug/examples/slider-653c21f14774baf0.2hyrxsh98plitfi9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.render.1unkdhma-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866" "/opt/rustwide/target/debug/examples/render-c1d88171d45aa866.3vhyshjrtfjfndd9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.layout.6qqecpfc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951" "/opt/rustwide/target/debug/examples/layout-3e01761b0d908951.3tqfi9s9qyqqys4e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpushrod-a1ee9673beec6952.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.pushrod.9u1jr7dk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.pushrod.9u1jr7dk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.pushrod.9u1jr7dk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.pushrod.9u1jr7dk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.pushrod.9u1jr7dk-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3" "/opt/rustwide/target/debug/deps/pushrod-afd32a4f2f0db9e3.3in0inozyxphrhju.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libsdl2-d52a59138e96d4f5.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-af6f9c6a43e2e8d8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-11af900c68db2eab.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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: build failed [INFO] running `"docker" "inspect" "9c38232e7328b24622da21bd21420d856fcaf6fd9cfdbe084b7904bf78663d65"` [INFO] running `"docker" "rm" "-f" "9c38232e7328b24622da21bd21420d856fcaf6fd9cfdbe084b7904bf78663d65"` [INFO] [stdout] 9c38232e7328b24622da21bd21420d856fcaf6fd9cfdbe084b7904bf78663d65