[INFO] fetching crate scoundrel 0.9.1...
[INFO] testing scoundrel-0.9.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate scoundrel 0.9.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate scoundrel 0.9.1
[INFO] finished tweaking crates.io crate scoundrel 0.9.1
[INFO] tweaked toml for crates.io crate scoundrel 0.9.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate scoundrel 0.9.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 202 packages to latest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v2.0.1)
[INFO] [stderr]       Adding fastrand v1.9.0 (available: v2.3.0)
[INFO] [stderr]       Adding gilrs v0.8.2 (available: v0.11.0)
[INFO] [stderr]       Adding glfw v0.44.0 (available: v0.60.0)
[INFO] [stderr]       Adding image v0.23.14 (available: v0.25.8)
[INFO] [stderr]       Adding multimap v0.8.3 (available: v0.10.1)
[INFO] [stderr]       Adding nalgebra-glm v0.16.0 (available: v0.20.0)
[INFO] [stderr]       Adding notify v4.0.18 (available: v8.2.0)
[INFO] [stderr]       Adding petgraph v0.6.5 (available: v0.8.3)
[INFO] [stderr]       Adding priority-queue v1.4.0 (available: v2.7.0)
[INFO] [stderr]       Adding ron v0.7.1 (available: v0.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 942a2a35fdd8314d23275ef0ce99be6725d2a9f5f3e995afc45384bd435b907d
[INFO] running `Command { std: "docker" "start" "-a" "942a2a35fdd8314d23275ef0ce99be6725d2a9f5f3e995afc45384bd435b907d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "942a2a35fdd8314d23275ef0ce99be6725d2a9f5f3e995afc45384bd435b907d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "942a2a35fdd8314d23275ef0ce99be6725d2a9f5f3e995afc45384bd435b907d", kill_on_drop: false }`
[INFO] [stdout] 942a2a35fdd8314d23275ef0ce99be6725d2a9f5f3e995afc45384bd435b907d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51933f6b57e3b2ffcc539f10e2f0a1d024f9feccb2af52be82a428cc7d051ab8
[INFO] running `Command { std: "docker" "start" "-a" "51933f6b57e3b2ffcc539f10e2f0a1d024f9feccb2af52be82a428cc7d051ab8", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling gl_loader v0.1.2
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling simba v0.7.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling priority-queue v1.4.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling same-file v0.1.3
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling walkdir v1.0.7
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling bincode v0.8.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling atomicwrites v0.3.1
[INFO] [stderr]    Compiling memmap v0.5.2
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling page_size v0.4.2
[INFO] [stderr]    Compiling robust v0.2.3
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling gilrs-core v0.3.2
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling gilrs v0.8.2
[INFO] [stderr]    Compiling delaunator v1.0.2
[INFO] [stderr]    Compiling filearco v0.1.0
[INFO] [stderr]    Compiling notify v4.0.18
[INFO] [stderr]    Compiling caves v0.2.1
[INFO] [stderr]    Compiling glfw v0.44.0
[INFO] [stderr]    Compiling scoundrel-macro v0.4.0
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bitmaps v3.2.1
[INFO] [stderr]    Compiling bresenham v0.1.1
[INFO] [stderr]    Compiling sparseset v1.0.1
[INFO] [stderr]    Compiling nalgebra v0.30.1
[INFO] [stderr]    Compiling nalgebra-glm v0.16.0
[INFO] [stderr]    Compiling scoundrel v0.9.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `destroy::*`
[INFO] [stdout]   --> src/core/world/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub use destroy::*;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `petgraph::*`
[INFO] [stdout]  --> src/map/graph_internals/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use petgraph::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/core/engine.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |     let mut live_sync = &mut engine_state.live_sync_state;
[INFO] [stdout]     |         ----^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]   --> src/core/world/unique.rs:32:22
[INFO] [stdout]    |
[INFO] [stdout] 32 |             for e in world.components.get(&tid).unwrap().first() {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]    |
[INFO] [stdout] 32 -             for e in world.components.get(&tid).unwrap().first() {
[INFO] [stdout] 32 +             while let Some(e) = world.components.get(&tid).unwrap().first() {
[INFO] [stdout]    |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]    |
[INFO] [stdout] 32 -             for e in world.components.get(&tid).unwrap().first() {
[INFO] [stdout] 32 +             if let Some(e) = world.components.get(&tid).unwrap().first() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]   --> src/core/world/unique.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |             for index in indexed_entities.first_index() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]    |
[INFO] [stdout] 63 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 63 +             while let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]    |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]    |
[INFO] [stdout] 63 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 63 +             if let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]   --> src/core/world/unique.rs:98:26
[INFO] [stdout]    |
[INFO] [stdout] 98 |             for index in indexed_entities.first_index() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]    |
[INFO] [stdout] 98 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 98 +             while let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]    |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]    |
[INFO] [stdout] 98 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 98 +             if let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/core/world/unique.rs:138:26
[INFO] [stdout]     |
[INFO] [stdout] 138 |             for index in indexed_entities.first_index() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 138 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 138 +             while let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 138 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 138 +             if let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/core/world/unique.rs:181:26
[INFO] [stdout]     |
[INFO] [stdout] 181 |             for index in indexed_entities.first_index() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 181 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 181 +             while let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 181 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 181 +             if let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over an `Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/core/world/unique.rs:228:26
[INFO] [stdout]     |
[INFO] [stdout] 228 |             for index in indexed_entities.first_index() {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 228 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 228 +             while let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 228 -             for index in indexed_entities.first_index() {
[INFO] [stdout] 228 +             if let Some(index) = indexed_entities.first_index() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcylnNAe/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcylnNAe/symbols.o" "<16 object files omitted>" "/tmp/rustcylnNAe/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdelaunator-8424ddf778a1a96a,librobust-d0f4641b5d6a2c9d,libgl_loader-072aec06fc110562,libbincode-d95a74cbc2328c69,libfastrand-273731efb4a6b13e,libbresenham-91dbb8f0fda5c554,libpetgraph-ba534a019bf6c586,libindexmap-7a2a7805215d2d03,libequivalent-6a754676e6af62ae,libhashbrown-ac2229ec4aecf871,libfixedbitset-9fb76a17080ec2ce,libimage-1e62d7962d80d7fe,libpng-7908c3c44be4f4aa,libminiz_oxide-0e349b524b90f291,libcrc32fast-64953afe177070d4,libdeflate-ce3c5039aea3a798,libadler32-b015fcfcf4d4fee0,libnum_iter-6d222b8f0ab40655,libscoped_threadpool-e27898fb7395e1ec,libnum_rational-de29768f0c200051,libgif-72749c83ed0c7b79,libcolor_quant-72accfe2cafd1a2d,libtiff-53bd4bd48894d9f4,libweezl-8839e92a31bc764d,libminiz_oxide-5956f5de32d9f6b1,libadler-8a8ce72c9fb247b6,libjpeg_decoder-dd1fbdc90948d691,librayon-bb752ca2b087c507,librayon_core-20ae9278df136b21,libcrossbeam_deque-ea3ff61555084ad8,libcrossbeam_epoch-aa86d5e6e408d661,libcrossbeam_utils-ca54231108c39f35,libeither-40b894c145b6eae5,libnalgebra_glm-a258ad1869dd1927,libnalgebra-9a15bd9e433f693e,libmatrixmultiply-f18338f0c0665352,librawpointer-10d892ea69c462d6,libnum_rational-4dd705671c22b4dc,libnum_integer-a2884bdcc76a33e2,libtypenum-f2b179c8a326fef2,libsimba-81d83f3e087529dd,libwide-f4f14bcdf84bc479,libsafe_arch-6daf462d30da3f39,libbytemuck-e484028acf41162a,libnum_complex-7698448d35c439f3,libapprox-0242b56a06f560a4,libgl-79939267a55036b8,libsparseset-aaf560e2424202af,libbitmaps-1ad8db0a5e7fec43,libfilearco-f7478d99763e75c5,libwalkdir-72c299e09f9b07e0,libsame_file-e06fdcf2e4c11ba4,libpage_size-324115ad8575c3f8,libmemmap-3530d2b8dbf162e5,libcrc-2bd30effa3de36a5,libbincode-3eac632182d89188,libnum_traits-823aad596cfbcd72,libnum_traits-c445de6622136476,libbyteorder-8f59b6d1bfdaa844,libcaves-3f8c39599ce67411,libatomicwrites-f44506645237b2b6,libtempfile-e89f1296c2a7ef45,libgetrandom-6d628bda713caf89,libfastrand-751bcde24b8aa073,libonce_cell-fc0e43b082e4fdfb,librustix-72f15d4efb9e54c2,libbitflags-317a5afac3dccb6f,liblinux_raw_sys-7c0af75954695899,libthiserror-acc8e363bd2451cd,libanyhow-eb07bcfe9a52a357,libron-f334bdeb2d9c1623,libbase64-42295ac2e0e134a3,libmultimap-d1fc8a069a8bd145,libglfw-b8ce3d1bcea2a10d,libraw_window_handle-6399e1d91bf21053,libcty-bf0a8fc628231ea7,libnotify-b49058dbb4620161,libwalkdir-125f7182d57317af,libsame_file-ff49545450c0b63c,libinotify-44cd7a597e5e8f03,libinotify_sys-2e4aa2ec10348f74,libmio_extras-74f66e1a713bd166,liblazycell-24027d197569389e,libmio-17ae847febfb0442,libslab-5629529544b2a983,libiovec-22d7147d8812b58a,libnet2-1cd77d65e8acd8a8,libcfg_if-5debf92116708c19,libfiletime-989552fee4132c8e,liblazy_static-3674be3f4245d19b,libgilrs-acb0a78a500cc095,libfnv-79e2cbfbe03dcd16,libgilrs_core-ec8b32656ccf673b,liblibudev_sys-0bb53cc786dfc7db,libnix-d893bc82a7d15eda,libbitflags-dde12b0d7d495b50,libmemoffset-80604c284bac7a11,libcfg_if-ae1e883b62e8dab7,libvec_map-75126d96f8392bf4,libuuid-95fe2a579812d7fa,liblibc-cd8205e596b312c2,liblog-40ebd7d040175aeb,libserde-e7cc8d2b1d34997b,libserde_core-b6917df4d3e6d1df}.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" "-lglfw" "-lX11" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcylnNAe/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" "/opt/rustwide/target/debug/build/gl_loader-10533a55cf541658/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libscoundrel.so" "-shared" "-Wl,-soname=libscoundrel.so" "-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 -lglfw
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scoundrel` (lib) due to 1 previous error; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "51933f6b57e3b2ffcc539f10e2f0a1d024f9feccb2af52be82a428cc7d051ab8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51933f6b57e3b2ffcc539f10e2f0a1d024f9feccb2af52be82a428cc7d051ab8", kill_on_drop: false }`
[INFO] [stdout] 51933f6b57e3b2ffcc539f10e2f0a1d024f9feccb2af52be82a428cc7d051ab8
