Category
Other
Hardware
Not Applicable
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
Firmware Version
2.7.13.e24e2ccf6
Description
With latest master devcontainer can not be build/started.
Relevant log output
#0 12.11 VERSION=3.14.0
#0 12.11 Downloading Python-3.14.0.tgz...
#0 19.10 (*) Keyserver hkp://keyserver.pgp.com is not reachable.
#0 19.98 (*) Downloading GPG key...
#0 21.55 Downloading Python-3.14.0.tgz.asc...
#0 21.72 gpg: no valid OpenPGP data found.
#0 21.72 gpg: the signature could not be verified.
#0 21.72 Please remember that the signature file (.sig or .asc)
#0 21.72 should be the first file given on the command line.
#0 21.72 ERROR: Feature "Python" (ghcr.io/devcontainers/features/python) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/python for help troubleshooting this error.
------
Dockerfile-with-features:72
--------------------
71 | ENV PATH="/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/jupyter:${PATH}"
72 | >>> RUN --mount=type=bind,from=dev_containers_feature_content_source,source=python_0,target=/tmp/build-features-src/python_0 \
73 | >>> cp -ar /tmp/build-features-src/python_0 /tmp/dev-container-features \
74 | >>> && chmod -R 0755 /tmp/dev-container-features/python_0 \
75 | >>> && cd /tmp/dev-container-features/python_0 \
76 | >>> && chmod +x ./devcontainer-features-install.sh \
77 | >>> && ./devcontainer-features-install.sh \
78 | >>> && rm -rf /tmp/dev-container-features/python_0
79 |
--------------------
ERROR: failed to solve: process "/bin/sh -c cp -ar /tmp/build-features-src/python_0 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/python_0 && cd /tmp/dev-container-features/python_0 && chmod +x ./devcontainer-features-install.sh && ./devcontainer-features-install.sh && rm -rf /tmp/dev-container-features/python_0" did not complete successfully: exit code: 2
[135471 ms] Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-sstoilov/container-features/0.80.1-1760342297434/Dockerfile-with-features -t vsc-firmware-d3d60ea54cc40b27ccef00ec7e975b0ac1be5816981648156aa4144827ff88d0 --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-sstoilov/container-features/0.80.1-1760342297434 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=vscode --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /home/users/sstoilov/Desktop/lora/firmware/.devcontainer
[135471 ms] at
Category
Other
Hardware
Not Applicable
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
Firmware Version
2.7.13.e24e2ccf6
Description
With latest master devcontainer can not be build/started.
Relevant log output