[INFO] fetching crate simple 0.3.0...
[INFO] testing simple-0.3.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate simple 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate simple 0.3.0
[INFO] finished tweaking crates.io crate simple 0.3.0
[INFO] tweaked toml for crates.io crate simple 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple 0.3.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 35 packages to latest compatible versions
[INFO] [stderr]       Adding libc v0.1.12 (available: v0.2.176)
[INFO] [stderr]       Adding num v0.1.43 (available: v0.4.3)
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] [stderr]       Adding sdl2 v0.32.2 (available: v0.38.0)
[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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num-complex v0.1.44
[INFO] [stderr]   Downloaded rustc-serialize v0.3.25
[INFO] [stderr]   Downloaded num v0.1.43
[INFO] [stderr]   Downloaded num-rational v0.1.43
[INFO] [stderr]   Downloaded libc v0.1.12
[INFO] [stderr]   Downloaded num-bigint v0.1.45
[INFO] [stderr]   Downloaded sdl2-sys v0.32.6
[INFO] [stderr]   Downloaded sdl2 v0.32.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 238c193d5b2587dd9f3b81d64f3198247c26178caa835ee4c67ff2f49407bec1
[INFO] running `Command { std: "docker" "start" "-a" "238c193d5b2587dd9f3b81d64f3198247c26178caa835ee4c67ff2f49407bec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "238c193d5b2587dd9f3b81d64f3198247c26178caa835ee4c67ff2f49407bec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "238c193d5b2587dd9f3b81d64f3198247c26178caa835ee4c67ff2f49407bec1", kill_on_drop: false }`
[INFO] [stdout] 238c193d5b2587dd9f3b81d64f3198247c26178caa835ee4c67ff2f49407bec1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 052f1e2c44ea42aa34f7491d183a4a08b0ba5fa8493d75c2e28afe86a211b942
[INFO] running `Command { std: "docker" "start" "-a" "052f1e2c44ea42aa34f7491d183a4a08b0ba5fa8493d75c2e28afe86a211b942", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.1.45
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling num-rational v0.1.43
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-complex v0.1.44
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]    Compiling libc v0.1.12
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num v0.1.43
[INFO] [stderr]    Compiling simple v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/window.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout]     |                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout] 130 +                     Some(e) => self.event_queue.push(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:360:27
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let mut texture = try!(self.canvas.texture_creator().load_texture(&filename));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:464:38
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let surf: surface::Surface = try!(LoadSurface::from_file(filename));
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:473:38
[INFO] [stdout]     |
[INFO] [stdout] 473 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
[INFO] running `Command { std: "docker" "inspect" "052f1e2c44ea42aa34f7491d183a4a08b0ba5fa8493d75c2e28afe86a211b942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "052f1e2c44ea42aa34f7491d183a4a08b0ba5fa8493d75c2e28afe86a211b942", kill_on_drop: false }`
[INFO] [stdout] 052f1e2c44ea42aa34f7491d183a4a08b0ba5fa8493d75c2e28afe86a211b942
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8f9ad7e5e31585758a2e05389bc9cb187780e15088c78f003f295425cffe6247
[INFO] running `Command { std: "docker" "start" "-a" "8f9ad7e5e31585758a2e05389bc9cb187780e15088c78f003f295425cffe6247", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/window.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout]     |                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout] 130 +                     Some(e) => self.event_queue.push(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:360:27
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let mut texture = try!(self.canvas.texture_creator().load_texture(&filename));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:464:38
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let surf: surface::Surface = try!(LoadSurface::from_file(filename));
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling simple v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:473:38
[INFO] [stdout]     |
[INFO] [stdout] 473 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/window.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout]     |                                ^                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -                     Some(e) => (self.event_queue.push(e)),
[INFO] [stdout] 130 +                     Some(e) => self.event_queue.push(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:360:27
[INFO] [stdout]     |
[INFO] [stdout] 360 |         let mut texture = try!(self.canvas.texture_creator().load_texture(&filename));
[INFO] [stdout]     |                           ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:373:21
[INFO] [stdout]     |
[INFO] [stdout] 373 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:374:38
[INFO] [stdout]     |
[INFO] [stdout] 374 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:464:38
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let surf: surface::Surface = try!(LoadSurface::from_file(filename));
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |         let rwops = try!(rwops::RWops::from_bytes(data));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/window.rs:473:38
[INFO] [stdout]     |
[INFO] [stdout] 473 |         let surf: surface::Surface = try!(rwops.load());
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc5U0UVt/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsimple-6e001e29414d588b,libsdl2-507489f3b0dc184f,librand-41e86b02ca526fc2,librand_xorshift-bdfeb1f13fe66ad3,librand_pcg-219da47edb930d0f,librand_hc-bca6ceb4a65f4f01,librand_chacha-9ad74731f1acdd4d,librand_isaac-7b7bf0e189563a2f,librand_core-639e65e8e61b3943,librand_os-c0880a64377a6ca1,librand_jitter-141cbf76b5f44531,librand_core-d759212d3bfb220c,libsdl2_sys-25e652561a0ea45e,libbitflags-3333d968e5f279ee,liblazy_static-509a3481d98abb23,libnum-fdcffa927276abea,libnum_rational-cb8c028bf94e8021,libnum_bigint-f1e6465110d1ed9a,libnum_complex-2a49d37f9db80138,librustc_serialize-40fb0baf1d3948a0,libnum_iter-b18480171d2137e8,libnum_integer-95eea5a26612a333,libnum_traits-36efdd6ce6cdce08,librand-34d147be52d65fda,librand-410f36cc874a65b3,liblibc-08aef465eb552f81}.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_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc5U0UVt/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/font-25227f6e762945e8" "-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_image
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simple` (example "font") 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/rustcTsanuP/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsimple-6e001e29414d588b,libsdl2-507489f3b0dc184f,librand-41e86b02ca526fc2,librand_xorshift-bdfeb1f13fe66ad3,librand_pcg-219da47edb930d0f,librand_hc-bca6ceb4a65f4f01,librand_chacha-9ad74731f1acdd4d,librand_isaac-7b7bf0e189563a2f,librand_core-639e65e8e61b3943,librand_os-c0880a64377a6ca1,librand_jitter-141cbf76b5f44531,librand_core-d759212d3bfb220c,libsdl2_sys-25e652561a0ea45e,libbitflags-3333d968e5f279ee,liblazy_static-509a3481d98abb23,libnum-fdcffa927276abea,libnum_rational-cb8c028bf94e8021,libnum_bigint-f1e6465110d1ed9a,libnum_complex-2a49d37f9db80138,librustc_serialize-40fb0baf1d3948a0,libnum_iter-b18480171d2137e8,libnum_integer-95eea5a26612a333,libnum_traits-36efdd6ce6cdce08,librand-34d147be52d65fda,librand-410f36cc874a65b3,liblibc-08aef465eb552f81}.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_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcTsanuP/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/city-22c1c13d7f198b40" "-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_image
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simple` (example "city") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc3QfG4u/symbols.o" "<3 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/{libsdl2-507489f3b0dc184f,librand-41e86b02ca526fc2,librand_xorshift-bdfeb1f13fe66ad3,librand_pcg-219da47edb930d0f,librand_hc-bca6ceb4a65f4f01,librand_chacha-9ad74731f1acdd4d,librand_isaac-7b7bf0e189563a2f,librand_core-639e65e8e61b3943,librand_os-c0880a64377a6ca1,librand_jitter-141cbf76b5f44531,librand_core-d759212d3bfb220c,libsdl2_sys-25e652561a0ea45e,libbitflags-3333d968e5f279ee,liblazy_static-509a3481d98abb23,libnum-fdcffa927276abea,libnum_rational-cb8c028bf94e8021,libnum_bigint-f1e6465110d1ed9a,libnum_complex-2a49d37f9db80138,librustc_serialize-40fb0baf1d3948a0,libnum_iter-b18480171d2137e8,libnum_integer-95eea5a26612a333,libnum_traits-36efdd6ce6cdce08,librand-34d147be52d65fda,librand-410f36cc874a65b3,liblibc-08aef465eb552f81}.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_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc3QfG4u/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/simple-53e0ac6d354c3f04" "-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_image
[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/rustcFJ5bCu/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsimple-6e001e29414d588b,libsdl2-507489f3b0dc184f,librand-41e86b02ca526fc2,librand_xorshift-bdfeb1f13fe66ad3,librand_pcg-219da47edb930d0f,librand_hc-bca6ceb4a65f4f01,librand_chacha-9ad74731f1acdd4d,librand_isaac-7b7bf0e189563a2f,librand_core-639e65e8e61b3943,librand_os-c0880a64377a6ca1,librand_jitter-141cbf76b5f44531,librand_core-d759212d3bfb220c,libsdl2_sys-25e652561a0ea45e,libbitflags-3333d968e5f279ee,liblazy_static-509a3481d98abb23,libnum-fdcffa927276abea,libnum_rational-cb8c028bf94e8021,libnum_bigint-f1e6465110d1ed9a,libnum_complex-2a49d37f9db80138,librustc_serialize-40fb0baf1d3948a0,libnum_iter-b18480171d2137e8,libnum_integer-95eea5a26612a333,libnum_traits-36efdd6ce6cdce08,librand-34d147be52d65fda,librand-410f36cc874a65b3,liblibc-08aef465eb552f81}.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_image" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcFJ5bCu/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/squares-31d6fd81cae141fa" "-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_image
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simple` (lib test) due to 1 previous error; 7 warnings emitted
[INFO] [stderr] error: could not compile `simple` (example "squares") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "8f9ad7e5e31585758a2e05389bc9cb187780e15088c78f003f295425cffe6247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f9ad7e5e31585758a2e05389bc9cb187780e15088c78f003f295425cffe6247", kill_on_drop: false }`
[INFO] [stdout] 8f9ad7e5e31585758a2e05389bc9cb187780e15088c78f003f295425cffe6247
