Skip to content

[FIX] Mark /tmp/fake-odoo as safe #691

[FIX] Mark /tmp/fake-odoo as safe

[FIX] Mark /tmp/fake-odoo as safe #691

Triggered via pull request September 27, 2024 13:38
Status Cancelled
Total duration 1h 15m 21s
Artifacts

ci.yaml

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

Annotations

8 errors and 6 warnings
build-push (13.0, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -qq update && apt-get install -yqq --no-install-recommends curl && curl -SLo wkhtmltox.deb https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${WKHTMLTOPDF_VERSION}/wkhtmltox_${WKHTMLTOPDF_VERSION}-1.buster_amd64.deb && echo \"${WKHTMLTOPDF_CHECKSUM} wkhtmltox.deb\" | sha256sum -c - && apt-get install -yqq --no-install-recommends ./wkhtmltox.deb chromium ffmpeg fonts-liberation2 gettext git gnupg2 locales-all nano npm openssh-client telnet vim zlibc && echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-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 && apt-get install -yqq --no-install-recommends && curl --silent -L --output geoipupdate_${GEOIP_UPDATER_VERSION}_linux_amd64.deb https://github.com/maxmind/geoipupdate/releases/download/v${GEOIP_UPDATER_VERSION}/geoipupdate_${GEOIP_UPDATER_VERSION}_linux_amd64.deb && dpkg -i geoipupdate_${GEOIP_UPDATER_VERSION}_linux_amd64.deb && rm geoipupdate_${GEOIP_UPDATER_VERSION}_linux_amd64.deb && apt-get autopurge -yqq && rm -Rf wkhtmltox.deb /var/lib/apt/lists/* /tmp/* && sync" did not complete successfully: exit code: 100
build-push (14.0, linux/amd64,linux/arm64)
buildx failed with: ERROR: 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 - && apt-get install -yqq --no-install-recommends ./wkhtmltox.deb chromium ffmpeg fonts-liberation2 gettext git gnupg2 locales-all nano npm openssh-client telnet vim zlibc && echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-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
build-push (16.0, linux/amd64,linux/arm64)
The run was canceled by @josep-tecnativa.
build-push (16.0, linux/amd64,linux/arm64)
The operation was canceled.
build-push (15.0, linux/amd64,linux/arm64)
The run was canceled by @josep-tecnativa.
build-push (15.0, linux/amd64,linux/arm64)
The operation was canceled.
build-push (17.0, linux/amd64,linux/arm64)
The run was canceled by @josep-tecnativa.
build-push (17.0, linux/amd64,linux/arm64)
The operation was canceled.
pre-commit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (17.0, 15, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (15.0, 14, 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (14.0, 14, 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (16.0, 14, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (13.0, 14, 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/