[INFO] updating cached repository https://github.com/l1h3r/butter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 964ae9639fa50c4591dcf04f10cd0034db72db9e [INFO] testing l1h3r/butter against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl1h3r%2Fbutter" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/l1h3r/butter on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/l1h3r/butter [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/l1h3r/butter [INFO] tweaked toml for git repo https://github.com/l1h3r/butter written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/l1h3r/butter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7de957a389698ccf330ec057e419549d0fdb3762bd764979039000c0cc050e3a [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" "7de957a389698ccf330ec057e419549d0fdb3762bd764979039000c0cc050e3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7de957a389698ccf330ec057e419549d0fdb3762bd764979039000c0cc050e3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7de957a389698ccf330ec057e419549d0fdb3762bd764979039000c0cc050e3a", kill_on_drop: false }` [INFO] [stdout] 7de957a389698ccf330ec057e419549d0fdb3762bd764979039000c0cc050e3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20bf0330145db94e8ec7247d7f0b3dd63129437452760cb8246a0bf18788954b [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" "20bf0330145db94e8ec7247d7f0b3dd63129437452760cb8246a0bf18788954b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling serde v1.0.84 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.14 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling base64 v0.10.0 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling syn v0.15.25 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.10 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling h2 v0.1.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling tokio v0.1.14 [INFO] [stderr] Compiling serde_json v1.0.35 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling hyper v0.12.20 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.8 [INFO] [stderr] Compiling crow v0.1.0 (https://github.com/l1h3r/crow?rev=5e7890bc5a752be9c59cf1aa058d14d3b11c1e5d#5e7890bc) [INFO] [stderr] Compiling butter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/youtube/history.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | static ref NEXT_REGEX: Regex = { Regex::new(r#"data-uix-load-more-href="([^"]+)""#).unwrap() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 01s [INFO] running `Command { std: "docker" "inspect" "20bf0330145db94e8ec7247d7f0b3dd63129437452760cb8246a0bf18788954b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20bf0330145db94e8ec7247d7f0b3dd63129437452760cb8246a0bf18788954b", kill_on_drop: false }` [INFO] [stdout] 20bf0330145db94e8ec7247d7f0b3dd63129437452760cb8246a0bf18788954b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba7acd5b4d5cc30b8d72cf53cb103d6ff0295bb882e1eceb203ff0d9c1021920 [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" "ba7acd5b4d5cc30b8d72cf53cb103d6ff0295bb882e1eceb203ff0d9c1021920", kill_on_drop: false }` [INFO] [stderr] Compiling butter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/youtube/history.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | static ref NEXT_REGEX: Regex = { Regex::new(r#"data-uix-load-more-href="([^"]+)""#).unwrap() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> src/youtube/history.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | static ref NEXT_REGEX: Regex = { Regex::new(r#"data-uix-load-more-href="([^"]+)""#).unwrap() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [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/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.gplay_stream.38cwmkau-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef" "/opt/rustwide/target/debug/examples/gplay_stream-9ff5220db80bf6ef.58ow8evpginw8soa.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-5dea9a1ed43c3db6/out" "-L" "/opt/rustwide/target/debug/build/ring-6bdd88dc5032cc0c/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbutter-6b9bab3ea9f17f05.rlib" "/opt/rustwide/target/debug/deps/libregex-85bb3a5ebdc9b89e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7dea64644607fbf3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d27e863ae0206878.rlib" "/opt/rustwide/target/debug/deps/libucd_util-95e066877cf8ab6b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-00b5195f30c5db2c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ba17a7638a0bc195.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7f738009fa159433.rlib" "/opt/rustwide/target/debug/deps/libcrow-a28ceafa8e9a4bfc.rlib" "/opt/rustwide/target/debug/deps/libreqwest-9c26fa3627c5e6dc.rlib" "/opt/rustwide/target/debug/deps/libuuid-d9e8361532ba7866.rlib" "/opt/rustwide/target/debug/deps/librand-ce6aa658db23aab8.rlib" "/opt/rustwide/target/debug/deps/librand_core-4f7b682403c60265.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-b344e64e61cd3af3.rlib" "/opt/rustwide/target/debug/deps/liburl-34df56cad80d574a.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7d671435c22c2140.rlib" "/opt/rustwide/target/debug/deps/libidna-62ab5fd591663edf.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d0b37690a3a5c528.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-81f7bca86d771a09.rlib" "/opt/rustwide/target/debug/deps/libmatches-84413336e46be589.rlib" "/opt/rustwide/target/debug/deps/libdtoa-1abf8b2f454e6f65.rlib" "/opt/rustwide/target/debug/deps/libserde_json-db7cb46267cd163d.rlib" "/opt/rustwide/target/debug/deps/libryu-c2f4e7ccd1c02ee2.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-626c83a7e7998018.rlib" "/opt/rustwide/target/debug/deps/libphf-b786d69117ad46ce.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-939fc1b6a96751f3.rlib" "/opt/rustwide/target/debug/deps/libunicase-f25fe88ca4b53d45.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-8799c3fec37a3221.rlib" "/opt/rustwide/target/debug/deps/libmime-d5b623b3152d8d21.rlib" "/opt/rustwide/target/debug/deps/libunicase-407433e6e9fcfdd5.rlib" "/opt/rustwide/target/debug/deps/liblibflate-b34c833a9c059b78.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f07cd9879728e033.rlib" "/opt/rustwide/target/debug/deps/libadler32-9ecec324d4347fdf.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-debb322d5e0d0ac7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-0188ad24ee82ca32.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-9c28753db8cc8374.rlib" "/opt/rustwide/target/debug/deps/libhyper-7ca8f2cea3e38178.rlib" "/opt/rustwide/target/debug/deps/libwant-e43879264c644e9e.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-2ea9ca8de839b0ce.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-cd33f853b7ece39e.rlib" "/opt/rustwide/target/debug/deps/libtokio-b68ecf01b3f0041f.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-fa3033f38c778511.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-b9a887eb34b80fb2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-f91164449580f62a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1e11dccbb3e0f342.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-6aac4dafce6b7963.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-22768ce7d0de8fe2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-e918f66b74201105.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-a5d112bc0e579fad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-7618fef3f0f43a23.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a476fae134780214.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9107a0bb4feb3358.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d50aefc3fd69daea.rlib" "/opt/rustwide/target/debug/deps/libvoid-9a28c3bedaac67b5.rlib" "/opt/rustwide/target/debug/deps/librand-28f1d148fa09005a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-4723e64864d92874.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4a3d7af78536c5ef.rlib" "/opt/rustwide/target/debug/deps/librand_hc-5c60ffbe504888f4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-12482c14bad2529a.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-dde47e9ff3c3b304.rlib" "/opt/rustwide/target/debug/deps/librand_os-d26804185b3c8903.rlib" "/opt/rustwide/target/debug/deps/librand_core-65d75bcdd7e224af.rlib" "/opt/rustwide/target/debug/deps/liblock_api-3e5e33c291101d06.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-6ff5a906adb5afc5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eb54dc243663d3e2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ad4c3ad3e7604ff0.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e621c85c41b94d24.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-b957e5d4a46f3a7f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-eec79557985e5eea.rlib" "/opt/rustwide/target/debug/deps/libmio-638d754cda9488fb.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57bae41b5b54971f.rlib" "/opt/rustwide/target/debug/deps/libtime-af59b7454790a47c.rlib" "/opt/rustwide/target/debug/deps/libnet2-bc08a31fc43a96d2.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b7e85ec50e70293e.rlib" "/opt/rustwide/target/debug/deps/libh2-adbccb4f86becf97.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dcc88bad7f7b1ecb.rlib" "/opt/rustwide/target/debug/deps/libstring-4d86ccdd643e4ac0.rlib" "/opt/rustwide/target/debug/deps/libslab-3a7649c6fb4d320f.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-76de84081d5edf0a.rlib" "/opt/rustwide/target/debug/deps/liblog-b341c36ace37a6eb.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-96c30796900eccd6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7f3c67e99686463c.rlib" "/opt/rustwide/target/debug/deps/libhttp-713f616a209e9def.rlib" "/opt/rustwide/target/debug/deps/libitoa-c56ff378b0141619.rlib" "/opt/rustwide/target/debug/deps/libfnv-e461bc511369ce67.rlib" "/opt/rustwide/target/debug/deps/libfutures-fc4bf40bf124f324.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-98634d07051a66fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-096bb9ff7e180e98.rlib" "/opt/rustwide/target/debug/deps/libiovec-550d2e314ce7b77c.rlib" "/opt/rustwide/target/debug/deps/libfailure-7bb9e1d3a8ed95d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e6c3b3bb6efbf701.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5325bc42587e43e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ad34ed78b2b37ae1.rlib" "/opt/rustwide/target/debug/deps/libring-303f3a0635b5faba.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-c34549f8b003ef08.rlib" "/opt/rustwide/target/debug/deps/libopenssl-451b3d76d1d1d378.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-ffc8d54eed17cb5b.rlib" "/opt/rustwide/target/debug/deps/liblibc-f0af4f7d7d49c0b8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-7fdddc6c152ac3cf.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-5f62cca6b0789145.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-bba0dd4dbfff628a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-d84be2ed0b8bbca8.rlib" "/opt/rustwide/target/debug/deps/libbase64-33f63fb73042aadb.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-be2aee989aa9b6c3.rlib" "/opt/rustwide/target/debug/deps/libserde-ba4cdb09346902e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7cc6a1620226cf0f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 `butter`. [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/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.gplay_token.9ouaplyf-cgu.8.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e" "/opt/rustwide/target/debug/examples/gplay_token-f754e17651a03c1e.3dow9w071pygyc62.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-5dea9a1ed43c3db6/out" "-L" "/opt/rustwide/target/debug/build/ring-6bdd88dc5032cc0c/out" "-L" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbutter-6b9bab3ea9f17f05.rlib" "/opt/rustwide/target/debug/deps/libregex-85bb3a5ebdc9b89e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7dea64644607fbf3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d27e863ae0206878.rlib" "/opt/rustwide/target/debug/deps/libucd_util-95e066877cf8ab6b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-00b5195f30c5db2c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ba17a7638a0bc195.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7f738009fa159433.rlib" "/opt/rustwide/target/debug/deps/libcrow-a28ceafa8e9a4bfc.rlib" "/opt/rustwide/target/debug/deps/libreqwest-9c26fa3627c5e6dc.rlib" "/opt/rustwide/target/debug/deps/libuuid-d9e8361532ba7866.rlib" "/opt/rustwide/target/debug/deps/librand-ce6aa658db23aab8.rlib" "/opt/rustwide/target/debug/deps/librand_core-4f7b682403c60265.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-b344e64e61cd3af3.rlib" "/opt/rustwide/target/debug/deps/liburl-34df56cad80d574a.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7d671435c22c2140.rlib" "/opt/rustwide/target/debug/deps/libidna-62ab5fd591663edf.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d0b37690a3a5c528.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-81f7bca86d771a09.rlib" "/opt/rustwide/target/debug/deps/libmatches-84413336e46be589.rlib" "/opt/rustwide/target/debug/deps/libdtoa-1abf8b2f454e6f65.rlib" "/opt/rustwide/target/debug/deps/libserde_json-db7cb46267cd163d.rlib" "/opt/rustwide/target/debug/deps/libryu-c2f4e7ccd1c02ee2.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-626c83a7e7998018.rlib" "/opt/rustwide/target/debug/deps/libphf-b786d69117ad46ce.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-939fc1b6a96751f3.rlib" "/opt/rustwide/target/debug/deps/libunicase-f25fe88ca4b53d45.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-8799c3fec37a3221.rlib" "/opt/rustwide/target/debug/deps/libmime-d5b623b3152d8d21.rlib" "/opt/rustwide/target/debug/deps/libunicase-407433e6e9fcfdd5.rlib" "/opt/rustwide/target/debug/deps/liblibflate-b34c833a9c059b78.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-f07cd9879728e033.rlib" "/opt/rustwide/target/debug/deps/libadler32-9ecec324d4347fdf.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-debb322d5e0d0ac7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-0188ad24ee82ca32.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-9c28753db8cc8374.rlib" "/opt/rustwide/target/debug/deps/libhyper-7ca8f2cea3e38178.rlib" "/opt/rustwide/target/debug/deps/libwant-e43879264c644e9e.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-2ea9ca8de839b0ce.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-cd33f853b7ece39e.rlib" "/opt/rustwide/target/debug/deps/libtokio-b68ecf01b3f0041f.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-fa3033f38c778511.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-b9a887eb34b80fb2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-f91164449580f62a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1e11dccbb3e0f342.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-6aac4dafce6b7963.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-22768ce7d0de8fe2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-e918f66b74201105.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-a5d112bc0e579fad.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-7618fef3f0f43a23.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a476fae134780214.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9107a0bb4feb3358.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d50aefc3fd69daea.rlib" "/opt/rustwide/target/debug/deps/libvoid-9a28c3bedaac67b5.rlib" "/opt/rustwide/target/debug/deps/librand-28f1d148fa09005a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-4723e64864d92874.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4a3d7af78536c5ef.rlib" "/opt/rustwide/target/debug/deps/librand_hc-5c60ffbe504888f4.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-12482c14bad2529a.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-dde47e9ff3c3b304.rlib" "/opt/rustwide/target/debug/deps/librand_os-d26804185b3c8903.rlib" "/opt/rustwide/target/debug/deps/librand_core-65d75bcdd7e224af.rlib" "/opt/rustwide/target/debug/deps/liblock_api-3e5e33c291101d06.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-6ff5a906adb5afc5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eb54dc243663d3e2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ad4c3ad3e7604ff0.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e621c85c41b94d24.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-b957e5d4a46f3a7f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-eec79557985e5eea.rlib" "/opt/rustwide/target/debug/deps/libmio-638d754cda9488fb.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57bae41b5b54971f.rlib" "/opt/rustwide/target/debug/deps/libtime-af59b7454790a47c.rlib" "/opt/rustwide/target/debug/deps/libnet2-bc08a31fc43a96d2.rlib" "/opt/rustwide/target/debug/deps/libhttparse-b7e85ec50e70293e.rlib" "/opt/rustwide/target/debug/deps/libh2-adbccb4f86becf97.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dcc88bad7f7b1ecb.rlib" "/opt/rustwide/target/debug/deps/libstring-4d86ccdd643e4ac0.rlib" "/opt/rustwide/target/debug/deps/libslab-3a7649c6fb4d320f.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-76de84081d5edf0a.rlib" "/opt/rustwide/target/debug/deps/liblog-b341c36ace37a6eb.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-96c30796900eccd6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7f3c67e99686463c.rlib" "/opt/rustwide/target/debug/deps/libhttp-713f616a209e9def.rlib" "/opt/rustwide/target/debug/deps/libitoa-c56ff378b0141619.rlib" "/opt/rustwide/target/debug/deps/libfnv-e461bc511369ce67.rlib" "/opt/rustwide/target/debug/deps/libfutures-fc4bf40bf124f324.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-98634d07051a66fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-096bb9ff7e180e98.rlib" "/opt/rustwide/target/debug/deps/libiovec-550d2e314ce7b77c.rlib" "/opt/rustwide/target/debug/deps/libfailure-7bb9e1d3a8ed95d7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e6c3b3bb6efbf701.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5325bc42587e43e7.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ad34ed78b2b37ae1.rlib" "/opt/rustwide/target/debug/deps/libring-303f3a0635b5faba.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-c34549f8b003ef08.rlib" "/opt/rustwide/target/debug/deps/libopenssl-451b3d76d1d1d378.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-ffc8d54eed17cb5b.rlib" "/opt/rustwide/target/debug/deps/liblibc-f0af4f7d7d49c0b8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-7fdddc6c152ac3cf.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-5f62cca6b0789145.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-bba0dd4dbfff628a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-d84be2ed0b8bbca8.rlib" "/opt/rustwide/target/debug/deps/libbase64-33f63fb73042aadb.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-be2aee989aa9b6c3.rlib" "/opt/rustwide/target/debug/deps/libserde-ba4cdb09346902e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7cc6a1620226cf0f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5989bcf78182f65e.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4d6da34bc177af8d.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-10e0d6c948699482.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2318e2415657781.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-3815b93ed84badbb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-d7999143d95238cb.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c58298a0d40df8b8.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b7de97e2ba6fb4e2.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6f71c9f654d72cce.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-95ea48ddc44a311b.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-7402cd4761aebc14.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-68f423c59dc48a40.rlib" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-54580c7798bf2225.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-95a4d456339b7385.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ba7acd5b4d5cc30b8d72cf53cb103d6ff0295bb882e1eceb203ff0d9c1021920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba7acd5b4d5cc30b8d72cf53cb103d6ff0295bb882e1eceb203ff0d9c1021920", kill_on_drop: false }` [INFO] [stdout] ba7acd5b4d5cc30b8d72cf53cb103d6ff0295bb882e1eceb203ff0d9c1021920