Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942121 - sci-libs/p4est-2.8.6 fails tests
Summary: sci-libs/p4est-2.8.6 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2024-10-25 07:10 UTC by Agostino Sarubbo
Modified: 2025-01-03 13:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,142.65 KB, text/plain)
2024-10-25 07:10 UTC, Agostino Sarubbo
Details
1-LastTest.log (1-LastTest.log,156.70 KB, text/plain)
2024-10-25 07:10 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-10-25 07:10:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/p4est-2.8.6 fails tests.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-25 07:10:58 UTC
Created attachment 906666 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-25 07:10:59 UTC
Created attachment 906667 [details]
1-LastTest.log

1-LastTest.log
Comment 3 Agostino Sarubbo gentoo-dev 2024-10-25 07:11:00 UTC
Error(s) that match a know pattern:


	 22 - test_partition2 (Subprocess aborted)
	 29 - test_all6 (Subprocess aborted)
	 47 - test_partition3 (Subprocess aborted)
The following tests FAILED:
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-03 13:12:35 UTC
Bunch of stuff like:
```
47/52 Testing: test_partition3
47/52 Test: test_partition3
Command: "/var/tmp/portage/sci-libs/p4est-2.8.6/work/p4est-2.8.6_build/test/test_partition3"
Directory: /var/tmp/portage/sci-libs/p4est-2.8.6/work/p4est-2.8.6_build/test
"test_partition3" start time: Oct 25 03:21 CEST
Output:
----------------------------------------------------------
[libsc] This is libsc 2.8.6
[libsc] CPP                      /usr/bin/i686-pc-linux-gnu-gcc -E
[libsc] CPPFLAGS                 
[libsc] CC                       /usr/bin/i686-pc-linux-gnu-gcc
[libsc] CFLAGS                   -O2 -march=i686 -mfpmath=sse -msse2 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 
[libsc] LDFLAGS                  
[libsc] LIBS                     /usr/lib/libz.so m
[p4est] This is p4est 2.8.6
[p4est] CPP                      /usr/bin/i686-pc-linux-gnu-gcc -E
[p4est] CPPFLAGS                 
[p4est] CC                       /usr/bin/i686-pc-linux-gnu-gcc
[p4est] CFLAGS                   -O2 -march=i686 -mfpmath=sse -msse2 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 
[p4est] LDFLAGS                  
[p4est] LIBS                       /usr/lib/libz.so m
[p4est] Into p8est_new with min quadrants 15 level 0 uniform 0
[p4est] New p8est with 2 trees on 1 processors
[p4est] Initial level 1 potential global quadrants 16 per tree 8
[p4est] Done p8est_new with 16 total quadrants
[p4est] Into p8est_refine with 16 total quadrants, allowed level 29
[p4est] Done p8est_refine with 113192 total quadrants
[p4est] Into p8est_partition_given with 113192 total quadrants
[libsc 0] Abort: Returned NULL from malloc
[libsc 0] Abort: /var/tmp/portage/sci-libs/libsc-2.8.6/work/libsc-2.8.6/src/sc.c:398
[libsc 0] Abort: Obtained 10 stack frames
[libsc 0] Stack 0: libsc.so.3.0.0(+0xc856) [0xf7e0c856]
[libsc 0] Stack 1: libsc.so.3.0.0(sc_abort+0x15) [0xf7e0b955]
[libsc 0] Stack 2: libsc.so.3.0.0(+0xc030) [0xf7e0c030]
[libsc 0] Stack 3: libsc.so.3.0.0(+0xc093) [0xf7e0c093]
[libsc 0] Stack 4: libsc.so.3.0.0(sc_malloc+0x3b) [0xf7e0c0db]
[libsc 0] Stack 5: libp4est.so.3.0.0(p8est_partition_given+0x513) [0xf7e6dbf3]
[libsc 0] Stack 6: test_partition3(+0x1c88) [0x565e0c88]
[libsc 0] Stack 7: libc.so.6(+0x20eda) [0xf7bfdeda]
[libsc 0] Stack 8: libc.so.6(__libc_start_main+0x97) [0xf7bfdfb7]
[libsc 0] Stack 9: test_partition3(+0x2377) [0x565e1377]
<end of output>
Test time =   1.02 sec
----------------------------------------------------------
Test Failed.
"test_partition3" end time: Oct 25 03:21 CEST
"test_partition3" time elapsed: 00:00:01
----------------------------------------------------------
```

Maybe x86 specific and just too large?