[INFO] fetching crate pushrod 0.1.2... [INFO] testing pushrod-0.1.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate pushrod 0.1.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate pushrod 0.1.2 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 pushrod 0.1.2 [INFO] finished tweaking crates.io crate pushrod 0.1.2 [INFO] tweaked toml for crates.io crate pushrod 0.1.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate pushrod 0.1.2 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-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 20a463d92bcec5085a64ce05ba45a1bb4209cd5240e64a0c4d2f16bc6c7cf683 [INFO] running `"docker" "start" "-a" "20a463d92bcec5085a64ce05ba45a1bb4209cd5240e64a0c4d2f16bc6c7cf683"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling sdl2 v0.34.0 [INFO] [stderr] Compiling sdl2-sys v0.34.0 [INFO] [stderr] Compiling pushrod-widgets v0.1.1 [INFO] [stderr] Compiling pushrod v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.81s [INFO] running `"docker" "inspect" "20a463d92bcec5085a64ce05ba45a1bb4209cd5240e64a0c4d2f16bc6c7cf683"` [INFO] running `"docker" "rm" "-f" "20a463d92bcec5085a64ce05ba45a1bb4209cd5240e64a0c4d2f16bc6c7cf683"` [INFO] [stdout] 20a463d92bcec5085a64ce05ba45a1bb4209cd5240e64a0c4d2f16bc6c7cf683 [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" "+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] 36cf65eebd51f34ec3a73255a955ff2ba924473975fcb65110a75de9ef612385 [INFO] running `"docker" "start" "-a" "36cf65eebd51f34ec3a73255a955ff2ba924473975fcb65110a75de9ef612385"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pushrod v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `pushrod_widgets::properties::IMAGE_JUSTIFY_LEFT`, `pushrod_widgets::properties::IMAGE_JUSTIFY_RIGHT` [INFO] [stderr] --> examples/image_widget.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | IMAGE_JUSTIFY_LEFT, IMAGE_JUSTIFY_RIGHT, PROPERTY_BORDER_COLOR, PROPERTY_BORDER_WIDTH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `IMAGE_JUSTIFY_RIGHT` in `properties` [INFO] [stderr] | | [INFO] [stderr] | no `IMAGE_JUSTIFY_LEFT` in `properties` [INFO] [stderr] | [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 25 | TEXT_JUSTIFY_LEFT, IMAGE_JUSTIFY_RIGHT, PROPERTY_BORDER_COLOR, PROPERTY_BORDER_WIDTH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 25 | IMAGE_JUSTIFY_LEFT, TEXT_JUSTIFY_RIGHT, PROPERTY_BORDER_COLOR, PROPERTY_BORDER_WIDTH, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::properties::PROPERTY_GROUP_BACKGROUND_COLOR` [INFO] [stderr] --> examples/hide_show.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | PROPERTY_FONT_STYLE, PROPERTY_GROUP_BACKGROUND_COLOR, PROPERTY_HIDDEN, PROPERTY_MAIN_COLOR, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PROPERTY_GROUP_BACKGROUND_COLOR` in `properties` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::system_widgets::group_box_widget` [INFO] [stderr] --> examples/hide_show.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | use pushrod_widgets::system_widgets::group_box_widget::GroupBoxWidget; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `group_box_widget` in `system_widgets` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::system_widgets::image_button_widget` [INFO] [stderr] --> examples/image_widget.rs:30:38 [INFO] [stderr] | [INFO] [stderr] 30 | use pushrod_widgets::system_widgets::image_button_widget::ImageButtonWidget; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ could not find `image_button_widget` in `system_widgets` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::properties::PROPERTY_TOGGLED` [INFO] [stderr] --> examples/button_widget.rs:27:49 [INFO] [stderr] | [INFO] [stderr] 27 | PROPERTY_TEXT, PROPERTY_TEXT_JUSTIFICATION, PROPERTY_TOGGLED, TEXT_JUSTIFY_CENTER, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `PROPERTY_TOGGLED` in `properties` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::system_widgets::checkbox_widget` [INFO] [stderr] --> examples/button_widget.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | use pushrod_widgets::system_widgets::checkbox_widget::CheckBoxWidget; [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `checkbox_widget` in `system_widgets` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pushrod_widgets::system_widgets::toggle_button_widget` [INFO] [stderr] --> examples/button_widget.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | use pushrod_widgets::system_widgets::toggle_button_widget::ToggleButtonWidget; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ could not find `toggle_button_widget` in `system_widgets` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `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: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `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-b8100104d77d77f5.pushrod.bzlim3g1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5.pushrod.bzlim3g1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5.pushrod.bzlim3g1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5.pushrod.bzlim3g1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5.pushrod.bzlim3g1-cgu.4.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5" "/opt/rustwide/target/debug/deps/pushrod-b8100104d77d77f5.5eaoezxq3mryhqfn.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/libpushrod_widgets-fa6fb63acb350763.rlib" "/opt/rustwide/target/debug/deps/libsdl2-ba821c7178ab86cf.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-05ab554b28ac5e85.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-ldl" "-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/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.grid_widget.6dwpk4qg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27" "/opt/rustwide/target/debug/examples/grid_widget-9f5ddbe306856f27.2i83gdyz9otrqdrq.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-7e5bf9f5fbca77e1.rlib" "/opt/rustwide/target/debug/deps/libpushrod_widgets-fa6fb63acb350763.rlib" "/opt/rustwide/target/debug/deps/libsdl2-ba821c7178ab86cf.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-05ab554b28ac5e85.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-ldl" "-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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.progress_widget.1mmsnis2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0" "/opt/rustwide/target/debug/examples/progress_widget-8c2a3ff3c7365af0.6sx2avzmdn18ckv.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-7e5bf9f5fbca77e1.rlib" "/opt/rustwide/target/debug/deps/libpushrod_widgets-fa6fb63acb350763.rlib" "/opt/rustwide/target/debug/deps/libsdl2-ba821c7178ab86cf.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-05ab554b28ac5e85.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-ldl" "-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: could not compile `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 `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 `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/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.base_widget.pcwnlix6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265" "/opt/rustwide/target/debug/examples/base_widget-9c3d1f6d60f0e265.qf98vzstz4m53xb.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-7e5bf9f5fbca77e1.rlib" "/opt/rustwide/target/debug/deps/libpushrod_widgets-fa6fb63acb350763.rlib" "/opt/rustwide/target/debug/deps/libsdl2-ba821c7178ab86cf.rlib" "/opt/rustwide/target/debug/deps/libsdl2_sys-05ab554b28ac5e85.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-ldl" "-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 `pushrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "36cf65eebd51f34ec3a73255a955ff2ba924473975fcb65110a75de9ef612385"` [INFO] running `"docker" "rm" "-f" "36cf65eebd51f34ec3a73255a955ff2ba924473975fcb65110a75de9ef612385"` [INFO] [stdout] 36cf65eebd51f34ec3a73255a955ff2ba924473975fcb65110a75de9ef612385