[INFO] updating cached repository https://github.com/dmweis/IronLSS [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] bd1c5c7e3b99c3ff1fc811e57a8f5be92f894fec [INFO] testing dmweis/IronLSS against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmweis%2FIronLSS" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dmweis/IronLSS on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dmweis/IronLSS [INFO] finished tweaking git repo https://github.com/dmweis/IronLSS [INFO] tweaked toml for git repo https://github.com/dmweis/IronLSS written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66a09e4e28ac6cca7a96d8da1324e3f746a5e2c4143371dcd5e449df71d21601 [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" "66a09e4e28ac6cca7a96d8da1324e3f746a5e2c4143371dcd5e449df71d21601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66a09e4e28ac6cca7a96d8da1324e3f746a5e2c4143371dcd5e449df71d21601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a09e4e28ac6cca7a96d8da1324e3f746a5e2c4143371dcd5e449df71d21601", kill_on_drop: false }` [INFO] [stdout] 66a09e4e28ac6cca7a96d8da1324e3f746a5e2c4143371dcd5e449df71d21601 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e9d7aaa82df2a7a5d882f49eb47416c2987115cc431ff8104ffc4c3d6d6f28f [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" "2e9d7aaa82df2a7a5d882f49eb47416c2987115cc431ff8104ffc4c3d6d6f28f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling serialport v3.3.0 [INFO] [stderr] Compiling mio-serial v3.3.1 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-serial v4.3.3 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling lss_driver v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "2e9d7aaa82df2a7a5d882f49eb47416c2987115cc431ff8104ffc4c3d6d6f28f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e9d7aaa82df2a7a5d882f49eb47416c2987115cc431ff8104ffc4c3d6d6f28f", kill_on_drop: false }` [INFO] [stdout] 2e9d7aaa82df2a7a5d882f49eb47416c2987115cc431ff8104ffc4c3d6d6f28f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc7406be9961e90d93432d59f5a4969f3b74e4c252fc66d765a5382ed82ba108 [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" "fc7406be9961e90d93432d59f5a4969f3b74e4c252fc66d765a5382ed82ba108", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling fastrand v1.3.4 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling event-listener v2.3.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling os_str_bytes v2.3.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling futures-lite v0.1.10 [INFO] [stderr] Compiling ctrlc v3.1.6 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling async-channel v1.4.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling blocking v0.4.7 [INFO] [stderr] Compiling smol v0.1.18 [INFO] [stderr] Compiling async-std v1.6.2 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling clap v3.0.0-beta.1 [INFO] [stderr] Compiling lss_driver v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `lss_driver`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lss_driver --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=68527ad72f7531eb -C extra-filename=-68527ad72f7531eb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-dd9fe422f573b8dc.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3580540d2801c2a2.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c6b4106777e084f0.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a91f64ef26fd6837.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-2e067c6fd60f6780.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-5ebaa2d41f94b16c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-80650bca0e08d6a6.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-74e7836cebf379a4.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-b455c4116b4fdd6c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [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-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.read_all.97it2279-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7" "/opt/rustwide/target/debug/examples/read_all-8d60b05a33bfd6b7.58drulzvjpqlj5nk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblss_driver-aa02205bb3558b84.rlib" "/opt/rustwide/target/debug/deps/libtokio_serial-74e7836cebf379a4.rlib" "/opt/rustwide/target/debug/deps/libmio_serial-88fad19aa8f30ac5.rlib" "/opt/rustwide/target/debug/deps/libnix-655c6283987ed287.rlib" "/opt/rustwide/target/debug/deps/libserialport-50020a4ec7b7dad1.rlib" "/opt/rustwide/target/debug/deps/libnix-6503d2e8d711d9dc.rlib" "/opt/rustwide/target/debug/deps/libvoid-2b8404f9072f9abf.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-b455c4116b4fdd6c.rlib" "/opt/rustwide/target/debug/deps/libtokio-80650bca0e08d6a6.rlib" "/opt/rustwide/target/debug/deps/libmio-dedb0f58125d696c.rlib" "/opt/rustwide/target/debug/deps/libiovec-950df97575e6b066.rlib" "/opt/rustwide/target/debug/deps/libnet2-3d57743eae96abd8.rlib" "/opt/rustwide/target/debug/deps/libfutures-5ebaa2d41f94b16c.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-5791f6158ce654c2.rlib" "/opt/rustwide/target/debug/deps/libbytes-c6b4106777e084f0.rlib" "/opt/rustwide/target/debug/deps/libclap-a91f64ef26fd6837.rlib" "/opt/rustwide/target/debug/deps/libstrsim-fc71d5cfcac1145e.rlib" "/opt/rustwide/target/debug/deps/libatty-3386161909d94587.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-8ae0f8936ac22737.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-5143a25e61d9bfa5.rlib" "/opt/rustwide/target/debug/deps/libvec_map-7100684f869cd5d4.rlib" "/opt/rustwide/target/debug/deps/libos_str_bytes-8f9b756bca97e526.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dfd203ca83628277.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-3326e3fd8d4d5f59.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-205a394572a8e7c4.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libasync_std-dd9fe422f573b8dc.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9a2192a18b3841a1.rlib" "/opt/rustwide/target/debug/deps/libsmol-45849dfb67931734.rlib" "/opt/rustwide/target/debug/deps/libasync_task-86bf1a8f97023559.rlib" "/opt/rustwide/target/debug/deps/libblocking-f7336e8f87736a3c.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-a96b21f5e932e8d2.rlib" "/opt/rustwide/target/debug/deps/libfastrand-885016a5942970a7.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-a3bf6c098268ac69.rlib" "/opt/rustwide/target/debug/deps/libparking-9b630557f1f277b2.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-340aa7d7e0319241.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-52733637aa441266.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-03a534e9aeb22c97.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-35862613972434ea.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-43b91a68d9553678.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-f4efd4a6bb8b4f4a.rlib" "/opt/rustwide/target/debug/deps/libsocket2-c737be8620e75ca6.rlib" "/opt/rustwide/target/debug/deps/liblibc-778dbd2e2e93c08c.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-4e1815b605349819.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-58339308263095b3.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-f7c6ec719eac40f1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2d73fef748885aa2.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-73997e62ca70c136.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-eaa27b672c379396.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-380fa5185422dcd6.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-cde5d1c7c468dd48.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-9b1125350f00b04f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-53345e30bb44cd86.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-3847b1d963e5b5d3.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-957218d385ff3362.rlib" "/opt/rustwide/target/debug/deps/liblog-058b72c6280d5d05.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-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: build failed [INFO] running `Command { std: "docker" "inspect" "fc7406be9961e90d93432d59f5a4969f3b74e4c252fc66d765a5382ed82ba108", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc7406be9961e90d93432d59f5a4969f3b74e4c252fc66d765a5382ed82ba108", kill_on_drop: false }` [INFO] [stdout] fc7406be9961e90d93432d59f5a4969f3b74e4c252fc66d765a5382ed82ba108