We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried upgrading the pyo3 crate from v0.14.1 to v0.14.5 via cargo update -o pyo3 but got this link error when running cargo test:
pyo3
cargo update -o pyo3
cargo test
= note: Undefined symbols for architecture x86_64: "_PyLong_FromUnsignedLongLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$usize$GT$::into_py::hb2a1e690259b6deb in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_FromLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$i32$GT$::into_py::hb3622a15969dfe7c in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyNumber_Index", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_Repr", referenced from: _$LT$pyo3..types..any..PyAny$u20$as$u20$core..fmt..Debug$GT$::fmt::h26dad58ae64a8d63 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_AsEncodedString", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyBytes_Size", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_FromStringAndSize", referenced from: pyo3::types::string::PyString::new::h266968130ffda4db in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_GivenExceptionMatches", referenced from: pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_AttributeError", referenced from: pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyModule_GetName", referenced from: pyo3::types::function::PyCFunction::internal_new::h6175ed749b5ba9cf in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_Items", referenced from: pyo3::types::dict::PyDict::items::hedbba432786abd88 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_New", referenced from: pyo3::types::dict::PyDict::new::h109f85837c5f18c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_AsUnsignedLongLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_SetAttrString", referenced from: pyo3::type_object::LazyStaticType::ensure_init::ha7619f6a71f00485 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GenericSetDict", referenced from: pyo3::pyclass::py_class_properties::hd11d357785573514 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_Print", referenced from: pyo3::err::panic_after_error::h005deae0667c1045 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_PrintEx", referenced from: pyo3::err::PyErr::print::h3ae79cae14ced050 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_OverflowError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::ha78d68b37072169e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_BaseException", referenced from: pyo3::err::PyErr::fetch::hd7b00476422945c2 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2031331aab4e91c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyCFunction_NewEx", referenced from: pyo3::types::function::PyCFunction::internal_new::h6175ed749b5ba9cf in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyGILState_Ensure", referenced from: pyo3::gil::GILGuard::acquire_unchecked::h1332baef0a8e57b4 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_Str", referenced from: pyo3::derive_utils::argument_extraction_error::hd71e424d29c79033 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..types..any..PyAny$u20$as$u20$core..fmt..Display$GT$::fmt::h57dc4e8049c47c7d in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_Py_IsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hbbcaf362a355e1fa in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h333f4d4f384da957 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyModule_Create2", referenced from: _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyBaseObject_Type", referenced from: _$LT$engine_pyo3..externs..interface..fs..PyDigest$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::ha483baa68b435a46 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..fs..PySnapshot$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h2b63caa54f65df85 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::hcc65803d6201f8d9 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCAS$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h50191ddd83491d58 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..PyExecutor$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h6ae3c2f342b40d2f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "__Py_FalseStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_AssertionError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h47552a740137aaf0 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyType_FromSpec", referenced from: _$LT$engine_pyo3..externs..interface..fs..PyDigest$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::ha483baa68b435a46 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..fs..PySnapshot$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h2b63caa54f65df85 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::hcc65803d6201f8d9 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCAS$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h50191ddd83491d58 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..PyExecutor$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h6ae3c2f342b40d2f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyGILState_Release", referenced from: core::ptr::drop_in_place$LT$pyo3..gil..EnsureGIL$GT$::hf726ebecf9f3504c in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Debug$GT$::fmt::hc1f9f82cb63fb590 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_SystemError", referenced from: pyo3::err::PyErr::normalized::h7c1a2f341a67b459 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h52286a02688e1755 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_SaveThread", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::py_methods::METHODS::__wrap::h8af335e90065ab5e in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_ValueError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h6172c382756286c5 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2214f9fbdb4f6f22 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_Exception", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2151306849ab330b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hd2d8d25a1926c6f6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hd8bf8d292102e7a1 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyTuple_SetItem", referenced from: core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h82e0235b8fabd3a5 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcc04856d0907aa0f in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_TypeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h1397fa07dafa82b1 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::argument_extraction_error::hd71e424d29c79033 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::err::err_state::PyErrState::into_ffi_tuple::he4b7b50861f91c3a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h3d3b26c661ed3064 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_NewException", referenced from: pyo3::err::PyErr::new_type::h4aad8b9c97949f29 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_AsLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GetAttr", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "__Py_TrueStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_Fetch", referenced from: pyo3::err::PyErr::fetch::hd7b00476422945c2 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_AsUTF8AndSize", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::h5d00711a25ed4a15 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::hfef9db77f3849ab7 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ... "__Py_NotImplementedStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyObject_GenericGetDict", referenced from: pyo3::pyclass::py_class_properties::hd11d357785573514 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_RestoreThread", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::py_methods::METHODS::__wrap::h8af335e90065ab5e in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyList_Append", referenced from: pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_SetAttr", referenced from: pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::any::PyAny::setattr::hf9fbf8070e92a7db in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PySequence_Check", referenced from: pyo3::types::any::PyAny::extract::h12c2017034b7a067 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_Occurred", referenced from: _$LT$$RF$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hf224e656d1b4b054 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_ThreadsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hbbcaf362a355e1fa in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h333f4d4f384da957 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_RuntimeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::ha99c5df10649208e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_BrokenPipeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h614a7381b6073b13 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PySequence_Size", referenced from: pyo3::types::any::PyAny::extract::h12c2017034b7a067 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_KeyboardInterrupt", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hb789c42ffd117f4f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyType_IsSubtype", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::any::PyAny::extract::hc2e1c5af29797650 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h22efc9adbb4690b6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyIter_Next", referenced from: _$LT$$RF$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hf224e656d1b4b054 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "__Py_Dealloc", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::gil::ReferencePool::update_counts::h0c4af7f53dae6082 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..gil..GILPool$u20$as$u20$core..ops..drop..Drop$GT$::drop::hf87ac26ceb80cd59 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ... "_PyType_GenericAlloc", referenced from: _$LT$T$u20$as$u20$pyo3..callback..IntoPyCallbackOutput$LT$$BP$mut$u20$pyo3..ffi..object..PyObject$GT$$GT$::convert::habcf4ca3390e8f41 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..fs..PyDigest$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PyDigest$GT$$GT$::new_impl::__wrap::h229c31c9d52b95f3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::new_impl::__wrap::h06b2c656de014b57 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h22efc9adbb4690b6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h6eaf39419d9144c6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::new_impl::__wrap::hf650cd74512cbd00 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::testutil::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$GT$$GT$::py_methods::METHODS::__wrap::h371bf02c36f6ff05 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o ... "_PyBytes_AsString", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_Restore", referenced from: pyo3::class::basic::hash::h1b67b7c120deb5e8 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::repr::h8f480bb57b3db2d4 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::repr::hce6a3c0f528857f2 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::impl_::tp_dealloc::h3fa7cfff1891af74 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::impl_::tp_dealloc::h4248e7b4bb5e804f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o ... "_PyDict_SetItem", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyList_New", referenced from: _$LT$T$u20$as$u20$pyo3..callback..IntoPyCallbackOutput$LT$$BP$mut$u20$pyo3..ffi..object..PyObject$GT$$GT$::convert::he7699ab258ad9140 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GetIter", referenced from: pyo3::types::any::PyAny::iter::h0ba116b2396b761d in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_Next", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_NormalizeException", referenced from: pyo3::err::PyErr::normalized::h7c1a2f341a67b459 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyTuple_New", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::tuple::PyTuple::new::hb8b42e30097b36c7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h82e0235b8fabd3a5 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcc04856d0907aa0f in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) error: could not compile `engine_pyo3` due to previous error test pantsd_tests::test_probe ... FAILED Compiling engine_pyo3 v0.0.1 (/Users/tdyas/TC/pants/src/rust/engine/engine_pyo3) error: linking with `cc` failed: exit status: 1 | = note: "cc" "-Wl,-exported_symbols_list,/var/folders/md/0q71p41n0rbgwhnc8npjjzg00000gn/T/rustcVU55ws/list" "-m64" "-arch" "x86_64" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/engine_pyo3.2d5hwkgry5358p31.rcgu.o" "-L" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps" "-L" "/Users/tdyas/TC/pants/src/rust/engine/target/release/build/ring-0716c54f8d298169/out" "-L" "/Users/tdyas/TC/pants/src/rust/engine/target/release/build/lmdb-sys-e0f992d71a3f0e80/out" "-L" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libnailgun-2d91e2459e2ec300.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libos_pipe-0ec6d7b7d13493b0.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libasync_latch-c416068316d527d4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libnails-b284a12ca677c271.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libmock-26dbf186bf51ad77.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtestutil-99b8173f25c0dbdb.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libstore-9d4728ceb1e7285c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libmadvise-612169a72386473f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libmemmap-6b88f03729057970.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtryfuture-d86332de43b19952.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsharded_lmdb-de327a08f242cadd.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtempfile-722331e7dc1e2367.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libremove_dir_all-3b8f40fb92280353.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblmdb-01c00e11c82ba19e.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblmdb_sys-6cb9a6f807cfa6e9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libgrpc_util-20cac536906bd89f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librustls_pemfile-a247e388774ae254.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libdouble_checked_cell_async-3521fb1296d216c0.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libunreachable-6cae294181443a5c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libvoid-ec8810b30c290b75.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libprotos-94f7f2be0cec0c01.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtonic-b738c3e2e0171ee1.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhyper_timeout-59b8118a45711d36.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtokio_io_timeout-61866b93542a6835.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libasync_stream-9e04b0866ab63cda.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpercent_encoding-d5c8eaadf9f3aeb6.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librustls_native_certs-f2f7f3ef38ccc03d.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsecurity_framework-d855ffe60f8d97b2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsecurity_framework_sys-f1276362f99d91a4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcore_foundation-d93d33865a9eef10.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcore_foundation_sys-c627908c932abd73.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtokio_stream-f55b6c90b79d599b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtokio_rustls-18dc812b09fd01ff.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librustls-2292f5a098356367.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsct-f998f2b1fe3c22b2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libwebpki-f52ce95b3fe2284b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libring-96de0532b6fa7d8b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libspin-ce70516679c35220.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libuntrusted-8b1757e4fef367a6.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhyper-fdfe85ed3954b51a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libwant-d5d11fd79cc46e9f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtry_lock-1ef542dd95f5c198.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsocket2-68ace095fbb06805.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libh2-ab1c5c0dce829a57.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhttparse-7c47129af5811584.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhttpdate-3d736692b831cdb2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtower-913b0ccc0b0ef6d1.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtokio_util-e9fd0d5cc16a763a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtower_layer-1e454e3de9bee771.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpin_project-aae1880732119bf6.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtracing-326baf03bd667cf3.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtracing_core-4cae678815c50cd4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtower_service-bf1fe588fa48c111.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhttp_body-ff4301d1156a8f5d.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhttp-ddba9861f39c2305.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libitoa-d6a98d76d9bcbde8.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libitertools-5778de7b247d002a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfs-686d92a55b82fd57.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librlimit-ce592b318d9d0a12.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcfg_if-cb980cff85eca9b9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtask_executor-7cc58829678da3d8.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libworkunit_store-b857ddad9408fdb9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libuuid-5cf5404b99199f3d.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand-e9a61f5d4cf93774.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_xorshift-2af97db844334945.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_pcg-f1b828acd5a71622.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_hc-f24ee1ea3481ef7a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_chacha-5119d934c646a12a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_isaac-0419d0acb87f79cf.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_core-736980e9616a6d57.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_os-237e7e0651807f80.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_jitter-3451bc68420253b6.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_core-4d2c056f353f585d.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhashing-292e67c148a724b3.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhex-62e81e984a1ed5dd.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsha2-632dd97bdf60e1df.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcpuid_bool-0769702c882341e9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libopaque_debug-6a1874122f6e9424.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libblock_buffer-292ee2e7d83c32f9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libdigest-08444a1c9ab8f890.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libgeneric_array-160dc79ab6ec33a4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtypenum-f379ec9ef2b1f737.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libstrum-9b90f2442f803d29.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand-21d50e666cdc565c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_chacha-ff0fe9e430ff9b3f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libppv_lite86-87b4f59ac14835fe.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/librand_core-1d5fd6d784aa27f4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libgetrandom-8711754bed8d5cdd.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpetgraph-d09f92cc84fdbcf2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libindexmap-fc846c8993c537f6.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhashbrown-b86180c921efaf30.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfixedbitset-5938552c36073f67.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libhdrhistogram-90bf5a6772302c1a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcrossbeam_channel-b319c5f130b98578.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbase64-5e5185fa5765b736.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libflate2-fce9ffef309b5b1e.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libminiz_oxide-2d7c17a9b0bcf1e8.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libadler-71b508cda40a4c5c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcrc32fast-855a9c4fe881409f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbyteorder-6d7c9e8f036997c9.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libnum_traits-7e8401d9a80477dc.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libnom-5c89506b3a288a1a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblexical_core-348028d450f0d466.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbitflags-2f434429ae42a689.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libryu-22983c8549c182ff.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libstatic_assertions-8fb38e22609f29df.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libarrayvec-2241b89fdd4044d0.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbitvec-475f81c8776a837b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfunty-57cf2601496f287a.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libwyz-9b55bf69254261d0.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtap-85c2d86fe30e1d1b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libradium-63118fab27f21733.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libconcrete_time-989bda7adb6270a3.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libprost_types-5e6072ff79164538.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libprost-8bee0c732bdae3aa.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libstdio-d80f937cdf230d71.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libtokio-a87c2dca892961a4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsignal_hook_registry-c420db9ee040a0fa.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libnum_cpus-9f6c28813dd8e67c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libmio-522bbd23619a6134.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libarc_swap-afc25fae957c31df.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libdirs_next-cbac053b13d27594.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libdirs_sys_next-0158f33ce15f85ff.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libserde-d4e0793cefb1ff5f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbytes-c8a8a82c16aa5489.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libignore-900607d758ea6f2e.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcrossbeam_utils-37e6ecc02b686db7.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libwalkdir-0047469a467a87f4.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libthread_local-3d8a6d7b23f3be50.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libonce_cell-e0625be9d93d5e22.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsame_file-27940812e95d6144.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libglobset-420606f2293b95e3.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libregex-b3374cdbe6daf206.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libregex_syntax-f6d32f96d84a4f6d.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfnv-deb74f03ecb1ffa1.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libbstr-57b7ba0c88751d9b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libaho_corasick-7729e72aaafcd567.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblog-50589adffd3df913.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblazy_static-68f94fed3871824e.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libglob-5b1ac919540ee524.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures-d7afd28e9c37da4c.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_executor-4247cb2ab75426af.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_util-dc9b39de2ea897fd.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libmemchr-c601d13987c42dfa.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_io-10a795b159413c94.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libslab-076e18d82c66bc79.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_channel-68ddcec1ffa53b08.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpin_project_lite-d496803f345d32ec.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_sink-9dc7d320731863ac.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_task-0385b783d4ef399f.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpin_utils-523ab214865b1afb.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libfutures_core-76ab71fcb970e371.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libeither-0f07830e94380669.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpyo3-4d9a535f29bdf255.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libparking_lot-2f2b4c8d35052380.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libparking_lot_core-8b87db9acaa26aa0.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libsmallvec-61b9c3b26b5c2866.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblock_api-52119bce090ec950.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libscopeguard-71027e29f4905b12.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libinstant-3e8e05e526d354a2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libcfg_if-d4f74111316429c3.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/liblibc-94a970e49502122b.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libunindent-82b2446b3fb83ae1.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libpaste-d99c80df58c34ef2.rlib" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libindoc-a32fddf574ea7382.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-4ec60b84367e08d2.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-7099e56a0d1c94d7.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-afc436bb512056a3.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmemchr-3f6689c6ea577924.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-6e9b24362bf14fa5.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-02bb2b1bd9878bd0.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_detect-936632ac628807e3.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-9708050de2af4e40.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-896e16a2412081ee.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-8b76e66ef30ec18c.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-4947b30fb2d5efc7.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-6e908e0f583d9b3a.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-8fcff7e9e26ac9fb.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-61108b48f3f0c52b.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-d1337b5e8e6a58bd.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-1036fd7d2889d55f.rlib" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1ce642d447892a2b.rlib" "-framework" "Security" "-framework" "CoreFoundation" "-framework" "Security" "-framework" "Security" "-liconv" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv" "-L" "/Users/tdyas/.rustup/toolchains/1.56.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/Users/tdyas/TC/pants/src/rust/engine/target/release/deps/libengine_pyo3.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-nodefaultlibs" = note: Undefined symbols for architecture x86_64: "_PyLong_FromUnsignedLongLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$usize$GT$::into_py::hb2a1e690259b6deb in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_FromLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$i32$GT$::into_py::hb3622a15969dfe7c in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyNumber_Index", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_Repr", referenced from: _$LT$pyo3..types..any..PyAny$u20$as$u20$core..fmt..Debug$GT$::fmt::h26dad58ae64a8d63 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_AsEncodedString", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyBytes_Size", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_FromStringAndSize", referenced from: pyo3::types::string::PyString::new::h266968130ffda4db in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_GivenExceptionMatches", referenced from: pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_AttributeError", referenced from: pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyModule_GetName", referenced from: pyo3::types::function::PyCFunction::internal_new::h6175ed749b5ba9cf in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_Items", referenced from: pyo3::types::dict::PyDict::items::hedbba432786abd88 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_New", referenced from: pyo3::types::dict::PyDict::new::h109f85837c5f18c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_AsUnsignedLongLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_SetAttrString", referenced from: pyo3::type_object::LazyStaticType::ensure_init::ha7619f6a71f00485 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GenericSetDict", referenced from: pyo3::pyclass::py_class_properties::hd11d357785573514 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_Print", referenced from: pyo3::err::panic_after_error::h005deae0667c1045 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_PrintEx", referenced from: pyo3::err::PyErr::print::h3ae79cae14ced050 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_OverflowError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::ha78d68b37072169e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_BaseException", referenced from: pyo3::err::PyErr::fetch::hd7b00476422945c2 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2031331aab4e91c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyCFunction_NewEx", referenced from: pyo3::types::function::PyCFunction::internal_new::h6175ed749b5ba9cf in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyGILState_Ensure", referenced from: pyo3::gil::GILGuard::acquire_unchecked::h1332baef0a8e57b4 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_Str", referenced from: pyo3::derive_utils::argument_extraction_error::hd71e424d29c79033 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..types..any..PyAny$u20$as$u20$core..fmt..Display$GT$::fmt::h57dc4e8049c47c7d in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_Py_IsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hbbcaf362a355e1fa in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h333f4d4f384da957 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyModule_Create2", referenced from: _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyBaseObject_Type", referenced from: _$LT$engine_pyo3..externs..interface..fs..PyDigest$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::ha483baa68b435a46 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..fs..PySnapshot$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h2b63caa54f65df85 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::hcc65803d6201f8d9 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCAS$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h50191ddd83491d58 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..PyExecutor$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h6ae3c2f342b40d2f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "__Py_FalseStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_AssertionError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h47552a740137aaf0 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyType_FromSpec", referenced from: _$LT$engine_pyo3..externs..interface..fs..PyDigest$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::ha483baa68b435a46 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..fs..PySnapshot$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h2b63caa54f65df85 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::hcc65803d6201f8d9 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..testutil..PyStubCAS$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h50191ddd83491d58 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$engine_pyo3..externs..interface..PyExecutor$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::type_object_raw::h6ae3c2f342b40d2f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyGILState_Release", referenced from: core::ptr::drop_in_place$LT$pyo3..gil..EnsureGIL$GT$::hf726ebecf9f3504c in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Debug$GT$::fmt::hc1f9f82cb63fb590 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_SystemError", referenced from: pyo3::err::PyErr::normalized::h7c1a2f341a67b459 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h52286a02688e1755 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_SaveThread", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::py_methods::METHODS::__wrap::h8af335e90065ab5e in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_ValueError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h6172c382756286c5 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2214f9fbdb4f6f22 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_Exception", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h2151306849ab330b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hd2d8d25a1926c6f6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hd8bf8d292102e7a1 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _PyInit_native_engine_pyo3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyTuple_SetItem", referenced from: core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h82e0235b8fabd3a5 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcc04856d0907aa0f in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_TypeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h1397fa07dafa82b1 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::argument_extraction_error::hd71e424d29c79033 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::err::err_state::PyErrState::into_ffi_tuple::he4b7b50861f91c3a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h3d3b26c661ed3064 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_NewException", referenced from: pyo3::err::PyErr::new_type::h4aad8b9c97949f29 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyLong_AsLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GetAttr", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "__Py_TrueStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_Fetch", referenced from: pyo3::err::PyErr::fetch::hd7b00476422945c2 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyUnicode_AsUTF8AndSize", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::h5d00711a25ed4a15 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::hfef9db77f3849ab7 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ... "__Py_NotImplementedStruct", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyObject_GenericGetDict", referenced from: pyo3::pyclass::py_class_properties::hd11d357785573514 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_RestoreThread", referenced from: engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::py_methods::METHODS::__wrap::h8af335e90065ab5e in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyList_Append", referenced from: pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::add_function::he7de05de3c6cbe86 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_SetAttr", referenced from: pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::any::PyAny::setattr::hf9fbf8070e92a7db in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PySequence_Check", referenced from: pyo3::types::any::PyAny::extract::h12c2017034b7a067 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_Occurred", referenced from: _$LT$$RF$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hf224e656d1b4b054 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u16$GT$::extract::h2bf1ac21d636a1c3 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h131ca534fdf43e5a in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyEval_ThreadsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hbbcaf362a355e1fa in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h333f4d4f384da957 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_RuntimeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::ha99c5df10649208e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyExc_BrokenPipeError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h614a7381b6073b13 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PySequence_Size", referenced from: pyo3::types::any::PyAny::extract::h12c2017034b7a067 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyExc_KeyboardInterrupt", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hb789c42ffd117f4f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyType_IsSubtype", referenced from: pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::any::PyAny::extract::hc2e1c5af29797650 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h22efc9adbb4690b6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyIter_Next", referenced from: _$LT$$RF$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hf224e656d1b4b054 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "__Py_Dealloc", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::add::h208eb8cba52d5bf7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::__pyo3_raw_match_path_globs::hf2aa27ed67c99c92 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o _$LT$pyo3..err..PyDowncastError$u20$as$u20$core..fmt..Display$GT$::fmt::h972b4539c6cf72e9 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) pyo3::gil::ReferencePool::update_counts::h0c4af7f53dae6082 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) _$LT$pyo3..gil..GILPool$u20$as$u20$core..ops..drop..Drop$GT$::drop::hf87ac26ceb80cd59 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ... "_PyType_GenericAlloc", referenced from: _$LT$T$u20$as$u20$pyo3..callback..IntoPyCallbackOutput$LT$$BP$mut$u20$pyo3..ffi..object..PyObject$GT$$GT$::convert::habcf4ca3390e8f41 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..fs..PyDigest$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PyDigest$GT$$GT$::new_impl::__wrap::h229c31c9d52b95f3 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::new_impl::__wrap::h06b2c656de014b57 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h22efc9adbb4690b6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::fs::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..fs..PySnapshot$GT$$GT$::py_methods::METHODS::__wrap::h6eaf39419d9144c6 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::nailgun::_$LT$impl$u20$pyo3..class..impl_..PyClassNewImpl$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..nailgun..PyNailgunClient$GT$$GT$::new_impl::__wrap::hf650cd74512cbd00 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o engine_pyo3::externs::interface::testutil::_$LT$impl$u20$pyo3..class..impl_..PyMethods$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$GT$$u20$for$u20$pyo3..class..impl_..PyClassImplCollector$LT$engine_pyo3..externs..interface..testutil..PyStubCASBuilder$GT$$GT$::py_methods::METHODS::__wrap::h371bf02c36f6ff05 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o ... "_PyBytes_AsString", referenced from: pyo3::types::string::PyString::to_string_lossy::hf1a847b20f78677e in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyErr_Restore", referenced from: pyo3::class::basic::hash::h1b67b7c120deb5e8 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::repr::h8f480bb57b3db2d4 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::repr::hce6a3c0f528857f2 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h147c6e68b6dd9415 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::basic::richcmp::h2b2df60dfc30f22f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::impl_::tp_dealloc::h3fa7cfff1891af74 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::class::impl_::tp_dealloc::h4248e7b4bb5e804f in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o ... "_PyDict_SetItem", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyList_New", referenced from: _$LT$T$u20$as$u20$pyo3..callback..IntoPyCallbackOutput$LT$$BP$mut$u20$pyo3..ffi..object..PyObject$GT$$GT$::convert::he7699ab258ad9140 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::module::PyModule::index::h47fc2b5347e68ddc in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyObject_GetIter", referenced from: pyo3::types::any::PyAny::iter::h0ba116b2396b761d in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyDict_Next", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o "_PyErr_NormalizeException", referenced from: pyo3::err::PyErr::normalized::h7c1a2f341a67b459 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) "_PyTuple_New", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::h169a130a230c9a9b in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::derive_utils::FunctionDescription::extract_arguments::h5549349c8bc98897 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o pyo3::types::tuple::PyTuple::new::hb8b42e30097b36c7 in engine_pyo3.engine_pyo3.fb7a8810-cgu.0.rcgu.o core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h82e0235b8fabd3a5 in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcc04856d0907aa0f in libpyo3-4d9a535f29bdf255.rlib(pyo3-4d9a535f29bdf255.pyo3.8ce5baa8-cgu.0.rcgu.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) error: could not compile `engine_pyo3` due to previous error test client_tests::test_client ... FAILED failures: ---- pantsd_tests::test_address_integration stdout ---- thread 'pantsd_tests::test_address_integration' panicked at 'assertion failed: `(left == right)` left: `Some(0)`, right: `Some(1)`', client/src/pantsd_testing.rs:38:3 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- pantsd_tests::test_probe stdout ---- thread 'pantsd_tests::test_probe' panicked at 'assertion failed: `(left == right)` left: `Some(0)`, right: `Some(1)`', client/src/pantsd_testing.rs:38:3 ---- client_tests::test_client stdout ---- thread 'client_tests::test_client' panicked at 'assertion failed: `(left == right)` left: `Some(0)`, right: `Some(1)`', client/src/pantsd_testing.rs:38:3 failures: client_tests::test_client pantsd_tests::test_address_integration pantsd_tests::test_probe test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 44.45s
The text was updated successfully, but these errors were encountered:
Failure occurs when upgrading from v0.14.1 to v0.14.2.
PyO3/pyo3#1755 seems relevant.
Sorry, something went wrong.
Solved the issue. Closing.
No branches or pull requests
I tried upgrading the
pyo3
crate from v0.14.1 to v0.14.5 viacargo update -o pyo3
but got this link error when runningcargo test
:The text was updated successfully, but these errors were encountered: