Skip to content

Docker builds

Docker builds #119

Triggered via schedule December 7, 2024 00:04
Status Failure
Total duration 8m 24s
Artifacts 8

docker-build.yml

on: schedule
Matrix: build-cuda
Matrix: build-pl
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build-cuda (3.12, 2.4, 12.1.0)
No SLACK_WEBHOOK_URL provided
build-cuda (3.12, 2.4, 12.1.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install -y wget && apt-get update -qq --fix-missing && NCCL_VER=$(dpkg -s libnccl2 | grep '^Version:' | awk -F ' ' '{print $2}' | awk -F '-' '{print $1}' | grep -ve '^\\s*$') && CUDA_VERSION_MM=${CUDA_VERSION%.*} && TO_INSTALL_NCCL=$(echo -e \"$MAX_ALLOWED_NCCL\\n$NCCL_VER\" | sort -V | head -n1)-1+cuda${CUDA_VERSION_MM} && apt-get install -y --no-install-recommends --allow-downgrades --allow-change-held-packages build-essential pkg-config cmake git wget curl unzip ca-certificates software-properties-common libopenmpi-dev openmpi-bin ssh ninja-build libnccl2=$TO_INSTALL_NCCL libnccl-dev=$TO_INSTALL_NCCL && add-apt-repository ppa:deadsnakes/ppa && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-distutils python${PYTHON_VERSION}-dev && update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && apt-get autoremove -y && apt-get clean && rm -rf /root/.cache && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
build-NGC
System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241207-000427-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241207-000427-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Common.Tracing.Error(Exception exception) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241207-000427-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at System.Diagnostics.TraceSource.Flush() at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing) at GitHub.Runner.Common.Tracing.Dispose() at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing) at GitHub.Runner.Common.TraceManager.Dispose() at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing) at GitHub.Runner.Common.HostContext.Dispose() at GitHub.Runner.Worker.Program.Main(String[] args)
build-cuda (3.11, 2.2, 12.1.0)
buildx failed with: ERROR: failed to solve: failed to push pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.2-cuda12.1.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Apytorchlightning%2Fpytorch_lightning%3Apull%2Cpush&service=registry.docker.io: 401 Unauthorized
build-cuda (3.11, 2.2, 12.1.0)
No SLACK_WEBHOOK_URL provided
build-cuda (3.11, 2.3, 12.1.0)
buildx failed with: ERROR: failed to solve: failed to push pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Apytorchlightning%2Fpytorch_lightning%3Apull%2Cpush&service=registry.docker.io: 401 Unauthorized
build-cuda (3.11, 2.3, 12.1.0)
No SLACK_WEBHOOK_URL provided
build-cuda (3.11, 2.1, 12.1.0)
No SLACK_WEBHOOK_URL provided
build-cuda (3.11, 2.1, 12.1.0)
buildx failed with: ERROR: failed to solve: failed to push pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.1-cuda12.1.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Apytorchlightning%2Fpytorch_lightning%3Apull%2Cpush&service=registry.docker.io: 401 Unauthorized
build-cuda (3.12, 2.4, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-pl (3.11, 2.1, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-pl (3.11, 2.3, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-pl (3.12, 2.4, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-pl (3.11, 2.2, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-NGC
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-NGC
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 0 MB
build-cuda (3.11, 2.2, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-cuda (3.11, 2.3, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-cuda (3.11, 2.1, 12.1.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size Digest
comet-ml~pytorch-lightning~9V49DQ.dockerbuild Expired
44.3 KB
sha256:6f6597be92dfef60f385a5563850629b468729bd07e47bad796e1d561bc60379
comet-ml~pytorch-lightning~HE4YG3.dockerbuild Expired
98 KB
sha256:251d2df9678119558fc3155fc494684cfd2c88ac1f193a69dac86ffecbcd0dae
comet-ml~pytorch-lightning~LT2KUT.dockerbuild Expired
98.4 KB
sha256:1afe7306b99693a96f64217b593f17e6e85b4931901b43030949ae784302debf
comet-ml~pytorch-lightning~NRV6RP.dockerbuild Expired
58.3 KB
sha256:026033531fe49ba7c092fdebb554c34fc3a6e0321217e2611b2b6aa04a0752e2
comet-ml~pytorch-lightning~PB0U6I.dockerbuild Expired
42.9 KB
sha256:af30d989d603c5953f3cdbe7b8f16a731073b00117f496a779d30f968a71f912
comet-ml~pytorch-lightning~QXEKUN.dockerbuild Expired
43.4 KB
sha256:0ad510497e8638f8eb5a160e6724f6a755d4337daf3085aecba8746aba305462
comet-ml~pytorch-lightning~T73LCP.dockerbuild Expired
97 KB
sha256:e043d06fb6af8bea4dadfaf8ab599c13d55e730410375af89c2dd0da954746d7
comet-ml~pytorch-lightning~XD7EHK.dockerbuild Expired
42.9 KB
sha256:6d5c8eb2525c582eb4232678630a7ea8683c028f3d75e74ce479b9d82a619232