[INFO] fetching crate nze_game_sdl 0.1.2...
[INFO] testing nze_game_sdl-0.1.2 against 1.90.0 for beta-1.91-3
[INFO] extracting crate nze_game_sdl 0.1.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate nze_game_sdl 0.1.2
[INFO] finished tweaking crates.io crate nze_game_sdl 0.1.2
[INFO] tweaked toml for crates.io crate nze_game_sdl 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nze_game_sdl 0.1.2 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nze_game_sdl 0.1.2 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nze_tiled v0.1.0
[INFO] [stderr]   Downloaded nze_geometry v0.1.0
[INFO] [stderr]   Downloaded sdl2 v0.35.2
[INFO] [stderr]   Downloaded quick-xml v0.24.1
[INFO] [stderr]   Downloaded sdl2-sys v0.35.2
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c84110cf3152180246c89e271389d52b2c0d52dd5fbe5c8b8fba3798162e9fdd
[INFO] running `Command { std: "docker" "start" "-a" "c84110cf3152180246c89e271389d52b2c0d52dd5fbe5c8b8fba3798162e9fdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c84110cf3152180246c89e271389d52b2c0d52dd5fbe5c8b8fba3798162e9fdd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c84110cf3152180246c89e271389d52b2c0d52dd5fbe5c8b8fba3798162e9fdd", kill_on_drop: false }`
[INFO] [stdout] c84110cf3152180246c89e271389d52b2c0d52dd5fbe5c8b8fba3798162e9fdd
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e39b2a38c1a953cbe5079e534a75235af831b500ccbb1bab55f594767bced531
[INFO] running `Command { std: "docker" "start" "-a" "e39b2a38c1a953cbe5079e534a75235af831b500ccbb1bab55f594767bced531", kill_on_drop: false }`
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]    Compiling nze_geometry v0.1.0
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling quick-xml v0.24.1
[INFO] [stderr]    Compiling nze_tiled v0.1.0
[INFO] [stderr]    Compiling nze_game_sdl v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `new_from_sdl_rect` is never used
[INFO] [stdout]  --> src/rect_conversion.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait RectConversion {
[INFO] [stdout]   |           -------------- associated function in this trait
[INFO] [stdout] 5 |     fn new_from_sdl_rect(sdl_rect : &sdl2::rect::Rect) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:165:26
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn get_rendered_text(&self,
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                    ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:173:38
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn get_rendered_text_at_position(&self,
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                               ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render.rs:18:52
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render, Error> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^            ------ the same lifetime is hidden here
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render<'_>, Error> {
[INFO] [stdout]    |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/camera.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<Draw> { 
[INFO] [stdout]    |                               ^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<'_, Draw> { 
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
[INFO] running `Command { std: "docker" "inspect" "e39b2a38c1a953cbe5079e534a75235af831b500ccbb1bab55f594767bced531", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e39b2a38c1a953cbe5079e534a75235af831b500ccbb1bab55f594767bced531", kill_on_drop: false }`
[INFO] [stdout] e39b2a38c1a953cbe5079e534a75235af831b500ccbb1bab55f594767bced531
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e49d689d6bf2d1652c8f2fdae07a37fa0a4f05494b34e2b604cffcbe8bc3860
[INFO] running `Command { std: "docker" "start" "-a" "2e49d689d6bf2d1652c8f2fdae07a37fa0a4f05494b34e2b604cffcbe8bc3860", kill_on_drop: false }`
[INFO] [stdout] warning: associated function `new_from_sdl_rect` is never used
[INFO] [stdout]  --> src/rect_conversion.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait RectConversion {
[INFO] [stdout]   |           -------------- associated function in this trait
[INFO] [stdout] 5 |     fn new_from_sdl_rect(sdl_rect : &sdl2::rect::Rect) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:165:26
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn get_rendered_text(&self,
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                    ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:173:38
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn get_rendered_text_at_position(&self,
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                               ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render.rs:18:52
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render, Error> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^            ------ the same lifetime is hidden here
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render<'_>, Error> {
[INFO] [stdout]    |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/camera.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<Draw> { 
[INFO] [stdout]    |                               ^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<'_, Draw> { 
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nze_game_sdl v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcvIiflb/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnze_game_sdl-aeb93c0acd404a2e,libnze_tiled-4a4db9115cab68d3,libnze_geometry-1b58b37e72849fa3,libquick_xml-645a9e861674188b,libmemchr-233a2862461d83c1,libsdl2-e105a35bab516fb1,libsdl2_sys-07585e315188f61e,libbitflags-3333d968e5f279ee,liblazy_static-ab9a3dc8def9ba85,liblibc-97a80cf635df1cbc}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcvIiflb/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/simple-a020c8ee4bbfcc7b" "-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_image
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_ttf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nze_game_sdl` (example "simple") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: associated function `new_from_sdl_rect` is never used
[INFO] [stdout]  --> src/rect_conversion.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait RectConversion {
[INFO] [stdout]   |           -------------- associated function in this trait
[INFO] [stdout] 5 |     fn new_from_sdl_rect(sdl_rect : &sdl2::rect::Rect) -> Self;
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:165:26
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn get_rendered_text(&self,
[INFO] [stdout]     |                          ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                    ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 169 |                          colour : Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/resources/font_manager.rs:173:38
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn get_rendered_text_at_position(&self,
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw, Error> {
[INFO] [stdout]     |                                                               ---------------- the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 178 |                                      colour: Color) -> Result<ResourceTextDraw<'_>, Error> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/render.rs:18:52
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render, Error> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^            ------ the same lifetime is hidden here
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(drawing_area: DrawingArea, context: &ContextSdl) -> Result<Render<'_>, Error> {
[INFO] [stdout]    |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/camera.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<Draw> { 
[INFO] [stdout]    |                               ^^^^^^^^^     ----------- the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub(crate) fn drain_draws(&mut self) -> Drain<'_, Draw> { 
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcowS2EZ/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnze_game_sdl-aeb93c0acd404a2e,libnze_tiled-4a4db9115cab68d3,libnze_geometry-1b58b37e72849fa3,libquick_xml-645a9e861674188b,libmemchr-233a2862461d83c1,libsdl2-e105a35bab516fb1,libsdl2_sys-07585e315188f61e,libbitflags-3333d968e5f279ee,liblazy_static-ab9a3dc8def9ba85,liblibc-97a80cf635df1cbc}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcowS2EZ/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/tiledmap-45d2389d2e9a58dd" "-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_image
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_ttf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nze_game_sdl` (example "tiledmap") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcdCSSaV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libnze_tiled-4a4db9115cab68d3,libnze_geometry-1b58b37e72849fa3,libquick_xml-645a9e861674188b,libmemchr-233a2862461d83c1,libsdl2-e105a35bab516fb1,libsdl2_sys-07585e315188f61e,libbitflags-3333d968e5f279ee,liblazy_static-ab9a3dc8def9ba85,liblibc-97a80cf635df1cbc}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcdCSSaV/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/nze_game_sdl-3ee01f37cd87c403" "-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_image
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_ttf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nze_game_sdl` (lib test) due to 1 previous error; 5 warnings emitted
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcbGRmab/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnze_game_sdl-aeb93c0acd404a2e,libnze_tiled-4a4db9115cab68d3,libnze_geometry-1b58b37e72849fa3,libquick_xml-645a9e861674188b,libmemchr-233a2862461d83c1,libsdl2-e105a35bab516fb1,libsdl2_sys-07585e315188f61e,libbitflags-3333d968e5f279ee,liblazy_static-ab9a3dc8def9ba85,liblibc-97a80cf635df1cbc}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lSDL2" "-lSDL2_mixer" "-lSDL2_image" "-lSDL2_ttf" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbGRmab/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/main-54160ba6b3e5d415" "-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_image
[INFO] [stdout]           rust-lld: error: unable to find library -lSDL2_ttf
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nze_game_sdl` (example "main") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2e49d689d6bf2d1652c8f2fdae07a37fa0a4f05494b34e2b604cffcbe8bc3860", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e49d689d6bf2d1652c8f2fdae07a37fa0a4f05494b34e2b604cffcbe8bc3860", kill_on_drop: false }`
[INFO] [stdout] 2e49d689d6bf2d1652c8f2fdae07a37fa0a4f05494b34e2b604cffcbe8bc3860
