Skip to content

[IMP] tests: check chromium is working before testing artifacts with odoo #1030

[IMP] tests: check chromium is working before testing artifacts with odoo

[IMP] tests: check chromium is working before testing artifacts with odoo #1030

Triggered via pull request July 9, 2026 06:25
Status Failure
Total duration 56m 47s
Artifacts 13

ci.yaml

on: pull_request
pre-commit
13s
pre-commit
Matrix: build-push-pr
Matrix: test
Matrix: test-pr
Matrix: build-push-official
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build-push-pr (15.0, linux/amd64,linux/arm64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get -qq update && apt-get install -yqq --no-install-recommends curl; if [ \"$TARGETARCH\" = \"arm64\" ]; then if [ \"$WKHTMLTOPDF_VERSION\" != \"0.12.6.1\" ]; then echo \"Error: WKHTMLTOPDF_VERSION must be exactly 0.12.6.1 for arm builds. Forcing version to 0.12.6.1\"; export WKHTMLTOPDF_VERSION=\"0.12.6.1\"; fi; WKHTMLTOPDF_URL=\"https://github.com/wkhtmltopdf/packaging/releases/download/${WKHTMLTOPDF_VERSION}-2/wkhtmltox_${WKHTMLTOPDF_VERSION}-2.bullseye_${TARGETARCH}.deb\" WKHTMLTOPDF_CHECKSUM=$WKHTMLTOPDF_ARM64_CHECKSUM; elif [ \"$TARGETARCH\" = \"amd64\" ]; then WKHTMLTOPDF_URL=\"https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${WKHTMLTOPDF_VERSION}/wkhtmltox_${WKHTMLTOPDF_VERSION}-1.buster_${TARGETARCH}.deb\" WKHTMLTOPDF_CHECKSUM=$WKHTMLTOPDF_AMD64_CHECKSUM; else echo \"Unsupported architecture: $TARGETARCH\" >&2; exit 1; fi && curl -SLo wkhtmltox.deb ${WKHTMLTOPDF_URL} && echo \"Downloading wkhtmltopdf from: ${WKHTMLTOPDF_URL}\" && echo \"Expected wkhtmltox checksum: ${WKHTMLTOPDF_CHECKSUM}\" && echo \"Computed wkhtmltox checksum: $(sha256sum wkhtmltox.deb | awk '{ print $1 }')\" && echo \"${WKHTMLTOPDF_CHECKSUM} wkhtmltox.deb\" | sha256sum -c - && (dpkg -i wkhtmltox.deb || apt-get -y install -f) && apt-get install -yqq --no-install-recommends chromium ffmpeg fonts-liberation2 gettext git gnupg2 locales-all nano npm openssh-client telnet vim && echo 'deb https://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/postgresql.list && curl -SL https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update && curl --silent -L --output geoipupdate_${GEOIP_UPDATER_VERSION}_linux_${TARGETARCH}.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_UPDATER_VERSION}/geoipupdate_${GEOIP_UPDATER_VERSION}_linux_${TARGETARCH}.deb && dpkg -i geoipupdate_${GEOIP_UPDATER_VERSION}_linux_${TARGETARCH}.deb && rm geoipupdate_${GEOIP_UPDATER_VERSION}_linux_${TARGETARCH}.deb && apt-get autopurge -yqq && rm -Rf wkhtmltox.deb /var/lib/apt/lists/* /tmp/* && sync" did not complete successfully: exit code: 100
pre-commit
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-python@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-push-pr (13.0, linux/amd64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 13.0.Dockerfile#L9
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 13.0.Dockerfile#L9
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push-pr (15.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-push-pr (14.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 14.0.Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 14.0.Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push-pr (17.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 17.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 17.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push-pr (18.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 18.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 18.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push-pr (19.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 19.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 19.0.Dockerfile#L15
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-push-pr (16.0, linux/amd64,linux/arm64)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3, docker/setup-qemu-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: 16.0.Dockerfile#L16
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: 16.0.Dockerfile#L16
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GEOIP_LICENSE_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Artifacts

Produced during runtime
Name Size Digest
Tecnativa~doodba~7GEGYQ.dockerbuild
58 KB
sha256:29798e6ab91c8a35b52c1f56bc2155532bfa648434d38ae4b96eb6099868fd57
Tecnativa~doodba~AZ0J5X.dockerbuild
277 KB
sha256:157dbd5dcd5ae6e22fc9c8aeaf4cb7fe4b81c295c81b7f59928db18ef9a6b62e
Tecnativa~doodba~F5CP0A.dockerbuild
260 KB
sha256:338f95dc56be40998dfed652da599c31a7e3270739b50048ffad926a2ba00504
Tecnativa~doodba~FK7TSC.dockerbuild
279 KB
sha256:dfe37915395502d3608c9b181f14fc82c1fc04731bcabae1ae021f91ff64f060
Tecnativa~doodba~H7M9P3.dockerbuild
31.9 KB
sha256:53973c7177a87d829fe53c03380d3130a9a8c8ceb3e15c68876f8a64f785ade7
Tecnativa~doodba~JSJ8KZ.dockerbuild
173 KB
sha256:875530afebc68d299e78bcf7694868282724d9789010fe133c56a2dd0fbb4427
Tecnativa~doodba~M8I28J.dockerbuild
133 KB
sha256:7d77b0a5b9657b7a285f5d8ed9f2e3de42b2c37ef0637625e1099bc1f65b453e
Tecnativa~doodba~OO26MM.dockerbuild
56 KB
sha256:23770a9288dcf1e50275e138491276fdc332fe0c8ea143d1d5c1b053a5c7f985
Tecnativa~doodba~QCCR8O.dockerbuild
56.7 KB
sha256:377a8b24a0b7f165a7df33c78ddbfaa51512e17b44e3bfc96bdc78462caaa2aa
Tecnativa~doodba~UYRA97.dockerbuild
57.9 KB
sha256:cce90b2cf8050abc12abd957b29031fb4957ec956d873d5ae19492e28929f149
Tecnativa~doodba~W7WKIU.dockerbuild
278 KB
sha256:29cd511e7732dfa9af197f5a378d0fcfcc10a6cb701127baeb9b8b29142ac176
Tecnativa~doodba~ZRGD7Y.dockerbuild
54 KB
sha256:f0cd9a65574cb457a002f7b9b501e2945f0ac5d6fca5c9fd82a2c4dcff25df50
Tecnativa~doodba~ZX0KY5.dockerbuild
275 KB
sha256:a84ef024b2a228e1fcb8786e4a89bb71def478d0b009fde4677a9ed62d35309f