[INFO] cloning repository https://github.com/infinyon/rust-demo-apps [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/infinyon/rust-demo-apps" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Frust-demo-apps", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Frust-demo-apps'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c334dce1ce74c19dbfe4cad17c5937bc12fe67d [INFO] testing infinyon/rust-demo-apps against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finfinyon%2Frust-demo-apps" "/workspace/builds/worker-73/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-73/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/infinyon/rust-demo-apps 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/infinyon/rust-demo-apps [INFO] finished tweaking git repo https://github.com/infinyon/rust-demo-apps [INFO] tweaked toml for git repo https://github.com/infinyon/rust-demo-apps written to /workspace/builds/worker-73/source/Cargo.toml [INFO] crate git repo https://github.com/infinyon/rust-demo-apps 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-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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] 8ed2cae5fb5466b2f1965322dd4e1c08acea07fa413ba296eaed5fe1b2801d7a [INFO] running `Command { std: "docker" "start" "-a" "8ed2cae5fb5466b2f1965322dd4e1c08acea07fa413ba296eaed5fe1b2801d7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ed2cae5fb5466b2f1965322dd4e1c08acea07fa413ba296eaed5fe1b2801d7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed2cae5fb5466b2f1965322dd4e1c08acea07fa413ba296eaed5fe1b2801d7a", kill_on_drop: false }` [INFO] [stdout] 8ed2cae5fb5466b2f1965322dd4e1c08acea07fa413ba296eaed5fe1b2801d7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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] b8258075219bb1f3d85564b6df0287debd88c85514acd53d86842c71429ad94c [INFO] running `Command { std: "docker" "start" "-a" "b8258075219bb1f3d85564b6df0287debd88c85514acd53d86842c71429ad94c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling data-encoding v2.2.0 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling crc32c v0.4.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling ring v0.16.14 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling flv-types v0.1.0 [INFO] [stderr] Compiling flv-types v0.2.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.19.0 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chashmap v2.2.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling kf-protocol-derive v0.1.0 [INFO] [stderr] Compiling flv-util v0.1.1 [INFO] [stderr] Compiling flv-util v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling async-trait v0.1.32 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling paste-impl v0.1.7 [INFO] [stderr] Compiling paste v0.1.7 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling broadcaster v1.0.0 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling async-tls v0.7.0 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling kf-protocol-core v0.1.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling kf-protocol-api v0.1.0 [INFO] [stderr] Compiling k8-obj-metadata v1.0.0 [INFO] [stderr] Compiling kf-protocol-message v0.1.1 [INFO] [stderr] Compiling flv-future-aio v2.2.1 [INFO] [stderr] Compiling kf-protocol-transport v2.0.1 [INFO] [stderr] Compiling k8-obj-core v1.0.0 [INFO] [stderr] Compiling flv-k8-partition v1.0.0 [INFO] [stderr] Compiling flv-k8-topic v1.0.0 [INFO] [stderr] Compiling flv-k8-spu v1.0.0 [INFO] [stderr] Compiling k8-obj-app v1.0.0 [INFO] [stderr] Compiling flv-k8-spg v1.0.0 [INFO] [stderr] Compiling k8-flv-metadata v1.0.0 [INFO] [stderr] Compiling kf-protocol-fs v1.0.1 [INFO] [stderr] Compiling kf-protocol v1.1.3 [INFO] [stderr] Compiling flv-metadata v1.0.0 [INFO] [stderr] Compiling flv-api-spu v1.1.0 [INFO] [stderr] Compiling kf-socket v2.0.0 [INFO] [stderr] Compiling flv-api-sc v1.2.0 [INFO] [stderr] Compiling flv-client v3.1.0 [INFO] [stderr] Compiling produce v0.2.0 (/opt/rustwide/workdir/produce) [INFO] [stderr] Compiling fetch-last v0.2.0 (/opt/rustwide/workdir/fetch-last) [INFO] [stderr] Compiling topic-ops v0.2.0 (/opt/rustwide/workdir/topic-ops) [INFO] [stderr] Compiling stress-test v0.2.0 (/opt/rustwide/workdir/stress-test) [INFO] [stderr] Compiling consume v0.2.0 (/opt/rustwide/workdir/consume) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.topic_ops.48402f40-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/topic_ops-cb1d51daa776260f.3de8g1cvwnyipt4u.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-fcb40a7d9aafe0c5/out" "-L" "/opt/rustwide/target/debug/build/ring-33cc95762a9bcaae/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libflv_client-3e511272aa85a5b2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9de7a00124f81b21.rlib" "/opt/rustwide/target/debug/deps/libryu-97e1588f31b33216.rlib" "/opt/rustwide/target/debug/deps/libitoa-c02bb35175fabaa4.rlib" "/opt/rustwide/target/debug/deps/libtoml-a94bd304ac43092c.rlib" "/opt/rustwide/target/debug/deps/libbase64-9568a4804e224583.rlib" "/opt/rustwide/target/debug/deps/libdirs-e551d32198daa37a.rlib" "/opt/rustwide/target/debug/deps/libflv_api_sc-31801c84e13a8e3d.rlib" "/opt/rustwide/target/debug/deps/libflv_types-26d04a12be6fff52.rlib" "/opt/rustwide/target/debug/deps/libflv_metadata-ce5b7e27120b3846.rlib" "/opt/rustwide/target/debug/deps/libk8_metadata-17e95bb9bef98cbd.rlib" "/opt/rustwide/target/debug/deps/libflv_k8_spg-2b66b32a3a4d3294.rlib" "/opt/rustwide/target/debug/deps/libflv_k8_partition-46b593d8af8318af.rlib" "/opt/rustwide/target/debug/deps/libflv_k8_spu-fd6150d6affa4640.rlib" "/opt/rustwide/target/debug/deps/libflv_k8_topic-55b7c05284642dba.rlib" "/opt/rustwide/target/debug/deps/libk8_obj_app-d1439bc9a75658b7.rlib" "/opt/rustwide/target/debug/deps/libk8_obj_core-200b0feb9c3f3b75.rlib" "/opt/rustwide/target/debug/deps/libk8_obj_metadata-1e900d574548db3e.rlib" "/opt/rustwide/target/debug/deps/libflv_types-21ab57f9b10e4e8a.rlib" "/opt/rustwide/target/debug/deps/libkf_socket-51b123161499f81d.rlib" "/opt/rustwide/target/debug/deps/libchashmap-8bb180de18cf6bf9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-34f8be38f9f7bec4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0c92bb0c75638107.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b4ff8336e65af27c.rlib" "/opt/rustwide/target/debug/deps/librand-d5af5afd38b2d059.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cda3dd274dbcb30e.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libflv_api_spu-19d2167ba7cdc02d.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol-6f01c7b31db8ecad.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol_fs-66a135548bbd72e2.rlib" "/opt/rustwide/target/debug/deps/libflv_future_aio-0bb2ab7e82f9e175.rlib" "/opt/rustwide/target/debug/deps/libpin_project-48d562f5a94059db.rlib" "/opt/rustwide/target/debug/deps/libasync_tls-d798481ff832e071.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-f1fc11a86bfb05df.rlib" "/opt/rustwide/target/debug/deps/librustls-2ce45440bd877d96.rlib" "/opt/rustwide/target/debug/deps/libbase64-4a3ec7ac552c3891.rlib" "/opt/rustwide/target/debug/deps/libsct-4cde2214515e7be0.rlib" "/opt/rustwide/target/debug/deps/libwebpki-126d9fdd245bfafc.rlib" "/opt/rustwide/target/debug/deps/libring-a4ff55660ffaadad.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libnix-00054c5657114bcf.rlib" "/opt/rustwide/target/debug/deps/libvoid-908b01a274af8ae5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libfutures-df777cc2a84f4061.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-79950f6476d078d1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-e12f007ab5edae08.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-92c27416a7a2d0be.rlib" "/opt/rustwide/target/debug/deps/libasync_task-b4fac112a07c3a92.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-d186a9050c139a63.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8e10d172f4ff2b79.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0ee0547b71f18ccd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-78cf7e8064e2b581.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-6d0abdaa37f0bd3b.rlib" "/opt/rustwide/target/debug/deps/libbroadcaster-07545fbea4540bcc.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-eefdb1b4726aee5f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-c81f7787fbaf7017.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-fe2104913297f988.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0da78c0e813030cc.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-b47563efc10b47c2.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-8eb3da6e968d6867.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-70ba4417df2f7161.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-1cef2e99b194d872.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-3bd1c64922e5d174.rlib" "/opt/rustwide/target/debug/deps/libmio-c4845df8f4a10678.rlib" "/opt/rustwide/target/debug/deps/libnet2-5597bc1626893054.rlib" "/opt/rustwide/target/debug/deps/libiovec-5231864a2d8f859e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-75042b80a1735b83.rlib" "/opt/rustwide/target/debug/deps/libfutures_timer-1f1f86b0ff95e49c.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-c272a5c20533f8c4.rlib" "/opt/rustwide/target/debug/deps/libmemmap-0c639d561e1e7c4a.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol_message-2413e62a379a7783.rlib" "/opt/rustwide/target/debug/deps/libflv_util-d89db29aedc766a7.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-00664f139b0595d8.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol_transport-d6311780731cee10.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-34fb8ae966a33c39.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4612e9dad2c1e12a.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-448114ac19432a48.rlib" "/opt/rustwide/target/debug/deps/libtokio-78f96533f8fe2640.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-5d68afeb14ee71e2.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-ff21742ef3c870db.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol_api-011f6e1961155bcd.rlib" "/opt/rustwide/target/debug/deps/libcontent_inspector-9a564c7f93ed47a1.rlib" "/opt/rustwide/target/debug/deps/libcrc32c-70223db07a1a464e.rlib" "/opt/rustwide/target/debug/deps/libserde-3f43f432605d08ca.rlib" "/opt/rustwide/target/debug/deps/libflv_util-0f1b4089cf80c70b.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-859645ffdae6c585.rlib" "/opt/rustwide/target/debug/deps/libregex-f5a377243fa5b693.rlib" "/opt/rustwide/target/debug/deps/libthread_local-7b136cb51b93983e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a645721078269c15.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9b10e93aab7cbe7a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dab0d116dd56435e.rlib" "/opt/rustwide/target/debug/deps/libatty-9a0737ea28123719.rlib" "/opt/rustwide/target/debug/deps/libhumantime-9c238c90ee1b6ce3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b35edffea0b33e4c.rlib" "/opt/rustwide/target/debug/deps/libchrono-2270bb38948986dc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-22de468f00f37059.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9504e8593fe5e848.rlib" "/opt/rustwide/target/debug/deps/libtime-380b63b50fda1feb.rlib" "/opt/rustwide/target/debug/deps/libkf_protocol_core-e820978b53d37caf.rlib" "/opt/rustwide/target/debug/deps/libbytes-f0013ab538e5b627.rlib" "/opt/rustwide/target/debug/deps/librand-aa7fea2850099bbc.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-642fd9ff750ca88b.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-7ffbc896c270f9dc.rlib" "/opt/rustwide/target/debug/deps/librand_core-1134026a8ae36fd3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-dd7e18dfba777ba5.rlib" "/opt/rustwide/target/debug/deps/liblibc-7d27ad64177ec74e.rlib" "/opt/rustwide/target/debug/deps/liblog-f0de19a594642a2d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.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" "-lutil" "-ldl" "-lutil" "-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/topic_ops-cb1d51daa776260f" "-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 `topic-ops` 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" "b8258075219bb1f3d85564b6df0287debd88c85514acd53d86842c71429ad94c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8258075219bb1f3d85564b6df0287debd88c85514acd53d86842c71429ad94c", kill_on_drop: false }` [INFO] [stdout] b8258075219bb1f3d85564b6df0287debd88c85514acd53d86842c71429ad94c