improved ticker-common.hh but keep old log #31
Annotations
2 errors and 4 warnings
Ubuntu Latest GCC
FAILED: tests/CMakeFiles/ticker_cxx-ztk-timer.dir/ztk-timer.cc.o
/home/runner/work/ticker-cxx/ticker-cxx/ccache /usr/bin/g++-10 -DTICKER_CXX_ENABLE_ASSERTIONS=1 -DTICKER_CXX_ENABLE_PRECONDITION_CHECKS=1 -DTICKER_CXX_ENABLE_THREAD_POOL_READY_SIGNAL=1 -DTICKER_CXX_ENABLE_VERBOSE_LOG=0 -DTICKER_CXX_TEST_THREAD_POOL_DBGOUT=0 -DTICKER_CXX_UNIT_TEST=1 -I/home/runner/work/ticker-cxx/ticker-cxx/include -I/home/runner/work/ticker-cxx/ticker-cxx/tests/include -I/home/runner/work/ticker-cxx/ticker-cxx/build/generated -I/home/runner/work/ticker-cxx/ticker-cxx/build/tests -I/home/runner/work/ticker-cxx/ticker-cxx/tests/SYSTEM -I/home/runner/work/ticker-cxx/ticker-cxx/build -O3 -DNDEBUG -std=c++17 -fPIE -Wl,--demangle -pedantic -Wall -Wextra -Wshadow -Werror -pthread -Wdeprecated-declarations -Wno-unknown-pragmas -MD -MT tests/CMakeFiles/ticker_cxx-ztk-timer.dir/ztk-timer.cc.o -MF tests/CMakeFiles/ticker_cxx-ztk-timer.dir/ztk-timer.cc.o.d -o tests/CMakeFiles/ticker_cxx-ztk-timer.dir/ztk-timer.cc.o -c /home/runner/work/ticker-cxx/ticker-cxx/tests/ztk-timer.cc
/home/runner/work/ticker-cxx/ticker-cxx/tests/ztk-timer.cc:23:10: fatal error: __chrono/duration.h: No such file or directory
23 | #include <__chrono/duration.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[2/22 0.8/sec] /home/runner/work/ticker-cxx/ticker-cxx/ccache /usr/bin/g++-10 -DTICKER_CXX_ENABLE_ASSERTIONS=1 -DTICKER_CXX_ENABLE_PRECONDITION_CHECKS=1 -DTICKER_CXX_ENABLE_THREAD_POOL_READY_SIGNAL=1 -DTICKER_CXX_ENABLE_VERBOSE_LOG=0 -DTICKER_CXX_TEST_THREAD_POOL_DBGOUT=0 -DTICKER_CXX_UNIT_TEST=1 -I/home/runner/work/ticker-cxx/ticker-cxx/include -I/home/runner/work/ticker-cxx/ticker-cxx/tests/include -I/home/runner/work/ticker-cxx/ticker-cxx/build/generated -I/home/runner/work/ticker-cxx/ticker-cxx/build/tests -I/home/runner/work/ticker-cxx/ticker-cxx/tests/SYSTEM -I/home/runner/work/ticker-cxx/ticker-cxx/build -O3 -DNDEBUG -std=c++17 -fPIE -Wl,--demangle -pedantic -Wall -Wextra -Wshadow -Werror -pthread -Wdeprecated-declarations -Wno-unknown-pragmas -MD -MT tests/CMakeFiles/ticker_cxx-type_name.dir/type_name.cc.o -MF tests/CMakeFiles/ticker_cxx-type_name.dir/type_name.cc.o.d -o tests/CMakeFiles/ticker_cxx-type_name.dir/type_name.cc.o -c /home/runner/work/ticker-cxx/ticker-cxx/tests/type_name.cc
[3/22 1.2/sec] /home/runner/work/ticker-cxx/ticker-cxx/ccache /usr/bin/g++-10 -DTICKER_CXX_ENABLE_ASSERTIONS=1 -DTICKER_CXX_ENABLE_PRECONDITION_CHECKS=1 -DTICKER_CXX_ENABLE_THREAD_POOL_READY_SIGNAL=1 -DTICKER_CXX_ENABLE_VERBOSE_LOG=0 -DTICKER_CXX_TEST_THREAD_POOL_DBGOUT=0 -DTICKER_CXX_UNIT_TEST=1 -I/home/runner/work/ticker-cxx/ticker-cxx/include -I/home/runner/work/ticker-cxx/ticker-cxx/tests/include -I/home/runner/work/ticker-cxx/ticker-cxx/build/generated -I/home/runner/work/ticker-cxx/ticker-cxx/build/tests -I/home/runner/work/ticker-cxx/ticker-cxx/tests/SYSTEM -I/home/runner/work/ticker-cxx/ticker-cxx/build -O3 -DNDEBUG -std=c++17 -fPIE -Wl,--demangle -pedantic -Wall -Wextra -Wshadow -Werror -pthread -Wdeprecated-declarations -Wno-unknown-pragmas -MD -MT tests/CMakeFiles/ticker_cxx-thread_basics.dir/thread_basics.cc.o -MF tests/CMakeFiles/ticker_cxx-thread_basics.dir/thread_basics.cc.o.d -o tests/CMakeFiles/ticker_cxx-thread_basics.dir/thread_basics.cc.o -c /home/runner/work/ticker-cxx/ticker-cxx/tests/thread_basics.cc
[4/22 1.2/sec] /home/runner/work/ticker-cxx/ticker-cxx/ccache /usr/bin/g++-10 -DTICKER_CXX_ENABLE_ASSERTIONS=1 -DTICKER_CXX_ENABLE_PRECONDITION_CHECKS=1 -DTICKER_CXX_ENABLE_THREAD_POOL_READY_SIGNAL=1 -DTICKER_CXX_ENABLE_VERBOSE_LOG=0 -DTICKER_CXX_TEST_THREAD_POOL_DBGOUT=0 -DTICKER_CXX_UNIT_TEST=1 -I/home/runner/work/ticker-cxx/ticker-cxx/include -I/home/runner/work/ticker-cxx/ticker-cxx/tests/include -I/home/runner/work/ticker-cxx/ticker-cxx/build/generated -I/home/runner/work/ticker-cxx/ticker-cxx/build/tests -I/home/runner/work/ticker-cxx/ticker-cxx/tests/SYSTEM -I/home/runner/work/ticker-cxx/ticker-cxx/build -O3 -DNDEBUG -std=c++17 -fPIE -Wl,--demangle -pedantic -Wall -Wextra -Wshadow -Werror -pthread -Wdeprecated-declarations -Wno-unknown-pra
|
Ubuntu Latest GCC
Process completed with exit code 1.
|
Ubuntu Latest GCC
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1.1.0. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Ubuntu Latest GCC
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu Latest GCC
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Ubuntu Latest GCC
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|