[INFO] cloning repository https://github.com/jaysonsantos/cli-utils-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaysonsantos/cli-utils-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaysonsantos%2Fcli-utils-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaysonsantos%2Fcli-utils-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b0f973926b7a99971bb218862a7eb44de362d89 [INFO] testing jaysonsantos/cli-utils-rs against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaysonsantos%2Fcli-utils-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaysonsantos/cli-utils-rs on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jaysonsantos/cli-utils-rs [INFO] finished tweaking git repo https://github.com/jaysonsantos/cli-utils-rs [INFO] tweaked toml for git repo https://github.com/jaysonsantos/cli-utils-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jaysonsantos/cli-utils-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 447990cd153ebff5a1efe04fd71d6ebe4d80f639b795487b5182a3b30c3e43a1 [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" "447990cd153ebff5a1efe04fd71d6ebe4d80f639b795487b5182a3b30c3e43a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "447990cd153ebff5a1efe04fd71d6ebe4d80f639b795487b5182a3b30c3e43a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "447990cd153ebff5a1efe04fd71d6ebe4d80f639b795487b5182a3b30c3e43a1", kill_on_drop: false }` [INFO] [stdout] 447990cd153ebff5a1efe04fd71d6ebe4d80f639b795487b5182a3b30c3e43a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c01c69796fa6bf6f0f3b1feb24c5a602e8c7a50de1459214f6fccbe9c0dc4e1 [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" "3c01c69796fa6bf6f0f3b1feb24c5a602e8c7a50de1459214f6fccbe9c0dc4e1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling eyre v0.6.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling indenter v0.3.0 [INFO] [stderr] Compiling bitstring v0.1.1 [INFO] [stderr] Compiling memmem v0.1.1 [INFO] [stderr] Compiling owo-colors v1.1.3 [INFO] [stderr] Compiling human_format v1.0.3 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling snailquote v0.2.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rusoto_core v0.45.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling envfile v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.13 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Compiling libgit2-sys v0.12.14+1.1.0 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling env_logger v0.8.1 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling git2 v0.13.12 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Compiling tokio-macros v0.3.0 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling tokio v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling structopt v0.3.20 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling color-spantrace v0.1.4 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling color-eyre v0.5.6 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling tokio-compat-02 v0.1.0 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling cidr v0.1.1 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling wirefilter-engine v0.6.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling rusoto_credential v0.45.0 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling rusoto_signature v0.45.0 [INFO] [stderr] Compiling rusoto_s3 v0.45.0 [INFO] [stderr] Compiling rusoto_ssm v0.45.0 [INFO] [stderr] Compiling jaysons-cli-utils v0.2.1 (/opt/rustwide/workdir) [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.aws_ssm_env_importer.es3l4qpp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2" "/opt/rustwide/target/debug/deps/aws_ssm_env_importer-67280be71dee3df2.5nkkv6utcplir9r.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-319bba067739e941/out/build" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-83887e5b227b331e/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtokio-ea3c407607eea7a0.rlib" "/opt/rustwide/target/debug/deps/libstructopt-5097001eab99533a.rlib" "/opt/rustwide/target/debug/deps/libclap-395d871cf3b49fa6.rlib" "/opt/rustwide/target/debug/deps/libvec_map-97b2d50686bf36e9.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c6e5ad5dd55bdd8b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6a2548713a451fe0.rlib" "/opt/rustwide/target/debug/deps/libstrsim-8b805b0832095d99.rlib" "/opt/rustwide/target/debug/deps/libatty-70dc1eed0e10b401.rlib" "/opt/rustwide/target/debug/deps/librusoto_ssm-fff859a4d143eb99.rlib" "/opt/rustwide/target/debug/deps/librusoto_core-87567fc06a9e240c.rlib" "/opt/rustwide/target/debug/deps/libxml-ce7636c4719d8f84.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-79c232c3cb45e5c6.rlib" "/opt/rustwide/target/debug/deps/librusoto_signature-61794f8045634839.rlib" "/opt/rustwide/target/debug/deps/libtime-0c1ce8c74393d700.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-9ba14e1a4bb8c706.rlib" "/opt/rustwide/target/debug/deps/libstandback-55cf3dfc99cd4ea0.rlib" "/opt/rustwide/target/debug/deps/libsha2-5e514113d7f74b4e.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-bef27313aeb3cb1d.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-85fbb66a36e2bede.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f96db7b33eff4f75.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libmd5-234a109854bb73ac.rlib" "/opt/rustwide/target/debug/deps/libhmac-2bc917400bc7a09e.rlib" "/opt/rustwide/target/debug/deps/libdigest-049cf40499e48d09.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-a23604a634d42167.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e7dd94ced4d3a608.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libhex-8a54554534812d95.rlib" "/opt/rustwide/target/debug/deps/libbase64-f3ec148fd12597ac.rlib" "/opt/rustwide/target/debug/deps/librusoto_credential-1414e491d799b99c.rlib" "/opt/rustwide/target/debug/deps/libshlex-736047b827070f08.rlib" "/opt/rustwide/target/debug/deps/libserde_json-324fb4c475d49add.rlib" "/opt/rustwide/target/debug/deps/libryu-37b6e9a22bb2209d.rlib" "/opt/rustwide/target/debug/deps/libzeroize-d0d2e9faccaf4b1f.rlib" "/opt/rustwide/target/debug/deps/libfutures-ee19eaa826f875d7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-9c2ecc6919271e0e.rlib" "/opt/rustwide/target/debug/deps/libregex-a6cac87353047206.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-203b7ab1130a7d41.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7c1188042998c85e.rlib" "/opt/rustwide/target/debug/deps/libdirs-16c8ff7a71ffdd4e.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-8f6cbba811edfa57.rlib" "/opt/rustwide/target/debug/deps/libchrono-351e9818734a68fc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e6f7443656cdd952.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3963c16c6742d127.rlib" "/opt/rustwide/target/debug/deps/libtime-ab1af41d372e556c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-218744ad4b001f85.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-3bf74de040fceb56.rlib" "/opt/rustwide/target/debug/deps/libhyper-b0668cc3fef2e338.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libwant-04442a8c46ebd360.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b8196e235d856c93.rlib" "/opt/rustwide/target/debug/deps/libh2-f3ae32e423af8e70.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a792060a0eb5b8ec.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libserde-3f50034bd920a39d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-ca8bfc18370faf2e.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-cda24dc028db698e.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a8769ac3b652f11e.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f22dd29b73135e87.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-2cb9e7b782f84145.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-5e38e2fec961e48b.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-cd96790c1dea6f14.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-9baf6cfe50845cc6.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-084e50c21049a518.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-dbfdfdebfefb75aa.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-931ecade30c6a64f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libtokio-6c11c975d12fa920.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ca7f58ad557b6b64.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-88970f2bad9a1cc6.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-424b500b07f767a9.rlib" "/opt/rustwide/target/debug/deps/libmio-ee914936409e05ae.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libiovec-e236bf8f451e9555.rlib" "/opt/rustwide/target/debug/deps/libnet2-db648b03ed6804f9.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rlib" "/opt/rustwide/target/debug/deps/libpin_project-74cd025ded770b5d.rlib" "/opt/rustwide/target/debug/deps/libhttp-62abdda2dfd21777.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e73d811797b95b6.rlib" "/opt/rustwide/target/debug/deps/libbytes-8f475ca97d0bfeee.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-52aeeded14b33be7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-0807aab40c872817.rlib" "/opt/rustwide/target/debug/deps/libopenssl-b67ca01566e17646.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-7a6b99ad6363e15e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a8021f93a490c2c6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-16ec2b602d960524.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/librayon-7dc671b5410401e5.rlib" "/opt/rustwide/target/debug/deps/librayon_core-7794d82cef181db8.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-17f713335dfc4dd3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d64ec853b8dd2517.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b23cc33dd2d240e2.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2e6b9c1d1cc3a259.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-902c0c35291145a2.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ba8c860573beb973.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rlib" "/opt/rustwide/target/debug/deps/libeither-6531171134b8f25b.rlib" "/opt/rustwide/target/debug/deps/libr2d2-8986dd49cda8c197.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-c8f5931b7eaf23a7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-38a891e1c7f6300d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fa93e83671cb92b3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-06940346a638646b.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cfad57dc5a57fb5a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libinstant-f6749349cd2d83e9.rlib" "/opt/rustwide/target/debug/deps/libenvfile-f676a4df84780a23.rlib" "/opt/rustwide/target/debug/deps/libsnailquote-e5350d10306e7485.rlib" "/opt/rustwide/target/debug/deps/libunicode_categories-f47381a66ad0f4b2.rlib" "/opt/rustwide/target/debug/deps/libcolor_eyre-fae73febc0a135fa.rlib" "/opt/rustwide/target/debug/deps/libcolor_spantrace-74ffe249c03160bb.rlib" "/opt/rustwide/target/debug/deps/libansi_term-017778a055950e81.rlib" "/opt/rustwide/target/debug/deps/libowo_colors-f41bbe8a0c10c853.rlib" "/opt/rustwide/target/debug/deps/libtracing_error-a7f5f47320bc16ba.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-3405b5fb13b27b51.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-3909d8ad0aa94c34.rlib" "/opt/rustwide/target/debug/deps/libtracing-7ea3fd215ba1bf85.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f02f6b2406e547a2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/liblog-e85f58044ae91ffe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libeyre-868b92ac6cd17f0f.rlib" "/opt/rustwide/target/debug/deps/libindenter-4b3a07f61821e1af.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-debe3179146a0b19.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb0664aea39510cc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-28b8645602eca8ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-3ca4e9240d5786cb.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-e1a45fca33362bb8.rlib" "/opt/rustwide/target/debug/deps/libgimli-f2dc741e271a0d9c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d538ccec70a358a4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-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: could not compile `jaysons-cli-utils` [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.aws_ssm_env_exporter.9q9arf62-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93" "/opt/rustwide/target/debug/deps/aws_ssm_env_exporter-3438ee3741abcb93.4r559vkr3id1t7x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-319bba067739e941/out/build" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-83887e5b227b331e/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-174ca6b9b94919cf.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9cb8c404138a090a.rlib" "/opt/rustwide/target/debug/deps/libhumantime-1b056083a137d685.rlib" "/opt/rustwide/target/debug/deps/libtokio-ea3c407607eea7a0.rlib" "/opt/rustwide/target/debug/deps/libstructopt-5097001eab99533a.rlib" "/opt/rustwide/target/debug/deps/libclap-395d871cf3b49fa6.rlib" "/opt/rustwide/target/debug/deps/libvec_map-97b2d50686bf36e9.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c6e5ad5dd55bdd8b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6a2548713a451fe0.rlib" "/opt/rustwide/target/debug/deps/libstrsim-8b805b0832095d99.rlib" "/opt/rustwide/target/debug/deps/libatty-70dc1eed0e10b401.rlib" "/opt/rustwide/target/debug/deps/librusoto_ssm-fff859a4d143eb99.rlib" "/opt/rustwide/target/debug/deps/librusoto_core-87567fc06a9e240c.rlib" "/opt/rustwide/target/debug/deps/libxml-ce7636c4719d8f84.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-79c232c3cb45e5c6.rlib" "/opt/rustwide/target/debug/deps/librusoto_signature-61794f8045634839.rlib" "/opt/rustwide/target/debug/deps/libtime-0c1ce8c74393d700.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-9ba14e1a4bb8c706.rlib" "/opt/rustwide/target/debug/deps/libstandback-55cf3dfc99cd4ea0.rlib" "/opt/rustwide/target/debug/deps/libsha2-5e514113d7f74b4e.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-bef27313aeb3cb1d.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-85fbb66a36e2bede.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f96db7b33eff4f75.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libmd5-234a109854bb73ac.rlib" "/opt/rustwide/target/debug/deps/libhmac-2bc917400bc7a09e.rlib" "/opt/rustwide/target/debug/deps/libdigest-049cf40499e48d09.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-a23604a634d42167.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e7dd94ced4d3a608.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libhex-8a54554534812d95.rlib" "/opt/rustwide/target/debug/deps/libbase64-f3ec148fd12597ac.rlib" "/opt/rustwide/target/debug/deps/librusoto_credential-1414e491d799b99c.rlib" "/opt/rustwide/target/debug/deps/libshlex-736047b827070f08.rlib" "/opt/rustwide/target/debug/deps/libserde_json-324fb4c475d49add.rlib" "/opt/rustwide/target/debug/deps/libryu-37b6e9a22bb2209d.rlib" "/opt/rustwide/target/debug/deps/libzeroize-d0d2e9faccaf4b1f.rlib" "/opt/rustwide/target/debug/deps/libfutures-ee19eaa826f875d7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-9c2ecc6919271e0e.rlib" "/opt/rustwide/target/debug/deps/libdirs-16c8ff7a71ffdd4e.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-8f6cbba811edfa57.rlib" "/opt/rustwide/target/debug/deps/libchrono-351e9818734a68fc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e6f7443656cdd952.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3963c16c6742d127.rlib" "/opt/rustwide/target/debug/deps/libtime-ab1af41d372e556c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-218744ad4b001f85.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-3bf74de040fceb56.rlib" "/opt/rustwide/target/debug/deps/libhyper-b0668cc3fef2e338.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libwant-04442a8c46ebd360.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b8196e235d856c93.rlib" "/opt/rustwide/target/debug/deps/libh2-f3ae32e423af8e70.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a792060a0eb5b8ec.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libserde-3f50034bd920a39d.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-ca8bfc18370faf2e.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-cda24dc028db698e.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a8769ac3b652f11e.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f22dd29b73135e87.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-2cb9e7b782f84145.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-5e38e2fec961e48b.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-cd96790c1dea6f14.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-9baf6cfe50845cc6.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-084e50c21049a518.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-dbfdfdebfefb75aa.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-931ecade30c6a64f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libtokio-6c11c975d12fa920.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ca7f58ad557b6b64.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-88970f2bad9a1cc6.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-17f713335dfc4dd3.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-424b500b07f767a9.rlib" "/opt/rustwide/target/debug/deps/libmio-ee914936409e05ae.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libiovec-e236bf8f451e9555.rlib" "/opt/rustwide/target/debug/deps/libnet2-db648b03ed6804f9.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rlib" "/opt/rustwide/target/debug/deps/libpin_project-74cd025ded770b5d.rlib" "/opt/rustwide/target/debug/deps/libhttp-62abdda2dfd21777.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e73d811797b95b6.rlib" "/opt/rustwide/target/debug/deps/libbytes-8f475ca97d0bfeee.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-52aeeded14b33be7.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-0807aab40c872817.rlib" "/opt/rustwide/target/debug/deps/libopenssl-b67ca01566e17646.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-7a6b99ad6363e15e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a8021f93a490c2c6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-16ec2b602d960524.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libregex-a6cac87353047206.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-203b7ab1130a7d41.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7c1188042998c85e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libenvfile-f676a4df84780a23.rlib" "/opt/rustwide/target/debug/deps/libsnailquote-e5350d10306e7485.rlib" "/opt/rustwide/target/debug/deps/libunicode_categories-f47381a66ad0f4b2.rlib" "/opt/rustwide/target/debug/deps/libcolor_eyre-fae73febc0a135fa.rlib" "/opt/rustwide/target/debug/deps/libcolor_spantrace-74ffe249c03160bb.rlib" "/opt/rustwide/target/debug/deps/libansi_term-017778a055950e81.rlib" "/opt/rustwide/target/debug/deps/libowo_colors-f41bbe8a0c10c853.rlib" "/opt/rustwide/target/debug/deps/libtracing_error-a7f5f47320bc16ba.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-3405b5fb13b27b51.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-3909d8ad0aa94c34.rlib" "/opt/rustwide/target/debug/deps/libtracing-7ea3fd215ba1bf85.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f02f6b2406e547a2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/liblog-e85f58044ae91ffe.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libeyre-868b92ac6cd17f0f.rlib" "/opt/rustwide/target/debug/deps/libindenter-4b3a07f61821e1af.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-debe3179146a0b19.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb0664aea39510cc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-28b8645602eca8ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-3ca4e9240d5786cb.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-e1a45fca33362bb8.rlib" "/opt/rustwide/target/debug/deps/libgimli-f2dc741e271a0d9c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d538ccec70a358a4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-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" "3c01c69796fa6bf6f0f3b1feb24c5a602e8c7a50de1459214f6fccbe9c0dc4e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c01c69796fa6bf6f0f3b1feb24c5a602e8c7a50de1459214f6fccbe9c0dc4e1", kill_on_drop: false }` [INFO] [stdout] 3c01c69796fa6bf6f0f3b1feb24c5a602e8c7a50de1459214f6fccbe9c0dc4e1