Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954149 - dev-libs/criterion-2.4.1-r1: all tests fail on arm64
Summary: dev-libs/criterion-2.4.1-r1: all tests fail on arm64
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 926622
  Show dependency tree
 
Reported: 2025-04-21 12:21 UTC by Viorel Munteanu
Modified: 2025-04-22 04:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build logs and emerge --info on arm64 (dev-libs_criterion-2.4.1-r1.tar.bz2,57.03 KB, application/x-bzip2)
2025-04-21 12:21 UTC, Viorel Munteanu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Viorel Munteanu gentoo-dev 2025-04-21 12:21:08 UTC
Created attachment 925590 [details]
build logs and emerge --info on arm64

Summary of Failures:

 1/42 sample / description.c        FAIL             1.11s   killed by signal 6 SIGABRT
 2/42 sample / asserts.c            FAIL             1.14s   killed by signal 6 SIGABRT
 3/42 sample / fixtures.c           FAIL             1.21s   killed by signal 6 SIGABRT
 4/42 sample / log.c                FAIL             1.24s   killed by signal 6 SIGABRT
 5/42 sample / more-suites.c        FAIL             1.25s   killed by signal 6 SIGABRT
 6/42 sample / signal.c             FAIL             1.45s   killed by signal 6 SIGABRT
 7/42 sample / redirect.c           FAIL             1.59s   killed by signal 6 SIGABRT
 8/42 sample / simple.c             FAIL             1.42s   killed by signal 6 SIGABRT
 9/42 sample / parameterized.c      FAIL             1.64s   killed by signal 6 SIGABRT
10/42 sample / report.c             FAIL             1.86s   killed by signal 6 SIGABRT
11/42 sample / suites.c             FAIL             1.83s   killed by signal 6 SIGABRT
12/42 sample / theories.c           FAIL             2.12s   killed by signal 6 SIGABRT
13/42 sample / timeout.c            FAIL             2.16s   killed by signal 6 SIGABRT
14/42 sample / skip.c               FAIL             2.18s   killed by signal 6 SIGABRT
15/42 sample / asserts.cc           FAIL             1.82s   killed by signal 6 SIGABRT
16/42 sample / description.cc       FAIL             1.12s   killed by signal 6 SIGABRT
17/42 sample / redirect.cc          FAIL             1.85s   killed by signal 6 SIGABRT
18/42 sample / fixtures.cc          FAIL             2.68s   killed by signal 6 SIGABRT
19/42 sample / more-suites.cc       FAIL             2.65s   killed by signal 6 SIGABRT
20/42 sample / parameterized.cc     FAIL             2.79s   killed by signal 6 SIGABRT
21/42 sample / log.cc               FAIL             2.83s   killed by signal 6 SIGABRT
22/42 sample / skip.cc              FAIL             2.50s   killed by signal 6 SIGABRT
23/42 sample / suites.cc            FAIL             2.52s   killed by signal 6 SIGABRT
24/42 sample / report.cc            FAIL             2.74s   killed by signal 6 SIGABRT
25/42 sample / signal.cc            FAIL             2.73s   killed by signal 6 SIGABRT
26/42 sample / simple.cc            FAIL             2.73s   killed by signal 6 SIGABRT
27/42 full / failmessages.c         FAIL             1.40s   killed by signal 6 SIGABRT
28/42 full / flood.c                FAIL             1.41s   killed by signal 6 SIGABRT
29/42 full / exit.c                 FAIL             1.44s   killed by signal 6 SIGABRT
30/42 sample / theories.cc          FAIL             1.53s   killed by signal 6 SIGABRT
31/42 unit tests                    ERROR            1.56s   killed by signal 6 SIGABRT
32/42 full / exception.cc           FAIL             1.14s   killed by signal 6 SIGABRT
33/42 full / with-time.c            FAIL             1.24s   killed by signal 6 SIGABRT
34/42 full / other-crashes.c        FAIL             1.28s   killed by signal 6 SIGABRT
35/42 full / long-messages.c        FAIL             1.31s   killed by signal 6 SIGABRT
36/42 full / theories_regression.c  FAIL             1.26s   killed by signal 6 SIGABRT
37/42 full / failmessages.cc        FAIL             0.88s   killed by signal 6 SIGABRT
38/42 full / exit.cc                FAIL             1.21s   killed by signal 6 SIGABRT
39/42 full / long-messages.cc       FAIL             1.19s   killed by signal 6 SIGABRT
40/42 full / other-crashes.cc       FAIL             1.17s   killed by signal 6 SIGABRT
41/42 full / theories_regression.cc FAIL             1.16s   killed by signal 6 SIGABRT
42/42 cram tests                    FAIL            29.85s   exit status 1

Ok:                 0   
Expected Fail:      0   
Fail:               42  
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-22 04:12:32 UTC
Lots of:
```
test:         sample / skip.c
start time:   19:13:48
duration:     2.18s
result:       killed by signal 6 SIGABRT
command:      ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=171 LD_LIBRARY_PATH=/var/tmp/portage/dev-libs/criterion-2.4.1-r1/work/criterion-2.4.1-build/src UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 /var/tmp/portage/dev-libs/criterion-2.4.1-r1/work/criterion-2.4.1-build/samples/skip.c.bin --always-succeed
----------------------------------- stderr -----------------------------------
criterion: Could not initialize inheritable arena: Cannot allocate memory
```

and some other misc aborts.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-22 04:13:26 UTC
We should try bumping to 2.4.2 first, I guess. I don't remember the story there.