[INFO] cloning repository https://github.com/andanao/pyo3_sandbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andanao/pyo3_sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandanao%2Fpyo3_sandbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandanao%2Fpyo3_sandbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c3670172d373892dad1a0618e633f90c11c458a [INFO] testing andanao/pyo3_sandbox against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandanao%2Fpyo3_sandbox" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/andanao/pyo3_sandbox [INFO] finished tweaking git repo https://github.com/andanao/pyo3_sandbox [INFO] tweaked toml for git repo https://github.com/andanao/pyo3_sandbox written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/andanao/pyo3_sandbox on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/andanao/pyo3_sandbox already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b72fb1ff14e07c0adbb5b58f7cec3426994602e1f7f854498d261463d22433a7 [INFO] running `Command { std: "docker" "start" "-a" "b72fb1ff14e07c0adbb5b58f7cec3426994602e1f7f854498d261463d22433a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b72fb1ff14e07c0adbb5b58f7cec3426994602e1f7f854498d261463d22433a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b72fb1ff14e07c0adbb5b58f7cec3426994602e1f7f854498d261463d22433a7", kill_on_drop: false }` [INFO] [stdout] b72fb1ff14e07c0adbb5b58f7cec3426994602e1f7f854498d261463d22433a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2abe5aac2e565349db5450f270abd08e7c5289834e047a217fd6ab83d80d80fd [INFO] running `Command { std: "docker" "start" "-a" "2abe5aac2e565349db5450f270abd08e7c5289834e047a217fd6ab83d80d80fd", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.156 [INFO] [stderr] Compiling unindent v0.2.3 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling pyo3-build-config v0.22.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.74 [INFO] [stderr] Compiling pyo3-macros-backend v0.22.2 [INFO] [stderr] Compiling pyo3-ffi v0.22.2 [INFO] [stderr] Compiling pyo3 v0.22.2 [INFO] [stderr] Compiling pyo3-macros v0.22.2 [INFO] [stderr] Compiling pyo3-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.16s [INFO] running `Command { std: "docker" "inspect" "2abe5aac2e565349db5450f270abd08e7c5289834e047a217fd6ab83d80d80fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2abe5aac2e565349db5450f270abd08e7c5289834e047a217fd6ab83d80d80fd", kill_on_drop: false }` [INFO] [stdout] 2abe5aac2e565349db5450f270abd08e7c5289834e047a217fd6ab83d80d80fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e00c56ca735e0944981babb9abf44eacbd55358b56d250fa937f5bf9e38a61ce [INFO] running `Command { std: "docker" "start" "-a" "e00c56ca735e0944981babb9abf44eacbd55358b56d250fa937f5bf9e38a61ce", kill_on_drop: false }` [INFO] [stderr] Compiling pyo3-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustceOY9K1/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libpyo3_test,libpyo3-dfeb6d7a11b8b7b4,libcfg_if-33ef6c02a07f9fec,libmemoffset-6c1e6db7021965d9,libonce_cell-24c5d665b6879050,libpyo3_ffi-cb2174e611a97d0a,liblibc-89777c190cc09aa7,libunindent-df02e22db51b2e3a}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustceOY9K1/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lib-ccc8b5e4ca76aa3a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: PyBytes_AsString [INFO] [stdout] >>> referenced by bytes.rs:193 (src/types/bytes.rs:193) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:(>::as_bytes) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyBytes_Size [INFO] [stdout] >>> referenced by bytes.rs:194 (src/types/bytes.rs:194) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:(>::as_bytes) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyUnicode_AsEncodedString [INFO] [stdout] >>> referenced by string.rs:416 (src/types/string.rs:416) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:(>::to_string_lossy) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyUnicode_AsUTF8AndSize [INFO] [stdout] >>> referenced by string.rs:377 (src/types/string.rs:377) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:(>::to_str) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: _Py_Dealloc [INFO] [stdout] >>> referenced by object.rs:611 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.22.2/src/object.rs:611) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as core::ops::drop::Drop>::drop) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced by object.rs:611 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.22.2/src/object.rs:611) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as core::ops::drop::Drop>::drop) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced by object.rs:611 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.22.2/src/object.rs:611) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as core::ops::drop::Drop>::drop) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced 4 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyType_GetName [INFO] [stdout] >>> referenced by typeobject.rs:178 (src/types/typeobject.rs:178) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as pyo3::types::typeobject::PyTypeMethods>::name) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyObject_Str [INFO] [stdout] >>> referenced by any.rs:2285 (src/types/any.rs:2285) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as pyo3::types::any::PyAnyMethods>::str) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyObject_Repr [INFO] [stdout] >>> referenced by any.rs:2277 (src/types/any.rs:2277) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.00.rcgu.o:( as pyo3::types::any::PyAnyMethods>::repr) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyExc_TypeError [INFO] [stdout] >>> referenced by exceptions.rs:309 (src/exceptions.rs:309) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::type_object_raw::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced by exceptions.rs:309 (src/exceptions.rs:309) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::type_object_raw::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyExc_BaseException [INFO] [stdout] >>> referenced by exceptions.rs:309 (src/exceptions.rs:309) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::type_object_raw::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced by exceptions.rs:309 (src/exceptions.rs:309) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::type_object_raw::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyException_GetTraceback [INFO] [stdout] >>> referenced by err_state.rs:40 (src/err/err_state.rs:40) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::ptraceback) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_GetRaisedException [INFO] [stdout] >>> referenced by err_state.rs:48 (src/err/err_state.rs:48) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::take) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetRaisedException [INFO] [stdout] >>> referenced by err_state.rs:206 (src/err/err_state.rs:206) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(::restore) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetObject [INFO] [stdout] >>> referenced by err_state.rs:246 (src/err/err_state.rs:246) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(pyo3::err::err_state::raise_lazy) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetString [INFO] [stdout] >>> referenced by err_state.rs:241 (src/err/err_state.rs:241) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.02.rcgu.o:(pyo3::err::err_state::raise_lazy) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: Py_IsInitialized [INFO] [stdout] >>> referenced by gil.rs:199 (src/gil.rs:199) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(::acquire::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] >>> referenced by gil.rs:80 (src/gil.rs:80) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(pyo3::gil::prepare_freethreaded_python::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: Py_InitializeEx [INFO] [stdout] >>> referenced by gil.rs:81 (src/gil.rs:81) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(pyo3::gil::prepare_freethreaded_python::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyEval_SaveThread [INFO] [stdout] >>> referenced by gil.rs:84 (src/gil.rs:84) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(pyo3::gil::prepare_freethreaded_python::{closure#0}) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyGILState_Ensure [INFO] [stdout] >>> referenced by gil.rs:224 (src/gil.rs:224) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(::acquire_unchecked) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyGILState_Release [INFO] [stdout] >>> referenced by gil.rs:273 (src/gil.rs:273) [INFO] [stdout] >>> pyo3-dfeb6d7a11b8b7b4.pyo3.d15c8ed9d0121bf5-cgu.03.rcgu.o:(::drop) in archive /opt/rustwide/target/debug/deps/libpyo3-dfeb6d7a11b8b7b4.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pyo3-test` (test "lib") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e00c56ca735e0944981babb9abf44eacbd55358b56d250fa937f5bf9e38a61ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e00c56ca735e0944981babb9abf44eacbd55358b56d250fa937f5bf9e38a61ce", kill_on_drop: false }` [INFO] [stdout] e00c56ca735e0944981babb9abf44eacbd55358b56d250fa937f5bf9e38a61ce