[INFO] cloning repository https://github.com/mnmaraes/central [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mnmaraes/central" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnmaraes%2Fcentral", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnmaraes%2Fcentral'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 161d67c03f662ca529a4a699598c1f5a4dc15237 [INFO] testing mnmaraes/central against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnmaraes%2Fcentral" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mnmaraes/central on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mnmaraes/central [INFO] finished tweaking git repo https://github.com/mnmaraes/central [INFO] tweaked toml for git repo https://github.com/mnmaraes/central written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/mnmaraes/central already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec74b789f6936a1990d10f53fc1ebab36bb3aa78fd93257b8e3034e55116e4cd [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" "ec74b789f6936a1990d10f53fc1ebab36bb3aa78fd93257b8e3034e55116e4cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec74b789f6936a1990d10f53fc1ebab36bb3aa78fd93257b8e3034e55116e4cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec74b789f6936a1990d10f53fc1ebab36bb3aa78fd93257b8e3034e55116e4cd", kill_on_drop: false }` [INFO] [stdout] ec74b789f6936a1990d10f53fc1ebab36bb3aa78fd93257b8e3034e55116e4cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 85ea00448a814dc81464005019f523c6614bbec33fe4cb05a2688b4740ae4009 [INFO] running `Command { std: "docker" "start" "-a" "85ea00448a814dc81464005019f523c6614bbec33fe4cb05a2688b4740ae4009", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.5 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling terminal_size v0.1.12 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling im v15.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling dialoguer v0.6.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling sized-chunks v0.6.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling thiserror v1.0.19 [INFO] [stderr] Compiling pin-project v0.4.20 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tracing v0.1.15 [INFO] [stderr] Compiling clap v3.0.0-beta.1 [INFO] [stderr] Compiling actix-threadpool v0.3.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling actix v0.10.0-alpha.3 [INFO] [stderr] Compiling diesel v1.4.4 [INFO] [stderr] Compiling codec v0.1.0 (/opt/rustwide/workdir/codec) [INFO] [stderr] Compiling tracing-subscriber v0.2.5 [INFO] [stderr] Compiling cliff v0.1.0 (/opt/rustwide/workdir/cliff) [INFO] [stderr] Compiling tracing-appender v0.1.0 [INFO] [stderr] Compiling registry v0.1.0 (/opt/rustwide/workdir/registry) [INFO] [stderr] Compiling models v0.1.0 (/opt/rustwide/workdir/models) [INFO] [stderr] Compiling note_store v0.1.0 (/opt/rustwide/workdir/note_store) [INFO] [stderr] Compiling project_store v0.1.0 (/opt/rustwide/workdir/project_store) [INFO] [stderr] Compiling note_repo v0.1.0 (/opt/rustwide/workdir/note_repo) [INFO] [stderr] Compiling central_cli v0.1.0 (/opt/rustwide/workdir/central_cli) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.central.c56d136f-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072.194dsa9j17c8z74p.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libclap-be6213a22930af7c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-af5721949c39da2b.rlib" "/opt/rustwide/target/debug/deps/libatty-ebcfd546fe132e6e.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-8a6bd19b879ced5e.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-d313320f4ef2eebc.rlib" "/opt/rustwide/target/debug/deps/libvec_map-97ca52e148358cd3.rlib" "/opt/rustwide/target/debug/deps/libos_str_bytes-dd45ba8e98de7965.rlib" "/opt/rustwide/target/debug/deps/libindexmap-d44d6cac45d6154b.rlib" "/opt/rustwide/target/debug/deps/libregistry-5a8ad0cfc5d9dae9.rlib" "/opt/rustwide/target/debug/deps/libim-d2767e131f34afd0.rlib" "/opt/rustwide/target/debug/deps/librand_xoshiro-698db818079c6906.rlib" "/opt/rustwide/target/debug/deps/libsized_chunks-d2bc01ab45146f14.rlib" "/opt/rustwide/target/debug/deps/libbitmaps-257c66e679538505.rlib" "/opt/rustwide/target/debug/deps/libtypenum-2fe21b5a9d400505.rlib" "/opt/rustwide/target/debug/deps/libtracing_appender-4a8a3cdffde5590c.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-fee739a74867ff80.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-ff11ebcac16f45d2.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-570d2ebaa3fe5529.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd7b8ca88b2cc3f8.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-9959944f59ef83b5.rlib" "/opt/rustwide/target/debug/deps/libmatchers-487f7dffaac527db.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-f316fd32091bb7fc.rlib" "/opt/rustwide/target/debug/deps/libchrono-d362f2f4b38eaab7.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-52697f31b11429a1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-95f74c78c3d64560.rlib" "/opt/rustwide/target/debug/deps/libtime-818150cbd8c27bcd.rlib" "/opt/rustwide/target/debug/deps/librayon-97e7dcf6be8a9960.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e358f9d837e830ca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-4a18ff9a21c2960f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a08df57ec1f2e4f4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-4225b87ee53090d7.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-c5719c57b85634be.rlib" "/opt/rustwide/target/debug/deps/libeither-d161fd1a2ce5486b.rlib" "/opt/rustwide/target/debug/deps/libnote_store-76725880273a7361.rlib" "/opt/rustwide/target/debug/deps/libdotenv-770536006f8265cb.rlib" "/opt/rustwide/target/debug/deps/libcliff-615a8acd9425cd8b.rlib" "/opt/rustwide/target/debug/deps/libcodec-1ff12a79ea583732.rlib" "/opt/rustwide/target/debug/deps/libserde_json-89f92cfcc10ebf5b.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libitoa-c88615951ea1097a.rlib" "/opt/rustwide/target/debug/deps/libtracing-98f40c368e6e6b8c.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f8c93f9a705af44b.rlib" "/opt/rustwide/target/debug/deps/libmodels-dde5004179d8d1dc.rlib" "/opt/rustwide/target/debug/deps/libdiesel-0998e7fd8c4959e1.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-201aca0be0ea402f.rlib" "/opt/rustwide/target/debug/deps/libuuid-c0cb51e585cf739a.rlib" "/opt/rustwide/target/debug/deps/libserde-35c91a4c9c7be797.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c108165c88451b38.rlib" "/opt/rustwide/target/debug/deps/libdialoguer-3325d80b33da4ad9.rlib" "/opt/rustwide/target/debug/deps/libtempfile-8c4df4353c0a24a5.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-ca53a4df601f1b55.rlib" "/opt/rustwide/target/debug/deps/libconsole-3f7250273ad8f028.rlib" "/opt/rustwide/target/debug/deps/libtermios-7633d3e1324ae5f0.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-6ce7d049d490c0a1.rlib" "/opt/rustwide/target/debug/deps/libregex-630c849d454bffc5.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0bf2c0c5f07aac96.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0acdafe45947dd5d.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-57aec043958db3e8.rlib" "/opt/rustwide/target/debug/deps/libfailure-c281d3dda415b0d7.rlib" "/opt/rustwide/target/debug/deps/libactix-07910701d2ea2519.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1a9bbefca6b20a98.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c317c8196d2f12cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-cf95564df08b2cae.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-b8be66a96e1a5559.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-d4345301bb84f159.rlib" "/opt/rustwide/target/debug/deps/libhostname-00f352bf53937f9f.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-3d6cf35136ae4cf3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-5ca0b2d5261a4c49.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-2e3087275717a2ef.rlib" "/opt/rustwide/target/debug/deps/librand-568d11a88ea2a230.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dd95ddb284fa82b9.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-3d2cc82b4e39af48.rlib" "/opt/rustwide/target/debug/deps/librand_core-38b13646465f5f7e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-041d08ef86629b94.rlib" "/opt/rustwide/target/debug/deps/liburl-f6615d8e6c8af38a.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libidna-6cca774253ec2ff9.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8a9ab9d4697a1c0f.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libthiserror-c3ce7c83765ac9e9.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-6794bea773d21f27.rlib" "/opt/rustwide/target/debug/deps/libobject-51a4b2c331bae54e.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-65e182e5eb19875f.rlib" "/opt/rustwide/target/debug/deps/libgimli-2eebf2d9f2dcab16.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-24e6fa42a2f56832.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-a1b5c3ec091b9174.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-775ed35f3b1f4453.rlib" "/opt/rustwide/target/debug/deps/libfutures-8128dbf700ab208c.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-fca065ce2431821d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-2668d4251adf644b.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-d1369e12c3e626fe.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-062b5e1b9c3bf042.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-47a79d7aa7b5fe27.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-93eaa7e8e0b96bec.rlib" "/opt/rustwide/target/debug/deps/liblock_api-6520979e1aed6201.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libtokio-5112e9fa56966ccb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-0faf1a69745b0e0f.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-b97cf8840652b248.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-de672c42455402e4.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-25854fca9aeb572a.rlib" "/opt/rustwide/target/debug/deps/libmio-db8c5105e893e438.rlib" "/opt/rustwide/target/debug/deps/liblog-4b959e68662b9d74.rlib" "/opt/rustwide/target/debug/deps/libiovec-24d66badd605bf54.rlib" "/opt/rustwide/target/debug/deps/libnet2-0f4e3568e1fe96b7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/liblibc-1391d61e771dea03.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libbytes-91aa79939db7058c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-5d5814384513cfbc.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-c056c0b06288a810.rlib" "/opt/rustwide/target/debug/deps/libcopyless-63890fe8dc2810a6.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-9002a8126c46d70d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-26b0e7e929d29953.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-0a4cb725479d41f0.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-704103c19b018c84.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libpin_project-1a8579ea92754298.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-946e0dda5779ad8f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7befed6f9eed39b0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-cc9fe4eb2e7504a8.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-0529fcf76eea3dc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-ba41b94b650def10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lpq" "-lc" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/central-213c2eaa753be072" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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 `central_cli` [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" "85ea00448a814dc81464005019f523c6614bbec33fe4cb05a2688b4740ae4009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85ea00448a814dc81464005019f523c6614bbec33fe4cb05a2688b4740ae4009", kill_on_drop: false }` [INFO] [stdout] 85ea00448a814dc81464005019f523c6614bbec33fe4cb05a2688b4740ae4009