Activity log for bug #1779400

Date Who What changed Old value New value Message
2018-06-29 18:33:40 Andreas Hasenack bug added bug
2018-06-29 19:32:01 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/libapache2-mod-perl2/+git/libapache2-mod-perl2/+merge/348780
2018-06-29 19:46:38 Andreas Hasenack description There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium * Patch the test suite for Apache 2.4.24 compatibility. Thanks to Stefan Fritsch. (Closes: #849082) -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes. [Impact] The biggest impact of this bug is in future apache2 (and others) SRUs. The libapache2-mod-perl2 DEP8 tests are run everytime apache2 is updated, and without the fixes from here, these tests will always fail. Time will be spend in debugging them, and eventually the fix will be found, just like I did for my apache SRU (https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1766186). Then maybe the SRU team might be convinced to ignore this failure, or ask for a special run with these patches applied showing that the new apache is fixed. It's unfortunate that to fix a test error we need to push an update out to our users, but I believe in the end this helps them as well, because it's one more test that will be run for future apache2 updates. [Test Case] There is a PPA with test packages that can be used until these packages reach propoxed. I suggest an autopkgtest run like the following: autopkgtest -o dep8-xenial-ppa -U -s --apt-pocket=proposed --setup-commands="sudo add-apt-repository -s -y -u ppa:ahasenack/libapache2-mod-perl2-dep8" -B libapache2-mod-perl2 -- qemu ./autopkgtest-xenial-amd64.img You will have to adjust the path for the autopkgtest image that you have. If you have none, create one with: autopkgtest-buildvm-ubuntu-cloud -a amd64 -v -r xenial That will create a autopkgtest-xenial-amd64.img file in your current directory. [Regression Potential] This is just test suite update, but new binaries will be produced. If build-depends of libapache2-mod-perl2 changed dramatically in xenial, this could produce an incompatible set of binaries, which would be a bug we would want to track down if happened. [Other Info] Here is a run with the packages from the aforementioned PPA: http://people.ubuntu.com/~ahasenack/deb8-modperl2-xenial-ppa/ == Original Description == There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium   * Patch the test suite for Apache 2.4.24 compatibility.     Thanks to Stefan Fritsch. (Closes: #849082)  -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes.
2018-07-23 13:06:55 Łukasz Zemczak libapache2-mod-perl2 (Ubuntu Xenial): status New Fix Committed
2018-07-23 13:06:56 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-07-23 13:06:58 Łukasz Zemczak bug added subscriber SRU Verification
2018-07-23 13:07:00 Łukasz Zemczak tags verification-needed verification-needed-xenial
2018-07-23 13:10:47 Łukasz Zemczak libapache2-mod-perl2 (Ubuntu): status In Progress Invalid
2018-07-23 14:10:08 Andreas Hasenack description [Impact] The biggest impact of this bug is in future apache2 (and others) SRUs. The libapache2-mod-perl2 DEP8 tests are run everytime apache2 is updated, and without the fixes from here, these tests will always fail. Time will be spend in debugging them, and eventually the fix will be found, just like I did for my apache SRU (https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1766186). Then maybe the SRU team might be convinced to ignore this failure, or ask for a special run with these patches applied showing that the new apache is fixed. It's unfortunate that to fix a test error we need to push an update out to our users, but I believe in the end this helps them as well, because it's one more test that will be run for future apache2 updates. [Test Case] There is a PPA with test packages that can be used until these packages reach propoxed. I suggest an autopkgtest run like the following: autopkgtest -o dep8-xenial-ppa -U -s --apt-pocket=proposed --setup-commands="sudo add-apt-repository -s -y -u ppa:ahasenack/libapache2-mod-perl2-dep8" -B libapache2-mod-perl2 -- qemu ./autopkgtest-xenial-amd64.img You will have to adjust the path for the autopkgtest image that you have. If you have none, create one with: autopkgtest-buildvm-ubuntu-cloud -a amd64 -v -r xenial That will create a autopkgtest-xenial-amd64.img file in your current directory. [Regression Potential] This is just test suite update, but new binaries will be produced. If build-depends of libapache2-mod-perl2 changed dramatically in xenial, this could produce an incompatible set of binaries, which would be a bug we would want to track down if happened. [Other Info] Here is a run with the packages from the aforementioned PPA: http://people.ubuntu.com/~ahasenack/deb8-modperl2-xenial-ppa/ == Original Description == There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium   * Patch the test suite for Apache 2.4.24 compatibility.     Thanks to Stefan Fritsch. (Closes: #849082)  -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes. [Impact] The biggest impact of this bug is in future apache2 (and others) SRUs. The libapache2-mod-perl2 DEP8 tests are run everytime apache2 is updated, and without the fixes from here, these tests will always fail. Time will be spent in debugging them, and eventually the fix will be found, just like I did for my apache SRU (https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1766186). Then maybe the SRU team might be convinced to ignore this failure, or ask for a special run with these patches applied showing that the new apache is fixed. It's unfortunate that to fix a test error we need to push an update out to our users, but I believe in the end this helps them as well, because it's one more test that will be run for future apache2 updates. [Test Case] There is a PPA with test packages that can be used until these packages reach propoxed. I suggest an autopkgtest run like the following: autopkgtest -o dep8-xenial-ppa -U -s --apt-pocket=proposed --setup-commands="sudo add-apt-repository -s -y -u ppa:ahasenack/libapache2-mod-perl2-dep8" -B libapache2-mod-perl2 -- qemu ./autopkgtest-xenial-amd64.img You will have to adjust the path for the autopkgtest image that you have. If you have none, create one with: autopkgtest-buildvm-ubuntu-cloud -a amd64 -v -r xenial That will create a autopkgtest-xenial-amd64.img file in your current directory. [Regression Potential] This is just test suite update, but new binaries will be produced. If build-depends of libapache2-mod-perl2 changed dramatically in xenial, this could produce an incompatible set of binaries, which would be a bug we would want to track down if happened. [Other Info] Here is a run with the packages from the aforementioned PPA: http://people.ubuntu.com/~ahasenack/deb8-modperl2-xenial-ppa/ == Original Description == There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium   * Patch the test suite for Apache 2.4.24 compatibility.     Thanks to Stefan Fritsch. (Closes: #849082)  -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes.
2018-07-23 14:10:41 Andreas Hasenack description [Impact] The biggest impact of this bug is in future apache2 (and others) SRUs. The libapache2-mod-perl2 DEP8 tests are run everytime apache2 is updated, and without the fixes from here, these tests will always fail. Time will be spent in debugging them, and eventually the fix will be found, just like I did for my apache SRU (https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1766186). Then maybe the SRU team might be convinced to ignore this failure, or ask for a special run with these patches applied showing that the new apache is fixed. It's unfortunate that to fix a test error we need to push an update out to our users, but I believe in the end this helps them as well, because it's one more test that will be run for future apache2 updates. [Test Case] There is a PPA with test packages that can be used until these packages reach propoxed. I suggest an autopkgtest run like the following: autopkgtest -o dep8-xenial-ppa -U -s --apt-pocket=proposed --setup-commands="sudo add-apt-repository -s -y -u ppa:ahasenack/libapache2-mod-perl2-dep8" -B libapache2-mod-perl2 -- qemu ./autopkgtest-xenial-amd64.img You will have to adjust the path for the autopkgtest image that you have. If you have none, create one with: autopkgtest-buildvm-ubuntu-cloud -a amd64 -v -r xenial That will create a autopkgtest-xenial-amd64.img file in your current directory. [Regression Potential] This is just test suite update, but new binaries will be produced. If build-depends of libapache2-mod-perl2 changed dramatically in xenial, this could produce an incompatible set of binaries, which would be a bug we would want to track down if happened. [Other Info] Here is a run with the packages from the aforementioned PPA: http://people.ubuntu.com/~ahasenack/deb8-modperl2-xenial-ppa/ == Original Description == There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium   * Patch the test suite for Apache 2.4.24 compatibility.     Thanks to Stefan Fritsch. (Closes: #849082)  -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes. [Impact] The biggest impact of this bug is in future apache2 (and others) SRUs. The libapache2-mod-perl2 DEP8 tests are run everytime apache2 is updated, and without the fixes from here, these tests will always fail. Time will be spent in debugging them, and eventually the fix will be found, just like I did for my apache SRU (https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1766186). Then maybe the SRU team might be convinced to ignore this failure, or ask for a special run with these patches applied showing that the new apache is fixed. It's unfortunate that to fix a test error we need to push an update out to our users, but I believe in the end this helps them as well, because it's one more test that will be run for future apache2 updates. [Test Case] There is a PPA with test packages that can be used until these packages reach proposed. I suggest an autopkgtest run like the following: autopkgtest -o dep8-xenial-ppa -U -s --apt-pocket=proposed --setup-commands="sudo add-apt-repository -s -y -u ppa:ahasenack/libapache2-mod-perl2-dep8" -B libapache2-mod-perl2 -- qemu ./autopkgtest-xenial-amd64.img You will have to adjust the path for the autopkgtest image that you have. If you have none, create one with: autopkgtest-buildvm-ubuntu-cloud -a amd64 -v -r xenial That will create a autopkgtest-xenial-amd64.img file in your current directory. [Regression Potential] This is just test suite update, but new binaries will be produced. If build-depends of libapache2-mod-perl2 changed dramatically in xenial, this could produce an incompatible set of binaries, which would be a bug we would want to track down if happened. [Other Info] Here is a run with the packages from the aforementioned PPA: http://people.ubuntu.com/~ahasenack/deb8-modperl2-xenial-ppa/ == Original Description == There are two DEP8 tests that are failing constantly in xenial: t/apache/read.t t/filter/in_bbs_inject_header.t See http://autopkgtest.ubuntu.com/packages/liba/libapache2-mod-perl2/xenial/amd64 Debian has fixed them: libapache2-mod-perl2 (2.0.10-2) unstable; urgency=medium   * Patch the test suite for Apache 2.4.24 compatibility.     Thanks to Stefan Fritsch. (Closes: #849082)  -- Niko Tyni <ntyni@debian.org> Sun, 25 Dec 2016 11:51:10 +0200 This is the diff: https://git.launchpad.net/ubuntu/+source/libapache2-mod-perl2/commit/?h=debian/buster&id=1a0e6c046960f816f0089d8d164f7fa9b077719f We should backport these to the xenial package, because libapache2-mod-perl2 is in the dependency tree of apache2 DEP8 tests and any apache2 update will trigger these test failures. Artful and higher already have the fixes.
2018-07-27 19:49:05 Andreas Hasenack tags verification-needed verification-needed-xenial verification-done-xenial verification-needed
2018-08-02 19:35:53 Launchpad Janitor libapache2-mod-perl2 (Ubuntu Xenial): status Fix Committed Fix Released
2018-08-02 19:35:53 Launchpad Janitor cve linked 2016-8743
2018-08-02 19:35:56 Brian Murray removed subscriber Ubuntu Stable Release Updates Team