Skip to content

bump dependencies

bump dependencies #6

Triggered via push September 11, 2025 17:12
Status Failure
Total duration 1m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c addgroup --gid 1001 --system pretalx && adduser --system --disabled-password --no-create-home --home /pretalx --uid 1001 --shell /sbin/nologin --ingroup pretalx --gecos pretalx pretalx && apt-get update && apt-get install --no-install-recommends -y wget curl apt-transport-https ca-certificates git gettext libmariadb-dev libpq-dev libmemcached-dev pkg-config build-essential npm nodejs locales && curl -SsfL -o /usr/local/bin/gomplate \"https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64\" && curl -SsfL -o /usr/local/bin/wait-for \"https://github.com/thegeeklab/wait-for/releases/download/${WAIT_FOR_VERSION}/wait-for\" && chmod 755 /usr/local/bin/gomplate && chmod 755 /usr/local/bin/wait-for && dpkg-reconfigure locales && locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8 && mkdir -p /pretalx /etc/pretalx /data && PRETALX_VERSION=\"${PRETALX_VERSION##v}\" && echo \"Setup Pretalx 'v${PRETALX_VERSION}' ...\" && curl -SsfL \"https://github.com/pretalx/pretalx/archive/v${PRETALX_VERSION}.tar.gz\" | tar -xzf - -C /pretalx -X /.tarignore --strip-components=1 \"pretalx-${PRETALX_VERSION}\" && pip install -e /pretalx && pip install django-redis pylibmc mysqlclient psycopg2-binary celery[redis] && pip install gunicorn && mv /pretalx/src/pretalx/static/vendored/fullcalendar/it.global.min.js /pretalx/src/pretalx/static/vendored/fullcalendar/it.js && python -m pretalx makemigrations && python -m pretalx migrate && python -m pretalx rebuild && chmod 750 /etc/pretalx && chmod 750 /data && chown -R pretalx:pretalx /etc/pretalx /pretalx /data && apt-get remove -y --purge curl build-essential npm nodejs && apt-get clean all && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*" did not complete successfully: exit code: 1