Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 893156

Summary: app-misc/ola-0.10.8 fails tests (HARDENED-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Marek Szuba <marecki>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 884417    
Attachments: build.log.xz
1-test-suite.log

Description Agostino Sarubbo gentoo-dev 2023-02-03 21:14:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/ola-0.10.8 fails tests (HARDENED-SYSTEM).
Discovered on: amd64 (internal ref: hardened_tinderbox)

NOTE:
(HARDENED-SYSTEM) in the summary means that the bug was found on a machine that runs an hardened profile with -D_FORTIFY_SOURCE=3 and -D_GLIBCXX_ASSERTIONS (https://www.gentoo.org/support/news-items/2023-01-01-hardening-fortify-assertions.html) but this bug MAY or MAY NOT BE related to the changes related to hardened.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-03 21:14:11 UTC
Created attachment 849800 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-03 21:14:11 UTC
Created attachment 849802 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Agostino Sarubbo gentoo-dev 2023-02-03 21:14:12 UTC
Error(s) that match a know pattern:


FAIL: common/io/SelectServerTester
FAIL: common/io/TimeoutManagerTester
FAIL: plugins/artnet/ArtNetTester
FAIL: plugins/usbpro/DmxterWidgetTester
FAIL: plugins/usbpro/WidgetDetectorThreadTester
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-19 21:22:56 UTC
plugins/usbpro/WidgetDetectorThreadTest.cpp:135: Timeout triggered
/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/bits/stl_queue.h:725: std::priority_queue<_Tp, _Sequence, _Compare>::const_reference std::priority_queue<_Tp, _Sequence, _Compare>::top() const [with _Tp = ola::io::TimeoutManager::Event*; _Sequence = std::vector<ola::io::TimeoutManager::Event*>; _Compare = ola::io::TimeoutManager::ltevent; const_reference = ola::io::TimeoutManager::Event* const&]: Assertion '!this->empty()' failed.
FAIL plugins/usbpro/WidgetDetectorThreadTester (exit status: 134)

etc
Comment 5 Marek Szuba archtester gentoo-dev 2023-10-25 22:20:40 UTC
Is this still a problem with 0.10.9-r1?