[INFO] fetching crate cargo-edit 0.7.0... [INFO] testing cargo-edit-0.7.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate cargo-edit 0.7.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cargo-edit 0.7.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cargo-edit 0.7.0 [INFO] finished tweaking crates.io crate cargo-edit 0.7.0 [INFO] tweaked toml for crates.io crate cargo-edit 0.7.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate cargo-edit 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cargo_metadata v0.11.3 [INFO] [stderr] Downloaded ctor v0.1.16 [INFO] [stderr] Downloaded pin-project v0.4.25 [INFO] [stderr] Downloaded pin-project-internal v0.4.25 [INFO] [stderr] Downloaded git2 v0.13.11 [INFO] [stderr] Downloaded libgit2-sys v0.12.13+1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c8234a04b604b1aac64b169ddfb086eb9d5dcfcadb7d087786ab652ddded9fd [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" "3c8234a04b604b1aac64b169ddfb086eb9d5dcfcadb7d087786ab652ddded9fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c8234a04b604b1aac64b169ddfb086eb9d5dcfcadb7d087786ab652ddded9fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c8234a04b604b1aac64b169ddfb086eb9d5dcfcadb7d087786ab652ddded9fd", kill_on_drop: false }` [INFO] [stdout] 3c8234a04b604b1aac64b169ddfb086eb9d5dcfcadb7d087786ab652ddded9fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0dc3704b04af472b373a405fd5d5f5cb4abb72c0ff2f9cdcaa1a788371c9250a [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" "0dc3704b04af472b373a405fd5d5f5cb4abb72c0ff2f9cdcaa1a788371c9250a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling pin-project-internal v0.4.25 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling subprocess v0.2.6 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling env_proxy v0.4.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling http-body v0.3.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.13+1.0.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling toml_edit v0.2.0 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.11 [INFO] [stderr] Compiling git2 v0.13.11 [INFO] [stderr] Compiling semver-parser v0.10.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling structopt v0.3.18 [INFO] [stderr] Compiling pin-project v0.4.25 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling cargo_metadata v0.11.3 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling cargo-edit v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.cargo_upgrade.ed2dt8aq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1" "/opt/rustwide/target/debug/deps/cargo_upgrade-efeb6000bed6d7a1.2kpocv0cr6vwptx0.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-26f1d8700652cc09/out/build" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-7c848b9dd92b2c56/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstructopt-c2bc21e25d691df5.rlib" "/opt/rustwide/target/debug/deps/libclap-60efcaa6f66b7040.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libcargo_edit-a8ae2a72b54d92a3.rlib" "/opt/rustwide/target/debug/deps/libhex-5c7215f6deef5a2c.rlib" "/opt/rustwide/target/debug/deps/libtoml-9c74de484581116b.rlib" "/opt/rustwide/target/debug/deps/libdirs-0eb72e60c9ef538e.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-e45b077c591fe7f8.rlib" "/opt/rustwide/target/debug/deps/libenv_proxy-fefa3fe4706ec520.rlib" "/opt/rustwide/target/debug/deps/libreqwest-0eea9ff72aa837cb.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-951c56dac31011cc.rlib" "/opt/rustwide/target/debug/deps/libipnet-babecc78f9808f0e.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e5375c47dd9a8097.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-b2bfc075f1ec36dc.rlib" "/opt/rustwide/target/debug/deps/libdtoa-1f04bf737acacedd.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-8ef43b8b78cb2332.rlib" "/opt/rustwide/target/debug/deps/libbase64-551143303e544404.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-e40646e91455c76a.rlib" "/opt/rustwide/target/debug/deps/libunicase-66f67fe67fdeff30.rlib" "/opt/rustwide/target/debug/deps/libmime-636582022b0e4181.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-7faa8202c8fd6fb6.rlib" "/opt/rustwide/target/debug/deps/libopenssl-520156c405184fa1.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a93100efcd71664b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-57ec5836a2332306.rlib" "/opt/rustwide/target/debug/deps/libhyper-a0d5a33441048e20.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9118a7b7f7ba9a4e.rlib" "/opt/rustwide/target/debug/deps/libwant-673303868f7bafb0.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b390503a68b65fc5.rlib" "/opt/rustwide/target/debug/deps/libh2-33d5dd525afc00a9.rlib" "/opt/rustwide/target/debug/deps/libindexmap-82fc797e44436064.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-58b681a40238888b.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-35252944e9b92d7f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e6360eb66a57cb5b.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-cececc6f7018b9c0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-e75d3aa46a8b9d9f.rlib" "/opt/rustwide/target/debug/deps/libtower_service-9ee1fa6294c42145.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-1f45e8c91ab5155c.rlib" "/opt/rustwide/target/debug/deps/libtracing-ccfb56673d35dcb3.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2532926ef75118a4.rlib" "/opt/rustwide/target/debug/deps/libtokio-c89aecca274343ab.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a40a1f9e86498c71.rlib" "/opt/rustwide/target/debug/deps/libmio-73c48e99445a4dcb.rlib" "/opt/rustwide/target/debug/deps/libiovec-95a6d102b320e02e.rlib" "/opt/rustwide/target/debug/deps/libnet2-46743f43a3be5372.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-40c3a995b99d627d.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-8e3d5dd0f28a6593.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-1468e9529dd9509f.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-87b8a8cb7694e3f3.rlib" "/opt/rustwide/target/debug/deps/libslab-66c74742abc4bd48.rlib" "/opt/rustwide/target/debug/deps/libpin_project-679f22e812e1cfc5.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-5b0da447dc3e6d87.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-74ca61a1bfeb18d1.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b10c0dd2b387f299.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-9947b33d2e5f2482.rlib" "/opt/rustwide/target/debug/deps/libhttp-c89131b47b85ea86.rlib" "/opt/rustwide/target/debug/deps/libbytes-35b31d3ce42c8c1d.rlib" "/opt/rustwide/target/debug/deps/libfnv-03632dd09ca25027.rlib" "/opt/rustwide/target/debug/deps/libsubprocess-8bc9b9f3659745d7.rlib" "/opt/rustwide/target/debug/deps/libatty-e1dfcf21c8048bd6.rlib" "/opt/rustwide/target/debug/deps/libgit2-e048c77748ceee03.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-d283b83881b46967.rlib" "/opt/rustwide/target/debug/deps/liblog-18735faa5ca48638.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-bff38854159118f6.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-0284a0320a3ff99f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-e4cd8a34bf0832a1.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-4c0e0a9c0831cddd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-e4b47f0cc8b19746.rlib" "/opt/rustwide/target/debug/deps/libchrono-cf5744f4445438f3.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7e7aa3a045e5f443.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-41b144d9d5013dc9.rlib" "/opt/rustwide/target/debug/deps/libtime-4e85e3817e788366.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-41059a2a6e867208.rlib" "/opt/rustwide/target/debug/deps/libcombine-3558a65891d2e1d0.rlib" "/opt/rustwide/target/debug/deps/libascii-2893a83b7ef3481c.rlib" "/opt/rustwide/target/debug/deps/libunreachable-8d2ad7a435d45ba9.rlib" "/opt/rustwide/target/debug/deps/libvoid-b4fe54fd08e2c3df.rlib" "/opt/rustwide/target/debug/deps/libeither-62ca82b039621a4a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f5ca2c7286b529da.rlib" "/opt/rustwide/target/debug/deps/libfailure-18aeadcc3589fab5.rlib" "/opt/rustwide/target/debug/deps/libcargo_metadata-13553189e2693e0a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-832453203b0bf286.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-c7d2dec8118d2855.rlib" "/opt/rustwide/target/debug/deps/libsemver-91f54ea61fae8594.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-c99524a11d7de8f4.rlib" "/opt/rustwide/target/debug/deps/libsemver-f877e78bf976531d.rlib" "/opt/rustwide/target/debug/deps/libserde-b9533521991e6fe3.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-57c05763240ec58d.rlib" "/opt/rustwide/target/debug/deps/libpest-66f3ef6f2d0e1dc8.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-1facfc098c06075d.rlib" "/opt/rustwide/target/debug/deps/liburl-ace3923c6871aea6.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0d8ae709ba835adc.rlib" "/opt/rustwide/target/debug/deps/libidna-0cd77c4568325a65.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-a179e4d8fa65f197.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6a38db4597245330.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-ffba21755a81f3b4.rlib" "/opt/rustwide/target/debug/deps/libmatches-e50d8b3702610141.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-bfce3397ed892002.rlib" "/opt/rustwide/target/debug/deps/libregex-80f9b4350345b572.rlib" "/opt/rustwide/target/debug/deps/libthread_local-4a189b129fe42a29.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-93c14007ae22b74c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-39958924440d4678.rlib" "/opt/rustwide/target/debug/deps/libmemchr-50c5bc911dbc0740.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-28dd54b8cf43fb97.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-81eb94548f043fb7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-5a0af3d4435cd525.rlib" "/opt/rustwide/target/debug/deps/libadler-5edd0ffc989581c6.rlib" "/opt/rustwide/target/debug/deps/libobject-b96b2a4451fa7cc6.rlib" "/opt/rustwide/target/debug/deps/liblibc-aee42bcff3cb4e92.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-f49d0eb5fdb37745.rlib" "/opt/rustwide/target/debug/deps/libgimli-644fa1a3ad762019.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-938bfc53e622498f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-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 `cargo-edit` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0dc3704b04af472b373a405fd5d5f5cb4abb72c0ff2f9cdcaa1a788371c9250a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dc3704b04af472b373a405fd5d5f5cb4abb72c0ff2f9cdcaa1a788371c9250a", kill_on_drop: false }` [INFO] [stdout] 0dc3704b04af472b373a405fd5d5f5cb4abb72c0ff2f9cdcaa1a788371c9250a