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

Bug 722580

Summary: net-misc/openvswitch-2.17.2-r1 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: CONFIRMED ---    
Severity: normal CC: sam, virtualization
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/34529
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 721632    
Attachments: build.log
new_build.log
001_1-testsuite.log
001_2-testsuite.log
001_3-testsuite.log

Description Agostino Sarubbo gentoo-dev 2020-05-12 06:33:47 UTC
This is an auto-filled bug because net-misc/openvswitch fails tests.
The issue was originally discovered on x86, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-12 06:33:52 UTC
Created attachment 638264 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-18 14:18:19 UTC
I guess tests/testsuite.log might help. Looks like only 1 failed, hopefully an easy one...
Comment 3 Agostino Sarubbo gentoo-dev 2020-06-30 09:07:55 UTC
It is weird but tests pass for me now. Let's keep it open if someone else can reproduce.
Comment 4 Agostino Sarubbo gentoo-dev 2022-09-22 09:29:55 UTC
tinderbox_musl has reproduced this issue with version 2.17.2-r1 - Updating summary.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-22 11:14:02 UTC
(In reply to Agostino Sarubbo from comment #4)
> tinderbox_musl has reproduced this issue with version 2.17.2-r1 - Updating
> summary.

Can you give fresh build.log and the test log I mentioned?
Comment 6 Agostino Sarubbo gentoo-dev 2022-09-23 11:34:19 UTC
Created attachment 813790 [details]
new_build.log

new_build.log
Comment 7 Agostino Sarubbo gentoo-dev 2022-09-23 11:34:45 UTC
Created attachment 813793 [details]
001_1-testsuite.log

001_1-testsuite.log
Comment 8 Agostino Sarubbo gentoo-dev 2022-09-23 11:34:53 UTC
Created attachment 813796 [details]
001_2-testsuite.log

001_2-testsuite.log
Comment 9 Agostino Sarubbo gentoo-dev 2022-09-23 11:34:58 UTC
Created attachment 813799 [details]
001_3-testsuite.log

001_3-testsuite.log
Comment 10 Agostino Sarubbo gentoo-dev 2022-09-23 11:35:35 UTC
(In reply to Sam James from comment #5)
> Can you give fresh build.log and the test log I mentioned?

everything attached, if you need anything else feel free to ask ;)
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-24 01:56:18 UTC
(In reply to Agostino Sarubbo from comment #10)
> (In reply to Sam James from comment #5)
> > Can you give fresh build.log and the test log I mentioned?
> 
> everything attached, if you need anything else feel free to ask ;)

Thanks!

Damnit...
```
./ofproto-dpif.at:5467: tail -1 stdout | egrep "trunc\(200\),2,trunc\(300\),3,100|trunc\(300\),3,trunc\(200\),2,100"
--- /dev/null	2022-08-27 17:08:22.181452537 +0000
+++ /var/tmp/portage/net-misc/openvswitch-2.17.2-r1/work/openvswitch-2.17.2/tests/testsuite.dir/at-groups/1144/stderr	2022-09-23 10:25:15.889723877 +0000
@@ -0,0 +1 @@
+egrep: warning: egrep is obsolescent; using /bin/grep -E
stdout:
Datapath actions: trunc(200),2,trunc(300),3,100
ovsdb-server.log:
```

It's new grep.
Comment 12 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-24 01:57:01 UTC
(or, sorry, it's partly new grep)