Skip to content

Fix some compiler issues #234

Fix some compiler issues

Fix some compiler issues #234

Triggered via push December 9, 2024 11:00
Status Cancelled
Total duration 5m 43s
Artifacts 48

ci.yaml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

173 errors and 33 warnings
ci (ubuntu-20.04, gcc-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-7): lib/genesis/utils/threading/thread_pool.hpp#L721
could not convert ‘<lambda closure object>genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>{genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>((* & std::forward<genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()> >((* & f))))}’ from ‘genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>’ to ‘std::function<long unsigned int()>’
ci (ubuntu-20.04, gcc-7): lib/genesis/utils/threading/thread_pool.hpp#L721
could not convert ‘<lambda closure object>genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>{genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>((* & std::forward<genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()> >((* & f))))}’ from ‘genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>’ to ‘std::function<long unsigned int()>’
ci (ubuntu-20.04, gcc-7)
Process completed with exit code 2.
ci (ubuntu-20.04, gcc-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected identifier before ‘...’ token
ci (ubuntu-20.04, gcc-8): lib/genesis/utils/threading/thread_pool.hpp#L721
could not convert ‘<lambda closure object>genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>{genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>((* & std::forward<genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()> >((* & f))))}’ from ‘genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>’ to ‘std::function<long unsigned int()>’
ci (ubuntu-20.04, gcc-8): lib/genesis/utils/threading/thread_pool.hpp#L721
could not convert ‘<lambda closure object>genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>{genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>((* & std::forward<genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()> >((* & f))))}’ from ‘genesis::utils::ThreadPool::make_task_function_(F&&, Args&& ...) [with F = genesis::utils::AsynchronousReader::start_reading(char*, size_t)::<lambda()>; Args = {}; typename genesis::utils::genesis_invoke_result<F, Args ...>::type = long unsigned int]::<lambda()>’ to ‘std::function<long unsigned int()>’
ci (ubuntu-20.04, gcc-8)
Process completed with exit code 2.
ci (ubuntu-22.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-22.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-22.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-22.04, gcc-9)
Process completed with exit code 2.
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-6)
Process completed with exit code 2.
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-6): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-6)
Process completed with exit code 2.
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-7)
Process completed with exit code 2.
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-20.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-20.04, llvm-8)
Process completed with exit code 2.
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-7): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-7)
Process completed with exit code 2.
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L718
expected variable name or 'this' in lambda capture list
ci (ubuntu-22.04, llvm-8): lib/genesis/utils/threading/thread_pool.hpp#L702
unused parameter 'args' [-Werror,-Wunused-parameter]
ci (ubuntu-22.04, llvm-8)
Process completed with exit code 2.
ci (ubuntu-20.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-20.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-20.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-20.04, gcc-9)
Process completed with exit code 2.
ci (ubuntu-24.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-24.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-24.04, gcc-9): lib/genesis/utils/threading/thread_pool.hpp#L718
pack init-capture only available with ‘-std=c++2a’ or ‘-std=gnu++2a’
ci (ubuntu-24.04, gcc-9)
Process completed with exit code 2.
ci (ubuntu-latest, llvm, DEBUG, ON, auto)
The run was canceled by @lczech.
ci (macos-latest, gcc, DEBUG, ON, auto)
The run was canceled by @lczech.
ci (macos-latest, llvm, DEBUG, ON, auto)
The run was canceled by @lczech.
ci (macos-13, llvm-13)
The run was canceled by @lczech.
ci (macos-13, llvm-15)
The run was canceled by @lczech.
ci (macos-14, apple)
The run was canceled by @lczech.
ci (macos-13, llvm-14)
The run was canceled by @lczech.
ci (macos-15, apple)
The run was canceled by @lczech.
ci (macos-latest, apple, 11)
The run was canceled by @lczech.
ci (macos-latest, gcc, 11)
The run was canceled by @lczech.
ci (macos-latest, apple, RELEASE)
The run was canceled by @lczech.
ci (macos-latest, apple, OFF)
The run was canceled by @lczech.
ci (macos-latest, llvm, 11)
The run was canceled by @lczech.
ci (macos-latest, gcc, OFF)
The run was canceled by @lczech.
ci (macos-latest, gcc, RELEASE)
The run was canceled by @lczech.
ci (ubuntu-latest, gcc, RELEASE)
The run was canceled by @lczech.
ci (macos-latest, llvm, RELEASE)
The run was canceled by @lczech.
ci (macos-latest, llvm, OFF)
The run was canceled by @lczech.
ci (ubuntu-latest, llvm, 11)
The run was canceled by @lczech.
ci (ubuntu-latest, llvm, OFF)
The run was canceled by @lczech.
ci (ubuntu-latest, llvm, RELEASE)
The run was canceled by @lczech.
ci (ubuntu-22.04, gcc-13)
The run was canceled by @lczech.
ci (ubuntu-22.04, gcc-13)
The operation was canceled.
ci (ubuntu-20.04, gcc-13)
The run was canceled by @lczech.
ci (ubuntu-20.04, gcc-13)
The operation was canceled.
ci (ubuntu-20.04, llvm-16)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-16)
The operation was canceled.
ci (ubuntu-24.04, gcc-14)
The run was canceled by @lczech.
ci (ubuntu-24.04, gcc-14)
The operation was canceled.
ci (ubuntu-20.04, gcc-10)
The run was canceled by @lczech.
ci (ubuntu-20.04, gcc-10)
The operation was canceled.
ci (ubuntu-20.04, gcc-11)
The run was canceled by @lczech.
ci (ubuntu-20.04, gcc-11)
The operation was canceled.
ci (ubuntu-20.04, llvm-10)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-10)
The operation was canceled.
ci (ubuntu-20.04, llvm-14)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-14)
The operation was canceled.
ci (ubuntu-20.04, llvm-13)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-13)
The operation was canceled.
ci (ubuntu-20.04, llvm-15)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-15)
The operation was canceled.
ci (ubuntu-24.04, gcc-10)
The run was canceled by @lczech.
ci (ubuntu-24.04, gcc-10)
The operation was canceled.
ci (ubuntu-20.04, llvm-17)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-17)
The operation was canceled.
ci (ubuntu-22.04, llvm-13)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-13)
The operation was canceled.
ci (ubuntu-22.04, gcc-12)
The run was canceled by @lczech.
ci (ubuntu-22.04, gcc-12)
The operation was canceled.
ci (ubuntu-24.04, llvm-18)
The run was canceled by @lczech.
ci (ubuntu-24.04, llvm-18)
The operation was canceled.
ci (ubuntu-22.04, llvm-14)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-14)
The operation was canceled.
ci (ubuntu-24.04, gcc-11)
The run was canceled by @lczech.
ci (ubuntu-24.04, gcc-11)
The operation was canceled.
ci (ubuntu-24.04, llvm-17)
The run was canceled by @lczech.
ci (ubuntu-24.04, llvm-17)
The operation was canceled.
ci (ubuntu-latest, gcc, 11)
The run was canceled by @lczech.
ci (ubuntu-latest, gcc, 11)
The operation was canceled.
ci (ubuntu-20.04, llvm-18)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-18)
The operation was canceled.
ci (ubuntu-22.04, gcc-10)
The run was canceled by @lczech.
ci (ubuntu-22.04, gcc-10)
The operation was canceled.
ci (ubuntu-22.04, llvm-11)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-11)
The operation was canceled.
ci (ubuntu-latest, gcc, OFF)
The run was canceled by @lczech.
ci (ubuntu-latest, gcc, OFF)
The operation was canceled.
ci (ubuntu-22.04, llvm-12)
The run was canceled by @lczech.
ci (ubuntu-24.04, gcc-12)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-12)
The operation was canceled.
ci (ubuntu-24.04, gcc-12)
The operation was canceled.
ci (ubuntu-20.04, llvm-19)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-19)
The operation was canceled.
ci (ubuntu-22.04, llvm-15)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-15)
The operation was canceled.
ci (ubuntu-24.04, gcc-13)
The run was canceled by @lczech.
ci (ubuntu-24.04, gcc-13)
The operation was canceled.
ci (ubuntu-24.04, llvm-19)
The run was canceled by @lczech.
ci (ubuntu-24.04, llvm-19)
The operation was canceled.
ci (ubuntu-22.04, gcc-11)
The run was canceled by @lczech.
ci (ubuntu-22.04, gcc-11)
The operation was canceled.
ci (ubuntu-20.04, llvm-12)
The run was canceled by @lczech.
ci (ubuntu-20.04, llvm-12)
The operation was canceled.
ci (ubuntu-22.04, llvm-10)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-10)
The operation was canceled.
ci (ubuntu-22.04, llvm-17)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-17)
The operation was canceled.
ci (macos-13, gcc-11)
The run was canceled by @lczech.
ci (macos-13, gcc-11)
The operation was canceled.
ci (ubuntu-22.04, llvm-16)
The run was canceled by @lczech.
ci (ubuntu-22.04, llvm-16)
The operation was canceled.
ci (macos-13, apple)
The run was canceled by @lczech.
ci (macos-13, apple)
The operation was canceled.
ci (ubuntu-latest, gcc, DEBUG, ON, auto)
The run was canceled by @lczech.
ci (ubuntu-latest, gcc, DEBUG, ON, auto)
The operation was canceled.
ci (macos-13, gcc-12)
The run was canceled by @lczech.
ci (macos-13, gcc-12)
The operation was canceled.
ci (macos-13, gcc-14)
The run was canceled by @lczech.
ci (macos-13, gcc-14)
The operation was canceled.
ci (macos-13, gcc-10)
The run was canceled by @lczech.
ci (macos-13, gcc-10)
The operation was canceled.
ci (ubuntu-20.04, gcc-7)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-7)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-8)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-8)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-9)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-9)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-22.04, gcc-13)
No files were found with the provided path: ./build/**/*.log ./test/out. No artifacts will be uploaded.
ci (ubuntu-22.04, gcc-13)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-22.04, gcc-13)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-13)
No files were found with the provided path: ./build/**/*.log ./test/out. No artifacts will be uploaded.
ci (ubuntu-20.04, gcc-13)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-13)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-11)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-20.04, gcc-11)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-10)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-10)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-11)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-24.04, gcc-11)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:keyserver.ubuntu.com/ubuntu-toolchain-r-test.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
ci (ubuntu-latest, gcc, OFF)
No files were found with the provided path: ./build/**/*.log ./test/out. No artifacts will be uploaded.
ci (macos-13, gcc-11)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
ci (macos-13, gcc-11)
libdeflate 1.22 is already installed and up-to-date. To reinstall 1.22, run: brew reinstall libdeflate
ci (macos-13, apple)
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
ci (macos-13, apple)
cmake 3.31.1 is already installed and up-to-date. To reinstall 3.31.1, run: brew reinstall cmake
ci (macos-13, apple)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
ci (macos-13, apple)
libdeflate 1.22 is already installed and up-to-date. To reinstall 1.22, run: brew reinstall libdeflate
ci (macos-13, gcc-12)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
ci (macos-13, gcc-12)
libdeflate 1.22 is already installed and up-to-date. To reinstall 1.22, run: brew reinstall libdeflate
ci (macos-13, gcc-12)
gcc@12 12.4.0 is already installed and up-to-date. To reinstall 12.4.0, run: brew reinstall gcc@12
ci (macos-13, gcc-14)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
ci (macos-13, gcc-14)
libdeflate 1.22 is already installed and up-to-date. To reinstall 1.22, run: brew reinstall libdeflate
ci (macos-13, gcc-14)
gcc 14.2.0_1 is already installed and up-to-date. To reinstall 14.2.0_1, run: brew reinstall gcc
ci (macos-13, gcc-10)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
ci (macos-13, gcc-10)
libdeflate 1.22 is already installed and up-to-date. To reinstall 1.22, run: brew reinstall libdeflate

Artifacts

Produced during runtime
Name Size
logs-macos-13-apple--htslib-
8.85 KB
logs-macos-13-gcc-10--htslib-
9.21 KB
logs-macos-13-gcc-11--htslib-
9.25 KB
logs-macos-13-gcc-12--htslib-
9.24 KB
logs-macos-13-gcc-14--htslib-
9.24 KB
logs-ubuntu-20.04-gcc-10--htslib-
8.86 KB
logs-ubuntu-20.04-gcc-11--htslib-
8.87 KB
logs-ubuntu-20.04-gcc-7--htslib-
8.65 KB
logs-ubuntu-20.04-gcc-8--htslib-
8.65 KB
logs-ubuntu-20.04-gcc-9--htslib-
8.75 KB
logs-ubuntu-20.04-llvm-10--htslib-
8.54 KB
logs-ubuntu-20.04-llvm-12--htslib-
8.37 KB
logs-ubuntu-20.04-llvm-13--htslib-
8.38 KB
logs-ubuntu-20.04-llvm-14--htslib-
8.33 KB
logs-ubuntu-20.04-llvm-15--htslib-
8.54 KB
logs-ubuntu-20.04-llvm-16--htslib-
8.59 KB
logs-ubuntu-20.04-llvm-17--htslib-
8.62 KB
logs-ubuntu-20.04-llvm-18--htslib-
8.62 KB
logs-ubuntu-20.04-llvm-19--htslib-
8.62 KB
logs-ubuntu-20.04-llvm-6--htslib-
8.54 KB
logs-ubuntu-20.04-llvm-7--htslib-
8.55 KB
logs-ubuntu-20.04-llvm-8--htslib-
8.56 KB
logs-ubuntu-22.04-gcc-10--htslib-
8.81 KB
logs-ubuntu-22.04-gcc-11--htslib-
8.93 KB
logs-ubuntu-22.04-gcc-12--htslib-
8.89 KB
logs-ubuntu-22.04-gcc-9--htslib-
8.83 KB
logs-ubuntu-22.04-llvm-10--htslib-
8.62 KB
logs-ubuntu-22.04-llvm-11--htslib-
8.46 KB
logs-ubuntu-22.04-llvm-12--htslib-
8.4 KB
logs-ubuntu-22.04-llvm-13--htslib-
8.41 KB
logs-ubuntu-22.04-llvm-14--htslib-
8.4 KB
logs-ubuntu-22.04-llvm-15--htslib-
8.63 KB
logs-ubuntu-22.04-llvm-16--htslib-
8.64 KB
logs-ubuntu-22.04-llvm-17--htslib-
8.68 KB
logs-ubuntu-22.04-llvm-6--htslib-
8.63 KB
logs-ubuntu-22.04-llvm-7--htslib-
8.64 KB
logs-ubuntu-22.04-llvm-8--htslib-
8.64 KB
logs-ubuntu-24.04-gcc-10--htslib-
8.71 KB
logs-ubuntu-24.04-gcc-11--htslib-
8.82 KB
logs-ubuntu-24.04-gcc-12--htslib-
8.79 KB
logs-ubuntu-24.04-gcc-13--htslib-
8.8 KB
logs-ubuntu-24.04-gcc-14--htslib-
8.86 KB
logs-ubuntu-24.04-gcc-9--htslib-
8.74 KB
logs-ubuntu-24.04-llvm-17--htslib-
8.54 KB
logs-ubuntu-24.04-llvm-18--htslib-
8.58 KB
logs-ubuntu-24.04-llvm-19--htslib-
8.58 KB
logs-ubuntu-latest-gcc--htslib-
8.93 KB
logs-ubuntu-latest-gcc-DEBUG-htslib-ON
8.93 KB