Skip to content

Creating container images 🧉 #34

Creating container images 🧉

Creating container images 🧉 #34

Triggered via push June 19, 2024 06:52
Status Failure
Total duration 2m 58s
Artifacts
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build-and-push (freva)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && groupadd -r --gid 1000 freva && groupadd -r --gid 8983 solr && adduser --uid 1001 --gid 1000 --gecos \"Default user\" --shell /bin/bash --disabled-password freva && usermod -aG solr,mysql freva && if [ \"$binder\" = \"true\" ]; then /opt/conda/bin/conda create -y -q -c conda-forge cftime make bash_kernel cartopy h5netcdf netcdf4 ffmpeg pip notebook jupyterlab jupyterhub freva -p /opt/evaluation_system && /opt/evaluation_system/bin/python -m pip install pint-xarray cf_xarray nc-time-axis && /opt/evaluation_system/bin/python -m ipykernel install --name freva && /opt/evaluation_system/bin/python -m bash_kernel.install && git clone --recursive https://gitlab.dkrz.de/freva/plugins4freva/animator.git /mnt/freva_plugins/animator && mkdir -p /etc/jupyter /usr/freva_output && chmod -R 2777 /usr/freva_output && mkdir -p /mnt/freva_plugins/dummy/.git && mv /tmp/evaluation_system/.docker/git_config /mnt/freva_plugins/dummy/.git/ && cp /tmp/evaluation_system/src/evaluation_system/tests/mocks/dummy.py /mnt/freva_plugins/dummy && cp /mnt/freva_plugins/animator/.git/config . && rm -fr /mnt/freva_plugins/animator/.git/* && mv config /mnt/freva_plugins/animator/.git/ ; else /opt/conda/bin/conda create -y -q -c conda-forge make pip git conda -p /opt/evaluation_system; fi && rm -rf /opt/conda && mkdir -p ${EVAL_HOME}/bin ${EVAL_HOME}/share/freva /mnt/freva_plugins ${MYSQL_LOGS_DIR} ${SOLR_LOGS_DIR} ${MYSQL_DATA_DIR} ${MYSQL_HOME}/tmpl && mv /tmp/evaluation_system/src/evaluation_system/tests/mocks/bin/* /usr/local/bin/ && cp /tmp/evaluation_system/.docker/evaluation_system.conf ${EVAL_HOME}/share/freva/ && cat /tmp/evaluation_system/compose/drs_config.toml |sed 's#.docker/data#/mnt/data4freva#g' > ${EVAL_HOME}/share/freva/drs_config.toml && mv /tmp/evaluation_system/.docker/*.sh ${EVAL_HOME}/bin/ && mv /tmp/evaluation_system/.docker/zshrc ${EVAL_HOME}/.zshrc && mv /tmp/evaluation_system/.docker/data /mnt/data4freva && mv /tmp/evaluation_system/docs/source/notebooks ${EVAL_HOME}/ && mv /tmp/evaluation_system/.docker/*.ipynb ${EVAL_HOME}/notebooks/ && mv /tmp/evaluation_system/compose/solr/ingest_dummy_data.py ${EVAL_HOME}/ && mv /tmp/evaluation_system/compose/dummy_user_data.py ${EVAL_HOME}/ && chmod -R 775 /mnt/data4freva /var/lib/mysql && chmod +x /opt/evaluation_system/bin/* && mv /tmp/evaluation_system/.docker/*.sql /docker-entrypoint-initdb.d/ && mv /tmp/evaluation_system/compose/config/mysql/*.sql /docker-entrypoint-initdb.d/ && /opt/solr/docker/scripts/init-var-solr && /opt/solr/docker/scripts/precreate-core latest && /opt/solr/docker/scripts/precreate-core files && cp /tmp/evaluation_system/compose/config/solr/managed-schema.xml /var/solr/data/latest/conf/managed-schema.xml && cp /tmp/evaluation_system/compose/config/solr/managed-schema.xml /var/solr/data/files/conf/managed-schema.xml && find /var/solr -type d -print0 | xargs -0 chmod 0771 && find /var/solr -type f -print0 | xargs -0 chmod 0661 && mv /var/solr ${SOLR_HOME} && ln -s ${SOLR_HOME} /var/solr && chown -R freva:freva ${MYSQL_HOME} && echo \"[mariadbd]\" > /etc/mysql/my.cnf && echo \"user = freva\" >> /etc/mysql/my.cnf && echo \"port = ${MYSQL_PORT}\" >> /etc/mysql/my.cnf && echo \"datadir = ${MYSQL_DATA_DIR}\" >> /etc/mysql/my.cnf && echo \"socket = ${MYSQL_HOME}/mysql.${MYSQL_PORT}.sock\" >> /etc/mysql/my.cnf && echo \"log-error = ${MYSQL_LOGS_DIR}/mysql-${MYSQL_PORT}-console.err\" >> /etc/mysql/my.cnf && echo \"max_connections = 10\" >> /etc/mysql/my.cnf && echo \"key_buffer_size = 8M\" >> /etc/mysql/my.cnf && echo \"FLUSH PRIVILEGES; ALTER USER 'root'@'localhost' IDENTIFIED BY 'T3st';\" > /tmp/set_root_pw && echo \"set -e\" > /tmp/mysql_init && echo \"mariadb-install-db\" >> /tmp/mysql_init && echo \"nohup mariadbd --skip-grant-tables &\" >> /tmp/mysql_init && echo \"mariadb-admin --socket=${MYSQL_HOME}/mysql.${MYSQL_PORT}.sock --wait=
build-and-push (freva-dev)
The job was canceled because "freva" failed.
build-and-push (freva-dev)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && groupadd -r --gid 1000 freva && groupadd -r --gid 8983 solr && adduser --uid 1001 --gid 1000 --gecos \"Default user\" --shell /bin/bash --disabled-password freva && usermod -aG solr,mysql freva && if [ \"$binder\" = \"true\" ]; then /opt/conda/bin/conda create -y -q -c conda-forge cftime make bash_kernel cartopy h5netcdf netcdf4 ffmpeg pip notebook jupyterlab jupyterhub freva -p /opt/evaluation_system && /opt/evaluation_system/bin/python -m pip install pint-xarray cf_xarray nc-time-axis && /opt/evaluation_system/bin/python -m ipykernel install --name freva && /opt/evaluation_system/bin/python -m bash_kernel.install && git clone --recursive https://gitlab.dkrz.de/freva/plugins4freva/animator.git /mnt/freva_plugins/animator && mkdir -p /etc/jupyter /usr/freva_output && chmod -R 2777 /usr/freva_output && mkdir -p /mnt/freva_plugins/dummy/.git && mv /tmp/evaluation_system/.docker/git_config /mnt/freva_plugins/dummy/.git/ && cp /tmp/evaluation_system/src/evaluation_system/tests/mocks/dummy.py /mnt/freva_plugins/dummy && cp /mnt/freva_plugins/animator/.git/config . && rm -fr /mnt/freva_plugins/animator/.git/* && mv config /mnt/freva_plugins/animator/.git/ ; else /opt/conda/bin/conda create -y -q -c conda-forge make pip git conda -p /opt/evaluation_system; fi && rm -rf /opt/conda && mkdir -p ${EVAL_HOME}/bin ${EVAL_HOME}/share/freva /mnt/freva_plugins ${MYSQL_LOGS_DIR} ${SOLR_LOGS_DIR} ${MYSQL_DATA_DIR} ${MYSQL_HOME}/tmpl && mv /tmp/evaluation_system/src/evaluation_system/tests/mocks/bin/* /usr/local/bin/ && cp /tmp/evaluation_system/.docker/evaluation_system.conf ${EVAL_HOME}/share/freva/ && cat /tmp/evaluation_system/compose/drs_config.toml |sed 's#.docker/data#/mnt/data4freva#g' > ${EVAL_HOME}/share/freva/drs_config.toml && mv /tmp/evaluation_system/.docker/*.sh ${EVAL_HOME}/bin/ && mv /tmp/evaluation_system/.docker/zshrc ${EVAL_HOME}/.zshrc && mv /tmp/evaluation_system/.docker/data /mnt/data4freva && mv /tmp/evaluation_system/docs/source/notebooks ${EVAL_HOME}/ && mv /tmp/evaluation_system/.docker/*.ipynb ${EVAL_HOME}/notebooks/ && mv /tmp/evaluation_system/compose/solr/ingest_dummy_data.py ${EVAL_HOME}/ && mv /tmp/evaluation_system/compose/dummy_user_data.py ${EVAL_HOME}/ && chmod -R 775 /mnt/data4freva /var/lib/mysql && chmod +x /opt/evaluation_system/bin/* && mv /tmp/evaluation_system/.docker/*.sql /docker-entrypoint-initdb.d/ && mv /tmp/evaluation_system/compose/config/mysql/*.sql /docker-entrypoint-initdb.d/ && /opt/solr/docker/scripts/init-var-solr && /opt/solr/docker/scripts/precreate-core latest && /opt/solr/docker/scripts/precreate-core files && cp /tmp/evaluation_system/compose/config/solr/managed-schema.xml /var/solr/data/latest/conf/managed-schema.xml && cp /tmp/evaluation_system/compose/config/solr/managed-schema.xml /var/solr/data/files/conf/managed-schema.xml && find /var/solr -type d -print0 | xargs -0 chmod 0771 && find /var/solr -type f -print0 | xargs -0 chmod 0661 && mv /var/solr ${SOLR_HOME} && ln -s ${SOLR_HOME} /var/solr && chown -R freva:freva ${MYSQL_HOME} && echo \"[mariadbd]\" > /etc/mysql/my.cnf && echo \"user = freva\" >> /etc/mysql/my.cnf && echo \"port = ${MYSQL_PORT}\" >> /etc/mysql/my.cnf && echo \"datadir = ${MYSQL_DATA_DIR}\" >> /etc/mysql/my.cnf && echo \"socket = ${MYSQL_HOME}/mysql.${MYSQL_PORT}.sock\" >> /etc/mysql/my.cnf && echo \"log-error = ${MYSQL_LOGS_DIR}/mysql-${MYSQL_PORT}-console.err\" >> /etc/mysql/my.cnf && echo \"max_connections = 10\" >> /etc/mysql/my.cnf && echo \"key_buffer_size = 8M\" >> /etc/mysql/my.cnf && echo \"FLUSH PRIVILEGES; ALTER USER 'root'@'localhost' IDENTIFIED BY 'T3st';\" > /tmp/set_root_pw && echo \"set -e\" > /tmp/mysql_init && echo \"mariadb-install-db\" >> /tmp/mysql_init && echo \"nohup mariadbd --skip-grant-tables &\" >> /tmp/mysql_init && echo \"mariadb-admin --socket=${MYSQL_HOME}/mysql.${MYSQL_PORT}.sock --wait=
build-and-push (freva)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.