[INFO] cloning repository https://github.com/tlinford/raytracer-challenge-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tlinford/raytracer-challenge-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlinford%2Fraytracer-challenge-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlinford%2Fraytracer-challenge-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e5b0eebebb741097e1c92d045c9159f5639cdc6 [INFO] testing tlinford/raytracer-challenge-rs against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlinford%2Fraytracer-challenge-rs" "/workspace/builds/worker-56/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-56/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tlinford/raytracer-challenge-rs on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tlinford/raytracer-challenge-rs [INFO] finished tweaking git repo https://github.com/tlinford/raytracer-challenge-rs [INFO] tweaked toml for git repo https://github.com/tlinford/raytracer-challenge-rs written to /workspace/builds/worker-56/source/Cargo.toml [INFO] crate git repo https://github.com/tlinford/raytracer-challenge-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossbeam-epoch v0.9.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf65c6a02e47a0c74c419427e04f1f2e066768d83ae89fe2d475dd7a6ca16e98 [INFO] running `Command { std: "docker" "start" "-a" "cf65c6a02e47a0c74c419427e04f1f2e066768d83ae89fe2d475dd7a6ca16e98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf65c6a02e47a0c74c419427e04f1f2e066768d83ae89fe2d475dd7a6ca16e98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf65c6a02e47a0c74c419427e04f1f2e066768d83ae89fe2d475dd7a6ca16e98", kill_on_drop: false }` [INFO] [stdout] cf65c6a02e47a0c74c419427e04f1f2e066768d83ae89fe2d475dd7a6ca16e98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5363fe00249e33ad8db0534eb26404fcdd9ef69e67909baef23f7811ed07a1ad [INFO] running `Command { std: "docker" "start" "-a" "5363fe00249e33ad8db0534eb26404fcdd9ef69e67909baef23f7811ed07a1ad", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling weezl v0.1.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.2 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling crossbeam-epoch v0.9.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling image v0.23.13 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir/raytracer) [INFO] [stderr] Compiling scene-parser v0.1.0 (/opt/rustwide/workdir/scene-parser) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.render_scene.acf63efb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3.2qgc13p2e4lxo0cz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libscene_parser-900072d4aed0ad7c.rlib" "/opt/rustwide/target/debug/deps/libthiserror-b034bc35ae21e736.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-fc2ac5b964651b53.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-652c6f4943ddd406.rlib" "/opt/rustwide/target/debug/deps/libraytracer-7eb7e85ba7f61dc0.rlib" "/opt/rustwide/target/debug/deps/libimage-078f082162e42bd3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9e869ebfa6148f8c.rlib" "/opt/rustwide/target/debug/deps/libpng-5847116bfce4bad7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-50d90a3eed5b80d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-e95baee0ab125333.rlib" "/opt/rustwide/target/debug/deps/libdeflate-b85cf690caf1a2f3.rlib" "/opt/rustwide/target/debug/deps/libadler32-9bdfd7616d6d3b7a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6823342ed0b53e69.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-90db2d7ec66c28e3.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c57d9e88dc719163.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0e07131684c59aba.rlib" "/opt/rustwide/target/debug/deps/libgif-8eefdcb3f562eab9.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-14c0b55f0355112a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c7f7ea2a37f576c7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d7143d17b8cdd9b.rlib" "/opt/rustwide/target/debug/deps/libtiff-94f23d34431bcc1f.rlib" "/opt/rustwide/target/debug/deps/libweezl-99a1d970054448d3.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a52eacf895d4776.rlib" "/opt/rustwide/target/debug/deps/libadler-fa5dc5005530a354.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-7f65f462b1fe2115.rlib" "/opt/rustwide/target/debug/deps/librayon-bbe5d0316e0bb33e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e6b06ae7c436e740.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-cbbe2212119aaf09.rlib" "/opt/rustwide/target/debug/deps/liblibc-deb5f9745118925d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7d64a60ad1aac241.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-16a14f8b9706bc90.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f6972f3a88deed98.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9f9d6b0969e8eb6e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-de2c41f73fe526bc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libeither-d092b3e3a60a447e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libanyhow-b9c9ba3210894b18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/render_scene-fd48c8ed2a10aad3" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `scene-parser` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.first_scene.f9d2735f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878.25pyy5q1997udgbc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libraytracer-7eb7e85ba7f61dc0.rlib" "/opt/rustwide/target/debug/deps/libimage-078f082162e42bd3.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9e869ebfa6148f8c.rlib" "/opt/rustwide/target/debug/deps/libpng-5847116bfce4bad7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-50d90a3eed5b80d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-e95baee0ab125333.rlib" "/opt/rustwide/target/debug/deps/libdeflate-b85cf690caf1a2f3.rlib" "/opt/rustwide/target/debug/deps/libadler32-9bdfd7616d6d3b7a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-6823342ed0b53e69.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-90db2d7ec66c28e3.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c57d9e88dc719163.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0e07131684c59aba.rlib" "/opt/rustwide/target/debug/deps/libgif-8eefdcb3f562eab9.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-14c0b55f0355112a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c7f7ea2a37f576c7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d7143d17b8cdd9b.rlib" "/opt/rustwide/target/debug/deps/libtiff-94f23d34431bcc1f.rlib" "/opt/rustwide/target/debug/deps/libweezl-99a1d970054448d3.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a52eacf895d4776.rlib" "/opt/rustwide/target/debug/deps/libadler-fa5dc5005530a354.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-7f65f462b1fe2115.rlib" "/opt/rustwide/target/debug/deps/librayon-bbe5d0316e0bb33e.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e6b06ae7c436e740.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-cbbe2212119aaf09.rlib" "/opt/rustwide/target/debug/deps/liblibc-deb5f9745118925d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7d64a60ad1aac241.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-16a14f8b9706bc90.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f6972f3a88deed98.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-9f9d6b0969e8eb6e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-de2c41f73fe526bc.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libeither-d092b3e3a60a447e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-b9c9ba3210894b18.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/first_scene-a2b79cd0dee20878" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5363fe00249e33ad8db0534eb26404fcdd9ef69e67909baef23f7811ed07a1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5363fe00249e33ad8db0534eb26404fcdd9ef69e67909baef23f7811ed07a1ad", kill_on_drop: false }` [INFO] [stdout] 5363fe00249e33ad8db0534eb26404fcdd9ef69e67909baef23f7811ed07a1ad