[INFO] updating cached repository https://github.com/clbarnes/ncollpyde [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 81eabedf40fac96479d4be52c82c1e4c10719d6e [INFO] testing clbarnes/ncollpyde against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclbarnes%2Fncollpyde" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clbarnes/ncollpyde on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/clbarnes/ncollpyde [INFO] finished tweaking git repo https://github.com/clbarnes/ncollpyde [INFO] tweaked toml for git repo https://github.com/clbarnes/ncollpyde written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/clbarnes/ncollpyde already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "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] 71524cb37f6187fa100c2ec0f9dc80b83b0720b980ec78cd0fc881986a484ba0 [INFO] running `"docker" "start" "-a" "71524cb37f6187fa100c2ec0f9dc80b83b0720b980ec78cd0fc881986a484ba0"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling inventory v0.1.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling slotmap v0.4.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling nalgebra v0.19.0 [INFO] [stderr] Compiling pyo3-derive-backend v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling paste-impl v0.1.10 [INFO] [stderr] Compiling indoc-impl v0.3.5 [INFO] [stderr] Compiling ctor v0.1.14 [INFO] [stderr] Compiling inventory-impl v0.1.6 [INFO] [stderr] Compiling paste v0.1.10 [INFO] [stderr] Compiling pyo3cls v0.8.5 [INFO] [stderr] Compiling indoc v0.3.5 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling ncollide3d v0.21.0 [INFO] [stderr] Compiling pyo3 v0.8.5 [INFO] [stderr] Compiling ncollpyde v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `"docker" "inspect" "71524cb37f6187fa100c2ec0f9dc80b83b0720b980ec78cd0fc881986a484ba0"` [INFO] running `"docker" "rm" "-f" "71524cb37f6187fa100c2ec0f9dc80b83b0720b980ec78cd0fc881986a484ba0"` [INFO] [stdout] 71524cb37f6187fa100c2ec0f9dc80b83b0720b980ec78cd0fc881986a484ba0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 73d84e0e4f6825e231ada8c06d23fc0ef609f51c7db61eaed546ad2615718c7b [INFO] running `"docker" "start" "-a" "73d84e0e4f6825e231ada8c06d23fc0ef609f51c7db61eaed546ad2615718c7b"` [INFO] [stderr] Compiling ncollpyde v0.5.0 (/opt/rustwide/workdir) [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77" "/opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ar82ufb2dlqpfxj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a6274e2eaafd361e.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2c85f64fb49c1603.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ed84df1a106a13ed.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e159833bdb71170b.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-5f1c8c824853fda4.rlib" "/opt/rustwide/target/debug/deps/librayon-85167a6ad67dcdee.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_queue-d0799fa330d7eb82.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/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib" "/opt/rustwide/target/debug/deps/libspin-f189c07b59d1dace.rlib" "/opt/rustwide/target/debug/deps/libunindent-b637888b107de8fe.rlib" "/opt/rustwide/target/debug/deps/libinventory-f6cee245fa36c464.rlib" "/opt/rustwide/target/debug/deps/libindoc-c400e09a5a11963a.rlib" "/opt/rustwide/target/debug/deps/libpaste-9ea10c5962edc1f2.rlib" "/opt/rustwide/target/debug/deps/libncollide3d-2ffaf27112f6f315.rlib" "/opt/rustwide/target/debug/deps/libslotmap-972b4c11a7b9f7b6.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-2824e7579974c79f.rlib" "/opt/rustwide/target/debug/deps/libordermap-f7c17e5a941cd8ad.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-b9a95171887b9d88.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7f6296e1dbefcf24.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libslab-d3206e5bd8666d5d.rlib" "/opt/rustwide/target/debug/deps/libeither-a6b16bbbb9ea9c88.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-f4dad427c1094294.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-c39b60994fbd8b43.rlib" "/opt/rustwide/target/debug/deps/libalga-0304b270cb14c0fd.rlib" "/opt/rustwide/target/debug/deps/librand_distr-e1e7c49ff902371a.rlib" "/opt/rustwide/target/debug/deps/librand-35f3fd6b129f1368.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cca8b2451a4e04a3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-bc80430b8a7c0f1e.rlib" "/opt/rustwide/target/debug/deps/librand_core-9c9e87cdf4519e3b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1515ef92041a5c6a.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-962811fc2fd15bf8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d2df4666148adda0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-811572d0d5e22687.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-d4c4efc75da60b2e.rlib" "/opt/rustwide/target/debug/deps/librawpointer-e48b6298ef516ae1.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f8978b9d645a47ee.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f3ded0b1bdfad787.rlib" "/opt/rustwide/target/debug/deps/libapprox-10809de6afafa339.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fcb5d9c740af1a26.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.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/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.8.rcgu.o: In function `pyo3::python::Python::allow_threads': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/python.rs:129: undefined reference to `PyEval_SaveThread' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/python.rs:131: undefined reference to `PyEval_RestoreThread' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.8.rcgu.o: In function `pyo3::python::Python::allow_threads': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/python.rs:129: undefined reference to `PyEval_SaveThread' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/python.rs:131: undefined reference to `PyEval_RestoreThread' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::list:: for alloc::vec::Vec>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:196: undefined reference to `PyList_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:199: undefined reference to `PyList_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::list:: for alloc::vec::Vec>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:196: undefined reference to `PyList_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:199: undefined reference to `PyList_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::list:: for alloc::vec::Vec>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:196: undefined reference to `PyList_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:199: undefined reference to `PyList_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::list:: for alloc::vec::Vec>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:196: undefined reference to `PyList_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:199: undefined reference to `PyList_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::list:: for alloc::vec::Vec>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:196: undefined reference to `PyList_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/list.rs:199: undefined reference to `PyList_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.1.rcgu.o: In function `pyo3::types::tuple:: for (A, B)>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/tuple.rs:166: undefined reference to `PyTuple_New' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/tuple.rs:167: undefined reference to `PyTuple_SetItem' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/tuple.rs:167: undefined reference to `PyTuple_SetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.14.rcgu.o: In function `pyo3::types::sequence::PySequence::len': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/sequence.rs:23: undefined reference to `PySequence_Size' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.14.rcgu.o: In function `::try_from': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/sequence.rs:289: undefined reference to `PySequence_Check' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.15.rcgu.o: In function `pyo3::types::iterator::PyIterator::from_object': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/iterator.rs:42: undefined reference to `PyObject_GetIter' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.3.rcgu.o: In function `pyo3::err::PyErr::restore': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/err.rs:326: undefined reference to `PyErr_Restore' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.3.rcgu.o: In function `pyo3::buffer::PyBuffer::to_vec_impl': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/buffer.rs:505: undefined reference to `PyBuffer_ToContiguous' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.3.rcgu.o: In function `pyo3::buffer::PyBuffer::to_vec_impl': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/buffer.rs:505: undefined reference to `PyBuffer_ToContiguous' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.4.rcgu.o: In function `pyo3::ffi::boolobject::Py_True': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/ffi/boolobject.rs:29: undefined reference to `_Py_TrueStruct' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.4.rcgu.o: In function `pyo3::ffi::boolobject::Py_False': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/ffi/boolobject.rs:24: undefined reference to `_Py_FalseStruct' [INFO] [stderr] /opt/rustwide/target/debug/deps/ncollpyde-3b9d3a8c1b598e77.ncollpyde.lxzd36zd-cgu.4.rcgu.o: In function `pyo3::ffi::objectabstract::PyIter_Check': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/ffi/objectabstract.rs:(.text._ZN4pyo33ffi14objectabstract12PyIter_Check17he2b067d9b7b93cdbE+0x35): undefined reference to `_PyObject_NextNotImplemented' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.0.rcgu.o): In function `pyo3::err::PyErr::occurred': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/err.rs:156: undefined reference to `PyErr_Occurred' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.0.rcgu.o): In function `pyo3::err::PyErr::fetch': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/err.rs:167: undefined reference to `PyErr_Fetch' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.0.rcgu.o): In function `pyo3::err::panic_after_error': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/err.rs:519: undefined reference to `PyErr_Print' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::str': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/objectprotocol.rs:318: undefined reference to `PyObject_Str' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `pyo3::types::floatob::PyFloat::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/floatob.rs:33: undefined reference to `PyFloat_FromDouble' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `pyo3::types::floatob::::extract': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/floatob.rs:58: undefined reference to `PyFloat_AsDouble' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::init_type': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/exceptions.rs:225: undefined reference to `PyExc_BufferError' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::init_type': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/exceptions.rs:225: undefined reference to `PyExc_OverflowError' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::init_type': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/exceptions.rs:225: undefined reference to `PyExc_SystemError' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::init_type': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/exceptions.rs:225: undefined reference to `PyExc_TypeError' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.11.rcgu.o): In function `::init_type': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/exceptions.rs:225: undefined reference to `PyExc_UnicodeDecodeError' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::buffer::PyBuffer::get': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/buffer.rs:173: undefined reference to `PyObject_GetBuffer' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::buffer::PyBuffer::release': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/buffer.rs:583: undefined reference to `PyBuffer_Release' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/buffer.rs:603: undefined reference to `PyBuffer_Release' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::types::dict::PyDict::copy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/dict.rs:54: undefined reference to `PyDict_Copy' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::types::dict::PyDict::len': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/dict.rs:66: undefined reference to `PyDict_Size' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::types::dict::PyDict::get_item::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/dict.rs:97: undefined reference to `PyDict_GetItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `pyo3::types::dict::PyDict::del_item::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/dict.rs:122: undefined reference to `PyDict_DelItem' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.13.rcgu.o): In function `::next': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/dict.rs:180: undefined reference to `PyDict_Next' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.2.rcgu.o): In function `::next': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/iterator.rs:69: undefined reference to `PyIter_Next' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.3.rcgu.o): In function `pyo3::ffi::object::Py_DECREF': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/ffi/object.rs:933: undefined reference to `_Py_Dealloc' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.3.rcgu.o): In function `pyo3::ffi::object::Py_None': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/ffi/object.rs:975: undefined reference to `_Py_NoneStruct' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.6.rcgu.o): In function `pyo3::type_object::PyRawObject::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/type_object.rs:107: undefined reference to `PyType_GenericAlloc' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.6.rcgu.o): In function `pyo3::types::num:: for u64>::into_py': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/num.rs:182: undefined reference to `PyLong_FromUnsignedLongLong' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.6.rcgu.o): In function `pyo3::types::num::::extract': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/num.rs:189: undefined reference to `PyNumber_Index' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/num.rs:193: undefined reference to `PyLong_AsUnsignedLongLong' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.7.rcgu.o): In function `pyo3::types::tuple::PyTuple::slice': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/tuple.rs:61: undefined reference to `PyTuple_GetSlice' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `pyo3::gil::prepare_freethreaded_python::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:43: undefined reference to `Py_IsInitialized' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:52: undefined reference to `PyEval_ThreadsInitialized' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:47: undefined reference to `PyEval_ThreadsInitialized' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:61: undefined reference to `Py_InitializeEx' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:66: undefined reference to `PyEval_InitThreads' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:72: undefined reference to `PyEval_SaveThread' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `::drop': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:116: undefined reference to `PyGILState_Release' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `pyo3::gil::GILGuard::acquire': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/gil.rs:257: undefined reference to `PyGILState_Ensure' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `pyo3::types::string::PyString::new': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/string.rs:36: undefined reference to `PyUnicode_FromStringAndSize' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `pyo3::types::string::PyString::as_bytes': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/string.rs:58: undefined reference to `PyUnicode_AsUTF8AndSize' [INFO] [stderr] /opt/rustwide/target/debug/deps/libpyo3-58a4ee2a21078d5a.rlib(pyo3-58a4ee2a21078d5a.pyo3.xbizgm6s-cgu.8.rcgu.o): In function `pyo3::types::string::PyString::to_string_lossy': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/string.rs:83: undefined reference to `PyUnicode_AsEncodedString' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/string.rs:94: undefined reference to `PyBytes_AsString' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.8.5/src/types/string.rs:96: undefined reference to `PyBytes_Size' [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 `ncollpyde`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "73d84e0e4f6825e231ada8c06d23fc0ef609f51c7db61eaed546ad2615718c7b"` [INFO] running `"docker" "rm" "-f" "73d84e0e4f6825e231ada8c06d23fc0ef609f51c7db61eaed546ad2615718c7b"` [INFO] [stdout] 73d84e0e4f6825e231ada8c06d23fc0ef609f51c7db61eaed546ad2615718c7b