Back to list
info: starting build process on Sun Aug 23 05:41:43 AM UTC 2026
make: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[1]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 32%] Built target cppthread
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 38%] Built target show-threads
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 45%] Built target process-is-running
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 51%] Built target boot-id
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 58%] Built target has-vdso
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 64%] Built target deswappify
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 80%] Built target unittest
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 87%] Built target recursive-mutex-test
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 93%] Built target recursive-mutex-test-with-double-lock
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make[2]: Entering directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[ 96%] Generating API documentation with Doxygen
make[2]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
[100%] Built target cppthread_Documentation
make[1]: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
make: Leaving directory '/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread'
../../BUILD/Debug/contrib/cppthread/tests/unittest --tmp-dir "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread/tmp" --binary-dir "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread" --dist-dir "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/dist" --source-dir "/home/alexis/snapwebsites/snapcpp/contrib/cppthread" --premature-exit-guard-file /home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread/tmp/catch2-running.tmp --progress ""
cppthread v1.1.17 [152336]:unittest: seed is 1787463704
source directory: "/home/alexis/snapwebsites/snapcpp/contrib/cppthread"
binary directory: "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread"
dist directory: "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/dist"
temporary directory: "/home/alexis/snapwebsites/snapcpp/BUILD/Debug/contrib/cppthread/tmp"
Randomness seeded to: 1681115508
SECTION: fifo: FIFO with constraints (own implementation)
SECTION: fifo: FIFO with constraints (item_with_predicate implementation)
SECTION: fifo: FIFO with constraints -- Number 2 (item_with_predicate implementation)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch2 v3.15.2 host application.
Run with -? for options
-------------------------------------------------------------------------------
fifo
fifo: FIFO with constraints -- Number 2 (item_with_predicate implementation)
-------------------------------------------------------------------------------
/home/alexis/snapwebsites/snapcpp/contrib/cppthread/tests/catch_fifo.cpp:179
...............................................................................
/home/alexis/snapwebsites/snapcpp/contrib/cppthread/tests/catch_fifo.cpp:261: FAILED:
CATCH_REQUIRE( v->f_data == 6 )
with expansion:
5 == 6
SECTION: cppthread: simple threading
SECTION: cppthread: create runner and throw an exception
SECTION: cppthread: create runner and throw an exception, but auto-destruction drops the exception
SECTION: cppthread: runner cannot be a null pointer
SECTION: cppthread: one runner cannot simultaneously be used with multiple threads
SECTION: version: verify runtime vs compile time version numbers
===============================================================================
test cases: 4 | 3 passed | 1 failed
assertions: 80 | 79 passed | 1 failed
Command exited with non-zero status 42
0.02user 0.04system 0:01.53elapsed 4%CPU (0avgtext+0avgdata 6784maxresident)k
0inputs+8outputs (0major+515minor)pagefaults 0swaps
info: test logs were saved in: "../../BUILD/Debug/contrib/cppthread/tests/tests.log".
error: test(s) failed.
Build, Tests/Coverage, or Upload failed on Sun Aug 23 05:41:45 AM UTC 2026.
Back to list