[INFO] cloning repository https://github.com/matthewjberger/sepia [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthewjberger/sepia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fsepia", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fsepia'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 73f73f45882bc6072e898bb2514ed368245c3ce6 [INFO] testing matthewjberger/sepia against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fsepia" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthewjberger/sepia on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matthewjberger/sepia [INFO] finished tweaking git repo https://github.com/matthewjberger/sepia [INFO] tweaked toml for git repo https://github.com/matthewjberger/sepia written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/matthewjberger/sepia already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6e1cf448ec998e6caca6c799cb09c3ce35f685c94c5e7a83f0a3cb2e8f42d92 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d6e1cf448ec998e6caca6c799cb09c3ce35f685c94c5e7a83f0a3cb2e8f42d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6e1cf448ec998e6caca6c799cb09c3ce35f685c94c5e7a83f0a3cb2e8f42d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6e1cf448ec998e6caca6c799cb09c3ce35f685c94c5e7a83f0a3cb2e8f42d92", kill_on_drop: false }` [INFO] [stdout] d6e1cf448ec998e6caca6c799cb09c3ce35f685c94c5e7a83f0a3cb2e8f42d92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b41e6ace51651c6ebc603496e950d6c61c6564bc6a5be2af84a5c20f4bb664d7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b41e6ace51651c6ebc603496e950d6c61c6564bc6a5be2af84a5c20f4bb664d7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling smallvec v0.6.11 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling atom v0.3.5 [INFO] [stderr] Compiling slotmap v0.4.0 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling shrev v1.1.1 [INFO] [stderr] Compiling tuple_utils v0.3.0 [INFO] [stderr] Compiling tobj v0.1.11 [INFO] [stderr] Compiling generational-arena v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling raw-window-handle v0.1.2 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling glfw v0.33.0 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling image v0.21.3 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling gltf-derive v0.14.0 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.17 [INFO] [stderr] Compiling shred v0.9.3 [INFO] [stderr] Compiling specs v0.15.1 [INFO] [stderr] Compiling gltf-json v0.14.0 [INFO] [stderr] Compiling gltf v0.14.0 [INFO] [stderr] Compiling ncollide3d v0.21.0 [INFO] [stderr] Compiling nalgebra-glm v0.5.0 [INFO] [stderr] Compiling nphysics3d v0.13.0 [INFO] [stderr] Compiling sepia v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 05s [INFO] running `Command { std: "docker" "inspect" "b41e6ace51651c6ebc603496e950d6c61c6564bc6a5be2af84a5c20f4bb664d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b41e6ace51651c6ebc603496e950d6c61c6564bc6a5be2af84a5c20f4bb664d7", kill_on_drop: false }` [INFO] [stdout] b41e6ace51651c6ebc603496e950d6c61c6564bc6a5be2af84a5c20f4bb664d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0683a4f5bf91a8ce874c83e47aaa7698edee2f9d2ea8b6835d368f2a33540062 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0683a4f5bf91a8ce874c83e47aaa7698edee2f9d2ea8b6835d368f2a33540062", kill_on_drop: false }` [INFO] [stderr] Compiling sepia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `mesh_info` [INFO] [stdout] --> examples/ecs.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let (delta_time, aspect_ratio, mesh_info) = data; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_mesh_info` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `delta_time` [INFO] [stdout] --> examples/ecs.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | let delta_time = delta_time.0; [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `aspect_ratio` [INFO] [stdout] --> examples/ecs.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | let aspect_ratio = aspect_ratio.0; [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_aspect_ratio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `joint_global_transform` [INFO] [stdout] --> examples/gltf.rs:145:33 [INFO] [stdout] | [INFO] [stdout] 145 | ... let joint_global_transform = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_joint_global_transform` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parent_global_transform` [INFO] [stdout] --> examples/gltf.rs:148:33 [INFO] [stdout] | [INFO] [stdout] 148 | ... let parent_global_transform = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent_global_transform` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_uniform_integer` found for struct `sepia::shaderprogram::ShaderProgram` in the current scope [INFO] [stdout] --> examples/multitexture.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | self.shader_program.set_uniform_integer("texture1", 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `set_uniform_int` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `set_uniform_integer` found for struct `sepia::shaderprogram::ShaderProgram` in the current scope [INFO] [stdout] --> examples/multitexture.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | self.shader_program.set_uniform_integer("texture2", 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `set_uniform_int` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sepia` [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] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.indexed.1c4acia2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182" "/opt/rustwide/target/debug/examples/indexed-eb6d889096e1e182.4cbx1o77exk54t1t.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/glfw-sys-7be39db4871c6410/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-eee451d0e821b1c0.rlib" "/opt/rustwide/target/debug/deps/libtobj-dc52713ad2620494.rlib" "/opt/rustwide/target/debug/deps/libimage-c1235dc5496836bc.rlib" "/opt/rustwide/target/debug/deps/libtiff-eed78ea197e2c25c.rlib" "/opt/rustwide/target/debug/deps/libpng-40e7ea6e855636d1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-c86552cef416aa0e.rlib" "/opt/rustwide/target/debug/deps/libordermap-e0c9c4f99db90740.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-4acc24784dec311d.rlib" "/opt/rustwide/target/debug/deps/libgltf-6f28ad5696b71d38.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-5da29acc69ba4fe6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbdbf428f5306f68.rlib" "/opt/rustwide/target/debug/deps/libryu-9ed5c931fe4919a5.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libserde-5e58dc32cae34ed6.rlib" "/opt/rustwide/target/debug/deps/libimage-8c7b5a08dee13efa.rlib" "/opt/rustwide/target/debug/deps/libpng-4a6dd635c9afc65d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-86731b9280e8b1af.rlib" "/opt/rustwide/target/debug/deps/librayon-c97ba20864a5bd51.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0be28585ec38727b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd970581e3015602.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libeither-ed5c769c78b55fcc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9107dd84c9ade6ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-cd85f75ebdd5ca52.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51df4176226e31b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-db8df764302d2b0b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b599c62249106dd1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f015a37e9ad7230c.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-6d4c717086eb4da8.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-51b0bd1877cd4290.rlib" "/opt/rustwide/target/debug/deps/librand_distr-2cb59121b99d5c99.rlib" "/opt/rustwide/target/debug/deps/librand-da888cc488fe1f0f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d8afb8e15a3138ab.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b52b1476b1f8cec8.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-ffe7ee9b8f5b68e5.rlib" "/opt/rustwide/target/debug/deps/librand_core-8e1fbe7f4cdb398a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-08961f347832bf6f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-690028b3f665b67e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0163d0a2f15197ad.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-ffe9e7d94e97493a.rlib" "/opt/rustwide/target/debug/deps/librawpointer-5f566245f6baa3b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f1c6b5fb954cbf2f.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3f59fe4415be4357.rlib" "/opt/rustwide/target/debug/deps/libalga-f25a47c6713d2a44.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d97401eefe1a0e2e.rlib" "/opt/rustwide/target/debug/deps/libapprox-b4f53e1474b62034.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3778d7cf3fab1799.rlib" "/opt/rustwide/target/debug/deps/libglfw-bf124bfb91ad50a9.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-cc40490dd6af4bf4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/liblibc-f4bdd5f213b183c4.rlib" "/opt/rustwide/target/debug/deps/libsemver-39369018244c8515.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-73acef8e5119efe3.rlib" "/opt/rustwide/target/debug/deps/libgl-201002511a99b05d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lX11" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.skybox.85m0xabw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea" "/opt/rustwide/target/debug/examples/skybox-3c1fad712e84f0ea.30wibf5qp16m6phk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/glfw-sys-7be39db4871c6410/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-eee451d0e821b1c0.rlib" "/opt/rustwide/target/debug/deps/libtobj-dc52713ad2620494.rlib" "/opt/rustwide/target/debug/deps/libimage-c1235dc5496836bc.rlib" "/opt/rustwide/target/debug/deps/libtiff-eed78ea197e2c25c.rlib" "/opt/rustwide/target/debug/deps/libpng-40e7ea6e855636d1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-c86552cef416aa0e.rlib" "/opt/rustwide/target/debug/deps/libordermap-e0c9c4f99db90740.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-4acc24784dec311d.rlib" "/opt/rustwide/target/debug/deps/libgltf-6f28ad5696b71d38.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-5da29acc69ba4fe6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbdbf428f5306f68.rlib" "/opt/rustwide/target/debug/deps/libryu-9ed5c931fe4919a5.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libserde-5e58dc32cae34ed6.rlib" "/opt/rustwide/target/debug/deps/libimage-8c7b5a08dee13efa.rlib" "/opt/rustwide/target/debug/deps/libpng-4a6dd635c9afc65d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-86731b9280e8b1af.rlib" "/opt/rustwide/target/debug/deps/librayon-c97ba20864a5bd51.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0be28585ec38727b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd970581e3015602.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libeither-ed5c769c78b55fcc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9107dd84c9ade6ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-cd85f75ebdd5ca52.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51df4176226e31b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-db8df764302d2b0b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b599c62249106dd1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f015a37e9ad7230c.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libglfw-bf124bfb91ad50a9.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-cc40490dd6af4bf4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libsemver-39369018244c8515.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-73acef8e5119efe3.rlib" "/opt/rustwide/target/debug/deps/libgl-201002511a99b05d.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-6d4c717086eb4da8.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-51b0bd1877cd4290.rlib" "/opt/rustwide/target/debug/deps/librand_distr-2cb59121b99d5c99.rlib" "/opt/rustwide/target/debug/deps/librand-da888cc488fe1f0f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d8afb8e15a3138ab.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b52b1476b1f8cec8.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-ffe7ee9b8f5b68e5.rlib" "/opt/rustwide/target/debug/deps/librand_core-8e1fbe7f4cdb398a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-08961f347832bf6f.rlib" "/opt/rustwide/target/debug/deps/liblibc-f4bdd5f213b183c4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-690028b3f665b67e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0163d0a2f15197ad.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-ffe9e7d94e97493a.rlib" "/opt/rustwide/target/debug/deps/librawpointer-5f566245f6baa3b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f1c6b5fb954cbf2f.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3f59fe4415be4357.rlib" "/opt/rustwide/target/debug/deps/libalga-f25a47c6713d2a44.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d97401eefe1a0e2e.rlib" "/opt/rustwide/target/debug/deps/libapprox-b4f53e1474b62034.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3778d7cf3fab1799.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lX11" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.texture.aadsgzmr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6" "/opt/rustwide/target/debug/examples/texture-3c6d0e1f287d3ca6.3efxzila65omd6de.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/glfw-sys-7be39db4871c6410/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-eee451d0e821b1c0.rlib" "/opt/rustwide/target/debug/deps/libtobj-dc52713ad2620494.rlib" "/opt/rustwide/target/debug/deps/libimage-c1235dc5496836bc.rlib" "/opt/rustwide/target/debug/deps/libtiff-eed78ea197e2c25c.rlib" "/opt/rustwide/target/debug/deps/libpng-40e7ea6e855636d1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-c86552cef416aa0e.rlib" "/opt/rustwide/target/debug/deps/libordermap-e0c9c4f99db90740.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-4acc24784dec311d.rlib" "/opt/rustwide/target/debug/deps/libgltf-6f28ad5696b71d38.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-5da29acc69ba4fe6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbdbf428f5306f68.rlib" "/opt/rustwide/target/debug/deps/libryu-9ed5c931fe4919a5.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libserde-5e58dc32cae34ed6.rlib" "/opt/rustwide/target/debug/deps/libimage-8c7b5a08dee13efa.rlib" "/opt/rustwide/target/debug/deps/libpng-4a6dd635c9afc65d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-86731b9280e8b1af.rlib" "/opt/rustwide/target/debug/deps/librayon-c97ba20864a5bd51.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0be28585ec38727b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd970581e3015602.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libeither-ed5c769c78b55fcc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9107dd84c9ade6ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-cd85f75ebdd5ca52.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51df4176226e31b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-db8df764302d2b0b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b599c62249106dd1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f015a37e9ad7230c.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-6d4c717086eb4da8.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-51b0bd1877cd4290.rlib" "/opt/rustwide/target/debug/deps/librand_distr-2cb59121b99d5c99.rlib" "/opt/rustwide/target/debug/deps/librand-da888cc488fe1f0f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d8afb8e15a3138ab.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b52b1476b1f8cec8.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-ffe7ee9b8f5b68e5.rlib" "/opt/rustwide/target/debug/deps/librand_core-8e1fbe7f4cdb398a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-08961f347832bf6f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-690028b3f665b67e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0163d0a2f15197ad.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-ffe9e7d94e97493a.rlib" "/opt/rustwide/target/debug/deps/librawpointer-5f566245f6baa3b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f1c6b5fb954cbf2f.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3f59fe4415be4357.rlib" "/opt/rustwide/target/debug/deps/libalga-f25a47c6713d2a44.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d97401eefe1a0e2e.rlib" "/opt/rustwide/target/debug/deps/libapprox-b4f53e1474b62034.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3778d7cf3fab1799.rlib" "/opt/rustwide/target/debug/deps/libglfw-bf124bfb91ad50a9.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-cc40490dd6af4bf4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/liblibc-f4bdd5f213b183c4.rlib" "/opt/rustwide/target/debug/deps/libsemver-39369018244c8515.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-73acef8e5119efe3.rlib" "/opt/rustwide/target/debug/deps/libgl-201002511a99b05d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lX11" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.framebuffer.7s7oovha-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22" "/opt/rustwide/target/debug/examples/framebuffer-b73ab7302c967f22.55dibn1prfb32nta.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/glfw-sys-7be39db4871c6410/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-eee451d0e821b1c0.rlib" "/opt/rustwide/target/debug/deps/libtobj-dc52713ad2620494.rlib" "/opt/rustwide/target/debug/deps/libimage-c1235dc5496836bc.rlib" "/opt/rustwide/target/debug/deps/libtiff-eed78ea197e2c25c.rlib" "/opt/rustwide/target/debug/deps/libpng-40e7ea6e855636d1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libgif-1502cd5519aa1391.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-c62edbc34292a4ab.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-11e74d797b60fabd.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-c86552cef416aa0e.rlib" "/opt/rustwide/target/debug/deps/libordermap-e0c9c4f99db90740.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-4acc24784dec311d.rlib" "/opt/rustwide/target/debug/deps/libgltf-6f28ad5696b71d38.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-5da29acc69ba4fe6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fbdbf428f5306f68.rlib" "/opt/rustwide/target/debug/deps/libryu-9ed5c931fe4919a5.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libserde-5e58dc32cae34ed6.rlib" "/opt/rustwide/target/debug/deps/libimage-8c7b5a08dee13efa.rlib" "/opt/rustwide/target/debug/deps/libpng-4a6dd635c9afc65d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-f272a6d8dbd955b9.rlib" "/opt/rustwide/target/debug/deps/libinflate-3207ae25d5bf6fe2.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-86731b9280e8b1af.rlib" "/opt/rustwide/target/debug/deps/librayon-c97ba20864a5bd51.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0be28585ec38727b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd970581e3015602.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libeither-ed5c769c78b55fcc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9107dd84c9ade6ec.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-cd85f75ebdd5ca52.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-51df4176226e31b2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-db8df764302d2b0b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b599c62249106dd1.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f015a37e9ad7230c.rlib" "/opt/rustwide/target/debug/deps/liblzw-63170644178dc297.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-6d4c717086eb4da8.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-51b0bd1877cd4290.rlib" "/opt/rustwide/target/debug/deps/librand_distr-2cb59121b99d5c99.rlib" "/opt/rustwide/target/debug/deps/librand-da888cc488fe1f0f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d8afb8e15a3138ab.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-b52b1476b1f8cec8.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-ffe7ee9b8f5b68e5.rlib" "/opt/rustwide/target/debug/deps/librand_core-8e1fbe7f4cdb398a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-08961f347832bf6f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-690028b3f665b67e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0163d0a2f15197ad.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-ffe9e7d94e97493a.rlib" "/opt/rustwide/target/debug/deps/librawpointer-5f566245f6baa3b8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f1c6b5fb954cbf2f.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3f59fe4415be4357.rlib" "/opt/rustwide/target/debug/deps/libalga-f25a47c6713d2a44.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d97401eefe1a0e2e.rlib" "/opt/rustwide/target/debug/deps/libapprox-b4f53e1474b62034.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3778d7cf3fab1799.rlib" "/opt/rustwide/target/debug/deps/libglfw-bf124bfb91ad50a9.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-cc40490dd6af4bf4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/liblibc-f4bdd5f213b183c4.rlib" "/opt/rustwide/target/debug/deps/libsemver-39369018244c8515.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-73acef8e5119efe3.rlib" "/opt/rustwide/target/debug/deps/libgl-201002511a99b05d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lX11" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0683a4f5bf91a8ce874c83e47aaa7698edee2f9d2ea8b6835d368f2a33540062", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0683a4f5bf91a8ce874c83e47aaa7698edee2f9d2ea8b6835d368f2a33540062", kill_on_drop: false }` [INFO] [stdout] 0683a4f5bf91a8ce874c83e47aaa7698edee2f9d2ea8b6835d368f2a33540062