Merge pull request #355 from tisnik/fixed-ghpages-style #62
ghcr-push.yaml
on: push
Build and push image
2m 54s
Annotations
1 error
Build and push image
Error: buildah exited with code 1
Trying to pull quay.io/openshift-lightspeed/lightspeed-rag-content@sha256:3e96332648a6f8ff1879c7ae11c818ea7f1c8d5b8a99c4bff406c98c8a7d4541...
Getting image source signatures
Copying blob sha256:87f88adb1d73abda8ba4a3cb62cbb497215da9abd402a8e4a6e1d37350e59645
Copying blob sha256:3d252ab42824f0f833f0fcf3c660065bd878cb4de12b9c69b6a1758287e338e8
Copying blob sha256:5b98276ead8a9c2b7961856002e38957b2d575a92f9fe178dc86ecb063fcb219
Copying blob sha256:5b98276ead8a9c2b7961856002e38957b2d575a92f9fe178dc86ecb063fcb219
Copying blob sha256:87f88adb1d73abda8ba4a3cb62cbb497215da9abd402a8e4a6e1d37350e59645
Copying blob sha256:3d252ab42824f0f833f0fcf3c660065bd878cb4de12b9c69b6a1758287e338e8
Copying config sha256:36cbecb5dd0780e98d39acc601a5597e8498ae1bd601a039796db04299fd789b
Writing manifest to image destination
Storing signatures
Trying to pull registry.access.redhat.com/ubi9/ubi-minimal:latest...
Getting image source signatures
Copying blob sha256:7773c651ce2558c22521f6ea1bb2e11b3a7e0f291de522fb1183c6ab4e62c1a6
Copying blob sha256:24436b52f270faaf1cd45508746ed85af4420ecadbf33becda289f2e4221eb18
Copying blob sha256:7773c651ce2558c22521f6ea1bb2e11b3a7e0f291de522fb1183c6ab4e62c1a6
Copying blob sha256:24436b52f270faaf1cd45508746ed85af4420ecadbf33becda289f2e4221eb18
Copying config sha256:e693708ade991850cf8c1b42f9121a4482e37a8811356ab7c5261e4e7950e8f4
Writing manifest to image destination
Storing signatures
(microdnf:1): librhsm-WARNING **: 11:33:28.095: Found 0 entitlement certificates
(microdnf:1): librhsm-WARNING **: 11:33:28.098: Found 0 entitlement certificates
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [24 lines of output]
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 351, in <module>
main()
File "/usr/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 333, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 152, in prepare_metadata_for_build_wheel
return hook(metadata_directory, config_settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/__init__.py", line 43, in prepare_metadata_for_build_wheel
return builder.prepare_metadata(metadata_directory).name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/wheel.py", line 102, in prepare_metadata
self.initialize(context)
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/base.py", line 193, in initialize
self.call_hook("pdm_build_initialize", context)
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/base.py", line 151, in call_hook
getattr(hook, hook_name)(context, *args, **kwargs)
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/hooks/version/__init__.py", line 60, in pdm_build_initialize
getattr(self, f"resolve_version_from_{source}")(context, **options)
File "/tmp/pip-build-env-1j788t_y/overlay/lib/python3.11/site-packages/pdm/backend/hooks/version/__init__.py", line 67, in resolve_version_from_file
with open(version_source, encoding="utf-8") as fp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/app-root/ols/version.py'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue wi
|