On Thu, Apr 02, 2026 at 07:10:57PM +0200, Agustin Martin wrote: > On Sat, Feb 14, 2026 at 08:57:29PM +0200, Adrian Bunk wrote: > > Source: ipp-usb > > Version: 0.9.30-1 > > Severity: serious > > Tags: ftbfs > > > > https://buildd.debian.org/status/logs.php?pkg=ipp-usb&ver=0.9.30-1 > > > > ... > > === RUN TestTCPClientUIDIp4 > > tcpuid_test.go:32: lo: > > tcpuid_test.go:34: 127.0.0.1/8 > > tcpuid_test.go:34: ::1/128 > > tcpuid_test.go:94: TCPClientUID("127.0.0.1:51898","127.0.0.1:44853"): > > NLMSG_ERROR: no such file or directory > > --- FAIL: TestTCPClientUIDIp4 (0.01s) > > === RUN TestTCPClientUIDIp6 > > tcpuid_test.go:32: lo: > > tcpuid_test.go:34: 127.0.0.1/8 > > tcpuid_test.go:34: ::1/128 > > tcpuid_test.go:94: TCPClientUID("[::1]:38622","[::1]:37583"): > > NLMSG_ERROR: no such file or directory > > --- FAIL: TestTCPClientUIDIp6 (0.01s) > > === RUN TestUsbAddrListAddFind > > --- PASS: TestUsbAddrListAddFind (0.00s) > > === RUN TestUsbAddrListAddCommutative > > --- PASS: TestUsbAddrListAddCommutative (0.00s) > > === RUN TestUsbAddrListDiff > > --- PASS: TestUsbAddrListDiff (0.00s) > > === RUN TestUUIDNormalize > > --- PASS: TestUUIDNormalize (0.00s) > > FAIL > > FAIL github.com/OpenPrinting/ipp-usb 0.021s > > FAIL > > dh_auto_test: error: cd _build && go test -vet=off -v -p 6 > > github.com/OpenPrinting/ipp-usb returned exit code 1 > > make: *** [debian/rules:6: binary-arch] Error 25 > > Hi, Adrian, > > This package seems to build successfully in my just upgraded amd64 sid > cowbuilder chroot. May be this was a temporary problem in the build systems > (last attempts with 0.9.31 happened one month ago and all but one failed). > > --- 8< --------------------------------------------- > make[1]: Leaving directory '/build/ipp-usb-0.9.31' > dh_auto_test -O--builddirectory=_build -O--buildsystem=golang > cd _build && go test -vet=off -v -p 8 github.com/OpenPrinting/ipp-usb > === RUN TestAddPDL > --- PASS: TestAddPDL (0.00s) > === RUN TestGlobMatch > --- PASS: TestGlobMatch (0.00s) > === RUN TestIniReader > --- PASS: TestIniReader (0.00s) > === RUN TestNewIppAttrs > --- PASS: TestNewIppAttrs (0.00s) > === RUN TestIppAttrsGetStrings > --- PASS: TestIppAttrsGetStrings (0.00s) > === RUN TestPaperSizeLess > --- PASS: TestPaperSizeLess (0.00s) > === RUN TestPaperSizeClassify > --- PASS: TestPaperSizeClassify (0.00s) > === RUN TestQuirksPrioritization > --- PASS: TestQuirksPrioritization (0.00s) > === RUN TestQuirksLookup > --- PASS: TestQuirksLookup (0.00s) > === RUN TestQuirksParsers > --- PASS: TestQuirksParsers (0.00s) > === RUN TestQuirksSetLoad > --- PASS: TestQuirksSetLoad (0.00s) > === RUN TestTCPClientUIDIp4 > tcpuid_test.go:32: lo: > tcpuid_test.go:34: 127.0.0.1/8 > tcpuid_test.go:34: ::1/128 > --- PASS: TestTCPClientUIDIp4 (0.00s) > === RUN TestTCPClientUIDIp6 > tcpuid_test.go:32: lo: > tcpuid_test.go:34: 127.0.0.1/8 > tcpuid_test.go:34: ::1/128 > --- PASS: TestTCPClientUIDIp6 (0.00s) > === RUN TestUsbAddrListAddFind > --- PASS: TestUsbAddrListAddFind (0.00s) > === RUN TestUsbAddrListAddCommutative > --- PASS: TestUsbAddrListAddCommutative (0.00s) > === RUN TestUsbAddrListDiff > --- PASS: TestUsbAddrListDiff (0.00s) > === RUN TestUUIDNormalize > --- PASS: TestUUIDNormalize (0.00s) > PASS > ok github.com/OpenPrinting/ipp-usb 0.007s > --- >8 --------------------------------------------
Hi, I see that ipp-usb package build has been retried in autobuilders (thanks for requeuing), but is still failing there. I just tried build in a different box, also with a just upgraded amd64 cowbuilder sid chroot with and without network in case it made a difference (not expected, network access should be disabled during build in both cases). It still succeeds. Seems there is a difference between cowbuilder and autobuilders environment. Thorsten, where did you build 0.9.31-1 before uploading? -- Agustin
