Abacn opened a new issue, #24493: URL: https://github.com/apache/beam/issues/24493
### What happened? e.g. https://github.com/apache/beam/actions/runs/3603033107/jobs/6070731192 ``` × Building wheel for orjson (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [26 lines of output] Running `maturin pep517 build-wheel -i /home/runner/work/beam/beam/sdks/python/target/.tox/py39/bin/python --compatibility off` Compiling target-lexicon v0.12.5 Compiling autocfg v1.1.0 error: could not compile `autocfg` due to 2 previous errors warning: build failed, waiting for other jobs to finish... error: could not compile `target-lexicon` due to 2 previous errors 💥 maturin failed Caused by: Failed to build a native library through cargo Caused by: Cargo build finished with "exit status: 101": `"cargo" "rustc" "--release" "--manifest-path" "/tmp/pip-install-eo_x85xs/orjson_2b461c8cb147466c9a1ba736aa053a2f/Cargo.toml" "--message-format" "json" "--lib"` 📦 Including license file "/tmp/pip-install-eo_x85xs/orjson_2b461c8cb147466c9a1ba736aa053a2f/LICENSE-APACHE" 📦 Including license file "/tmp/pip-install-eo_x85xs/orjson_2b461c8cb147466c9a1ba736aa053a2f/LICENSE-MIT" 🔗 Found pyo3-ffi bindings 🐍 Found CPython 3.9 at /home/runner/work/beam/beam/sdks/python/target/.tox/py39/bin/python error: couldn't create a temp dir: No such file or directory (os error 2) at path "/home/runner/work/beam/beam/sdks/python/target/.tox/py39/tmp/rustcNwBKtk" error: couldn't create a temp dir: No such file or directory (os error 2) at path "/home/runner/work/beam/beam/sdks/python/target/.tox/py39/tmp/rustcW5UF0r" error: aborting due to previous error error: aborting due to previous error Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/home/runner/work/beam/beam/sdks/python/target/.tox/py39/bin/python', '--compatibility', 'off'] returned non-zero exit status 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for orjson ``` likely due upstream release issue https://pypi.org/project/orjson/#history orjson 3.8.3 just released minutes ago ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 1 ### Issue Component Component: sdk-py-core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
