Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911579 - net-libs/srt-1.5.1 - fails some tests on ppc
Summary: net-libs/srt-1.5.1 - fails some tests on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-08-01 23:26 UTC by ernsteiswuerfel
Modified: 2023-10-05 21:07 UTC (History)
1 user (show)

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


Attachments
build.log (ppc, 1.5.1) (srt-1.5.1:20230801-193453.log,163.58 KB, text/plain)
2023-08-01 23:26 UTC, ernsteiswuerfel
Details
LastTest.log (ppc, 1.5.1) (LastTest.log,284.28 KB, text/plain)
2023-08-01 23:26 UTC, ernsteiswuerfel
Details
emerge --info (file_911579.txt,6.33 KB, text/plain)
2023-08-01 23:27 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2023-08-01 23:26:24 UTC
Created attachment 866826 [details]
build.log (ppc, 1.5.1)

[...]
96% tests passed, 9 tests failed out of 217

Total Test time (real) =  44.65 sec

The following tests did not run:
	208 - CTimer.SleeptoAccuracy (Disabled)

The following tests FAILED:
	 24 - CIPAddress.IPv6_pton (Failed)
	 89 - TestFEC.Connection (Failed)
	 90 - TestFEC.ConnectionReorder (Failed)
	 91 - TestFEC.ConnectionFull1 (Failed)
	 92 - TestFEC.ConnectionFull2 (Failed)
	 93 - TestFEC.ConnectionMess (Failed)
	 94 - TestFEC.ConnectionForced (Failed)
	105 - TestIPv6.v6_calls_v4 (Failed)
	200 - SyncEvent.WaitForTwoNotifyOne (Failed)
Errors while running CTest
Output from these tests are in: /var/tmp/portage/net-libs/srt-1.5.1/work/srt-1.5.1_build-.ppc/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
 * ERROR: net-libs/srt-1.5.1::gentoo failed (test phase):
Comment 1 ernsteiswuerfel archtester 2023-08-01 23:26:47 UTC
Created attachment 866827 [details]
LastTest.log (ppc, 1.5.1)
Comment 2 ernsteiswuerfel archtester 2023-08-01 23:27:36 UTC
Created attachment 866828 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2023-10-05 20:05:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fcfb61e053a7d01ea6f956a3124de19fe1cc05

commit d5fcfb61e053a7d01ea6f956a3124de19fe1cc05
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-05 20:04:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-05 20:04:43 +0000

    net-libs/srt: Stabilize 1.5.1 ppc, #817818
    
    Note that the test failures appear to not be a regression and should be fixed
    upstream in 1.5.2/1.5.3.
    
    Bug: https://bugs.gentoo.org/911579
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/srt/srt-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2023-10-05 21:07:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f2be4e445c5ecb1b5f84cb96531c37977577cb

commit a5f2be4e445c5ecb1b5f84cb96531c37977577cb
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2023-10-05 20:39:29 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2023-10-05 21:05:26 +0000

    net-libs/srt: add 1.5.3
    
    * Build with c++14 due to gtest usage requiring it now; though srt-1.5.1 was
      still fine without with the same gtest version
    * Enable experimental bonding support - there is no ill effect when not enabled
      via SRT socket options, but actually also works good in my experience
    * Always disable ENABLE_TESTING, as this controls the build of some developer
      testing tools, which don't have install targets, so for us it just increases
      compile time with USE=test but aren't actually used by unit tests.
    
    Closes: https://bugs.gentoo.org/911579
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 net-libs/srt/Manifest         |  1 +
 net-libs/srt/srt-1.5.3.ebuild | 58 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)