[INFO] cloning repository https://github.com/killercup/cargo-edit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/killercup/cargo-edit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Fcargo-edit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Fcargo-edit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ad5b5faab62c0fa52ab6c6f482c6d1e7c57ed68 [INFO] testing killercup/cargo-edit against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkillercup%2Fcargo-edit" "/workspace/builds/worker-30/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-30/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/killercup/cargo-edit on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/killercup/cargo-edit [INFO] finished tweaking git repo https://github.com/killercup/cargo-edit [INFO] tweaked toml for git repo https://github.com/killercup/cargo-edit written to /workspace/builds/worker-30/source/Cargo.toml [INFO] crate git repo https://github.com/killercup/cargo-edit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7cf11b185a88be8261bbe70f8923b01da2291417d1631b78f27f5830592ccb4 [INFO] running `Command { std: "docker" "start" "-a" "b7cf11b185a88be8261bbe70f8923b01da2291417d1631b78f27f5830592ccb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7cf11b185a88be8261bbe70f8923b01da2291417d1631b78f27f5830592ccb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7cf11b185a88be8261bbe70f8923b01da2291417d1631b78f27f5830592ccb4", kill_on_drop: false }` [INFO] [stdout] b7cf11b185a88be8261bbe70f8923b01da2291417d1631b78f27f5830592ccb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1452cd97f333baa504fc40ab7808cfe32d87406f4bd067529df951b30d79bdde [INFO] running `Command { std: "docker" "start" "-a" "1452cd97f333baa504fc40ab7808cfe32d87406f4bd067529df951b30d79bdde", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.84 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling camino v1.0.5 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling chunked_transfer v1.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling pathdiff v0.2.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling combine v4.6.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling thread_local v1.1.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling env_proxy v0.4.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling socks v0.3.3 [INFO] [stderr] Compiling subprocess v0.2.6 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Compiling libssh2-sys v0.2.20 [INFO] [stderr] Compiling libgit2-sys v0.12.24+1.3.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling git2 v0.13.23 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling cargo-platform v0.1.1 [INFO] [stderr] Compiling smartstring v0.2.9 [INFO] [stderr] Compiling kstring v1.0.5 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling toml_edit v0.4.0 [INFO] [stderr] Compiling cargo_metadata v0.14.0 [INFO] [stderr] Compiling crates-index v0.18.1 [INFO] [stderr] Compiling ureq v1.5.4 [INFO] [stderr] Compiling cargo-edit v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.cargo_add.8677f625-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643.2x86e9gaekdyzj8a.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-e4a22b73c093a9f8/out/build" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-04a9a1b3f14b725b/out/build" "-L" "/opt/rustwide/target/debug/build/ring-d4362db1e4072157/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstructopt-178e75ae6fd2428e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libclap-bfd017c9cbb47337.rlib" "/opt/rustwide/target/debug/deps/libvec_map-dab3909866655c61.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dfbe170a3eac25db.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6da279cd4f865ec2.rlib" "/opt/rustwide/target/debug/deps/libterm_size-78043621f2100053.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c0d73e3d44b574a0.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libcargo_edit-00c15b47fa004d73.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-b95a942a5f562d58.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-f00de43f3b2667c8.rlib" "/opt/rustwide/target/debug/deps/libenv_proxy-050995481f2733e0.rlib" "/opt/rustwide/target/debug/deps/libureq-7b6657410deb744e.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-09c760d54a7d94ca.rlib" "/opt/rustwide/target/debug/deps/librustls-78c993b10d1fb8f1.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/libsct-048a4dd5668a687e.rlib" "/opt/rustwide/target/debug/deps/libwebpki-b61fc51ccd62259d.rlib" "/opt/rustwide/target/debug/deps/libring-e95de7225c5b0203.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libchunked_transfer-90ce51d2968306b3.rlib" "/opt/rustwide/target/debug/deps/libqstring-be430572e678a44b.rlib" "/opt/rustwide/target/debug/deps/libatty-ba3d79661112503c.rlib" "/opt/rustwide/target/debug/deps/libcrates_index-4823a778de0af629.rlib" "/opt/rustwide/target/debug/deps/libhex-f3345a4b104cf0b3.rlib" "/opt/rustwide/target/debug/deps/libhome-a678aadba044a88e.rlib" "/opt/rustwide/target/debug/deps/libsmartstring-85851161b31efdd6.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-c94e2eb84119cf0b.rlib" "/opt/rustwide/target/debug/deps/libgit2-f97af590e3b6c329.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/liblog-d1d9e9bb2ac58ba1.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-16d0d31a5338e3aa.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-06c41b2ed11611f5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c4e599b405c0f163.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-1e67a107a346f62c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libpathdiff-8ee6d50bd22038ea.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-438979698e963a74.rlib" "/opt/rustwide/target/debug/deps/libkstring-dbce0f704a8a9d98.rlib" "/opt/rustwide/target/debug/deps/libindexmap-5cccde57aa7bbf99.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-238efa6a2ed05171.rlib" "/opt/rustwide/target/debug/deps/libitertools-9ade512e5033c232.rlib" "/opt/rustwide/target/debug/deps/libeither-8ed8bc54e89b5c30.rlib" "/opt/rustwide/target/debug/deps/libcombine-4242f66f55e397bf.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libdunce-90a824ccf267c07e.rlib" "/opt/rustwide/target/debug/deps/libcargo_metadata-fb460fff4abae873.rlib" "/opt/rustwide/target/debug/deps/libserde_json-58b48edd35d11437.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-844153741323d3c4.rlib" "/opt/rustwide/target/debug/deps/libcargo_platform-118ed6050b51dc74.rlib" "/opt/rustwide/target/debug/deps/libcamino-ba77881c5caad45a.rlib" "/opt/rustwide/target/debug/deps/libsemver-aea40b9aa675cd04.rlib" "/opt/rustwide/target/debug/deps/libserde-96cb582725661a4e.rlib" "/opt/rustwide/target/debug/deps/liburl-ccefdc4fb9808b38.rlib" "/opt/rustwide/target/debug/deps/libidna-32ad6243dc5fcf88.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-e866c441b70e0318.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-139b068fa2563619.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-eae4739b9f580e06.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-6a61078d9610ba74.rlib" "/opt/rustwide/target/debug/deps/libregex-cfa1fe91775fccc0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-52ca12f8e2eeef7e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-051a5ed3f831a553.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c9a4eac6b2db02cb.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5f83ab51fa5948f0.rlib" "/opt/rustwide/target/debug/deps/libmemchr-97d2a9096a87321e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-02f544f80b71594f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-6005e84f1a0941b9.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-002270b0df5fc459.rlib" "/opt/rustwide/target/debug/deps/libadler-25c9270f72ae0e7f.rlib" "/opt/rustwide/target/debug/deps/libobject-22e3b70a591374ca.rlib" "/opt/rustwide/target/debug/deps/liblibc-ca41ee78d3ae691a.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-946b429b2379394e.rlib" "/opt/rustwide/target/debug/deps/libgimli-f3357c062beaed2c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d2162517beca3fee.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cargo_add-39bc61a7a926b643" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cargo-edit` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1452cd97f333baa504fc40ab7808cfe32d87406f4bd067529df951b30d79bdde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1452cd97f333baa504fc40ab7808cfe32d87406f4bd067529df951b30d79bdde", kill_on_drop: false }` [INFO] [stdout] 1452cd97f333baa504fc40ab7808cfe32d87406f4bd067529df951b30d79bdde