[INFO] fetching crate pymbusparser 0.0.7... [INFO] testing pymbusparser-0.0.7 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate pymbusparser 0.0.7 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate pymbusparser 0.0.7 [INFO] finished tweaking crates.io crate pymbusparser 0.0.7 [INFO] tweaked toml for crates.io crate pymbusparser 0.0.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pymbusparser 0.0.7 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pymbusparser 0.0.7 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unindent v0.2.3 [INFO] [stderr] Downloaded pyo3-macros v0.25.0 [INFO] [stderr] Downloaded indoc v2.0.5 [INFO] [stderr] Downloaded csv-core v0.1.11 [INFO] [stderr] Downloaded pyo3-build-config v0.25.0 [INFO] [stderr] Downloaded pyo3-ffi v0.25.0 [INFO] [stderr] Downloaded pyo3-macros-backend v0.25.0 [INFO] [stderr] Downloaded python3-dll-a v0.2.12 [INFO] [stderr] Downloaded target-lexicon v0.13.2 [INFO] [stderr] Downloaded bindgen v0.72.0 [INFO] [stderr] Downloaded pyo3 v0.25.0 [INFO] [stderr] Downloaded m-bus-parser v0.0.27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93a03d7f7056a18a1e1702cb587c77241ab14e8cc60866ac785251bd6a4566b9 [INFO] running `Command { std: "docker" "start" "-a" "93a03d7f7056a18a1e1702cb587c77241ab14e8cc60866ac785251bd6a4566b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93a03d7f7056a18a1e1702cb587c77241ab14e8cc60866ac785251bd6a4566b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93a03d7f7056a18a1e1702cb587c77241ab14e8cc60866ac785251bd6a4566b9", kill_on_drop: false }` [INFO] [stdout] 93a03d7f7056a18a1e1702cb587c77241ab14e8cc60866ac785251bd6a4566b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e5b3bdea1e0f9f00472dd06348d4c815d3df759dbfc7e9698a4fb0eeb62d221 [INFO] running `Command { std: "docker" "start" "-a" "1e5b3bdea1e0f9f00472dd06348d4c815d3df759dbfc7e9698a4fb0eeb62d221", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling python3-dll-a v0.2.12 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling unindent v0.2.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling pyo3-build-config v0.25.0 [INFO] [stderr] Compiling pyo3-ffi v0.25.0 [INFO] [stderr] Compiling pyo3-macros-backend v0.25.0 [INFO] [stderr] Compiling pyo3 v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling pyo3-macros v0.25.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling m-bus-parser v0.0.27 [INFO] [stderr] Compiling pymbusparser v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.75s [INFO] running `Command { std: "docker" "inspect" "1e5b3bdea1e0f9f00472dd06348d4c815d3df759dbfc7e9698a4fb0eeb62d221", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e5b3bdea1e0f9f00472dd06348d4c815d3df759dbfc7e9698a4fb0eeb62d221", kill_on_drop: false }` [INFO] [stdout] 1e5b3bdea1e0f9f00472dd06348d4c815d3df759dbfc7e9698a4fb0eeb62d221 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a5c01dc64f2b8b3d7b026017d7189405b51e1f926e96d47e2c7584693f42226 [INFO] running `Command { std: "docker" "start" "-a" "9a5c01dc64f2b8b3d7b026017d7189405b51e1f926e96d47e2c7584693f42226", kill_on_drop: false }` [INFO] [stderr] Compiling pymbusparser v0.0.7 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcAaaokG/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libpyo3-2c908441e4572405,libmemoffset-d097e3ee30e4731d,libonce_cell-debe7c411cf97340,libpyo3_ffi-fc76aad167ff92d5,libunindent-df02e22db51b2e3a,libm_bus_parser-0ff9e83f3feb0383,libserde_yaml-110d147f0d805624,libindexmap-7a34578bd52a8484,libequivalent-fdc46004df91ad08,libhashbrown-19954401a582c725,libunsafe_libyaml-7bc1bf218b2f5452,libserde_json-90b3eb5f5552f8f8,libbitflags-18509db37e0b4a10,libarrayvec-8adfc0474638b7df,libprettytable-7ab80e462b399aaf,libis_terminal-a41effcabd1e9455,libcsv-1b199222b884b908,libryu-6b175d60b6f34152,libitoa-d34da3363977f6fb,libcsv_core-49125157a8d1446d,libmemchr-4f0714dc45d95749,libserde-ad014804855163ac,libunicode_width-08b963676a6677c5,libencode_unicode-d7286f5348fd1458,libterm-f3d7988f924dc39c,libdirs_next-9574602b76c40421,libdirs_sys_next-c4a5bfae3c556be3,liblibc-2ac1cb2f7679afc6,libcfg_if-33ef6c02a07f9fec,liblazy_static-b3603208c0de2608,libhex-28742b4ca144387c}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcAaaokG/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/pymbusparser-0be88127902bff49" "-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: PyGILState_Ensure [INFO] [stdout] >>> referenced by pystate.rs:138 (src/pystate.rs:138) [INFO] [stdout] >>> pyo3_ffi-fc76aad167ff92d5.pyo3_ffi.8c71d2f20e1f4886-cgu.0.rcgu.o:(pyo3_ffi::pystate::PyGILState_Ensure::he23ff94cc961d909) in archive /opt/rustwide/target/debug/deps/libpyo3_ffi-fc76aad167ff92d5.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyExc_TypeError [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyTypeError$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::h30ad693f458aa0d9) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyTypeError$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::h30ad693f458aa0d9) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyExc_BaseException [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyBaseException$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::hded36a88262d0684) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyBaseException$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::hded36a88262d0684) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyExc_ValueError [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyValueError$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::hc0c760f2e4106ac0) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by exceptions.rs:282 (src/exceptions.rs:282) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(_$LT$pyo3..exceptions..PyValueError$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::_$u7b$$u7b$closure$u7d$$u7d$::hc0c760f2e4106ac0) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyException_GetTraceback [INFO] [stdout] >>> referenced by err_state.rs:179 (src/err/err_state.rs:179) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(pyo3::err::err_state::PyErrStateNormalized::ptraceback::h846f5d5c57cf9956) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetString [INFO] [stdout] >>> referenced by err_state.rs:357 (src/err/err_state.rs:357) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(pyo3::err::err_state::raise_lazy::hc9f0d7d374b9c184) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetObject [INFO] [stdout] >>> referenced by err_state.rs:362 (src/err/err_state.rs:362) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(pyo3::err::err_state::raise_lazy::hc9f0d7d374b9c184) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_SetRaisedException [INFO] [stdout] >>> referenced by err_state.rs:322 (src/err/err_state.rs:322) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(pyo3::err::err_state::PyErrStateInner::restore::h416fa6ecdb0df50c) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_GetRaisedException [INFO] [stdout] >>> referenced by err_state.rs:190 (src/err/err_state.rs:190) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.15.rcgu.o:(pyo3::err::err_state::PyErrStateNormalized::take::habaee8bd2b0b8e9f) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyObject_GetAttr [INFO] [stdout] >>> referenced by any.rs:984 (src/types/any.rs:984) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.11.rcgu.o:(_$LT$pyo3..instance..Bound$LT$pyo3..types..any..PyAny$GT$$u20$as$u20$pyo3..types..any..PyAnyMethods$GT$::getattr::inner::h5da8e000cdd9aef6) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyImport_Import [INFO] [stdout] >>> referenced by module.rs:88 (src/types/module.rs:88) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.10.rcgu.o:(pyo3::types::module::PyModule::import::ha42d7c3a69397918) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_PrintEx [INFO] [stdout] >>> referenced by mod.rs:349 (src/err/mod.rs:349) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.08.rcgu.o:(pyo3::err::PyErr::print_panic_and_unwind::haf557c2f8e04fa0b) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_NewExceptionWithDoc [INFO] [stdout] >>> referenced by mod.rs:411 (src/err/mod.rs:411) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.08.rcgu.o:(pyo3::err::PyErr::new_type::hfb3dbce3b7254ad3) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_WriteUnraisable [INFO] [stdout] >>> referenced by mod.rs:520 (src/err/mod.rs:520) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.08.rcgu.o:(pyo3::err::PyErr::write_unraisable::hfb5cd6425af69bee) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyErr_Print [INFO] [stdout] >>> referenced by mod.rs:817 (src/err/mod.rs:817) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.08.rcgu.o:(pyo3::err::panic_after_error::h558452c161c5f9cb) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: Py_IsInitialized [INFO] [stdout] >>> referenced by gil.rs:184 (src/gil.rs:184) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::GILGuard::acquire::_$u7b$$u7b$closure$u7d$$u7d$::hadabbaee67c3267d) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by gil.rs:68 (src/gil.rs:68) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::prepare_freethreaded_python::_$u7b$$u7b$closure$u7d$$u7d$::hef394322c7c455bf) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyGILState_Release [INFO] [stdout] >>> referenced by gil.rs:243 (src/gil.rs:243) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(_$LT$pyo3..gil..GILGuard$u20$as$u20$core..ops..drop..Drop$GT$::drop::h8092e53fc2b38b12) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: _Py_Dealloc [INFO] [stdout] >>> referenced by refcount.rs:305 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.25.0/src/refcount.rs:305) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::ReferencePool::update_counts::h52c82cfc53584af8) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by refcount.rs:305 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.25.0/src/refcount.rs:305) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::register_decref::h00a618ec2db62959) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by refcount.rs:305 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.25.0/src/refcount.rs:305) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.00.rcgu.o:(_$LT$pyo3..instance..Bound$LT$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::hb3a9e52d5f078dbd) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced 6 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: Py_InitializeEx [INFO] [stdout] >>> referenced by gil.rs:69 (src/gil.rs:69) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::prepare_freethreaded_python::_$u7b$$u7b$closure$u7d$$u7d$::hef394322c7c455bf) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: PyEval_SaveThread [INFO] [stdout] >>> referenced by gil.rs:72 (src/gil.rs:72) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::prepare_freethreaded_python::_$u7b$$u7b$closure$u7d$$u7d$::hef394322c7c455bf) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.rlib [INFO] [stdout] >>> referenced by gil.rs:304 (src/gil.rs:304) [INFO] [stdout] >>> pyo3-2c908441e4572405.pyo3.ba7d7f6023e587f1-cgu.04.rcgu.o:(pyo3::gil::SuspendGIL::new::h633b4cecc55b1e22) in archive /opt/rustwide/target/debug/deps/libpyo3-2c908441e4572405.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 `pymbusparser` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9a5c01dc64f2b8b3d7b026017d7189405b51e1f926e96d47e2c7584693f42226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a5c01dc64f2b8b3d7b026017d7189405b51e1f926e96d47e2c7584693f42226", kill_on_drop: false }` [INFO] [stdout] 9a5c01dc64f2b8b3d7b026017d7189405b51e1f926e96d47e2c7584693f42226