Update .cirrus.yml#213
Open
amontoison wants to merge 2 commits into
Open
Cirrus CI / FreeBSD -- clang | clang++
failed
Jul 17, 2025 in 8m 41s
Task Summary
Instruction test failed in 03:12
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:13 clone
✅ 00:29 dependencies
✅ 00:01 configure
✅ 04:40 build
✅ 00:01 install
❌ 03:12 test
export PATH=`pwd`/build/bin:$PATH
echo $PATH
/tmp/cirrus-ci-build/build/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
if [ "$(uname)" = "FreeBSD" ]; then
ln -s /usr/local/bin/bash /bin/bash
fi
cd build
ctest -C Release --parallel 8
Test project /tmp/cirrus-ci-build/build
Start 1: Example1BasicLib
Start 2: Example2BasicLib
Start 3: MultiObjBasicLib
Start 4: SingleObjParallelBasicLib
Start 5: ExampleAdvancedFixedVariables
Start 6: ExampleAdvancedSuggestAndObserve
Start 7: ExampleAdvancedLoopSuggestAndObserve
Start 8: ExampleAdvancedNestedMads
1/13 Test #6: ExampleAdvancedSuggestAndObserve .......***Failed 0.45 sec
Start 9: ExampleAdvancedC-API1
2/13 Test #4: SingleObjParallelBasicLib .............. Passed 0.52 sec
Start 10: Example1BasicBatch
3/13 Test #7: ExampleAdvancedLoopSuggestAndObserve ... Passed 0.69 sec
Start 11: ExampleMultiObjBasicBatch
4/13 Test #2: Example2BasicLib ....................... Passed 5.85 sec
Start 12: CountEvalAdvancedBatch
5/13 Test #11: ExampleMultiObjBasicBatch .............. Passed 16.05 sec
Start 13: ExampleAdvancedBatchRedirect
6/13 Test #13: ExampleAdvancedBatchRedirect ........... Passed 3.05 sec
7/13 Test #12: CountEvalAdvancedBatch ................. Passed 25.09 sec
8/13 Test #10: Example1BasicBatch ..................... Passed 43.60 sec
9/13 Test #1: Example1BasicLib ....................... Passed 63.63 sec
10/13 Test #8: ExampleAdvancedNestedMads .............. Passed 100.20 sec
11/13 Test #5: ExampleAdvancedFixedVariables .......... Passed 135.31 sec
12/13 Test #3: MultiObjBasicLib ....................... Passed 173.83 sec
13/13 Test #9: ExampleAdvancedC-API1 .................. Passed 191.99 sec
92% tests passed, 1 tests failed out of 13
Total Test time (real) = 192.55 sec
The following tests FAILED:
6 - ExampleAdvancedSuggestAndObserve (Failed)
Errors while running CTest
Output from these tests are in: /tmp/cirrus-ci-build/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Exit status: 8
Loading