Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893156 - app-misc/ola-0.10.8 fails tests (HARDENED-SYSTEM)
Summary: app-misc/ola-0.10.8 fails tests (HARDENED-SYSTEM)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 884417
  Show dependency tree
 
Reported: 2023-02-03 21:14 UTC by Agostino Sarubbo
Modified: 2023-10-25 22:20 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,59.88 KB, application/x-xz)
2023-02-03 21:14 UTC, Agostino Sarubbo
Details
1-test-suite.log (1-test-suite.log,8.14 KB, text/plain)
2023-02-03 21:14 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 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?