[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 beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fsepia" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthewjberger/sepia on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "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-5/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" "+beta-2021-01-01" "fetch" "--locked" "--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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4a987dbf830417c699b0a6f578e48c59dac2bc460096ab78984505a53f8e5a3 [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" "b4a987dbf830417c699b0a6f578e48c59dac2bc460096ab78984505a53f8e5a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4a987dbf830417c699b0a6f578e48c59dac2bc460096ab78984505a53f8e5a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4a987dbf830417c699b0a6f578e48c59dac2bc460096ab78984505a53f8e5a3", kill_on_drop: false }` [INFO] [stdout] b4a987dbf830417c699b0a6f578e48c59dac2bc460096ab78984505a53f8e5a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e230bbaf0dcbb42ece5a69c358b126552c4fac506bcc03156ce5485917e21191 [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" "e230bbaf0dcbb42ece5a69c358b126552c4fac506bcc03156ce5485917e21191", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling smallvec v0.6.11 [INFO] [stderr] Compiling slotmap v0.4.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-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling raw-window-handle v0.1.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling specs-derive v0.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling png v0.15.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling tiff v0.3.1 [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 image v0.22.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 const-random-macro v0.1.6 [INFO] [stderr] Compiling const-random v0.1.6 [INFO] [stderr] Compiling ahash v0.2.17 [INFO] [stderr] Compiling hashbrown v0.6.3 [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 2m 38s [INFO] running `Command { std: "docker" "inspect" "e230bbaf0dcbb42ece5a69c358b126552c4fac506bcc03156ce5485917e21191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e230bbaf0dcbb42ece5a69c358b126552c4fac506bcc03156ce5485917e21191", kill_on_drop: false }` [INFO] [stdout] e230bbaf0dcbb42ece5a69c358b126552c4fac506bcc03156ce5485917e21191 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65e4c612c3f109e1a6807450e02e5aac0e2510f439065b5ef95e807cf0073de2 [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" "65e4c612c3f109e1a6807450e02e5aac0e2510f439065b5ef95e807cf0073de2", kill_on_drop: false }` [INFO] [stderr] Compiling sepia v0.1.0 (/opt/rustwide/workdir) [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] 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] 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/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.framebuffer.87sk5whf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e" "/opt/rustwide/target/debug/examples/framebuffer-02c4dd21e9e2a34e.2kxao3bdtbg4i49n.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-33230b145be7d911/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-10e78318a77cc371.rlib" "/opt/rustwide/target/debug/deps/libtobj-ab01e335173d18d0.rlib" "/opt/rustwide/target/debug/deps/libimage-9dbbb6df8c533853.rlib" "/opt/rustwide/target/debug/deps/libtiff-f1140e7f8339de07.rlib" "/opt/rustwide/target/debug/deps/libpng-0e0785510f2c9878.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-89f2658d174b1bc2.rlib" "/opt/rustwide/target/debug/deps/libgif-f7c93d7459047ceb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b19d35710137eee7.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-6eaaf14cfe82ad8a.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-b7c0800d27abcda5.rlib" "/opt/rustwide/target/debug/deps/libordermap-168deb01d6600c33.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-b6f6451ab0788a96.rlib" "/opt/rustwide/target/debug/deps/libgltf-e5a5ee64f54fd166.rlib" "/opt/rustwide/target/debug/deps/libbase64-093ee72f541a713a.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-1d192815f4cd5b31.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3e2199a58c4d4ce3.rlib" "/opt/rustwide/target/debug/deps/libryu-077067919e66c087.rlib" "/opt/rustwide/target/debug/deps/libitoa-4ac6ea31b1524e45.rlib" "/opt/rustwide/target/debug/deps/libserde-b661812a774a40fe.rlib" "/opt/rustwide/target/debug/deps/libimage-5dc77452302d305c.rlib" "/opt/rustwide/target/debug/deps/libpng-a9b9dd3c8beb894e.rlib" "/opt/rustwide/target/debug/deps/libdeflate-d3a7a6df83f7ac0f.rlib" "/opt/rustwide/target/debug/deps/libinflate-a17f9604531f0e8d.rlib" "/opt/rustwide/target/debug/deps/libadler32-60b54ba173bbd5a4.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-4c152060739f3790.rlib" "/opt/rustwide/target/debug/deps/librayon-55b561cd3d46398b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0f11cc4426879e34.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8919fead9d38f4be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ec3107f03ea2f3ee.rlib" "/opt/rustwide/target/debug/deps/libeither-343e62c819d881c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9216a52f6792a3d5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c0bb9d89402aec7e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f521f275bc11d81e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-7a89d9f851c98821.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2a3e5563c3d7c7b8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f2be10d8c096b2f4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ca5a8703dd151d1a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9407e5e14c97f307.rlib" "/opt/rustwide/target/debug/deps/liblzw-a648ab049733c09d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d9d0103afea89763.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-3ee2f24748f4aff2.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-7fd0a5c0f69d6da2.rlib" "/opt/rustwide/target/debug/deps/librand_distr-19ac0693b2b70b06.rlib" "/opt/rustwide/target/debug/deps/librand-d2bb81d6b966f481.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ba1bf2bc8bba195d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-28c4f6ca7d991334.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c5c97510187b0809.rlib" "/opt/rustwide/target/debug/deps/librand_core-3965e63bfbe5ed32.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2f8ed7ebf98a9a26.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9faecba34ccdcc87.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a838121f662b458d.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-77363e3c1619e89e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8de13b16576c455a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e86f74a581bf247a.rlib" "/opt/rustwide/target/debug/deps/libtypenum-68c480f546c8ee8f.rlib" "/opt/rustwide/target/debug/deps/libalga-d25f3aeb02187541.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f78197014f5c7ade.rlib" "/opt/rustwide/target/debug/deps/libapprox-0b353b51129079e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-20cb6a14022fa5de.rlib" "/opt/rustwide/target/debug/deps/libglfw-e8a88a07489b4af3.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-6c6ef1ef220fdff7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/liblog-b8afdaab1dba77fa.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7fde795bc221bd2c.rlib" "/opt/rustwide/target/debug/deps/libsemver-bb450cbd562a1133.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-bb70944049e860e8.rlib" "/opt/rustwide/target/debug/deps/libgl-c1927ba87606ae90.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.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/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.indexed.blluxot1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41" "/opt/rustwide/target/debug/examples/indexed-eaa43a802da2ec41.1cxo3wa07rz89vv5.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-33230b145be7d911/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-10e78318a77cc371.rlib" "/opt/rustwide/target/debug/deps/libtobj-ab01e335173d18d0.rlib" "/opt/rustwide/target/debug/deps/libimage-9dbbb6df8c533853.rlib" "/opt/rustwide/target/debug/deps/libtiff-f1140e7f8339de07.rlib" "/opt/rustwide/target/debug/deps/libpng-0e0785510f2c9878.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-89f2658d174b1bc2.rlib" "/opt/rustwide/target/debug/deps/libgif-f7c93d7459047ceb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b19d35710137eee7.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-6eaaf14cfe82ad8a.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-b7c0800d27abcda5.rlib" "/opt/rustwide/target/debug/deps/libordermap-168deb01d6600c33.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-b6f6451ab0788a96.rlib" "/opt/rustwide/target/debug/deps/libgltf-e5a5ee64f54fd166.rlib" "/opt/rustwide/target/debug/deps/libbase64-093ee72f541a713a.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-1d192815f4cd5b31.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3e2199a58c4d4ce3.rlib" "/opt/rustwide/target/debug/deps/libryu-077067919e66c087.rlib" "/opt/rustwide/target/debug/deps/libitoa-4ac6ea31b1524e45.rlib" "/opt/rustwide/target/debug/deps/libserde-b661812a774a40fe.rlib" "/opt/rustwide/target/debug/deps/libimage-5dc77452302d305c.rlib" "/opt/rustwide/target/debug/deps/libpng-a9b9dd3c8beb894e.rlib" "/opt/rustwide/target/debug/deps/libdeflate-d3a7a6df83f7ac0f.rlib" "/opt/rustwide/target/debug/deps/libinflate-a17f9604531f0e8d.rlib" "/opt/rustwide/target/debug/deps/libadler32-60b54ba173bbd5a4.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-4c152060739f3790.rlib" "/opt/rustwide/target/debug/deps/librayon-55b561cd3d46398b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0f11cc4426879e34.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8919fead9d38f4be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ec3107f03ea2f3ee.rlib" "/opt/rustwide/target/debug/deps/libeither-343e62c819d881c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9216a52f6792a3d5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c0bb9d89402aec7e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f521f275bc11d81e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-7a89d9f851c98821.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2a3e5563c3d7c7b8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f2be10d8c096b2f4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ca5a8703dd151d1a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9407e5e14c97f307.rlib" "/opt/rustwide/target/debug/deps/liblzw-a648ab049733c09d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d9d0103afea89763.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-3ee2f24748f4aff2.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-7fd0a5c0f69d6da2.rlib" "/opt/rustwide/target/debug/deps/librand_distr-19ac0693b2b70b06.rlib" "/opt/rustwide/target/debug/deps/librand-d2bb81d6b966f481.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ba1bf2bc8bba195d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-28c4f6ca7d991334.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c5c97510187b0809.rlib" "/opt/rustwide/target/debug/deps/librand_core-3965e63bfbe5ed32.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2f8ed7ebf98a9a26.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9faecba34ccdcc87.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a838121f662b458d.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-77363e3c1619e89e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8de13b16576c455a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e86f74a581bf247a.rlib" "/opt/rustwide/target/debug/deps/libtypenum-68c480f546c8ee8f.rlib" "/opt/rustwide/target/debug/deps/libalga-d25f3aeb02187541.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f78197014f5c7ade.rlib" "/opt/rustwide/target/debug/deps/libapprox-0b353b51129079e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-20cb6a14022fa5de.rlib" "/opt/rustwide/target/debug/deps/libglfw-e8a88a07489b4af3.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-6c6ef1ef220fdff7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/liblog-b8afdaab1dba77fa.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7fde795bc221bd2c.rlib" "/opt/rustwide/target/debug/deps/libsemver-bb450cbd562a1133.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-bb70944049e860e8.rlib" "/opt/rustwide/target/debug/deps/libgl-c1927ba87606ae90.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.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/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.model.6j2gew7o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88" "/opt/rustwide/target/debug/examples/model-72cb31de0f762c88.4cr8pd8znhcmsjg4.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-33230b145be7d911/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-10e78318a77cc371.rlib" "/opt/rustwide/target/debug/deps/libtobj-ab01e335173d18d0.rlib" "/opt/rustwide/target/debug/deps/libimage-9dbbb6df8c533853.rlib" "/opt/rustwide/target/debug/deps/libtiff-f1140e7f8339de07.rlib" "/opt/rustwide/target/debug/deps/libpng-0e0785510f2c9878.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-89f2658d174b1bc2.rlib" "/opt/rustwide/target/debug/deps/libgif-f7c93d7459047ceb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b19d35710137eee7.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-6eaaf14cfe82ad8a.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-b7c0800d27abcda5.rlib" "/opt/rustwide/target/debug/deps/libordermap-168deb01d6600c33.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-b6f6451ab0788a96.rlib" "/opt/rustwide/target/debug/deps/libgltf-e5a5ee64f54fd166.rlib" "/opt/rustwide/target/debug/deps/libbase64-093ee72f541a713a.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-1d192815f4cd5b31.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3e2199a58c4d4ce3.rlib" "/opt/rustwide/target/debug/deps/libryu-077067919e66c087.rlib" "/opt/rustwide/target/debug/deps/libitoa-4ac6ea31b1524e45.rlib" "/opt/rustwide/target/debug/deps/libserde-b661812a774a40fe.rlib" "/opt/rustwide/target/debug/deps/libimage-5dc77452302d305c.rlib" "/opt/rustwide/target/debug/deps/libpng-a9b9dd3c8beb894e.rlib" "/opt/rustwide/target/debug/deps/libdeflate-d3a7a6df83f7ac0f.rlib" "/opt/rustwide/target/debug/deps/libinflate-a17f9604531f0e8d.rlib" "/opt/rustwide/target/debug/deps/libadler32-60b54ba173bbd5a4.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-4c152060739f3790.rlib" "/opt/rustwide/target/debug/deps/librayon-55b561cd3d46398b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0f11cc4426879e34.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8919fead9d38f4be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ec3107f03ea2f3ee.rlib" "/opt/rustwide/target/debug/deps/libeither-343e62c819d881c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9216a52f6792a3d5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c0bb9d89402aec7e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f521f275bc11d81e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-7a89d9f851c98821.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2a3e5563c3d7c7b8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f2be10d8c096b2f4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ca5a8703dd151d1a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9407e5e14c97f307.rlib" "/opt/rustwide/target/debug/deps/liblzw-a648ab049733c09d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d9d0103afea89763.rlib" "/opt/rustwide/target/debug/deps/libglfw-e8a88a07489b4af3.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-6c6ef1ef220fdff7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/liblog-b8afdaab1dba77fa.rlib" "/opt/rustwide/target/debug/deps/libsemver-bb450cbd562a1133.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-bb70944049e860e8.rlib" "/opt/rustwide/target/debug/deps/libgl-c1927ba87606ae90.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-3ee2f24748f4aff2.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-7fd0a5c0f69d6da2.rlib" "/opt/rustwide/target/debug/deps/libalga-d25f3aeb02187541.rlib" "/opt/rustwide/target/debug/deps/librand_distr-19ac0693b2b70b06.rlib" "/opt/rustwide/target/debug/deps/librand-d2bb81d6b966f481.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ba1bf2bc8bba195d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-28c4f6ca7d991334.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c5c97510187b0809.rlib" "/opt/rustwide/target/debug/deps/librand_core-3965e63bfbe5ed32.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2f8ed7ebf98a9a26.rlib" "/opt/rustwide/target/debug/deps/liblibc-7fde795bc221bd2c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9faecba34ccdcc87.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a838121f662b458d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f78197014f5c7ade.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-77363e3c1619e89e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8de13b16576c455a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e86f74a581bf247a.rlib" "/opt/rustwide/target/debug/deps/libtypenum-68c480f546c8ee8f.rlib" "/opt/rustwide/target/debug/deps/libapprox-0b353b51129079e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-20cb6a14022fa5de.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.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/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.texture.2m7syb4f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f" "/opt/rustwide/target/debug/examples/texture-5f7d1e1ae7b2ae4f.1rzqw7ra2dilhtui.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-33230b145be7d911/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsepia-10e78318a77cc371.rlib" "/opt/rustwide/target/debug/deps/libtobj-ab01e335173d18d0.rlib" "/opt/rustwide/target/debug/deps/libimage-9dbbb6df8c533853.rlib" "/opt/rustwide/target/debug/deps/libtiff-f1140e7f8339de07.rlib" "/opt/rustwide/target/debug/deps/libpng-0e0785510f2c9878.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-89f2658d174b1bc2.rlib" "/opt/rustwide/target/debug/deps/libgif-f7c93d7459047ceb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b19d35710137eee7.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-6eaaf14cfe82ad8a.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-b7c0800d27abcda5.rlib" "/opt/rustwide/target/debug/deps/libordermap-168deb01d6600c33.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-b6f6451ab0788a96.rlib" "/opt/rustwide/target/debug/deps/libgltf-e5a5ee64f54fd166.rlib" "/opt/rustwide/target/debug/deps/libbase64-093ee72f541a713a.rlib" "/opt/rustwide/target/debug/deps/libgltf_json-1d192815f4cd5b31.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3e2199a58c4d4ce3.rlib" "/opt/rustwide/target/debug/deps/libryu-077067919e66c087.rlib" "/opt/rustwide/target/debug/deps/libitoa-4ac6ea31b1524e45.rlib" "/opt/rustwide/target/debug/deps/libserde-b661812a774a40fe.rlib" "/opt/rustwide/target/debug/deps/libimage-5dc77452302d305c.rlib" "/opt/rustwide/target/debug/deps/libpng-a9b9dd3c8beb894e.rlib" "/opt/rustwide/target/debug/deps/libdeflate-d3a7a6df83f7ac0f.rlib" "/opt/rustwide/target/debug/deps/libinflate-a17f9604531f0e8d.rlib" "/opt/rustwide/target/debug/deps/libadler32-60b54ba173bbd5a4.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-4c152060739f3790.rlib" "/opt/rustwide/target/debug/deps/librayon-55b561cd3d46398b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-0f11cc4426879e34.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8919fead9d38f4be.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-ec3107f03ea2f3ee.rlib" "/opt/rustwide/target/debug/deps/libeither-343e62c819d881c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9216a52f6792a3d5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-c0bb9d89402aec7e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f521f275bc11d81e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-7a89d9f851c98821.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2a3e5563c3d7c7b8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-f2be10d8c096b2f4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-ca5a8703dd151d1a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-9407e5e14c97f307.rlib" "/opt/rustwide/target/debug/deps/liblzw-a648ab049733c09d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-d9d0103afea89763.rlib" "/opt/rustwide/target/debug/deps/libnalgebra_glm-3ee2f24748f4aff2.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-7fd0a5c0f69d6da2.rlib" "/opt/rustwide/target/debug/deps/librand_distr-19ac0693b2b70b06.rlib" "/opt/rustwide/target/debug/deps/librand-d2bb81d6b966f481.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ba1bf2bc8bba195d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-28c4f6ca7d991334.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-c5c97510187b0809.rlib" "/opt/rustwide/target/debug/deps/librand_core-3965e63bfbe5ed32.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2f8ed7ebf98a9a26.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9faecba34ccdcc87.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a838121f662b458d.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-77363e3c1619e89e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8de13b16576c455a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e86f74a581bf247a.rlib" "/opt/rustwide/target/debug/deps/libtypenum-68c480f546c8ee8f.rlib" "/opt/rustwide/target/debug/deps/libalga-d25f3aeb02187541.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f78197014f5c7ade.rlib" "/opt/rustwide/target/debug/deps/libapprox-0b353b51129079e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-20cb6a14022fa5de.rlib" "/opt/rustwide/target/debug/deps/libglfw-e8a88a07489b4af3.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-6c6ef1ef220fdff7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/liblog-b8afdaab1dba77fa.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7fde795bc221bd2c.rlib" "/opt/rustwide/target/debug/deps/libsemver-bb450cbd562a1133.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-bb70944049e860e8.rlib" "/opt/rustwide/target/debug/deps/libgl-c1927ba87606ae90.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "65e4c612c3f109e1a6807450e02e5aac0e2510f439065b5ef95e807cf0073de2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65e4c612c3f109e1a6807450e02e5aac0e2510f439065b5ef95e807cf0073de2", kill_on_drop: false }` [INFO] [stdout] 65e4c612c3f109e1a6807450e02e5aac0e2510f439065b5ef95e807cf0073de2