[Bug 263296] editors/openoffice-4 build fails with dmake error 138

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Mar 2023 20:37:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263296

Don Lewis <truckman@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |truckman@FreeBSD.org

--- Comment #1 from Don Lewis <truckman@FreeBSD.org> ---
I suspect this a failing low-level unit test.  The output from these tests
should look something like:

[----------] 8 tests from BigPtrArrayPerformanceTest
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_end_1000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_end_1000 (0 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_end_10000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_end_10000 (2 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_end_100000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_end_100000 (21 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_end_1000000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_end_1000000 (213 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_front_1000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_front_1000 (1 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_front_10000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_front_10000 (13 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_front_100000
[       OK ] BigPtrArrayPerformanceTest.test_insert_at_front_100000 (319 ms)
[ RUN      ] BigPtrArrayPerformanceTest.test_insert_at_front_1000000

but if there is a failure, you will see FAIL instead of OK as I recall.

A few years ago I fixed several of these upstream that had intermittent timing
failures that would sometimes show up if the build system was heavily loaded.

I haven't seen a failure in quiet some time.

-- 
You are receiving this mail because:
You are the assignee for the bug.