atf icon indicating copy to clipboard operation
atf copied to clipboard

check_test:build_cpp: test failure

Open fel1x-developer opened this issue 3 months ago • 3 comments

 $ make installcheck
...
atf-c/check_test:build_cpp  ->  failed: 2 checks failed; see output for more details  [0.004s]
atf-c++/check_test:build_cpp  ->  failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not met  [0.004s]
Standard output:
Looking for '-o.*test.p' in '> -o test.p test.c'
Looking for 'test.c' in '> -o test.p test.c'

Standard error:
Files left in work directory after failure: result, stderr, stdout, test.c
===> atf-c/check_test:build_cpp
Result:     failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not met
Start time: 2024-03-11T17:06:21.610078Z
End time:   2024-03-11T17:06:21.613030Z
Duration:   0.003s
Standard output:
Looking for '-o.*test.p' in '> -o test.p test.c'
Looking for 'test.c' in '> -o test.p test.c'

Standard error:
Files left in work directory after failure: result, stderr, stdout, test.c
===> Failed tests
atf-c++/check_test:build_cpp  ->  failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not met  [0.004s]
atf-c/check_test:build_cpp  ->  failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not met  [0.003s]
===> Summary
Results read from /home/minsoochoo/.kyua/store/results.home_minsoochoo_local_tests_atf.20240311-170621-536675.db
Test cases: 383 total, 0 skipped, 0 expected failures, 0 broken, 2 failed
Start time: 2024-03-11T17:06:21.544862Z
End time:   2024-03-11T17:06:33.056275Z
Total time: 10.743s
*** Error code 1

fel1x-developer avatar Mar 11 '24 17:03 fel1x-developer