indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.4k stars 234 forks source link

Cannot build app on MacOS > 10.x with PyOxidizer 0.22 #668

Closed piotlinski closed 1 year ago

piotlinski commented 1 year ago

Hi! I am having problems with compiling app on MacOS newer than 10.x (i.e. any non-deprecated @ GitHub Actions). It seems there's some mismatch with versions for which PyO3 was compiled. See the log below:

(/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpyo3_ffi-8980317be4846b77.rlib(config.o)) was built for newer macOS version (11.0) than being linked (10.9)

Locking version to 11.0 via MACOSX_DEPLOYMENT_TARGET does not seem to be working, as those artefacts do not contain some symbols for x86_64 platform:

[5963](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5964)
  = note: Undefined symbols for architecture x86_64:

The problem seems to occur on both 11.0 and 12.0 versions on x86_64 runners, regardless of the flag.

Could you please help me with this issue? Perhaps I am missing something?

I will attach full stacktraces in comments below.

piotlinski commented 1 year ago

Here is the stacktrace for the PyO3 error:

Error log ``` error: linking with `cc` failed: exit status: 1 [5960](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5961) | [5961](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5962) = note: "cc" "-Wl,-exported_symbols_list,/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/rustcUchxIG/list" "-m64" "-arch" "x86_64" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.0.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.1.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.10.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.11.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.12.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.13.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.14.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.15.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.2.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.3.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.4.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.5.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.6.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.7.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.8.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.9.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.4zc9je39ikx4kyha.rcgu.o" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/release/deps" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/artifacts" "-L" "/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin" "-L" "/Users/runner/Library/Caches/pyoxidizer/python_distributions/python.823a456d3d6e/python/build/lib" "-L" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libmemmap2-4045ad1e10aa21d3.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpython_packaging-3cdc87f98d89070b.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libregex-29154e2224b3352b.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libaho_corasick-cacc36f1b0d15b7e.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libmemchr-fbcbb7e4f4e3497f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libregex_syntax-64e93c553d135f78.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libitertools-88de78b80392e7d8.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libeither-9d5d04272d5effcc.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libwalkdir-52f7b90463dab551.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libsame_file-b6d486e293374adb.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpython_packed_resources-0d6c3dfc999b68f2.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libonce_cell-f79ea54371365982.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libmailparse-6e6812d685e68f3f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libquoted_printable-21dc8ebdbc75aa70.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libdata_encoding-071c8e02b34ea038.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libcharset-e002e20bc4aa1d92.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libencoding_rs-aaafc90d4c0e7706.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libbase64-257f29726a64208f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libspdx-aa5d7d2c84973135.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libtugger_file_manifest-597b7e6c7b1211e7.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libbyteorder-e4d968cbef3f0e74.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libanyhow-bad4e0b061ee04d0.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpyo3-9f36087291c49c61.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libparking_lot-aa1927901bee9396.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libparking_lot_core-bd389ddb175e88a8.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libcfg_if-a78e52531d33abd1.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libsmallvec-efc97c57996c8edd.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/liblock_api-817c9321680b2532.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libscopeguard-fbc5df8117670c12.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpyo3_ffi-8980317be4846b77.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/liblibc-1b60abc099fd9ef2.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libunindent-7cc647f9bbd65177.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-d6bb5cf0c8a2b9ea.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-f48408df12d471c0.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-8fd9dd37c9ff27fe.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmemchr-8aef9984923a6fb6.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-0a83072ee045f27a.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-aef7e508adfaf177.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-c4de35f606d550bf.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_detect-fdbd65ca4dabc3f0.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-299811e5e1c58564.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libminiz_oxide-f010afc7e2ac9b18.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libadler-5b96647b0ca283c7.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-0943be6f8e68aaf7.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-449bd9a2c0436ec2.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-92d8e51436dfba01.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-0e83a7726e58c955.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-64321f339d2d927f.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-8da15ff8bca0d499.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-701d43bb5146c80b.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-7e89f88408f280c2.rlib" "-framework" "AppKit" "-framework" "ApplicationServices" "-framework" "Carbon" "-framework" "CoreFoundation" "-framework" "CoreGraphics" "-framework" "CoreServices" "-framework" "IOKit" "-framework" "QuartzCore" "-framework" "SystemConfiguration" "-ldl" "-lm" "-lncurses" "-lz" "-lclang_rt.osx" "-liconv" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv" "-L" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/liboxidized_importer-8b2f667429f3c687.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-nodefaultlibs" "-rdynamic" [5962](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5963) = note: ld: warning: object file (/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerTWRjX2/build/target/x86_64-apple-darwin/release/deps/libpyo3_ffi-8980317be4846b77.rlib(config.o)) was built for newer macOS version (11.0) than being linked (10.9) [5963](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5964) Undefined symbols for architecture x86_64: [5964](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5965) "std::__1::basic_istream >::~basic_istream()", referenced from: [5965](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5966) construction vtable for std::__1::basic_istream >-in-std::__1::basic_ifstream > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5966](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5967) "std::__1::basic_istream >::~basic_istream()", referenced from: [5967](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5968) construction vtable for std::__1::basic_istream >-in-std::__1::basic_ifstream > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5968](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5969) "std::__1::basic_istream >::sentry::sentry(std::__1::basic_istream >&, bool)", referenced from: [5969](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5970) std::__1::basic_istream >& std::__1::getline, std::__1::allocator >(std::__1::basic_istream >&, std::__1::basic_string, std::__1::allocator >&, char) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5970](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5971) "std::__1::locale::locale(std::__1::locale const&)", referenced from: [5971](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5972) std::__1::basic_filebuf >::basic_filebuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5972](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5973) "std::__1::basic_ostream >::flush()", referenced from: [5973](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5974) std::__1::basic_ostream >::operator<<(std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&)) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1006.o) [5974](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5975) "std::__1::codecvt::id", referenced from: [5975](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5976) std::__1::basic_filebuf >::basic_filebuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5976](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5977) std::__1::basic_filebuf >::imbue(std::__1::locale const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5977](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5978) "std::__1::basic_string, std::__1::allocator >::compare(unsigned long, unsigned long, char const*) const", referenced from: [5978](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5979) absl::lts_20220623::time_internal::cctz::TimeZoneIf::Load(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1061.o) [5979](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5980) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5980](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5981) "std::__1::thread::hardware_concurrency()", referenced from: [5981](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5982) void absl::lts_20220623::base_internal::CallOnceImpl(std::__1::atomic*, absl::lts_20220623::base_internal::SchedulingMode, absl::lts_20220623::base_internal::NumCPUs()::$_0&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.978.o) [5982](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5983) "std::__1::chrono::steady_clock::now()", referenced from: [5983](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5984) absl::lts_20220623::base_internal::CycleClock::Now() in libpyo3_ffi-8980317be4846b77.rlib(libpython.972.o) [5984](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5985) "std::__1::basic_streambuf >::uflow()", referenced from: [5985](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5986) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [5986](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5987) vtable for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5987](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5988) "std::__1::basic_string, std::__1::allocator > std::__1::operator+, std::__1::allocator >(char const*, std::__1::basic_string, std::__1::allocator > const&)", referenced from: [5988](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5989) grpc_core::AwsRequestSigner::GetSignedRequestHeaders() in libpyo3_ffi-8980317be4846b77.rlib(libpython.858.o) [5989](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5990) "std::__1::basic_string, std::__1::allocator >::append(unsigned long, char)", referenced from: [5990](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5991) re2::AppendLiteral(std::__1::basic_string, std::__1::allocator >*, int, bool) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1414.o) [5991](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5992) re2::AppendCCChar(std::__1::basic_string, std::__1::allocator >*, int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1414.o) [5992](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5993) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::ResetToBuiltinUTC(std::__1::chrono::duration > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5993](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5994) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::GetTransitionType(int, bool, std::__1::basic_string, std::__1::allocator > const&, unsigned char*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5994](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5995) "std::__1::to_string(unsigned int)", referenced from: [5995](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5996) std::__1::pair, std::__1::allocator >, grpc_core::Json>, std::__1::__tree_node, std::__1::allocator >, grpc_core::Json>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator >, grpc_core::Json>, std::__1::__map_value_compare, std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, grpc_core::Json>, std::__1::less, std::__1::allocator > >, true>, std::__1::allocator, std::__1::allocator >, grpc_core::Json> > >::__emplace_unique_impl(char const (&) [10], unsigned int&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.630.o) [5996](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5997) std::__1::pair, std::__1::allocator >, grpc_core::Json>, std::__1::__tree_node, std::__1::allocator >, grpc_core::Json>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator >, grpc_core::Json>, std::__1::__map_value_compare, std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, grpc_core::Json>, std::__1::less, std::__1::allocator > >, true>, std::__1::allocator, std::__1::allocator >, grpc_core::Json> > >::__emplace_unique_impl(char const (&) [16], unsigned int&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.630.o) [5997](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5998) grpc_core::XdsHttpFaultFilter::GenerateFilterConfig(grpc_core::XdsExtension, upb_Arena*, grpc_core::ValidationErrors*) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.628.o) [5998](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:5999) grpc_core::(anonymous namespace)::CdsLb::GenerateDiscoveryMechanismForCluster(std::__1::basic_string, std::__1::allocator > const&, int, std::__1::vector >*, std::__1::set, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.260.o) [5999](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6000) grpc_core::(anonymous namespace)::XdsWrrLocalityLb::UpdateLocked(grpc_core::LoadBalancingPolicy::UpdateArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.265.o) [6000](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6001) grpc_core::(anonymous namespace)::XdsClusterResolverLb::UpdateChildPolicyLocked() in libpyo3_ffi-8980317be4846b77.rlib(libpython.264.o) [6001](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6002) "void std::__1::__sort&, char*>(char*, char*, std::__1::__less&)", referenced from: [6002](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6003) re2::Prog::ConfigurePrefixAccel(std::__1::basic_string, std::__1::allocator > const&, bool) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1408.o) [6003](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6004) "std::__1::random_device::random_device(std::__1::basic_string, std::__1::allocator > const&)", referenced from: [6004](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6005) grpc_core::(anonymous namespace)::RlsLb::UpdateLocked(grpc_core::LoadBalancingPolicy::UpdateArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6005](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6006) grpc_core::(anonymous namespace)::GoogleCloud2ProdResolver::StartXdsResolver() in libpyo3_ffi-8980317be4846b77.rlib(libpython.277.o) [6006](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6007) "std::__1::random_device::~random_device()", referenced from: [6007](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6008) grpc_core::(anonymous namespace)::RlsLb::UpdateLocked(grpc_core::LoadBalancingPolicy::UpdateArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6008](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6009) grpc_core::(anonymous namespace)::GoogleCloud2ProdResolver::StartXdsResolver() in libpyo3_ffi-8980317be4846b77.rlib(libpython.277.o) [6009](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6010) "std::__1::chrono::system_clock::from_time_t(long)", referenced from: [6010](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6011) absl::lts_20220623::FormatTime(absl::lts_20220623::string_view, absl::lts_20220623::Time, absl::lts_20220623::TimeZone) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1057.o) [6011](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6012) absl::lts_20220623::ParseTime(absl::lts_20220623::string_view, absl::lts_20220623::string_view, absl::lts_20220623::TimeZone, absl::lts_20220623::Time*, std::__1::basic_string, std::__1::allocator >*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1057.o) [6012](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6013) absl::lts_20220623::Now() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1055.o) [6013](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6014) absl::lts_20220623::time_internal::cctz::detail::format(std::__1::basic_string, std::__1::allocator > const&, std::__1::chrono::time_point > > const&, std::__1::chrono::duration > const&, absl::lts_20220623::time_internal::cctz::time_zone const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1060.o) [6014](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6015) absl::lts_20220623::time_internal::cctz::detail::parse(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, absl::lts_20220623::time_internal::cctz::time_zone const&, std::__1::chrono::time_point > >*, std::__1::chrono::duration >*, std::__1::basic_string, std::__1::allocator >*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1060.o) [6015](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6016) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::BreakTime(std::__1::chrono::time_point > > const&) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6016](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6017) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::MakeTime(absl::lts_20220623::time_internal::cctz::detail::civil_time const&) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6017](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6018) ... [6018](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6019) "std::__1::random_device::operator()()", referenced from: [6019](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6020) grpc_core::(anonymous namespace)::RlsLb::UpdateLocked(grpc_core::LoadBalancingPolicy::UpdateArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6020](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6021) grpc_core::(anonymous namespace)::GoogleCloud2ProdResolver::StartXdsResolver() in libpyo3_ffi-8980317be4846b77.rlib(libpython.277.o) [6021](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6022) "typeinfo for std::__1::basic_streambuf >", referenced from: [6022](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6023) typeinfo for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6023](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6024) typeinfo for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6024](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6025) "std::__1::basic_streambuf >::imbue(std::__1::locale const&)", referenced from: [6025](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6026) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6026](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6027) "std::__1::basic_ostream >::~basic_ostream()", referenced from: [6027](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6028) construction vtable for std::__1::basic_ostream >-in-std::__1::basic_ostringstream, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6028](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6029) "std::__1::basic_string, std::__1::allocator >::append(std::__1::basic_string, std::__1::allocator > const&, unsigned long, unsigned long)", referenced from: [6029](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6030) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6030](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6031) "___cxa_guard_release", referenced from: [6031](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6032) grpc_alts_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6032](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6033) grpc_alts_server_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6033](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6034) _grpc_channel_create in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6034](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6035) grpc_core::(anonymous namespace)::Chttp2SecureClientChannelFactory::CreateSubchannel(grpc_resolved_address const&, grpc_core::ChannelArgs const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6035](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6036) grpc_core::channelz::ChannelzRegistry::Default() in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6036](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6037) _grpc_channelz_get_top_channels in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6037](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6038) _grpc_channelz_get_servers in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6038](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6039) ... [6039](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6040) "std::__1::__shared_weak_count::__release_weak()", referenced from: [6040](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6041) grpc_core::Channel::Channel(bool, bool, std::__1::basic_string, std::__1::allocator >, grpc_core::ChannelArgs const&, grpc_compression_options, grpc_core::RefCountedPtr) in libpyo3_ffi-8980317be4846b77.rlib(libpython.913.o) [6041](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6042) grpc_core::Channel::~Channel() in libpyo3_ffi-8980317be4846b77.rlib(libpython.913.o) [6042](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6043) grpc_core::Chttp2ServerAddPort(grpc_core::Server*, char const*, grpc_core::ChannelArgs const&, std::__1::function, int*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.304.o) [6043](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6044) grpc_core::(anonymous namespace)::Chttp2ServerListener::~Chttp2ServerListener() in libpyo3_ffi-8980317be4846b77.rlib(libpython.304.o) [6044](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6045) grpc_core::(anonymous namespace)::Chttp2ServerListener::OnAccept(void*, grpc_endpoint*, grpc_pollset*, grpc_tcp_server_acceptor*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.304.o) [6045](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6046) std::__1::enable_if::value, grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection*>::type grpc_event_engine::experimental::MemoryAllocator::New(grpc_pollset*&, grpc_tcp_server_acceptor*&, grpc_core::ChannelArgs&, grpc_core::MemoryOwner&&)::Wrapper::~Wrapper() in libpyo3_ffi-8980317be4846b77.rlib(libpython.304.o) [6046](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6047) std::__1::enable_if::value, grpc_core::(anonymous namespace)::Chttp2ServerListener::ActiveConnection::HandshakingState*>::type grpc_event_engine::experimental::MemoryAllocator::New, grpc_pollset*&, grpc_tcp_server_acceptor*&, grpc_core::ChannelArgs const&>(grpc_core::RefCountedPtr&&, grpc_pollset*&, grpc_tcp_server_acceptor*&, grpc_core::ChannelArgs const&)::Wrapper::~Wrapper() in libpyo3_ffi-8980317be4846b77.rlib(libpython.304.o) [6047](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6048) ... [6048](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6049) "std::__1::basic_ostream >::~basic_ostream()", referenced from: [6049](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6050) construction vtable for std::__1::basic_ostream >-in-std::__1::basic_ostringstream, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6050](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6051) "virtual thunk to std::__1::basic_ostream >::~basic_ostream()", referenced from: [6051](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6052) construction vtable for std::__1::basic_ostream >-in-std::__1::basic_ostringstream, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6052](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6053) "virtual thunk to std::__1::basic_ostream >::~basic_ostream()", referenced from: [6053](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6054) construction vtable for std::__1::basic_ostream >-in-std::__1::basic_ostringstream, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6054](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6055) "std::terminate()", referenced from: [6055](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6056) absl::lts_20220623::random_internal::ThrowSeedGenException() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1006.o) [6056](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6057) "void std::__1::__sort&, int*>(int*, int*, std::__1::__less&)", referenced from: [6057](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6058) re2::DFA::WorkqToCachedState(re2::DFA::Workq*, re2::DFA::Workq*, unsigned int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6058](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6059) "std::__1::condition_variable::wait(std::__1::unique_lock&)", referenced from: [6059](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6060) __pyx_f_4grpc_7_cython_6cygrpc_await_next_greenlet() in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6060](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6061) "std::__1::basic_string, std::__1::allocator >::rfind(char, unsigned long) const", referenced from: [6061](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6062) grpc_core::VerifySubjectAlternativeName(absl::lts_20220623::string_view, std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.879.o) [6062](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6063) grpc_core::(anonymous namespace)::XdsResolverFactory::CreateResolver(grpc_core::ResolverArgs) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.280.o) [6063](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6064) grpc_core::(anonymous namespace)::XdsResolverFactory::GetDefaultAuthority(grpc_core::URI const&) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.280.o) [6064](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6065) "std::__1::chrono::system_clock::now()", referenced from: [6065](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6066) absl::lts_20220623::Now() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1055.o) [6066](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6067) "virtual thunk to std::__1::basic_istream >::~basic_istream()", referenced from: [6067](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6068) construction vtable for std::__1::basic_istream >-in-std::__1::basic_ifstream > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6068](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6069) "std::__1::__next_prime(unsigned long)", referenced from: [6069](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6070) std::__1::__hash_table >, std::__1::allocator > > > const*>, std::__1::__unordered_map_hasher >, std::__1::allocator > > > const*>, grpc_core::SliceHash, true>, std::__1::__unordered_map_equal >, std::__1::allocator > > > const*>, std::__1::equal_to, true>, std::__1::allocator >, std::__1::allocator > > > const*> > >::rehash(unsigned long) in libpyo3_ffi-8980317be4846b77.rlib(libpython.898.o) [6070](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6071) std::__1::__hash_table, std::__1::__unordered_map_hasher, std::__1::hash, true>, std::__1::__unordered_map_equal, std::__1::equal_to, true>, std::__1::allocator > >::rehash(unsigned long) in libpyo3_ffi-8980317be4846b77.rlib(libpython.799.o) [6071](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6072) std::__1::__hash_table >::rehash(unsigned long) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6072](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6073) std::__1::__hash_table, std::__1::__unordered_map_hasher, std::__1::hash, true>, std::__1::__unordered_map_equal, std::__1::equal_to, true>, std::__1::allocator > >::rehash(unsigned long) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1398.o) [6073](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6074) grpc_core::json_detail::FinishedJsonObjectLoader::LoadInto(grpc_core::Json const&, grpc_core::JsonArgs const&, void*, grpc_core::ValidationErrors*) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6074](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6075) grpc_core::(anonymous namespace)::RlsLb::Picker::Pick(grpc_core::LoadBalancingPolicy::PickArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6075](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6076) std::__1::__function::__func, void ()>::operator()() in libpyo3_ffi-8980317be4846b77.rlib(libpython.257.o) [6076](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6077) ... [6077](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6078) "std::__1::basic_string, std::__1::allocator >::reserve(unsigned long)", referenced from: [6078](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6079) absl::lts_20220623::StrReplaceAll(absl::lts_20220623::string_view, std::initializer_list >) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1042.o) [6079](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6080) grpc_core::(anonymous namespace)::UrlEncode(absl::lts_20220623::string_view const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.859.o) [6080](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6081) grpc_core::URI::PercentDecode(absl::lts_20220623::string_view) in libpyo3_ffi-8980317be4846b77.rlib(libpython.941.o) [6081](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6082) grpc_core::(anonymous namespace)::JsonWriter::DumpValue(grpc_core::Json const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.820.o) [6082](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6083) grpc_core::(anonymous namespace)::JsonWriter::ValueRaw(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.820.o) [6083](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6084) grpc_core::(anonymous namespace)::JsonWriter::OutputIndent() in libpyo3_ffi-8980317be4846b77.rlib(libpython.820.o) [6084](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6085) grpc_core::(anonymous namespace)::JsonWriter::EscapeString(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.820.o) [6085](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6086) ... [6086](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6087) "std::__1::basic_streambuf >::xsputn(char const*, long)", referenced from: [6087](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6088) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6088](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6089) vtable for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6089](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6090) "std::__1::basic_ostream >::operator<<(unsigned long)", referenced from: [6090](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6091) re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6091](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6092) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::Description() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6092](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6093) "std::__1::basic_istream >::~basic_istream()", referenced from: [6093](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6094) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6094](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6095) std::__1::basic_ifstream >::~basic_ifstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6095](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6096) std::__1::basic_ifstream >::~basic_ifstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6096](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6097) virtual thunk to std::__1::basic_ifstream >::~basic_ifstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6097](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6098) virtual thunk to std::__1::basic_ifstream >::~basic_ifstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6098](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6099) "std::__1::basic_string, std::__1::allocator >::basic_string(std::__1::basic_string, std::__1::allocator > const&, unsigned long, unsigned long, std::__1::allocator const&)", referenced from: [6099](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6100) re2::Prog::ConfigurePrefixAccel(std::__1::basic_string, std::__1::allocator > const&, bool) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1408.o) [6100](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6101) grpc_core::AwsRequestSigner::GetSignedRequestHeaders() in libpyo3_ffi-8980317be4846b77.rlib(libpython.858.o) [6101](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6102) grpc_core::(anonymous namespace)::XdsResolverFactory::CreateResolver(grpc_core::ResolverArgs) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.280.o) [6102](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6103) grpc_core::(anonymous namespace)::XdsResolverFactory::GetDefaultAuthority(grpc_core::URI const&) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.280.o) [6103](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6104) absl::lts_20220623::time_internal::cctz::TimeZoneIf::Load(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1061.o) [6104](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6105) "std::__1::basic_streambuf >::~basic_streambuf()", referenced from: [6105](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6106) LogMessage::~LogMessage() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6106](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6107) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6107](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6108) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6108](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6109) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6109](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6110) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6110](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6111) std::__1::basic_stringbuf, std::__1::allocator >::~basic_stringbuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6111](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6112) std::__1::basic_stringbuf, std::__1::allocator >::~basic_stringbuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6112](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6113) ... [6113](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6114) "std::__1::basic_ostream >::~basic_ostream()", referenced from: [6114](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6115) LogMessage::~LogMessage() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6115](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6116) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6116](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6117) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6117](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6118) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6118](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6119) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6119](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6120) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::Description() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6120](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6121) "std::__1::basic_ostream >::operator<<(void const*)", referenced from: [6121](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6122) re2::ToStringWalker::PostVisit(re2::Regexp*, int, int, int*, int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1414.o) [6122](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6123) "std::__1::basic_string, std::__1::allocator >::append(char const*, unsigned long)", referenced from: [6123](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6124) grpc_core::PromiseBasedCall::FinishOpOnCompletion(grpc_core::PromiseBasedCall::Completion*, grpc_core::PromiseBasedCall::PendingOp) in libpyo3_ffi-8980317be4846b77.rlib(libpython.909.o) [6124](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6125) re2::RE2::Rewrite(std::__1::basic_string, std::__1::allocator >*, re2::StringPiece const&, re2::StringPiece const*, int) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6125](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6126) re2::RE2::GlobalReplace(std::__1::basic_string, std::__1::allocator >*, re2::RE2 const&, re2::StringPiece const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6126](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6127) absl::lts_20220623::strings_internal::ApplySubstitutions(absl::lts_20220623::string_view, std::__1::vector >*, std::__1::basic_string, std::__1::allocator >*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1042.o) [6127](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6128) absl::lts_20220623::StrAppend(std::__1::basic_string, std::__1::allocator >*, absl::lts_20220623::AlphaNum const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1041.o) [6128](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6129) void absl::lts_20220623::str_format_internal::FormatRawSinkImpl::Flush, std::__1::allocator > >(void*, absl::lts_20220623::string_view) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1033.o) [6129](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6130) grpc_core::ClientChannel::OnResolverResultChangedLocked(grpc_core::Resolver::Result) in libpyo3_ffi-8980317be4846b77.rlib(libpython.235.o) [6130](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6131) ... [6131](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6132) "std::__1::basic_ios >::~basic_ios()", referenced from: [6132](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6133) LogMessage::~LogMessage() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6133](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6134) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6134](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6135) std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6135](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6136) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6136](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6137) virtual thunk to std::__1::basic_ostringstream, std::__1::allocator >::~basic_ostringstream() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6137](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6138) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::Description() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6138](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6139) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6139](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6140) ... [6140](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6141) "std::__1::ios_base::getloc() const", referenced from: [6141](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6142) std::__1::basic_ostream >& std::__1::__put_character_sequence >(std::__1::basic_ostream >&, char const*, unsigned long) in libpyo3_ffi-8980317be4846b77.rlib(libpython.640.o) [6142](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6143) std::__1::basic_ostream >::operator<<(std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&)) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1006.o) [6143](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6144) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6144](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6145) "std::__1::__call_once(unsigned long volatile&, void*, void (*)(void*))", referenced from: [6145](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6146) re2::RE2::Init(re2::StringPiece const&, re2::RE2::Options const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6146](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6147) re2::RE2::Match(re2::StringPiece const&, unsigned long, unsigned long, re2::RE2::Anchor, re2::StringPiece*, int) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.1409.o) [6147](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6148) re2::Prog::GetDFA(re2::Prog::MatchKind) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1399.o) [6148](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6149) re2::Regexp::Incref() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6149](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6150) "std::__1::to_string(unsigned long long)", referenced from: [6500](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6501) "std::__1::basic_streambuf >::setbuf(char*, long)", referenced from: [6501](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6502) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6502](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6503) "std::__1::mutex::lock()", referenced from: [6503](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6504) __pyx_f_4grpc_7_cython_6cygrpc_gevent_increment_channel_count(int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6504](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6505) __pyx_f_4grpc_7_cython_6cygrpc_gevent_decrement_channel_count(int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6505](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6506) __pyx_f_4grpc_7_cython_6cygrpc_21PollerCompletionQueue__poll(__pyx_obj_4grpc_7_cython_6cygrpc_PollerCompletionQueue*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6506](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6507) __pyx_pw_4grpc_7_cython_6cygrpc_21PollerCompletionQueue_7_handle_events(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6507](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6508) __pyx_f_4grpc_7_cython_6cygrpc_await_next_greenlet() in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6508](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6509) __pyx_pw_4grpc_7_cython_6cygrpc_71shutdown_await_next_greenlet(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6509](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6510) __pyx_f_4grpc_7_cython_6cygrpc__submit_to_greenlet_queue(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6510](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6511) ... [6511](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6512) "std::__1::basic_streambuf >::showmanyc()", referenced from: [6512](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6513) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6513](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6514) vtable for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6514](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6515) "___cxa_guard_acquire", referenced from: [6515](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6516) grpc_alts_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6516](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6517) grpc_alts_server_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6517](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6518) _grpc_channel_create in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6518](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6519) grpc_core::(anonymous namespace)::Chttp2SecureClientChannelFactory::CreateSubchannel(grpc_resolved_address const&, grpc_core::ChannelArgs const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6519](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6520) grpc_core::channelz::ChannelzRegistry::Default() in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6520](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6521) _grpc_channelz_get_top_channels in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6521](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6522) _grpc_channelz_get_servers in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6522](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6523) ... [6523](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6524) ld: symbol(s) not found for architecture x86_64 [6524](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6525) clang: error: linker command failed with exit code 1 (use -v to see invocation) [6525](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6526) [6526](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6527) [6527](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6528) error: could not compile `python-oxidized-importer` due to previous error [6528](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6529) error[PYOXIDIZER_PYTHON_EXECUTABLE]: adding PythonExecutable to FileManifest [6529](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6530) [6530](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6531) Caused by: [6531](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6532) 0: building Python executable [6532](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6533) 1: building executable with Rust project [6533](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6534) 2: cargo build failed [6534](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6535) --> ./pyoxidizer.bzl:289:5 [6535](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6536) | [6536](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6537) 289 | files.add_python_resource(".", exe) [6537](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6538) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PythonExecutable.to_file_manifest() [6538](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6539) [6539](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6540) [6540](https://github.com/org/repo/actions/runs/3786087062/jobs/6436684534#step:10:6541) error: adding PythonExecutable to FileManifest ```
piotlinski commented 1 year ago

And here is the one related to architecture:

Error log ``` error: linking with `cc` failed: exit status: 1 [5961](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5962) | [5962](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5963) = note: "cc" "-Wl,-exported_symbols_list,/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/rustc3HKohE/list" "-m64" "-arch" "x86_64" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.0.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.1.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.10.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.11.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.12.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.13.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.14.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.15.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.2.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.3.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.4.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.5.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.6.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.7.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.8.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.oxidized_importer.4c92222f-cgu.9.rcgu.o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/oxidized_importer-8b2f667429f3c687.4zc9je39ikx4kyha.rcgu.o" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/release/deps" "-L" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/artifacts" "-L" "/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.0.0/lib/darwin" "-L" "/Users/runner/Library/Caches/pyoxidizer/python_distributions/python.823a456d3d6e/python/build/lib" "-L" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libmemmap2-4045ad1e10aa21d3.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libpython_packaging-3cdc87f98d89070b.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libregex-29154e2224b3352b.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libaho_corasick-cacc36f1b0d15b7e.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libmemchr-fbcbb7e4f4e3497f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libregex_syntax-64e93c553d135f78.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libitertools-88de78b80392e7d8.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libeither-9d5d04272d5effcc.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libwalkdir-52f7b90463dab551.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libsame_file-b6d486e293374adb.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libpython_packed_resources-0d6c3dfc999b68f2.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libonce_cell-f79ea54371365982.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libmailparse-6e6812d685e68f3f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libquoted_printable-21dc8ebdbc75aa70.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libdata_encoding-071c8e02b34ea038.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libcharset-e002e20bc4aa1d92.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libencoding_rs-aaafc90d4c0e7706.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libbase64-257f29726a64208f.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libspdx-aa5d7d2c84973135.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libtugger_file_manifest-597b7e6c7b1211e7.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libbyteorder-e4d968cbef3f0e74.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libanyhow-bad4e0b061ee04d0.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libpyo3-9f36087291c49c61.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libparking_lot-aa1927901bee9396.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libparking_lot_core-bd389ddb175e88a8.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libcfg_if-a78e52531d33abd1.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libsmallvec-efc97c57996c8edd.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/liblock_api-817c9321680b2532.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libscopeguard-fbc5df8117670c12.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libpyo3_ffi-8980317be4846b77.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/liblibc-1b60abc099fd9ef2.rlib" "/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/libunindent-7cc647f9bbd65177.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-d6bb5cf0c8a2b9ea.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-f48408df12d471c0.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libobject-8fd9dd37c9ff27fe.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmemchr-8aef9984923a6fb6.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libaddr2line-0a83072ee045f27a.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libgimli-aef7e508adfaf177.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-c4de35f606d550bf.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_detect-fdbd65ca4dabc3f0.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-299811e5e1c58564.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libminiz_oxide-f010afc7e2ac9b18.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libadler-5b96647b0ca283c7.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-0943be6f8e68aaf7.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-449bd9a2c0436ec2.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcfg_if-92d8e51436dfba01.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-0e83a7726e58c955.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-64321f339d2d927f.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-8da15ff8bca0d499.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-701d43bb5146c80b.rlib" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-7e89f88408f280c2.rlib" "-framework" "AppKit" "-framework" "ApplicationServices" "-framework" "Carbon" "-framework" "CoreFoundation" "-framework" "CoreGraphics" "-framework" "CoreServices" "-framework" "IOKit" "-framework" "QuartzCore" "-framework" "SystemConfiguration" "-ldl" "-lm" "-lncurses" "-lz" "-lclang_rt.osx" "-liconv" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv" "-L" "/Users/runner/Library/Caches/pyoxidizer/rust/1.61.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizerUwp5HG/build/target/x86_64-apple-darwin/release/deps/liboxidized_importer-8b2f667429f3c687.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-nodefaultlibs" "-rdynamic" [5963](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5964) = note: Undefined symbols for architecture x86_64: [5964](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5965) "std::__1::basic_istream >::~basic_istream()", referenced from: [5965](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5966) construction vtable for std::__1::basic_istream >-in-std::__1::basic_ifstream > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5966](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5967) "std::__1::basic_istream >::~basic_istream()", referenced from: [5967](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5968) construction vtable for std::__1::basic_istream >-in-std::__1::basic_ifstream > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5968](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5969) "std::__1::basic_istream >::sentry::sentry(std::__1::basic_istream >&, bool)", referenced from: [5969](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5970) std::__1::basic_istream >& std::__1::getline, std::__1::allocator >(std::__1::basic_istream >&, std::__1::basic_string, std::__1::allocator >&, char) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5970](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5971) "std::__1::locale::locale(std::__1::locale const&)", referenced from: [5971](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5972) std::__1::basic_filebuf >::basic_filebuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5972](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5973) "std::__1::basic_ostream >::flush()", referenced from: [5973](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5974) std::__1::basic_ostream >::operator<<(std::__1::basic_ostream >& (*)(std::__1::basic_ostream >&)) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1006.o) [5974](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5975) "std::__1::codecvt::id", referenced from: [5975](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5976) std::__1::basic_filebuf >::basic_filebuf() in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5976](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5977) std::__1::basic_filebuf >::imbue(std::__1::locale const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5977](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5978) "std::__1::basic_string, std::__1::allocator >::compare(unsigned long, unsigned long, char const*) const", referenced from: [5978](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5979) absl::lts_20220623::time_internal::cctz::TimeZoneIf::Load(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1061.o) [5979](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5980) std::__1::__function::__func, std::__1::allocator > const&)::$_1, std::__1::allocator, std::__1::allocator > const&)::$_1>, std::__1::unique_ptr > (std::__1::basic_string, std::__1::allocator > const&)>::operator()(std::__1::basic_string, std::__1::allocator > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5980](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5981) "std::__1::thread::hardware_concurrency()", referenced from: [5981](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5982) void absl::lts_20220623::base_internal::CallOnceImpl(std::__1::atomic*, absl::lts_20220623::base_internal::SchedulingMode, absl::lts_20220623::base_internal::NumCPUs()::$_0&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.978.o) [5982](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5983) "std::__1::chrono::steady_clock::now()", referenced from: [5983](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5984) absl::lts_20220623::base_internal::CycleClock::Now() in libpyo3_ffi-8980317be4846b77.rlib(libpython.972.o) [5984](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5985) "std::__1::basic_streambuf >::uflow()", referenced from: [5985](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5986) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [5986](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5987) vtable for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5987](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5988) "std::__1::basic_string, std::__1::allocator > std::__1::operator+, std::__1::allocator >(char const*, std::__1::basic_string, std::__1::allocator > const&)", referenced from: [5988](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5989) grpc_core::AwsRequestSigner::GetSignedRequestHeaders() in libpyo3_ffi-8980317be4846b77.rlib(libpython.858.o) [5989](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5990) "std::__1::basic_string, std::__1::allocator >::append(unsigned long, char)", referenced from: [5990](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5991) re2::AppendLiteral(std::__1::basic_string, std::__1::allocator >*, int, bool) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1414.o) [5991](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5992) re2::AppendCCChar(std::__1::basic_string, std::__1::allocator >*, int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1414.o) [5992](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5993) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::ResetToBuiltinUTC(std::__1::chrono::duration > const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5993](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5994) absl::lts_20220623::time_internal::cctz::TimeZoneInfo::GetTransitionType(int, bool, std::__1::basic_string, std::__1::allocator > const&, unsigned char*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [5994](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5995) "std::__1::to_string(unsigned int)", referenced from: [5995](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5996) std::__1::pair, std::__1::allocator >, grpc_core::Json>, std::__1::__tree_node, std::__1::allocator >, grpc_core::Json>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator >, grpc_core::Json>, std::__1::__map_value_compare, std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, grpc_core::Json>, std::__1::less, std::__1::allocator > >, true>, std::__1::allocator, std::__1::allocator >, grpc_core::Json> > >::__emplace_unique_impl(char const (&) [10], unsigned int&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.630.o) [5996](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5997) std::__1::pair, std::__1::allocator >, grpc_core::Json>, std::__1::__tree_node, std::__1::allocator >, grpc_core::Json>, void*>*, long>, bool> std::__1::__tree, std::__1::allocator >, grpc_core::Json>, std::__1::__map_value_compare, std::__1::allocator >, std::__1::__value_type, std::__1::allocator >, grpc_core::Json>, std::__1::less, std::__1::allocator > >, true>, std::__1::allocator, std::__1::allocator >, grpc_core::Json> > >::__emplace_unique_impl(char const (&) [16], unsigned int&&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.630.o) [5997](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5998) grpc_core::XdsHttpFaultFilter::GenerateFilterConfig(grpc_core::XdsExtension, upb_Arena*, grpc_core::ValidationErrors*) const in libpyo3_ffi-8980317be4846b77.rlib(libpython.628.o) [5998](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:5999) grpc_core::(anonymous namespace)::CdsLb::GenerateDiscoveryMechanismForCluster(std::__1::basic_string, std::__1::allocator > const&, int, std::__1::vector >*, std::__1::set, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > >*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.260.o) [5999](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6000) grpc_core::(anonymous namespace)::XdsWrrLocalityLb::UpdateLocked(grpc_core::LoadBalancingPolicy::UpdateArgs) in libpyo3_ffi-8980317be4846b77.rlib(libpython.265.o) [6500](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6501) "std::__1::basic_streambuf >::setbuf(char*, long)", referenced from: [6501](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6502) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6502](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6503) "std::__1::mutex::lock()", referenced from: [6503](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6504) __pyx_f_4grpc_7_cython_6cygrpc_gevent_increment_channel_count(int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6504](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6505) __pyx_f_4grpc_7_cython_6cygrpc_gevent_decrement_channel_count(int) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6505](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6506) __pyx_f_4grpc_7_cython_6cygrpc_21PollerCompletionQueue__poll(__pyx_obj_4grpc_7_cython_6cygrpc_PollerCompletionQueue*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6506](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6507) __pyx_pw_4grpc_7_cython_6cygrpc_21PollerCompletionQueue_7_handle_events(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6507](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6508) __pyx_f_4grpc_7_cython_6cygrpc_await_next_greenlet() in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6508](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6509) __pyx_pw_4grpc_7_cython_6cygrpc_71shutdown_await_next_greenlet(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6509](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6510) __pyx_f_4grpc_7_cython_6cygrpc__submit_to_greenlet_queue(_object*, _object*) in libpyo3_ffi-8980317be4846b77.rlib(libpython.228.o) [6510](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6511) ... [6511](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6512) "std::__1::basic_streambuf >::showmanyc()", referenced from: [6512](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6513) vtable for std::__1::basic_stringbuf, std::__1::allocator > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1410.o) [6513](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6514) vtable for std::__1::basic_filebuf > in libpyo3_ffi-8980317be4846b77.rlib(libpython.1063.o) [6514](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6515) "___cxa_guard_acquire", referenced from: [6515](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6516) grpc_alts_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6516](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6517) grpc_alts_server_credentials::type() const in libpyo3_ffi-8980317be4846b77.rlib(libpython.845.o) [6517](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6518) _grpc_channel_create in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6518](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6519) grpc_core::(anonymous namespace)::Chttp2SecureClientChannelFactory::CreateSubchannel(grpc_resolved_address const&, grpc_core::ChannelArgs const&) in libpyo3_ffi-8980317be4846b77.rlib(libpython.303.o) [6519](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6520) grpc_core::channelz::ChannelzRegistry::Default() in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6520](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6521) _grpc_channelz_get_top_channels in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6521](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6522) _grpc_channelz_get_servers in libpyo3_ffi-8980317be4846b77.rlib(libpython.647.o) [6522](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6523) ... [6523](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6524) ld: symbol(s) not found for architecture x86_64 [6524](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6525) clang: error: linker command failed with exit code 1 (use -v to see invocation) [6525](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6526) [6526](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6527) [6527](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6528) error: could not compile `python-oxidized-importer` due to previous error [6528](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6529) error[PYOXIDIZER_PYTHON_EXECUTABLE]: adding PythonExecutable to FileManifest [6529](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6530) [6530](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6531) Caused by: [6531](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6532) 0: building Python executable [6532](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6533) 1: building executable with Rust project [6533](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6534) 2: cargo build failed [6534](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6535) --> ./pyoxidizer.bzl:289:5 [6535](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6536) | [6536](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6537) 289 | files.add_python_resource(".", exe) [6537](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6538) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PythonExecutable.to_file_manifest() [6538](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6539) [6539](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6540) [6540](https://github.com/org/repo/actions/runs/3786278398/jobs/6437053648#step:10:6541) error: adding PythonExecutable to FileManifest ```
B3QL commented 1 year ago

For the sake of context: We are using the 0.22.0 due to https://github.com/indygreg/PyOxidizer/issues/657

piotlinski commented 1 year ago

When comparing logs between last working workflow and current it seems the problem lies within these lines:

/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizer-libpythonIPVqjB/libpython/lib.a(libpython.1073.o) has no symbols
/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizer-libpythonIPVqjB/libpython/lib.a(libpython.1139.o) has no symbols
/Applications/Xcode_13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pyoxidizer-libpythonIPVqjB/libpython/lib.a(libpython.1140.o) has no symbols
[...]

They did not appear previously.

chenrui333 commented 1 year ago

I have run into the similar issue with pyoxidizer 0.24.0 as well

    = note: ld: warning: object file (/private/tmp/pyoxidizerOJHyiE/build/target/aarch64-apple-darwin/debug/deps/libpyo3_ffi-b9ea064ef657ba4e.rlib(415005a29d63fbd9-config.o)) was built for newer macOS version (12.0) than being linked (11.0)
            Undefined symbols for architecture arm64:
              "_mkfifoat", referenced from:
                  _os_mkfifo_impl in libpyo3_ffi-b9ea064ef657ba4e.rlib(posixmodule.o)
              "_mknodat", referenced from:
                  _os_mknod_impl in libpyo3_ffi-b9ea064ef657ba4e.rlib(posixmodule.o)
            ld: symbol(s) not found for architecture arm64
            clang: error: linker command failed with exit code 1 (use -v to see invocation)

  error: could not compile `python-oxidized-importer` due to previous error
  warning: build failed, waiting for other jobs to finish...
  error[PYOXIDIZER_PYTHON_EXECUTABLE]: adding PythonExecutable to FileManifest

      Caused by:
          0: building Python executable
          1: building executable with Rust project
          2: cargo build failed
         --> ./pyoxidizer.bzl:283:5
          |
      283 |     files.add_python_resource(".", exe)
          |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PythonExecutable.to_file_manifest()

  error: adding PythonExecutable to FileManifest

  Caused by:
      0: building Python executable
      1: building executable with Rust project
      2: cargo build failed
  Error: pyoxidizer: failed
  An exception occurred within a child process:
    BuildError: Failed executing: /opt/homebrew/Cellar/pyoxidizer/0.24.0/bin/pyoxidizer build --verbose
piotlinski commented 1 year ago

In our case it turned out to be some strange incompatibilities with grpcio. On Apple Silicon there is an ongoing problem with installation, which should be resolved with next release: https://github.com/grpc/grpc/issues/31931 Whereas on x86 Mac we needed to use the latest version (macos-12) on our CI for it to start to work.

I will be closing this issue, as it turned out to be a problem with another package.