During build / test from source (version 3.3.6) with CMake on macOS, 1 of 33 tests failed. The error message was as below.
32/33 Test #34: test_event .......................Subprocess aborted***Exception: 0.01 sec
Assertion failed: (bind(fd, (struct sockaddr *)&address, sizeof(address)) == 0), function main, file test_event.c, line 56.
Start 35: test_resolv_async
97% tests passed, 1 tests failed out of 33
The following tests FAILED:
34 - test_event (Subprocess aborted) unit
Errors while running CTest
The command executed:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
ctest --test-dir build -L 'unit|vendor' --output-on-failure
Testing environment:
cmake version 4.4.3
Darwin Kernel Version 25.6.0: arm64
During build / test from source (version 3.3.6) with CMake on macOS, 1 of 33 tests failed. The error message was as below.
32/33 Test #34: test_event .......................Subprocess aborted***Exception: 0.01 sec
Assertion failed: (bind(fd, (struct sockaddr *)&address, sizeof(address)) == 0), function main, file test_event.c, line 56.
97% tests passed, 1 tests failed out of 33
The following tests FAILED:
34 - test_event (Subprocess aborted) unit
Errors while running CTest
The command executed:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
ctest --test-dir build -L 'unit|vendor' --output-on-failure
Testing environment:
cmake version 4.4.3
Darwin Kernel Version 25.6.0: arm64