Skip to content

delete junk files

delete junk files #34

Triggered via push October 4, 2024 16:18
Status Failure
Total duration 25m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt && apt-get update -q && apt-get -qq install bc binutils libgomp1 perl psmisc curl tar tcsh uuid-dev vim-common libjpeg62-dev libglu1-mesa libxmu6 libglib2.0-0 qt5-default && curl \"https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/${FREESURFER_VERSION}/freesurfer-linux-ubuntu20_$(dpkg --print-architecture)-${FREESURFER_VERSION}.tar.gz\" | tar -C /usr/local -xz && mv license.txt /usr/local/freesurfer && apt-get install -y locales && export LANGUAGE=en_US.UTF-8 && export LANG=en_US.UTF-8 && export LC_ALL=en_US.UTF-8 && locale-gen en_US.UTF-8 && dpkg-reconfigure locales && useradd -u $UID -ms /bin/bash localuser" did not complete successfully: exit code: 2
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/