[INFO] fetching crate wolf_engine_sdl2 0.7.1...
[INFO] testing wolf_engine_sdl2-0.7.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate wolf_engine_sdl2 0.7.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate wolf_engine_sdl2 0.7.1
[INFO] finished tweaking crates.io crate wolf_engine_sdl2 0.7.1
[INFO] tweaked toml for crates.io crate wolf_engine_sdl2 0.7.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wolf_engine_sdl2 0.7.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wolf_engine_sdl2 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded anyhow v1.0.62
[INFO] [stderr]   Downloaded time v0.3.13
[INFO] [stderr]   Downloaded simple_logger v1.16.0
[INFO] [stderr]   Downloaded wolf_engine v0.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a2bf77d09d527e7c7104d46ea6d72961036999b6c1be7e770d1dfe532dbbf199
[INFO] running `Command { std: "docker" "start" "-a" "a2bf77d09d527e7c7104d46ea6d72961036999b6c1be7e770d1dfe532dbbf199", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2bf77d09d527e7c7104d46ea6d72961036999b6c1be7e770d1dfe532dbbf199", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2bf77d09d527e7c7104d46ea6d72961036999b6c1be7e770d1dfe532dbbf199", kill_on_drop: false }`
[INFO] [stdout] a2bf77d09d527e7c7104d46ea6d72961036999b6c1be7e770d1dfe532dbbf199
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b03f1ac924268560692ac232a68fb461984b6a28db201229b2068b598dbfb459
[INFO] running `Command { std: "docker" "start" "-a" "b03f1ac924268560692ac232a68fb461984b6a28db201229b2068b598dbfb459", kill_on_drop: false }`
[INFO] [stderr]    Compiling version-compare v0.1.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling anyhow v1.0.62
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]    Compiling anymap v0.12.1
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling wolf_engine v0.22.0
[INFO] [stderr]    Compiling wolf_engine_sdl2 v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             profile_new_frame!();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_new_frame` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_new_frame` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `profile_new_frame` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             profile_scope!("frame");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         profile_scope!("process_sdl_events");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
[INFO] running `Command { std: "docker" "inspect" "b03f1ac924268560692ac232a68fb461984b6a28db201229b2068b598dbfb459", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b03f1ac924268560692ac232a68fb461984b6a28db201229b2068b598dbfb459", kill_on_drop: false }`
[INFO] [stdout] b03f1ac924268560692ac232a68fb461984b6a28db201229b2068b598dbfb459
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6482aeec8f35cbd8f2ae279ae01083d36f70491f12fe985c026871719d5c6e34
[INFO] running `Command { std: "docker" "start" "-a" "6482aeec8f35cbd8f2ae279ae01083d36f70491f12fe985c026871719d5c6e34", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling c_vec v2.0.0
[INFO] [stderr]    Compiling colors-transform v0.2.11
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling time v0.3.13
[INFO] [stderr]    Compiling simple_logger v1.16.0
[INFO] [stderr]    Compiling wolf_engine v0.22.0
[INFO] [stderr]    Compiling wolf_engine_sdl2 v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             profile_new_frame!();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_new_frame` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_new_frame` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `profile_new_frame` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             profile_scope!("frame");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         profile_scope!("process_sdl_events");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |             profile_new_frame!();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_new_frame` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_new_frame` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `profile_new_frame` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |             profile_scope!("frame");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `profiling`
[INFO] [stdout]   --> src/main_loop.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         profile_scope!("process_sdl_events");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `mixer`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `profile_scope` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `profile_scope` may come from an old version of the `wolf_engine` crate, try updating your dependency with `cargo update -p wolf_engine`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `profile_scope` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcbxceNb/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-9fb3ed643a93628d,libwolf_engine-c969eef783ab0382,libsimple_logger-0d7f8ecf497782de,libtime-cbef12e59b919f98,libnum_threads-d60a713ff8b6c44d,libitoa-69e845a7d31c6086,libcolored-490590b508a66eef,libatty-f950a30bdde67e1f,libanymap-1a8c1c5716b69220,libsdl2-33be07ca04b1959a,libc_vec-1585906b609fb704,libsdl2_sys-9f62a76a9b987ed5,libbitflags-a56917bef97924b7,liblazy_static-7d7e4d59d48eac89,liblibc-870bb679e44a6825,liblog-f50dd647447bdbe2,libcfg_if-6a7eff3bb9b3cc11}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbxceNb/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/mixer-077e554e48d13ea7" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lSDL2_mixer
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_gfx
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcmHGwpO/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-9fb3ed643a93628d,libwolf_engine-c969eef783ab0382,libsimple_logger-0d7f8ecf497782de,libtime-cbef12e59b919f98,libnum_threads-d60a713ff8b6c44d,libitoa-69e845a7d31c6086,libcolored-490590b508a66eef,libatty-f950a30bdde67e1f,libanymap-1a8c1c5716b69220,libsdl2-33be07ca04b1959a,libc_vec-1585906b609fb704,libsdl2_sys-9f62a76a9b987ed5,libbitflags-a56917bef97924b7,liblazy_static-7d7e4d59d48eac89,liblibc-870bb679e44a6825,liblog-f50dd647447bdbe2,libcfg_if-6a7eff3bb9b3cc11,libcolors_transform-dc9c65710b8d629d}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcmHGwpO/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/quickstart-1bd304ff338fa7a9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lSDL2_mixer
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_gfx
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wolf_engine_sdl2` (example "quickstart") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wolf_engine_sdl2` (example "mixer") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcO452eX/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-9fb3ed643a93628d,libwolf_engine-c969eef783ab0382,libsimple_logger-0d7f8ecf497782de,libtime-cbef12e59b919f98,libnum_threads-d60a713ff8b6c44d,libitoa-69e845a7d31c6086,libcolored-490590b508a66eef,libatty-f950a30bdde67e1f,libanymap-1a8c1c5716b69220,libsdl2-33be07ca04b1959a,libc_vec-1585906b609fb704,libsdl2_sys-9f62a76a9b987ed5,libbitflags-a56917bef97924b7,liblazy_static-7d7e4d59d48eac89,liblibc-870bb679e44a6825,liblog-f50dd647447bdbe2,libcfg_if-6a7eff3bb9b3cc11}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcO452eX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/audio-23c6ec33050e9bba" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lSDL2_mixer
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_gfx
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wolf_engine_sdl2` (example "audio") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcF5lc8b/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libwolf_engine-c969eef783ab0382,libsimple_logger-0d7f8ecf497782de,libtime-cbef12e59b919f98,libnum_threads-d60a713ff8b6c44d,libitoa-69e845a7d31c6086,libcolored-490590b508a66eef,libatty-f950a30bdde67e1f,liblog-f50dd647447bdbe2,libcfg_if-6a7eff3bb9b3cc11,libanymap-1a8c1c5716b69220,libsdl2-33be07ca04b1959a,libc_vec-1585906b609fb704,libsdl2_sys-9f62a76a9b987ed5,libbitflags-a56917bef97924b7,liblazy_static-7d7e4d59d48eac89,liblibc-870bb679e44a6825}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_gfx" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcF5lc8b/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/wolf_engine_sdl2-d53baef621327588" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lSDL2_mixer
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_gfx
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wolf_engine_sdl2` (lib test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6482aeec8f35cbd8f2ae279ae01083d36f70491f12fe985c026871719d5c6e34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6482aeec8f35cbd8f2ae279ae01083d36f70491f12fe985c026871719d5c6e34", kill_on_drop: false }`
[INFO] [stdout] 6482aeec8f35cbd8f2ae279ae01083d36f70491f12fe985c026871719d5c6e34
