Fix the component name in actions #2
Annotations
1 error and 1 warning
multiplatform_build (qubership-env-checker, Dockerfile)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && arch=$(uname -m) && if [ \"${arch}\" = \"x86_64\" ]; then arch=\"64\"; fi && echo \"Architecture: ${arch}\" && wget --no-check-certificate -qO /tmp/micromamba.tar.bz2 https://github.com/mamba-org/micromamba-releases/releases/download/2.0.4-0/micromamba-linux-64.tar.bz2 && if [ $? -ne 0 ]; then echo \"Failed to download micromamba.tar.bz2\"; exit 1; fi && echo \"Downloaded micromamba.tar.bz2 successfully\" && tar -xvjf /tmp/micromamba.tar.bz2 --strip-components=1 -C /tmp bin/micromamba && if [ $? -ne 0 ]; then echo \"Failed to extract micromamba.tar.bz2\"; exit 1; fi && echo \"Extracted micromamba.tar.bz2 successfully\" && rm /tmp/micromamba.tar.bz2 && PYTHON_SPECIFIER=\"python=${PYTHON_VERSION}\" && if [[ \"${PYTHON_VERSION}\" == \"default\" ]]; then PYTHON_SPECIFIER=\"python\"; fi && echo \"PYTHON_SPECIFIER: ${PYTHON_SPECIFIER}\" && /tmp/micromamba install --root-prefix=\"${CONDA_DIR}\" --prefix=\"${CONDA_DIR}\" --yes \"${PYTHON_SPECIFIER}\" 'mamba' 'conda<23.9' 'jupyter_core' && if [ $? -ne 0 ]; then echo \"Failed to install packages with micromamba\"; exit 1; fi && echo \"Installed packages successfully\" && rm /tmp/micromamba && mamba list python > /tmp/mamba_list_python.txt && if [ $? -ne 0 ]; then echo \"Failed to list python packages with mamba\"; exit 1; fi && echo \"Listed python packages successfully\" && echo \"Content of /tmp/mamba_list_python.txt:\" && cat /tmp/mamba_list_python.txt && awk '/^python[[:space:]]/ {print $1, $2}' /tmp/mamba_list_python.txt > /tmp/awk_python.txt && if [ $? -ne 0 ]; then echo \"Failed to extract python packages with awk\"; exit 1; fi && echo \"Extracted python packages successfully\" && cat /tmp/awk_python.txt >> \"${CONDA_DIR}/conda-meta/pinned\" && if [ $? -ne 0 ]; then echo \"Failed to write to ${CONDA_DIR}/conda-meta/pinned\"; exit 1; fi && echo \"Wrote Python version to ${CONDA_DIR}/conda-meta/pinned successfully\" && mamba clean --all -f -y && fix-permissions \"${CONDA_DIR}\" && if [ $? -ne 0 ]; then echo \"Failed to fix permissions for ${CONDA_DIR}\"; exit 1; fi && echo \"Fixed permissions for ${CONDA_DIR} successfully\" && fix-permissions \"/home/${NB_USER}\" && if [ $? -ne 0 ]; then echo \"Failed to fix permissions for /home/${NB_USER}\"; exit 1; fi && echo \"Fixed permissions for /home/${NB_USER} successfully\"" did not complete successfully: exit code: 127
|
multiplatform_build (qubership-env-checker, Dockerfile)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|