Package: newpid Version: 10 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch
Hi Christoph, In Ubuntu and Debian, the newpid autopkgtests are now failing because iputils 20190515 has changed the output on failure, causing a mismatch with expected output: diff -u newnet.expected newnet.out --- newnet.expected 2015-09-30 09:36:41.000000000 +0000 +++ newnet.out 2019-07-08 02:57:06.832695992 +0000 @@ -3,4 +3,4 @@ --- 127.0.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, -connect: Network is unreachable +ping: connect: Network is unreachable make[1]: *** [Makefile:10: check-newnet] Error 1 (https://ci.debian.net/packages/n/newpid/testing/amd64/) The attached patch simply updates the expected file to include the new 'ping: ' prefix. Please consider including this in Debian, to unblock iputils for testing. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru newpid-10/test/newnet.expected newpid-10ubuntu1/test/newnet.expected --- newpid-10/test/newnet.expected 2015-09-30 02:36:41.000000000 -0700 +++ newpid-10ubuntu1/test/newnet.expected 2019-07-08 11:50:05.000000000 -0700 @@ -3,4 +3,4 @@ --- 127.0.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, -connect: Network is unreachable +ping: connect: Network is unreachable