Skip to content

Merge pull request #285 from umccr/bugfix/use-gh-actions-user #65

Merge pull request #285 from umccr/bugfix/use-gh-actions-user

Merge pull request #285 from umccr/bugfix/use-gh-actions-user #65

Triggered via push June 25, 2024 04:59
Status Failure
Total duration 1m 40s
Artifacts
Build Release Bundle
20s
Build Release Bundle
Build Container
1m 31s
Build Container
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export DEBIAN_FRONTEND=noninteractive && ( echo \"Updating Apt\" 1>&2 && apt update -y -q && echo \"Installing jq, nodejs, rsync, graphviz and parallel\" 1>&2 && apt install -y -q jq nodejs rsync graphviz parallel gcc python3-dev curl build-essential automake autoconf libtool unzip nghttp2 libnghttp2-dev libssl-dev wget autoconf busybox bzip2 ca-certificates git tini && echo \"Cleaning up after apt installations\" 1>&2 && apt clean -y -q ) && ( echo \"Installing conda\" 1>&2 && CONDA_TARGETPLATFORM_NAME=\"$(echo \"${TARGETPLATFORM#linux/}\" | sed 's/amd64/x86_64/g')\" && echo \"https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/${MINIFORGE_NAME}-${MINIFORGE_VERSION}-Linux-${CONDA_TARGETPLATFORM_NAME}.sh\" && wget --no-hsts --quiet --output-document /tmp/miniforge.sh \"https://github.com/conda-forge/miniforge/releases/download/${MINIFORGE_VERSION}/${MINIFORGE_NAME}-${MINIFORGE_VERSION}-Linux-${CONDA_TARGETPLATFORM_NAME}.sh\" && /bin/bash /tmp/miniforge.sh -b -p ${CONDA_DIR} && rm /tmp/miniforge.sh && echo \"Updating conda\" 1>&2 && \"${CONDA_DIR}/bin/conda\" update --yes --name base --channel conda-forge --channel defaults conda && \"${CONDA_DIR}/bin/conda\" clean --tarballs --index-cache --packages --yes && find ${CONDA_DIR} -follow -type f -name '*.a' -delete && find ${CONDA_DIR} -follow -type f -name '*.pyc' -delete && \"${CONDA_DIR}/bin/conda\" clean --force-pkgs-dirs --all --yes && echo \". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base\" >> /etc/skel/.bashrc && echo \". ${CONDA_DIR}/etc/profile.d/conda.sh && conda activate base\" >> ~/.bashrc ) && ( echo \"Installing yq\" 1>&2 && wget --quiet --output-document /usr/bin/yq \"https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64\" && chmod +x /usr/bin/yq ) && ( echo \"Installing gh binary\" && curl --fail --silent --show-error --location \"https://cli.github.com/packages/githubcli-archive-keyring.gpg\" | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && apt update -y -q && apt install gh -y -q && apt clean -y -q ) && ( echo \"Installing aws cli\" 1>&2 && wget --quiet \"https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\" --output-document \"awscliv2.zip\" && unzip -qq awscliv2.zip && ./aws/install && rm -rf aws/ awscliv2.zip ) && ( echo \"Installing ICAv2 CLI\" 1>&2 && wget --quiet --output-document \"/dev/stdout\" \"https://stratus-documentation-us-east-1-public.s3.amazonaws.com/cli/${ICAV2_CLI_VERSION}/ica-linux-${TARGETPLATFORM#linux/}.zip\" | busybox unzip -p - \"linux-${TARGETPLATFORM#linux/}/icav2\" > \"/usr/local/bin/icav2\" && chmod +x \"/usr/local/bin/icav2\" ) && ( echo \"Adding user groups\" 1>&2 && addgroup --gid \"${GITHUB_ACTIONS_GROUP_ID}\" \"${GITHUB_ACTIONS_GROUP_NAME}\" && adduser --disabled-password --gid \"${GITHUB_ACTIONS_GROUP_ID}\" --uid \"${GITHUB_ACTIONS_USER_ID}\" \"${GITHUB_ACTIONS_USER_NAME}\" )" did not complete successfully: exit code: 51