Skip to content

V3 new

V3 new #143

Triggered via pull request September 2, 2024 06:14
@jbigotjbigot
synchronize #15
v3-new
Status Failure
Total duration 5m 13s
Artifacts

debuntu_docker_images.yml

on: pull_request
Matrix: debuntu
Fit to window
Zoom out
Zoom in

Annotations

18 errors
debuntu (debian/oldstable, mpich, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex && if [ -f /etc/os-release ]; then . /etc/os-release; fi && chmod +x /bin/bash_run && export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl && echo \"deb [ arch=amd64 ] https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO} ${VERSION_CODENAME} main\" > /etc/apt/sources.list.d/pdi.list && curl --output /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO}/pdidev-archive-keyring.gpg && apt-get update -y && if [[ \"${MPI}\" = openmpi ]]; then MPI4PY=python3-mpi4py; FLOWVR=flowvr; fi && apt-get install -y --no-install-recommends build-essential cmake doxygen gfortran libhdf5-${MPI}-dev lib${MPI}-dev libnetcdf-dev libparaconf-dev libspdlog-dev libyaml-dev \"${MPI/openmpi/openmpi-bin}\" ${MPI4PY} pdidev-archive-keyring pkg-config pybind11-dev python3-dev python3-numpy python3-pip python3-setuptools python3-venv python3-yaml ssh-client && apt-get purge -y curl && apt-get autoremove -y && apt-get clean -y && apt-get autoclean -y && useradd -d /home/ci -m -U ci && rm -rf /var/lib/apt/lists/* && rm -rf /run/nologin && rm -rf /root/* && [ -f ~/.profile ] && ( sed -i 's/mesg n/( tty -s \\&\\& mesg n || true )/g' ~/.profile || true )" did not complete successfully: exit code: 100
debuntu (debian/oldstable, openmpi, pdi)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex && if [ -f /etc/os-release ]; then . /etc/os-release; fi && chmod +x /bin/bash_run && export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl && echo \"deb [ arch=amd64 ] https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO} ${VERSION_CODENAME} main\" > /etc/apt/sources.list.d/pdi.list && curl --output /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO}/pdidev-archive-keyring.gpg && apt-get update -y && apt-get install -y --no-install-recommends build-essential cmake gfortran libpdi-dev \"${MPI/openmpi/openmpi-bin}\" pdidev-archive-keyring pdiplugin-decl-hdf5-${MPI} pdiplugin-decl-netcdf pdiplugin-mpi-${MPI} pdiplugin-pycall pdiplugin-serialize pdiplugin-set-value pdiplugin-trace pdiplugin-user-code pkg-config ssh-client && apt-get purge -y curl && apt-get autoremove -y && apt-get clean -y && apt-get autoclean -y && useradd -d /home/ci -m -U ci && rm -rf /var/lib/apt/lists/* && rm -rf /run/nologin && rm -rf /root/* && [ -f ~/.profile ] && ( sed -i 's/mesg n/( tty -s \\&\\& mesg n || true )/g' ~/.profile || true )" did not complete successfully: exit code: 100
debuntu (debian/oldstable, mpich, pdi)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex && if [ -f /etc/os-release ]; then . /etc/os-release; fi && chmod +x /bin/bash_run && export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl && echo \"deb [ arch=amd64 ] https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO} ${VERSION_CODENAME} main\" > /etc/apt/sources.list.d/pdi.list && curl --output /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO}/pdidev-archive-keyring.gpg && apt-get update -y && apt-get install -y --no-install-recommends build-essential cmake gfortran libpdi-dev \"${MPI/openmpi/openmpi-bin}\" pdidev-archive-keyring pdiplugin-decl-hdf5-${MPI} pdiplugin-decl-netcdf pdiplugin-mpi-${MPI} pdiplugin-pycall pdiplugin-serialize pdiplugin-set-value pdiplugin-trace pdiplugin-user-code pkg-config ssh-client && apt-get purge -y curl && apt-get autoremove -y && apt-get clean -y && apt-get autoclean -y && useradd -d /home/ci -m -U ci && rm -rf /var/lib/apt/lists/* && rm -rf /run/nologin && rm -rf /root/* && [ -f ~/.profile ] && ( sed -i 's/mesg n/( tty -s \\&\\& mesg n || true )/g' ~/.profile || true )" did not complete successfully: exit code: 100
debuntu (debian/oldstable, openmpi, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex && if [ -f /etc/os-release ]; then . /etc/os-release; fi && chmod +x /bin/bash_run && export DEBIAN_FRONTEND=noninteractive && apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl && echo \"deb [ arch=amd64 ] https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO} ${VERSION_CODENAME} main\" > /etc/apt/sources.list.d/pdi.list && curl --output /etc/apt/trusted.gpg.d/pdidev-archive-keyring.gpg https://raw.githubusercontent.com/pdidev/repo/pdi-master.${DISTRO}/pdidev-archive-keyring.gpg && apt-get update -y && if [[ \"${MPI}\" = openmpi ]]; then MPI4PY=python3-mpi4py; FLOWVR=flowvr; fi && apt-get install -y --no-install-recommends build-essential cmake doxygen gfortran libhdf5-${MPI}-dev lib${MPI}-dev libnetcdf-dev libparaconf-dev libspdlog-dev libyaml-dev \"${MPI/openmpi/openmpi-bin}\" ${MPI4PY} pdidev-archive-keyring pkg-config pybind11-dev python3-dev python3-numpy python3-pip python3-setuptools python3-venv python3-yaml ssh-client && apt-get purge -y curl && apt-get autoremove -y && apt-get clean -y && apt-get autoclean -y && useradd -d /home/ci -m -U ci && rm -rf /var/lib/apt/lists/* && rm -rf /run/nologin && rm -rf /root/* && [ -f ~/.profile ] && ( sed -i 's/mesg n/( tty -s \\&\\& mesg n || true )/g' ~/.profile || true )" did not complete successfully: exit code: 100
debuntu (debian/oldstable, openmpi, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (debian/oldstable, mpich, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/focal, mpich, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (debian/unstable, openmpi, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (debian/unstable, mpich, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/focal, openmpi, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (debian/unstable, openmpi, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/focal, mpich, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (debian/unstable, mpich, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/focal, openmpi, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/rolling, mpich, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/rolling, openmpi, all)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/rolling, openmpi, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127
debuntu (ubuntu/rolling, mpich, mini)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c export VERBOSE=1 && export MAKEFLAGS=\"-j1\" && bash pdi*/tools/build_scripts/build_and_run.sh" did not complete successfully: exit code: 127