bump: update Ubuntu & drop python 2.x #218
docker-builds.yml
on: pull_request
Matrix: build-push
build-guardian
1m 13s
Annotations
29 errors and 12 warnings
build-push (22.04, 3.13, 4.10.0, cpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.12, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.12, 4.10.0, cpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.13, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.11, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_LAPACK=ON -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (24.04, 3.10, 4.10.0, cpu)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip --progress=bar:force:noscroll --no-check-certificate && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_LAPACK=ON -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (22.04, 3.13, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (22.04, 3.12, 4.10.0, gpu, 12.4.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.13, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.12, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update -qq --fix-missing && apt-get install -y --no-install-recommends software-properties-common dirmngr gnupg && add-apt-repository ppa:deadsnakes/ppa && apt-add-repository universe && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends python${PYTHON_VERSION} python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils curl wget && rm -rf /var/lib/apt/lists/* && 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 -y install --no-install-recommends python${PYTHON_VERSION}-distutils && PIP_URL=\"https://bootstrap.pypa.io/get-pip.py\" && curl $PIP_URL | python" did not complete successfully: exit code: 100
|
build-push (24.04, 3.11, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c CUDA_PATH=(/usr/local/cuda-*) && CUDA=`basename $CUDA_PATH` && echo \"$CUDA_PATH/compat\" >> /etc/ld.so.conf.d/${CUDA/./-}.conf && ldconfig && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/$OPENCV_VERSION.zip -O opencv.zip --progress=bar:force:noscroll && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/$OPENCV_VERSION.zip -O opencv_contrib.zip --progress=bar:force:noscroll && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_CUDA=ON -D WITH_LAPACK=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_ARCH_BIN=\"5.3 6.1 7.0 7.5\" -D CUDA_ARCH_PTX=\"\" -D WITH_CUBLAS=ON -D WITH_NVCUVID=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (24.04, 3.10, 4.10.0, gpu, 12.8.0)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c CUDA_PATH=(/usr/local/cuda-*) && CUDA=`basename $CUDA_PATH` && echo \"$CUDA_PATH/compat\" >> /etc/ld.so.conf.d/${CUDA/./-}.conf && ldconfig && apt-get -y update -qq --fix-missing && apt-get -y install --no-install-recommends unzip cmake ffmpeg gfortran apt-utils pkg-config checkinstall qtbase5-dev qt5-qmake build-essential libopenblas-base libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0 libgstreamer1.0-dev libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev libtbb-dev zlib1g-dev libsm6 libxext6 libxrender1 && pip install numpy && wget https://github.com/opencv/opencv/archive/$OPENCV_VERSION.zip -O opencv.zip --progress=bar:force:noscroll && unzip -q opencv.zip && mv /opencv-$OPENCV_VERSION /opencv && rm opencv.zip && wget https://github.com/opencv/opencv_contrib/archive/$OPENCV_VERSION.zip -O opencv_contrib.zip --progress=bar:force:noscroll && unzip -q opencv_contrib.zip && mv /opencv_contrib-$OPENCV_VERSION /opencv_contrib && rm opencv_contrib.zip && mkdir /opencv/build && cd /opencv/build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_PYTHON_SUPPORT=ON -D BUILD_DOCS=ON -D BUILD_PERF_TESTS=OFF -D BUILD_TESTS=OFF -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_EXTRA_MODULES_PATH=/opencv_contrib/modules -D BUILD_opencv_python3=ON -D BUILD_opencv_python2=OFF -D PYTHON${PYTHON_VERSION%%.*}_EXECUTABLE=$(which python${PYTHON_VERSION}) -D PYTHON_DEFAULT_EXECUTABLE=$(which python${PYTHON_VERSION}) -D BUILD_EXAMPLES=OFF -D WITH_IPP=OFF -D WITH_FFMPEG=ON -D WITH_GSTREAMER=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON -D WITH_TBB=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_CUDA=ON -D WITH_LAPACK=ON -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -D CMAKE_LIBRARY_PATH=/usr/local/cuda/lib64/stubs -D CUDA_ARCH_BIN=\"5.3 6.1 7.0 7.5\" -D CUDA_ARCH_PTX=\"\" -D WITH_CUBLAS=ON -D WITH_NVCUVID=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D ENABLE_PRECOMPILED_HEADERS=OFF .. && cd /opencv/build && make -j$(nproc) && make install && ldconfig && apt-get -y remove unzip cmake gfortran apt-utils pkg-config checkinstall build-essential libopenblas-dev liblapack-dev libatlas-base-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libjpeg8-dev libpng-dev libtiff5-dev libxine2-dev libv4l-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglew-dev libpostproc-dev libeigen3-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /opencv /opencv_contrib /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-push (22.04, 3.11, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.11, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.10, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.10, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.8, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.8, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.11, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.11, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.9, 4.10.0, cpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.9, 4.10.0, cpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.8, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.8, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.10, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.10, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-push (22.04, 3.9, 4.10.0, gpu, 12.4.1)
Canceling since a higher priority waiting request for 'Publish Docker Image-refs/pull/53/merge-bump/ubunty-python' exists
|
build-push (22.04, 3.9, 4.10.0, gpu, 12.4.1)
The operation was canceled.
|
build-guardian
The action 'cancelled or skipped...' has timed out after 1 minutes.
|
build-push (22.04, 3.13, 4.10.0, cpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.12, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.12, 4.10.0, cpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.13, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.11, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.10, 4.10.0, cpu)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.13, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (22.04, 3.12, 4.10.0, gpu, 12.4.1)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.13, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.12, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.11, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
build-push (24.04, 3.10, 4.10.0, gpu, 12.8.0)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
Borda~docker_python-opencv-ffmpeg~6YYV0O.dockerbuild
|
45.8 KB |
sha256:55742dd395c3a9e1968b1d2423113cf7268472acf62b981a6b108c43f4ffec16
|
|
Borda~docker_python-opencv-ffmpeg~FYLXV7.dockerbuild
|
46.4 KB |
sha256:136d01fb2f3d48c57aa1caff76b4a839c8a1cfd8074a83e6dcf76bda226f750d
|
|
Borda~docker_python-opencv-ffmpeg~J25TCG.dockerbuild
|
36.4 KB |
sha256:cc907e78250f20c23ae036d06dac4b94cf30378179deb4379de01adaa5e23c81
|
|
Borda~docker_python-opencv-ffmpeg~LHHB3N.dockerbuild
|
39.5 KB |
sha256:0878d29a79795678e85ba96ed94337a466eeb23bdefb214ab49bf498b228e3a2
|
|
Borda~docker_python-opencv-ffmpeg~LINSD7.dockerbuild
|
42.3 KB |
sha256:254ba475d1484bf3254c0128b7fc1de86381f9f35ff42378c68ba2d14f4b993e
|
|
Borda~docker_python-opencv-ffmpeg~R8C2UK.dockerbuild
|
36.8 KB |
sha256:bbfb89c51fc53da67e90d7631ccdc530fb7a59f48e56ed0b6ce0d5b57915e5ba
|
|
Borda~docker_python-opencv-ffmpeg~TV2B7A.dockerbuild
|
42.9 KB |
sha256:df51ea27a2011e73466eaf69ad6987a0685918d7de8035f60f9ae41bcbb0ce25
|
|
Borda~docker_python-opencv-ffmpeg~UUV2L0.dockerbuild
|
38.9 KB |
sha256:395b9b008f6d7b97e381c29752523580165393941a0e156ca3c097e2ba4d8ded
|
|
Borda~docker_python-opencv-ffmpeg~VTWNWX.dockerbuild
|
45.8 KB |
sha256:7be2bff1805fd6dcb044283a29abbb56433cf7daa51b4556075c231b37e717b0
|
|
Borda~docker_python-opencv-ffmpeg~X4H597.dockerbuild
|
52.1 KB |
sha256:415cac3f30cfc8bfb25734814f4c7002648c8df17859068ae122ee0b87f2e5a5
|
|
Borda~docker_python-opencv-ffmpeg~Y1AOCA.dockerbuild
|
46.2 KB |
sha256:c9d70e9a4f18a5afce9580bb3db65aeb3c8d07a3cb0a53ef72b5d485f3ec88f8
|
|
Borda~docker_python-opencv-ffmpeg~YTOCFL.dockerbuild
|
53.7 KB |
sha256:8a2da822f52f723f4d0a88b526b05ebf09d3777039c1e4044bc4e17f4a590c68
|
|