Skip to content

fix: skip sudo/apt calls if packages are already installed #1214

fix: skip sudo/apt calls if packages are already installed

fix: skip sudo/apt calls if packages are already installed #1214

Triggered via pull request August 8, 2024 22:49
Status Failure
Total duration 17m 40s
Artifacts 8

CI.yml

on: pull_request
Matrix: Build
Matrix: BuildExecutable
Matrix: Docker
Matrix: Test
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 68 warnings
Docker-setup-cpp-ubuntu-mingw
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends nodejs npm && node /usr/lib/setup-cpp/setup-cpp.js --nala true --compiler mingw --cmake true --ninja true --task true --vcpkg true --python true --make true --cppcheck true --gcovr true --doxygen true --ccache true --powershell true && nala autoremove -y && nala autopurge -y && apt-get clean && nala clean --lists && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*" did not complete successfully: exit code: 1
Docker-setup-cpp-ubuntu-llvm
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends nodejs npm && node /usr/lib/setup-cpp/setup-cpp.js --nala true --compiler llvm --cmake true --ninja true --task true --vcpkg true --python true --make true --cppcheck true --gcovr true --doxygen true --ccache true && nala autoremove -y && nala autopurge -y && apt-get clean && nala clean --lists && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*" did not complete successfully: exit code: 1
Test-ubuntu-24.04
Process completed with exit code 1.
Test-ubuntu-22.04
Process completed with exit code 1.
Test-ubuntu-20.04
Process completed with exit code 1.
Build (ubuntu-24.04, 22, 9)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-Executable-ubuntu-24.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-Executable-windows-2022
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Docker-setup-cpp-ubuntu-mingw
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-Executable-macos-12
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-Executable-macos-13
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Docker-setup-cpp-arch-llvm
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Docker-setup-cpp-ubuntu-llvm
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Docker-setup-cpp-fedora-llvm
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-ubuntu-24.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-ubuntu-24.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-ubuntu-24.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-ubuntu-24.04
‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLFORMcode curl_formadd(curl_httppost**, curl_httppost**, ...)’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘void curl_formfree(curl_httppost*)’ is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
Test-ubuntu-24.04
‘CURLFORMcode curl_formadd(curl_httppost**, curl_httppost**, ...)’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
Test-macos-12
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-macos-12
gcc@13 13.3.0 is already installed and up-to-date. To reinstall 13.3.0, run: brew reinstall gcc@13
Test-macos-12
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-12
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag.
Test-macos-12
graphviz 12.0.0 is already installed and up-to-date. To reinstall 12.0.0, run: brew reinstall graphviz
Test-macos-12
macOS's Gatekeeper has been disabled for this Cask
Test-macos-12
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-12
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-12
bazelisk 1.20.0 is already installed and up-to-date. To reinstall 1.20.0, run: brew reinstall bazelisk
Test-macos-12
p7zip 17.05 is already installed and up-to-date. To reinstall 17.05, run: brew reinstall p7zip
Test-macos-12
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-12
setup-cpp was called without any arguments. Nothing to do.
Test-macos-12
setup-cpp was called without any arguments. Nothing to do.
Test-ubuntu-22.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-ubuntu-22.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-ubuntu-22.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-ubuntu-20.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-ubuntu-20.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-ubuntu-20.04
Falling back to LLVM version 18.1.8 -ubuntu-18.04 for the Ubuntu.
Test-macos-13
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-macos-13
setup-cpp was called without any arguments. Nothing to do.
Test-macos-13
setup-cpp was called without any arguments. Nothing to do.
Test-macos-13
gcc@13 13.3.0 is already installed and up-to-date. To reinstall 13.3.0, run: brew reinstall gcc@13
Test-macos-13
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-13
Treating doxygen as a formula. For the cask, use homebrew/cask/doxygen or specify the `--cask` flag.
Test-macos-13
graphviz 12.0.0 is already installed and up-to-date. To reinstall 12.0.0, run: brew reinstall graphviz
Test-macos-13
macOS's Gatekeeper has been disabled for this Cask
Test-macos-13
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-13
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-macos-13
bazelisk 1.20.0 is already installed and up-to-date. To reinstall 1.20.0, run: brew reinstall bazelisk
Test-macos-13
p7zip 17.05 is already installed and up-to-date. To reinstall 17.05, run: brew reinstall p7zip
Test-macos-13
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2022
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-windows-2022
setup-cpp was called without any arguments. Nothing to do.
Test-windows-2022
setup-cpp was called without any arguments. Nothing to do.
Test-windows-2022
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2022
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2022
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2022
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2019
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/download-artifact@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test-windows-2019
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2019
Error: Microsoft Visual Studio not found
Test-windows-2019
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2019
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2019
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test-windows-2019
setup-cpp was called without any arguments. Nothing to do.
Test-windows-2019
setup-cpp was called without any arguments. Nothing to do.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist", "exe". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size Digest
aminya~setup-cpp~8Y7GVV.dockerbuild Expired
38.8 KB
sha256:5957dcf8cc8b77599fbec5e0874eb71ac80db6397137dac0feb6de7668cd74d5
aminya~setup-cpp~JM1XU5.dockerbuild Expired
11 KB
sha256:c4508df83d7822b017fb8172203aad62a82268f1cff85e5b43af7f543da01291
aminya~setup-cpp~MX9P8G.dockerbuild Expired
64.5 KB
sha256:fd0106baaeaab903be3b8767cd9d399912a8c2ee6fe3d164d71ebfed5be51ef2
aminya~setup-cpp~QTMGJ7.dockerbuild Expired
64.9 KB
sha256:06c97c8f06596ad71d85ad9076ae75dd0a158fc95f7cf4893c8c50ee3bca44ea
aminya~setup-cpp~U69VCT.dockerbuild Expired
12.1 KB
sha256:f8ed1cb4a2b5619904346ceaa364538357e16bf1ab066dc693c6011412cf295f
aminya~setup-cpp~XJG96G.dockerbuild Expired
46.9 KB
sha256:97428c6c8a7ff2589dbcbb778b0bd6e736c35e163e561a80fd4d7cd2393b6f17
dist Expired
18.5 MB
exe Expired
123 MB