[INFO] fetching crate wolf_engine_sdl2 0.7.1...
[INFO] testing wolf_engine_sdl2-0.7.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate wolf_engine_sdl2 0.7.1 into /workspace/builds/worker-5-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wolf_engine_sdl2 0.7.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b0fb68c3b5fb343279ce2679820916831f0be8885473699df854f6a91a2a734f
[INFO] running `Command { std: "docker" "start" "-a" "b0fb68c3b5fb343279ce2679820916831f0be8885473699df854f6a91a2a734f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b0fb68c3b5fb343279ce2679820916831f0be8885473699df854f6a91a2a734f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0fb68c3b5fb343279ce2679820916831f0be8885473699df854f6a91a2a734f", kill_on_drop: false }`
[INFO] [stdout] b0fb68c3b5fb343279ce2679820916831f0be8885473699df854f6a91a2a734f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 435a839946b174bba9494ecfb5dde300898b92447c0ccbef85a157ac30e87a82
[INFO] running `Command { std: "docker" "start" "-a" "435a839946b174bba9494ecfb5dde300898b92447c0ccbef85a157ac30e87a82", 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.46s
[INFO] running `Command { std: "docker" "inspect" "435a839946b174bba9494ecfb5dde300898b92447c0ccbef85a157ac30e87a82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "435a839946b174bba9494ecfb5dde300898b92447c0ccbef85a157ac30e87a82", kill_on_drop: false }`
[INFO] [stdout] 435a839946b174bba9494ecfb5dde300898b92447c0ccbef85a157ac30e87a82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81565737d415883b975b4c456a9e87ff37475077b542b998d6f34d4f02917c3c
[INFO] running `Command { std: "docker" "start" "-a" "81565737d415883b975b4c456a9e87ff37475077b542b998d6f34d4f02917c3c", kill_on_drop: false }`
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling sdl2 v0.35.2
[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/rustcKAuBYh/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-8dfe4a848d866bea,libwolf_engine-2696ec3b64f19e80,libsimple_logger-873b776af4848984,libtime-1e7bab616205c17d,libnum_threads-4dcd851e730118f6,libitoa-16cfa8721381c1c3,libcolored-e98ca3c0d5427693,libatty-cecabe355c39e5f0,libanymap-15a02ece6d922d1c,libsdl2-3005f3b9ee419a27,libc_vec-3c482fecedafc3a4,libsdl2_sys-5dc209756e12c984,libbitflags-dde12b0d7d495b50,liblazy_static-af860367908b8176,liblibc-4b24f2ffd62d31b0,liblog-ec46de5c30914dd3,libcfg_if-3e7fc4e38d4a72b5}.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/rustcKAuBYh/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-3041a3630b7fc7d9" "-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 "mixer") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcIsLz06/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-8dfe4a848d866bea,libwolf_engine-2696ec3b64f19e80,libsimple_logger-873b776af4848984,libtime-1e7bab616205c17d,libnum_threads-4dcd851e730118f6,libitoa-16cfa8721381c1c3,libcolored-e98ca3c0d5427693,libatty-cecabe355c39e5f0,libanymap-15a02ece6d922d1c,libsdl2-3005f3b9ee419a27,libc_vec-3c482fecedafc3a4,libsdl2_sys-5dc209756e12c984,libbitflags-dde12b0d7d495b50,liblazy_static-af860367908b8176,liblibc-4b24f2ffd62d31b0,liblog-ec46de5c30914dd3,libcfg_if-3e7fc4e38d4a72b5,libcolors_transform-9893c7fb610af232}.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/rustcIsLz06/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-49e25b94b0be3525" "-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] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcE0TaMP/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwolf_engine_sdl2-8dfe4a848d866bea,libwolf_engine-2696ec3b64f19e80,libsimple_logger-873b776af4848984,libtime-1e7bab616205c17d,libnum_threads-4dcd851e730118f6,libitoa-16cfa8721381c1c3,libcolored-e98ca3c0d5427693,libatty-cecabe355c39e5f0,libanymap-15a02ece6d922d1c,libsdl2-3005f3b9ee419a27,libc_vec-3c482fecedafc3a4,libsdl2_sys-5dc209756e12c984,libbitflags-dde12b0d7d495b50,liblazy_static-af860367908b8176,liblibc-4b24f2ffd62d31b0,liblog-ec46de5c30914dd3,libcfg_if-3e7fc4e38d4a72b5}.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/rustcE0TaMP/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-4aa59dc055f48834" "-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/rustctvWK9H/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-2696ec3b64f19e80,libsimple_logger-873b776af4848984,libtime-1e7bab616205c17d,libnum_threads-4dcd851e730118f6,libitoa-16cfa8721381c1c3,libcolored-e98ca3c0d5427693,libatty-cecabe355c39e5f0,liblog-ec46de5c30914dd3,libcfg_if-3e7fc4e38d4a72b5,libanymap-15a02ece6d922d1c,libsdl2-3005f3b9ee419a27,libc_vec-3c482fecedafc3a4,libsdl2_sys-5dc209756e12c984,libbitflags-dde12b0d7d495b50,liblazy_static-af860367908b8176,liblibc-4b24f2ffd62d31b0}.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/rustctvWK9H/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-cef7dc5488a69baf" "-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" "81565737d415883b975b4c456a9e87ff37475077b542b998d6f34d4f02917c3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81565737d415883b975b4c456a9e87ff37475077b542b998d6f34d4f02917c3c", kill_on_drop: false }`
[INFO] [stdout] 81565737d415883b975b4c456a9e87ff37475077b542b998d6f34d4f02917c3c
