Skip to content

change ubunto

change ubunto #5

Triggered via push May 29, 2024 13:01
Status Failure
Total duration 17m 4s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-docker
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c set -eux && apk add --no-cache --virtual .fetch-deps ca-certificates openssl tar && wget -O postgis.tar.gz \"https://github.com/postgis/postgis/archive/${POSTGIS_VERSION}.tar.gz\" && echo \"${POSTGIS_SHA256} *postgis.tar.gz\" | sha256sum -c - && mkdir -p /usr/src/postgis && tar --extract --file postgis.tar.gz --directory /usr/src/postgis --strip-components 1 && rm postgis.tar.gz && apk add --no-cache --virtual .build-deps gdal-dev geos-dev proj-dev proj-util sfcgal-dev $DOCKER_PG_LLVM_DEPS autoconf automake cunit-dev file g++ gcc gettext-dev git json-c-dev libtool libxml2-dev make pcre2-dev perl protobuf-c-dev && cd /usr/src/postgis && gettextize && ./autogen.sh && ./configure --enable-lto && make -j$(nproc) && make install && projsync --system-directory --file ch_swisstopo_CHENyx06_ETRS && projsync --system-directory --file us_noaa_eshpgn && projsync --system-directory --file us_noaa_prvi && projsync --system-directory --file us_noaa_wmhpgn && mkdir /tempdb && chown -R postgres:postgres /tempdb && su postgres -c 'pg_ctl -D /tempdb init' && su postgres -c 'pg_ctl -D /tempdb -c -l /tmp/logfile -o '-F' start ' && cd regress && make -j$(nproc) check RUNTESTFLAGS=--extension PGUSER=postgres && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS postgis;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS postgis_raster;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS postgis_sfcgal;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS fuzzystrmatch; --needed for postgis_tiger_geocoder \"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS address_standardizer;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS address_standardizer_data_us;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;\"' && su postgres -c 'psql -c \"CREATE EXTENSION IF NOT EXISTS postgis_topology;\"' && su postgres -c 'psql -t -c \"SELECT version();\"' >> /_pgis_full_version.txt && su postgres -c 'psql -t -c \"SELECT PostGIS_Full_Version();\"' >> /_pgis_full_version.txt && su postgres -c 'psql -t -c \"\\dx\"' >> /_pgis_full_version.txt && su postgres -c 'pg_ctl -D /tempdb --mode=immediate stop' && rm -rf /tempdb && rm -rf /tmp/logfile && rm -rf /tmp/pgis_reg && apk add --no-cache --virtual .postgis-rundeps gdal geos proj sfcgal json-c libstdc++ pcre2 protobuf-c ca-certificates && cd / && rm -rf /usr/src/postgis && apk del .fetch-deps .build-deps && cat /_pgis_full_version.txt" did not complete successfully: exit code: 2
build-docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.