[INFO] cloning repository https://github.com/7sDream/remda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/7sDream/remda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7sDream%2Fremda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7sDream%2Fremda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a80e94528ddd70443b7faadf0853e9e8d59c71c6 [INFO] testing 7sDream/remda against try#46592174fb13958bb9a2aa0d7af6c1224e1d7143 for pr-83796 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7sDream%2Fremda" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/7sDream/remda on toolchain 46592174fb13958bb9a2aa0d7af6c1224e1d7143 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+46592174fb13958bb9a2aa0d7af6c1224e1d7143" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/7sDream/remda [INFO] finished tweaking git repo https://github.com/7sDream/remda [INFO] tweaked toml for git repo https://github.com/7sDream/remda written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/7sDream/remda already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+46592174fb13958bb9a2aa0d7af6c1224e1d7143" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+46592174fb13958bb9a2aa0d7af6c1224e1d7143" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93078e79a50313ad750e93974edf4e83672b540a43dd568cf23f9f60fe0a136a [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" "93078e79a50313ad750e93974edf4e83672b540a43dd568cf23f9f60fe0a136a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93078e79a50313ad750e93974edf4e83672b540a43dd568cf23f9f60fe0a136a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93078e79a50313ad750e93974edf4e83672b540a43dd568cf23f9f60fe0a136a", kill_on_drop: false }` [INFO] [stdout] 93078e79a50313ad750e93974edf4e83672b540a43dd568cf23f9f60fe0a136a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+46592174fb13958bb9a2aa0d7af6c1224e1d7143" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9744e53163fe1d81d3d20b5da1aab39cb520dd73c3684619909aa19d61bcfb96 [INFO] running `Command { std: "docker" "start" "-a" "9744e53163fe1d81d3d20b5da1aab39cb520dd73c3684619909aa19d61bcfb96", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling remda v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.10s [INFO] running `Command { std: "docker" "inspect" "9744e53163fe1d81d3d20b5da1aab39cb520dd73c3684619909aa19d61bcfb96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9744e53163fe1d81d3d20b5da1aab39cb520dd73c3684619909aa19d61bcfb96", kill_on_drop: false }` [INFO] [stdout] 9744e53163fe1d81d3d20b5da1aab39cb520dd73c3684619909aa19d61bcfb96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+46592174fb13958bb9a2aa0d7af6c1224e1d7143" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1b9890ca3503ee97ba59460ca739443e4178be2ad9f8348f5d64a0c0401f1ff [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" "e1b9890ca3503ee97ba59460ca739443e4178be2ad9f8348f5d64a0c0401f1ff", kill_on_drop: false }` [INFO] [stderr] Compiling remda v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `remda` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name rtnw_4_3 --edition=2018 examples/rtnw_4_3.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fdf464459c3752af -C extra-filename=-fdf464459c3752af --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-684fc7190930843a.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-c4ccaea9c97d2e00.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-30733ee2136dfb20.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-60158ca7676c2fc7.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-a6071d594bf01b0b.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-dc520f277b5821a6.rlib --extern remda=/opt/rustwide/target/debug/deps/libremda-2b8fc23be18c4197.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.rtow_6_7.anpxmh0d-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a" "/opt/rustwide/target/debug/examples/rtow_6_7-0f8285495983b73a.2spn2f34u8dntr29.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-684fc7190930843a.rlib" "/opt/rustwide/target/debug/deps/libatty-968b45277a2f4c7f.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-facf7d196d2bb8d6.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a7e02b0fa7ec3c14.rlib" "/opt/rustwide/target/debug/deps/libregex-cd6fc213190bfe14.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d188bc744d2baa07.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fb6c07b70b3161e4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ad99b36d87dad5ef.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e220204c3e6e1397.rlib" "/opt/rustwide/target/debug/deps/libremda-2b8fc23be18c4197.rlib" "/opt/rustwide/target/debug/deps/libimage-c4ccaea9c97d2e00.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-2138bb7dcea0ce25.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9e4d3897266ab4a4.rlib" "/opt/rustwide/target/debug/deps/libpng-c95f04fedb221be4.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-747159425c25e63c.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-0a0778a82fba464d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-73b7c21b7ec48808.rlib" "/opt/rustwide/target/debug/deps/libadler32-4f658ed19281c650.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fec8e9ae1a67719f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d0c33897f27756d5.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-637cb4367318d50c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ba252fd40dc3b57a.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-01aa3df31f39cc3c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-32a6be8594994fb2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5d97b75af4a741a4.rlib" "/opt/rustwide/target/debug/deps/librand-a6071d594bf01b0b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-11a6b01622fc4a28.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-004417b0d118bdf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-4c49ba7f120f4693.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d1749494073f8774.rlib" "/opt/rustwide/target/debug/deps/librayon-dc520f277b5821a6.rlib" "/opt/rustwide/target/debug/deps/librayon_core-74a1a2895770495f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-60158ca7676c2fc7.rlib" "/opt/rustwide/target/debug/deps/liblibc-ee79a3655b0c060f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e7d06312d43f7f00.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a550483e56e7fff0.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-161236e42d2ffe73.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e88ee3fdd4df8593.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-7255688310d4be38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b8b809d71b9a1fd5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libeither-a82658b22977cc2a.rlib" "/opt/rustwide/target/debug/deps/liblog-30733ee2136dfb20.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c6dddd3d354e6bea.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c2ca47afdcc5e309.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b47be2942017e108.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-20a1e49116ab0df9.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-25e09d9868291683.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9c99fb6e5ca5159e.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-85040d7563599960.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0e4f7587da8acf20.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7be0a6711ed15b5c.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-00672fabc4ff9c9d.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-72fe231ef0473d15.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-019d54ecc304b655.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-cc7d9343e4f608be.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9849bb0fbad7f0f5.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8b33f9cbbc9652fe.rlib" "-Wl,-Bdynamic" "-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 status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.rtnw_8_2.7qn4ns65-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a" "/opt/rustwide/target/debug/examples/rtnw_8_2-d308bc16456adc2a.2yghjtmhlvbtqe3p.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-684fc7190930843a.rlib" "/opt/rustwide/target/debug/deps/libatty-968b45277a2f4c7f.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-facf7d196d2bb8d6.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a7e02b0fa7ec3c14.rlib" "/opt/rustwide/target/debug/deps/libregex-cd6fc213190bfe14.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d188bc744d2baa07.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fb6c07b70b3161e4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ad99b36d87dad5ef.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e220204c3e6e1397.rlib" "/opt/rustwide/target/debug/deps/libremda-2b8fc23be18c4197.rlib" "/opt/rustwide/target/debug/deps/libimage-c4ccaea9c97d2e00.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-2138bb7dcea0ce25.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-9e4d3897266ab4a4.rlib" "/opt/rustwide/target/debug/deps/libpng-c95f04fedb221be4.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-747159425c25e63c.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-0a0778a82fba464d.rlib" "/opt/rustwide/target/debug/deps/libdeflate-73b7c21b7ec48808.rlib" "/opt/rustwide/target/debug/deps/libadler32-4f658ed19281c650.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fec8e9ae1a67719f.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d0c33897f27756d5.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-637cb4367318d50c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ba252fd40dc3b57a.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-01aa3df31f39cc3c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-32a6be8594994fb2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5d97b75af4a741a4.rlib" "/opt/rustwide/target/debug/deps/librand-a6071d594bf01b0b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-11a6b01622fc4a28.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-004417b0d118bdf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-4c49ba7f120f4693.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d1749494073f8774.rlib" "/opt/rustwide/target/debug/deps/librayon-dc520f277b5821a6.rlib" "/opt/rustwide/target/debug/deps/librayon_core-74a1a2895770495f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-60158ca7676c2fc7.rlib" "/opt/rustwide/target/debug/deps/liblibc-ee79a3655b0c060f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e7d06312d43f7f00.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a550483e56e7fff0.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-161236e42d2ffe73.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e88ee3fdd4df8593.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-7255688310d4be38.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b8b809d71b9a1fd5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libeither-a82658b22977cc2a.rlib" "/opt/rustwide/target/debug/deps/liblog-30733ee2136dfb20.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ae14c9fb41bfd017.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c6dddd3d354e6bea.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c2ca47afdcc5e309.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b47be2942017e108.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-20a1e49116ab0df9.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-25e09d9868291683.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9c99fb6e5ca5159e.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-85040d7563599960.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0e4f7587da8acf20.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7be0a6711ed15b5c.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-00672fabc4ff9c9d.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-72fe231ef0473d15.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-019d54ecc304b655.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-cc7d9343e4f608be.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9849bb0fbad7f0f5.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/46592174fb13958bb9a2aa0d7af6c1224e1d7143/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-8b33f9cbbc9652fe.rlib" "-Wl,-Bdynamic" "-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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e1b9890ca3503ee97ba59460ca739443e4178be2ad9f8348f5d64a0c0401f1ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1b9890ca3503ee97ba59460ca739443e4178be2ad9f8348f5d64a0c0401f1ff", kill_on_drop: false }` [INFO] [stdout] e1b9890ca3503ee97ba59460ca739443e4178be2ad9f8348f5d64a0c0401f1ff