[INFO] cloning repository https://github.com/dmweis/IronLSS [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dmweis/IronLSS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmweis%2FIronLSS", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmweis%2FIronLSS'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc337ca890398bbeb072621939d8431eb17500b7 [INFO] testing dmweis/IronLSS against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmweis%2FIronLSS" "/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/dmweis/IronLSS on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dmweis/IronLSS [INFO] finished tweaking git repo https://github.com/dmweis/IronLSS [INFO] tweaked toml for git repo https://github.com/dmweis/IronLSS written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9a15186f02746cadc8dbf7b9442634447805e21f0f3bf686d9fbdcaf8d729be [INFO] running `Command { std: "docker" "start" "-a" "e9a15186f02746cadc8dbf7b9442634447805e21f0f3bf686d9fbdcaf8d729be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9a15186f02746cadc8dbf7b9442634447805e21f0f3bf686d9fbdcaf8d729be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9a15186f02746cadc8dbf7b9442634447805e21f0f3bf686d9fbdcaf8d729be", kill_on_drop: false }` [INFO] [stdout] e9a15186f02746cadc8dbf7b9442634447805e21f0f3bf686d9fbdcaf8d729be [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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec6ef0b37823533f89d81f8c7b3d72570ad9b0c21f962e91747a3a16b5e90fda [INFO] running `Command { std: "docker" "start" "-a" "ec6ef0b37823533f89d81f8c7b3d72570ad9b0c21f962e91747a3a16b5e90fda", 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling serialport v4.1.0 [INFO] [stderr] Compiling mio-serial v5.0.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling tokio-serial v5.4.3 [INFO] [stderr] Compiling lss_driver v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.42s [INFO] running `Command { std: "docker" "inspect" "ec6ef0b37823533f89d81f8c7b3d72570ad9b0c21f962e91747a3a16b5e90fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec6ef0b37823533f89d81f8c7b3d72570ad9b0c21f962e91747a3a16b5e90fda", kill_on_drop: false }` [INFO] [stdout] ec6ef0b37823533f89d81f8c7b3d72570ad9b0c21f962e91747a3a16b5e90fda [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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e846aa428fa5b82398759a86915a9bb24b1db23224e1cead7579ba18386590f [INFO] running `Command { std: "docker" "start" "-a" "2e846aa428fa5b82398759a86915a9bb24b1db23224e1cead7579ba18386590f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling ctrlc v3.2.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling mio-serial v5.0.2 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling async-global-executor v2.0.4 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling async-std v1.11.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-serial v5.4.3 [INFO] [stderr] Compiling lss_driver v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `lss_driver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lss_driver --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=9e330e3bc6ed8523 -C extra-filename=-9e330e3bc6ed8523 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-e7a62077d986570a.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-eeb2432808f21b15.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5a7e084e5f8630be.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lss_driver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name replay_mode --edition=2021 examples/replay_mode.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=86da4805ecbe085b -C extra-filename=-86da4805ecbe085b --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-e7a62077d986570a.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-eeb2432808f21b15.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5a7e084e5f8630be.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib --extern lss_driver=/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.rename.7791c95d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce.6byqozlpn9nkv80.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib" "/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib" "/opt/rustwide/target/debug/deps/libmio_serial-7b65dfc0bc3b8af4.rlib" "/opt/rustwide/target/debug/deps/libserialport-4b35d5ea5afa9146.rlib" "/opt/rustwide/target/debug/deps/libnix-6e4b687278aaf564.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad14ed7792de2c4c.rlib" "/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-f37f6138ca984957.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-1685bf254ef0868a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c0ccab53f7540091.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-2ae458a46da8d250.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-75aea577ef225ea7.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib" "/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib" "/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib" "/opt/rustwide/target/debug/deps/libmio-4bec045022c61e8e.rlib" "/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libclap-e6a268075a0d61a4.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-0acf26cd5757886f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6ef757d3f1052dbb.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libatty-99d556930ac09c55.rlib" "/opt/rustwide/target/debug/deps/libansi_term-cf230369650aa732.rlib" "/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-1947debe2707eb04.rlib" "/opt/rustwide/target/debug/deps/libblocking-d67d6897a74f13f3.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-9d04c0322d3474cc.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-cf1ceb706270182d.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-b9c50d958109de28.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-cdfb323bc6cebd5c.rlib" "/opt/rustwide/target/debug/deps/libasync_task-758c4e9607c3209e.rlib" "/opt/rustwide/target/debug/deps/libasync_io-acd1c00ba779730d.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libpolling-8d2faa7d0ce1320f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2001554701dc9572.rlib" "/opt/rustwide/target/debug/deps/libsocket2-596bab791a76cd85.rlib" "/opt/rustwide/target/debug/deps/liblibc-8264337ecea83e22.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-167df8810fbf2c33.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libfastrand-6352fe4efbee2d32.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-d84763990f78330e.rlib" "/opt/rustwide/target/debug/deps/libparking-3031ff4351ece351.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-bc69f05f921d553c.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-bdc5693c90062f0f.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-9956d0b44bb0842d.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-62a4fa632318dc94.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-a1ce1d3e448f6cfc.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-68f19354b16be606.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-299f420b688515a8.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-f21cbfc2d1a5c31e.rlib" "/opt/rustwide/target/debug/deps/liblog-900a81742737b057.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-b423b2a1bbc5fb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/rename-926842ad42e52dce" "-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 `lss_driver` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.color.1a4ad760-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb.zymjgdocfrtp3np.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib" "/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib" "/opt/rustwide/target/debug/deps/libmio_serial-7b65dfc0bc3b8af4.rlib" "/opt/rustwide/target/debug/deps/libserialport-4b35d5ea5afa9146.rlib" "/opt/rustwide/target/debug/deps/libnix-6e4b687278aaf564.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ad14ed7792de2c4c.rlib" "/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-f37f6138ca984957.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-1685bf254ef0868a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c0ccab53f7540091.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-2ae458a46da8d250.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-75aea577ef225ea7.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib" "/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib" "/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib" "/opt/rustwide/target/debug/deps/libmio-4bec045022c61e8e.rlib" "/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libclap-e6a268075a0d61a4.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-0acf26cd5757886f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6ef757d3f1052dbb.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libatty-99d556930ac09c55.rlib" "/opt/rustwide/target/debug/deps/libansi_term-cf230369650aa732.rlib" "/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-1947debe2707eb04.rlib" "/opt/rustwide/target/debug/deps/libblocking-d67d6897a74f13f3.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-9d04c0322d3474cc.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-cf1ceb706270182d.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-b9c50d958109de28.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-cdfb323bc6cebd5c.rlib" "/opt/rustwide/target/debug/deps/libasync_task-758c4e9607c3209e.rlib" "/opt/rustwide/target/debug/deps/libasync_io-acd1c00ba779730d.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libpolling-8d2faa7d0ce1320f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2001554701dc9572.rlib" "/opt/rustwide/target/debug/deps/libsocket2-596bab791a76cd85.rlib" "/opt/rustwide/target/debug/deps/liblibc-8264337ecea83e22.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-167df8810fbf2c33.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libfastrand-6352fe4efbee2d32.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-d84763990f78330e.rlib" "/opt/rustwide/target/debug/deps/libparking-3031ff4351ece351.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-bc69f05f921d553c.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-bdc5693c90062f0f.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-9956d0b44bb0842d.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-62a4fa632318dc94.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-a1ce1d3e448f6cfc.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-68f19354b16be606.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-299f420b688515a8.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-f21cbfc2d1a5c31e.rlib" "/opt/rustwide/target/debug/deps/liblog-900a81742737b057.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-b423b2a1bbc5fb60.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/color-c72aa19735305acb" "-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 `lss_driver` due to 2 previous errors [INFO] [stderr] error: could not compile `lss_driver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name speedy --edition=2021 examples/speedy.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=ed0bfe4f0a7b21eb -C extra-filename=-ed0bfe4f0a7b21eb --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-e7a62077d986570a.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-eeb2432808f21b15.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5a7e084e5f8630be.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib --extern lss_driver=/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `lss_driver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name detect_all_settings --edition=2021 examples/detect_all_settings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4f983d9012a1608a -C extra-filename=-4f983d9012a1608a --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-e7a62077d986570a.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-eeb2432808f21b15.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5a7e084e5f8630be.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib --extern lss_driver=/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `lss_driver` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name filter_count_test --edition=2021 examples/filter_count_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4544a942bd1fa6d1 -C extra-filename=-4544a942bd1fa6d1 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-e7a62077d986570a.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-56703b4b39b67c61.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-eeb2432808f21b15.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5a7e084e5f8630be.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-89488f2c9f5e91d7.rlib --extern lss_driver=/opt/rustwide/target/debug/deps/liblss_driver-74821a950d2775e7.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-e0a429c1b8f35b05.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d2e5194b633ee965.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8aeb0ec4060ab058.rlib --extern tokio_serial=/opt/rustwide/target/debug/deps/libtokio_serial-13549e05ea114081.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-006ee9081a9c7959.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2e846aa428fa5b82398759a86915a9bb24b1db23224e1cead7579ba18386590f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e846aa428fa5b82398759a86915a9bb24b1db23224e1cead7579ba18386590f", kill_on_drop: false }` [INFO] [stdout] 2e846aa428fa5b82398759a86915a9bb24b1db23224e1cead7579ba18386590f