[INFO] crate lather 0.0.0 is already in cache [INFO] testing lather-0.0.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate lather 0.0.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate lather 0.0.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate lather 0.0.0 [INFO] finished tweaking crates.io crate lather 0.0.0 [INFO] tweaked toml for crates.io crate lather 0.0.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27ef164d0d794a2f5d49870b9caf70d71e1362637e02f7868b2b87be58858ea8 [INFO] running `"docker" "start" "-a" "27ef164d0d794a2f5d49870b9caf70d71e1362637e02f7868b2b87be58858ea8"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ndarray v0.9.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling cpython v0.1.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling inflate v0.2.0 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling quadrature v0.1.2 [INFO] [stderr] Compiling gnuplot v0.0.22 [INFO] [stderr] Compiling rust-ini v0.10.3 [INFO] [stderr] Compiling GSL v0.4.31 [INFO] [stderr] Compiling itertools v0.6.5 [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 num-iter v0.1.40 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling png v0.9.0 [INFO] [stderr] Compiling rulinalg v0.4.2 [INFO] [stderr] Compiling rustfft v2.1.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling python3-sys v0.1.3 [INFO] [stderr] Compiling numpy v0.2.1 [INFO] [stderr] Compiling lather v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | / py_class!(class PySimulation |py| { [INFO] [stderr] 50 | | data sim: RefCell; [INFO] [stderr] 51 | | [INFO] [stderr] 52 | | def __new__(_cls, filename: &str) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/simulation.rs:348:13 [INFO] [stderr] | [INFO] [stderr] 6 | use std::fmt::Write; [INFO] [stderr] | --------------- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 348 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 84 | for (input, mut output) in bis_data.iter().zip(bisectors.as_slice_mut().unwrap()) { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.bench.d18onlwc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee" "/opt/rustwide/target/debug/deps/bench-08d0bd13bf8d49ee.typwnkoeedh4s45.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblather.rlib" "/opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib" "/opt/rustwide/target/debug/deps/libc_vec-51159ab0c7c1eab1.rlib" "/opt/rustwide/target/debug/deps/libquadrature-a2d0de87ecef903d.rlib" "/opt/rustwide/target/debug/deps/librulinalg-22caf073b5eecce6.rlib" "/opt/rustwide/target/debug/deps/libnum-65d486bcc34c565f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a9121b727fa3a111.rlib" "/opt/rustwide/target/debug/deps/librustfft-91beedf3d76753ab.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9032d7a2d99629ef.rlib" "/opt/rustwide/target/debug/deps/librand-c361fc138ff86d08.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/libini-aefa6b0f3b641d84.rlib" "/opt/rustwide/target/debug/deps/librayon-fe1bb7bbc9139fa5.rlib" "/opt/rustwide/target/debug/deps/librayon_core-a00d1faefd8cd2cc.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0a6c1de049e73e29.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8d85f669e2dcd466.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a56f25f937190d35.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e335d69753d979bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b27398db00870af9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d0799fa330d7eb82.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libnumpy-4b85c4bdacdcc1f3.rlib" "/opt/rustwide/target/debug/deps/libndarray-1fe1e8bb398d721d.rlib" "/opt/rustwide/target/debug/deps/libitertools-a2b996669fb48b66.rlib" "/opt/rustwide/target/debug/deps/libeither-f74d019d6d596424.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-4596ec347f169968.rlib" "/opt/rustwide/target/debug/deps/librawpointer-8511a3c6951f373b.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e746cdd2ac649290.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libcpython-f6d826c17881ee2e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "/opt/rustwide/target/debug/deps/libpython3_sys-0045ebfb54d5f563.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libbencher-614f0c7e7453ce6a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib(rgsl-0ca856bfc94b4a35.rgsl.8wcl56am-cgu.4.rcgu.o): In function `rgsl::types::interpolation::InterpType::cspline': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-0.4.31/src/types/interpolation.rs:186: undefined reference to `gsl_interp_cspline' [INFO] [stderr] /opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib(rgsl-0ca856bfc94b4a35.rgsl.8wcl56am-cgu.4.rcgu.o): In function `rgsl::types::interpolation::Spline::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-0.4.31/src/types/interpolation.rs:236: undefined reference to `gsl_spline_alloc' [INFO] [stderr] /opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib(rgsl-0ca856bfc94b4a35.rgsl.8wcl56am-cgu.4.rcgu.o): In function `rgsl::types::interpolation::Spline::init': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-0.4.31/src/types/interpolation.rs:248: undefined reference to `gsl_spline_init' [INFO] [stderr] /opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib(rgsl-0ca856bfc94b4a35.rgsl.8wcl56am-cgu.4.rcgu.o): In function `rgsl::types::interpolation::Spline::eval': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-0.4.31/src/types/interpolation.rs:266: undefined reference to `gsl_spline_eval' [INFO] [stderr] /opt/rustwide/target/debug/deps/librgsl-0ca856bfc94b4a35.rlib(rgsl-0ca856bfc94b4a35.rgsl.8wcl56am-cgu.4.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-0.4.31/src/types/interpolation.rs:300: undefined reference to `gsl_spline_free' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `lather`. [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 `"docker" "inspect" "27ef164d0d794a2f5d49870b9caf70d71e1362637e02f7868b2b87be58858ea8"` [INFO] running `"docker" "rm" "-f" "27ef164d0d794a2f5d49870b9caf70d71e1362637e02f7868b2b87be58858ea8"` [INFO] [stdout] 27ef164d0d794a2f5d49870b9caf70d71e1362637e02f7868b2b87be58858ea8