[INFO] cloning repository https://github.com/rlucas585/mod1 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rlucas585/mod1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlucas585%2Fmod1", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlucas585%2Fmod1'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 79c59ed33fee1d8269800a622fea5f8413956386 [INFO] testing rlucas585/mod1 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlucas585%2Fmod1" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rlucas585/mod1 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rlucas585/mod1 [INFO] finished tweaking git repo https://github.com/rlucas585/mod1 [INFO] tweaked toml for git repo https://github.com/rlucas585/mod1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/rlucas585/mod1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28728a58ebafdfb2f0f4b3c88551d7253ccc0e59f12a9e0a91466510015c9ca9 [INFO] running `Command { std: "docker" "start" "-a" "28728a58ebafdfb2f0f4b3c88551d7253ccc0e59f12a9e0a91466510015c9ca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28728a58ebafdfb2f0f4b3c88551d7253ccc0e59f12a9e0a91466510015c9ca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28728a58ebafdfb2f0f4b3c88551d7253ccc0e59f12a9e0a91466510015c9ca9", kill_on_drop: false }` [INFO] [stdout] 28728a58ebafdfb2f0f4b3c88551d7253ccc0e59f12a9e0a91466510015c9ca9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5628335bb358b934d323893d0ba08c2d2a4ea4fca2297938ca970c31d8466a9 [INFO] running `Command { std: "docker" "start" "-a" "d5628335bb358b934d323893d0ba08c2d2a4ea4fca2297938ca970c31d8466a9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling rustc-demangle v0.1.19 [INFO] [stderr] Compiling object v0.24.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling wayland-sys v0.28.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling crossbeam-epoch v0.9.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.28.5 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glium v0.29.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling addr2line v0.15.1 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling wayland-client v0.28.5 [INFO] [stderr] Compiling wayland-protocols v0.28.5 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling wayland-commons v0.28.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling wayland-cursor v0.28.5 [INFO] [stderr] Compiling wayland-egl v0.28.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling glutin v0.26.0 [INFO] [stderr] Compiling mod1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `DrawParameters`, `IndexBuffer` [INFO] [stdout] --> src/lib.rs:8:27 [INFO] [stdout] | [INFO] [stdout] 8 | use glium::{self, glutin, DrawParameters, IndexBuffer, Program, Surface, VertexBuffer}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/lib.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 259 | / event_loop.run(move |ev, _, control_flow| { [INFO] [stdout] 260 | | let mut target = display.draw(); [INFO] [stdout] 261 | | target.clear_color_and_depth((0.0, 0.0, 0.0, 1.0), 1.0); [INFO] [stdout] 262 | | [INFO] [stdout] ... | [INFO] [stdout] 345 | | } [INFO] [stdout] 346 | | }); [INFO] [stdout] | |______- any code following this expression is unreachable [INFO] [stdout] 347 | / if let Some(err) = error { [INFO] [stdout] 348 | | return Err(&err); [INFO] [stdout] 349 | | } else { [INFO] [stdout] 350 | | return Ok(()); [INFO] [stdout] 351 | | } [INFO] [stdout] | |_____^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `error` is never read [INFO] [stdout] --> src/lib.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | error = Some(String::from("Unable to create vertex buffer")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `error` [INFO] [stdout] --> src/lib.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | error = Some(String::from("Unable to create vertex buffer")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] = help: did you mean to capture by reference instead? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.surface1.5b394505-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee.26uf8bv4vhlbwbds.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmod1-a64fa40766eb67a8.rlib" "/opt/rustwide/target/debug/deps/libglium-87453a78ee1c2a69.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-42ef0fc6069a977c.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-1619e6b1ef8f973e.rlib" "/opt/rustwide/target/debug/deps/libadler-04e4bd7392188ec3.rlib" "/opt/rustwide/target/debug/deps/libobject-804da91fb1d650ad.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-758851c7fb0dcfbd.rlib" "/opt/rustwide/target/debug/deps/libgimli-aa98cf42ec5edf0e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-12e30fdcbb9bf960.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-69b0d154ae3fe323.rlib" "/opt/rustwide/target/debug/deps/libtakeable_option-7b5ec9f7a9534fcb.rlib" "/opt/rustwide/target/debug/deps/libglutin-edb15e8decb077dc.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-c62da8ff239f4595.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-6061a42a046e659b.rlib" "/opt/rustwide/target/debug/deps/libshared_library-4ed204d403be122e.rlib" "/opt/rustwide/target/debug/deps/libwinit-b53b29e8a9d88bd7.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-7eab987cb5e4c27d.rlib" "/opt/rustwide/target/debug/deps/libmio-4892bf36e874bb6a.rlib" "/opt/rustwide/target/debug/deps/libslab-3fe28842158339e2.rlib" "/opt/rustwide/target/debug/deps/libiovec-9f593c195f8c6bad.rlib" "/opt/rustwide/target/debug/deps/libnet2-cc4a45e0e8af5567.rlib" "/opt/rustwide/target/debug/deps/liblazycell-415c7f8c579dbe87.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-c018184f1fa141b5.rlib" "/opt/rustwide/target/debug/deps/libandrew-04cea14b83bfbd74.rlib" "/opt/rustwide/target/debug/deps/libxml-e3f3259521649f69.rlib" "/opt/rustwide/target/debug/deps/libxdg-90af6629832fdd8e.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-0820dafd1e10c370.rlib" "/opt/rustwide/target/debug/deps/libsame_file-363d9c9b6ab85ccc.rlib" "/opt/rustwide/target/debug/deps/librusttype-b427c41cee83631d.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-6971824811041307.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-b27e7d2032ff806f.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-e3a6ff91e5d928d9.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-64f05fcb681abeb1.rlib" "/opt/rustwide/target/debug/deps/libxcursor-ceb59f568b29695d.rlib" "/opt/rustwide/target/debug/deps/libnom-c56f244655582b10.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ca2af6e3a9813893.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-b40d0a6ba61792b2.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-1fe1f688696d6363.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-c03763edee064b78.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-2f49685caf09edb1.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-cb3c452045bbf956.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-1c76c34bd953cf55.rlib" "/opt/rustwide/target/debug/deps/libnix-07c389b3cb922439.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-e5ba149d4f85eaac.rlib" "/opt/rustwide/target/debug/deps/libdlib-fe003a2da31eda9e.rlib" "/opt/rustwide/target/debug/deps/liblibloading-e38902d9ccefd129.rlib" "/opt/rustwide/target/debug/deps/libcalloop-03fc9c65cd0fb887.rlib" "/opt/rustwide/target/debug/deps/libnix-0fb7016d45e74583.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libdlib-ec56b4cb550dfbe8.rlib" "/opt/rustwide/target/debug/deps/liblibloading-807cfbc48390a377.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-0aae54e117b99678.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b070162f8d7c7e4c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-cb49d995b6c31dde.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2373f89db8adc0bf.rlib" "/opt/rustwide/target/debug/deps/liblock_api-28302a5e66dc2110.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libinstant-935e74d8392426ec.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-4ddf7a9d6d6883e8.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-2aca9ee96f6dfaae.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6e70788db31d9cea.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-7b7a92179df6a53b.rlib" "/opt/rustwide/target/debug/deps/liblog-01281b64fe0b6ea0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ecabaf78506b7a4668d42dc20268c086b93f0fad/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/surface1-4d3a5320790a6dee" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mod1` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d5628335bb358b934d323893d0ba08c2d2a4ea4fca2297938ca970c31d8466a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5628335bb358b934d323893d0ba08c2d2a4ea4fca2297938ca970c31d8466a9", kill_on_drop: false }` [INFO] [stdout] d5628335bb358b934d323893d0ba08c2d2a4ea4fca2297938ca970c31d8466a9