[Bug 2109823] Re: [SRU] openvswitch 3.3.4 (noble) 3.5.1 (plucky/questing) point release
Bryan Fraschetti
2109823 at bugs.launchpad.net
Wed Jul 23 22:39:40 UTC 2025
Did some more digging and found that I was able to reproduce on
questing-proposed by using the current cloudimg in lxd (attached
buildlog). lxc launch ubuntu-daily:questing
I also found that manually running the command fails the same way
root at peaceful-earwig:~/openvswitch-3.5.1/tests# cat ../_debian/tests/testsuite.dir/0521/actions.txt | sed 's/^/actions:/' | ./test-dpparse.py
cat: ../_debian/tests/testsuite.dir/0521/actions.txt: EPIPE: Broken pipe
However, the following commands worked
$ cat ../_debian/tests/testsuite.dir/0521/actions.txt | sed 's/^/actions:/'
This means ./test-dpparse.py is closing the pipe
$ echo "test" | sed 's/^/actions:/' | ./test-dpparse.py
Not fundamentally a problem with the script itself
// Replaced the contents of actions.txt with "test" and reran the previous comand without errors
$ cat ../_debian/tests/testsuite.dir/0521/actions.txt | sed 's/^/actions:/' | ./test-dpparse.py
Not a permissions/apparmor error
actions.txt was ~524kB.
I did a "bisect" on the file size and found that the pipe breaks when
the file size of actions.txt exceeds 80kB (81920B).
For example:
$ yes a | head -c 81920 > actions.txt
$ ll actions.txt
-rw-r--r-- 1 root root 81920 Jul 23 22:36 actions.txt
$ cat actions.txt | sed 's/^/actions:/' | ./test-dpparse.py
$ yes a | head -c 81921 > actions.txt
$ ll actions.txt
-rw-r--r-- 1 root root 81921 Jul 23 22:37 actions.txt
$ cat ../_debian/tests/testsuite.dir/0521/actions.txt | sed 's/^/actions:/' | ./test-dpparse.py
cat: ../_debian/tests/testsuite.dir/0521/actions.txt: EPIPE: Broken pipe
For some reason the python script breaks when the file is larger than
80kB on ubuntu-daily:questing but not ubuntu-daily:plucky
Questing is using python3.13.5 and Plucky is using python3.13.3, maybe
this has something to do with it. I'll continue investigating tomorrow
but at eod now
** Attachment added: "openvswitch_3.5.1-0ubuntu1_amd64_cloudimg.build"
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2109823/+attachment/5892637/+files/openvswitch_3.5.1-0ubuntu1_amd64_cloudimg.build
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/2109823
Title:
[SRU] openvswitch 3.3.4 (noble) 3.5.1 (plucky/questing) point release
Status in Ubuntu Cloud Archive caracal series:
New
Status in openvswitch package in Ubuntu:
In Progress
Status in openvswitch source package in Noble:
Fix Committed
Status in openvswitch source package in Plucky:
In Progress
Status in openvswitch source package in Questing:
In Progress
Bug description:
[Impact]
This release sports mostly bug-fixes and we would like to make sure all of our
supported customers have access to these improvements.
The update contains the following package updates:
* openvswitch 3.3.4 (noble)
* openvswitch 3.5.1 (plucky and questing)
For more details see:
* https://www.openvswitch.org/releases/NEWS-3.3.4.txt
* https://github.com/openvswitch/ovs/compare/v3.3.0...v3.3.4
* https://www.openvswitch.org/releases/NEWS-3.5.1.txt
* https://github.com/openvswitch/ovs/compare/v3.5.0...v3.5.1
It will include [1], [2] and [3] which can thereby be dropped from the
delta. This removes all the patches in debian/patches folder.
[1]: https://github.com/openvswitch/ovs/commit/e3ed764bb246e312050416f94b1e04a1569d1a5a
[2]: https://github.com/openvswitch/ovs/commit/c560f6ca3257dd3b64e01a4a244b02b90216858b
[3]: https://github.com/openvswitch/ovs/commit/46af8a20ca5f5301f0679b7106948b4d96b08de7
[Test Case]
The following SRU process was followed:
https://wiki.ubuntu.com/OpenStack/StableReleaseUpdates
In order to avoid regression of existing consumers, the OpenStack team will
run their continuous integration test against the packages that are in
-proposed. A successful run of all available tests will be required before the
proposed packages can be let into -updates.
The OpenStack team will be in charge of attaching the output summary of the
executed tests. The OpenStack team members will not mark ‘verification-done’ until
this has happened.
[Regression Potential]
In order to mitigate the regression potential, the results of the
aforementioned tests are attached to this bug.
[other Info]
This is a regular update policy, it follows many others:
- #1021530 [SRU] update to include stable fixes for OVS 1.4
- #1470120 [SRU] openvswitch 2.3.2
- #1641956 [SRU] openvswitch 2.6.1
- #2003059 [SRU] openvswitch 3.0.3 point release
- #2003060 [SRU] openvswitch 2.17.5 point release
- #2025319 [SRU] openvswitch 3.1.2 point release
- #2025323 [SRU] openvswitch 2.17.7 point release
- #2039906 [SRU] openvswitch 3.2.1 point release
- #2039907 [SRU] openvswitch 3.1.3 point release
- #2039908 [SRU] openvswitch 2.17.8 point release
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/caracal/+bug/2109823/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list