Package: src:libvirt
Version: 12.0.0-1
Severity: important
Tags: ftbfs forky sid
User: [email protected]
Usertags: ftbfs-during-forky-support-period

Dear maintainer:

During a rebuild of all packages in unstable with the system clock set
at 2030-08-09 (estimated to be three years after the release date of forky),
this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/ftbfs-future/

About the archive rebuild: This is an effort to keep forky free from
FTBFS bugs during its lifetime as a supported distribution, as
explained here for trixie:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

This category of bugs is considered to be RC for forky, but I will
wait two months from now before raising to serious to give people a
little bit more time to fix them.

The build was made using sbuild and a reduced chroot with only
build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:libvirt, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
42) VMware XML-2-VMX esx-in-the-wild-2 -> esx-in-the-wild-2           ... OK
43) VMware XML-2-VMX esx-in-the-wild-3 -> esx-in-the-wild-3           ... OK
44) VMware XML-2-VMX esx-in-the-wild-4 -> esx-in-the-wild-4           ... OK
45) VMware XML-2-VMX esx-in-the-wild-5 -> esx-in-the-wild-5           ... OK
46) VMware XML-2-VMX esx-in-the-wild-6 -> esx-in-the-wild-6           ... OK
47) VMware XML-2-VMX esx-in-the-wild-7 -> esx-in-the-wild-7           ... OK
48) VMware XML-2-VMX esx-in-the-wild-9 -> esx-in-the-wild-9           ... OK
49) VMware XML-2-VMX gsx-in-the-wild-1 -> gsx-in-the-wild-1           ... OK
50) VMware XML-2-VMX gsx-in-the-wild-2 -> gsx-in-the-wild-2           ... OK
51) VMware XML-2-VMX gsx-in-the-wild-3 -> gsx-in-the-wild-3           ... OK
52) VMware XML-2-VMX gsx-in-the-wild-4 -> gsx-in-the-wild-4           ... OK
53) VMware XML-2-VMX ws-in-the-wild-1 -> ws-in-the-wild-1             ... OK
54) VMware XML-2-VMX ws-in-the-wild-2 -> ws-in-the-wild-2             ... OK
55) VMware XML-2-VMX fusion-in-the-wild-1 -> fusion-in-the-wild-1     ... OK
56) VMware XML-2-VMX annotation -> annotation                         ... OK
57) VMware XML-2-VMX smbios -> smbios                                 ... OK
58) VMware XML-2-VMX svga -> svga                                     ... OK
59) VMware XML-2-VMX firmware-efi -> firmware-efi                     ... OK
60) VMware XML-2-VMX datacenterpath -> datacenterpath                 ... OK
==============================================================================

================================== 151/160 ===================================
test:         bin - libvirt:virjsontest
start time:   12:04:08
duration:     0.02s
result:       exit status 0
command:      VIR_TEST_EXPENSIVE=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MALLOC_PERTURB_=171 MESON_TEST_ITERATION=1 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 G_DEBUG=fatal-warnings 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
abs_top_builddir=/<<PKGBUILDDIR>>/debian/build 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src:/<<PKGBUILDDIR>>/debian/build/tests
 LIBVIRT_AUTOSTART=0 abs_top_srcdir=/<<PKGBUILDDIR>> 
abs_srcdir=/<<PKGBUILDDIR>>/tests LC_ALL=C 
abs_builddir=/<<PKGBUILDDIR>>/debian/build/tests 
/<<PKGBUILDDIR>>/debian/build/tests/virjsontest
----------------------------------- stderr -----------------------------------
TEST: virjsontest
 1) Simple                                                            ... OK
 2) NotSoSimple                                                       ... OK
 3) Harder                                                            ... OK
 4) VeryHard                                                          ... OK
 5) success                                                           ... OK
 6) failure                                                           ... OK
 7) copy and free                                                     ... OK
 8) almost nothing                                                    ... 
Parsed []
OK
 9) nothing                                                           ... As 
expected, failed to parse 
libvirt:  error : internal error: failed to parse JSON: continue
OK
10) number without garbage                                            ... 
Parsed [ 234545 ]
OK
11) number with garbage                                               ... As 
expected, failed to parse [ 2345b45 ]
libvirt:  error : internal error: failed to parse JSON: number expected
OK
12) float without garbage                                             ... 
Parsed [ 1.024e19 ]
OK
13) float with garbage                                                ... As 
expected, failed to parse [ 0.0314159ee+100 ]
libvirt:  error : internal error: failed to parse JSON: number expected
OK
14) unsigned minus one                                                ... 
Parsed [ 18446744073709551615 ]
OK
15) another big number                                                ... 
Parsed [ 9223372036854775808 ]
OK
16) string                                                            ... 
Parsed [ "The meaning of life" ]
OK
17) unterminated string                                               ... As 
expected, failed to parse [ "The meaning of lif ]
libvirt:  error : internal error: failed to parse JSON: continue
OK
18) integer                                                           ... 
Parsed [1]
OK
19) boolean                                                           ... 
Parsed [true]
OK
20) null                                                              ... 
Parsed [null]
OK
21) []                                                                ... 
Parsed []
OK
22) escaping symbols                                                  ... 
Parsed ["\"\t\n\\"]
OK
23) escaped strings                                                   ... 
Parsed ["{\"blurb\":\"test\"}"]
OK
24) incomplete keyword                                                ... As 
expected, failed to parse tr
libvirt:  error : internal error: failed to parse JSON: continue
OK
25) overdone keyword                                                  ... As 
expected, failed to parse [ truest ]
libvirt:  error : internal error: failed to parse JSON: array value separator 
',' expected
OK
26) unknown keyword                                                   ... As 
expected, failed to parse huh
libvirt:  error : internal error: failed to parse JSON: unexpected character
OK
27) comments                                                          ... As 
expected, failed to parse [ /* nope */
1 // not this either
]
libvirt:  error : internal error: failed to parse JSON: unexpected character
OK
28) trailing garbage                                                  ... As 
expected, failed to parse [] []
libvirt:  error : internal error: failed to parse JSON: unexpected character
OK
29) list without array                                                ... As 
expected, failed to parse 1, 1
libvirt:  error : internal error: failed to parse JSON: unexpected character
OK
30) parser abuse                                                      ... As 
expected, failed to parse 1] [2
libvirt:  error : internal error: failed to parse JSON: unexpected character
OK
31) invalid UTF-8                                                     ... As 
expected, failed to parse "€"
libvirt:  error : internal error: failed to parse JSON: invalid utf-8 string
OK
32) object with numeric keys                                          ... As 
expected, failed to parse { 1:1, 2:1, 3:2 }
libvirt:  error : internal error: failed to parse JSON: quoted object property 
name expected
OK
33) unterminated object                                               ... As 
expected, failed to parse { "1":1, "2":1, "3":2
libvirt:  error : internal error: failed to parse JSON: continue
OK
34) unterminated array of objects                                     ... As 
expected, failed to parse [ {"name": "John"}, {"name": "Paul"}, 
libvirt:  error : internal error: failed to parse JSON: continue
OK
35) array of an object with an array as a key                         ... As 
expected, failed to parse [ {["key1", "key2"]: "value"} ]
libvirt:  error : internal error: failed to parse JSON: quoted object property 
name expected
OK
36) object with unterminated key                                      ... As 
expected, failed to parse { "key:7 }
libvirt:  error : internal error: failed to parse JSON: continue
OK
37) lookup on array                                                   ... OK
38) lookup on string                                                  ... OK
39) lookup with missing key                                           ... OK
40) lookup with wrong type                                            ... OK
41) lookup with correct type                                          ... OK
42) create object with nested json in attribute                       ... OK
43) stealing of attributes while creating objects                     ... 
libvirt:  error : internal error: argument key 'f' must not have null value
OK
44) unflattened                                                       ... OK
45) basic-file                                                        ... OK
46) basic-generic                                                     ... OK
47) deep-file                                                         ... OK
48) deep-generic                                                      ... OK
49) nested                                                            ... OK
50) double-key                                                        ... 
libvirt:  error : invalid argument: mixing nested objects and values is 
forbidden in JSON deflattening
OK
51) concat                                                            ... OK
52) concat-double-key                                                 ... 
libvirt:  error : invalid argument: can't deflatten colliding key 'into'
OK
53) qemu-sheepdog                                                     ... OK
54) dotted-array                                                      ... OK
==============================================================================

================================== 152/160 ===================================
test:         bin - libvirt:virmacmaptest
start time:   12:04:08
duration:     0.01s
result:       exit status 0
command:      VIR_TEST_EXPENSIVE=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=168 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 G_DEBUG=fatal-warnings 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
abs_top_builddir=/<<PKGBUILDDIR>>/debian/build 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src:/<<PKGBUILDDIR>>/debian/build/tests
 LIBVIRT_AUTOSTART=0 abs_top_srcdir=/<<PKGBUILDDIR>> 
abs_srcdir=/<<PKGBUILDDIR>>/tests LC_ALL=C 
abs_builddir=/<<PKGBUILDDIR>>/debian/build/tests 
/<<PKGBUILDDIR>>/debian/build/tests/virmacmaptest
----------------------------------- stderr -----------------------------------
TEST: virmacmaptest
 1) Lookup "none" in "empty"                                          ... OK
 2) Remove "none" in "empty"                                          ... OK
 3) Lookup "f24" in "simple"                                          ... OK
 4) Remove "f24" in "simple"                                          ... OK
 5) Lookup "f24" in "simple2"                                         ... OK
 6) Remove "f24" in "simple2"                                         ... OK
 7) Lookup "f25" in "simple2"                                         ... OK
 8) Remove "f25" in "simple2"                                         ... OK
 9) Flush "empty"                                                     ... OK
10) Flush "simple"                                                    ... OK
11) Flush "simple2"                                                   ... OK
12) Flush "complex"                                                   ... OK
==============================================================================

================================== 154/160 ===================================
test:         bin - libvirt:virsh self-test
start time:   12:04:08
duration:     0.02s
result:       exit status 0
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MALLOC_PERTURB_=21 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src MESON_TEST_ITERATION=1 
/<<PKGBUILDDIR>>/debian/build/tools/virsh -q -c test:///default self-test
==============================================================================

================================== 155/160 ===================================
test:         bin - libvirt:virt-admin self-test
start time:   12:04:08
duration:     0.01s
result:       exit status 0
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src MALLOC_PERTURB_=114 
MESON_TEST_ITERATION=1 /<<PKGBUILDDIR>>/debian/build/tools/virt-admin -q 
self-test
==============================================================================

================================== 156/160 ===================================
test:         bin - libvirt:libvirtd fail with missing config
start time:   12:04:08
duration:     0.01s
result:       exit status 1
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src MESON_TEST_ITERATION=1 
MALLOC_PERTURB_=158 /<<PKGBUILDDIR>>/debian/build/src/libvirtd 
--config=no-such-conf --timeout=5
----------------------------------- stderr -----------------------------------
2030-08-09 12:04:08.821+0000: 15497: info : libvirt version: 12.0.0, package: 
12.0.0-1 (Debian)
2030-08-09 12:04:08.821+0000: 15497: info : hostname: c7a-large-1770296292
2030-08-09 12:04:08.821+0000: 15497: error : main:898 : Can't load config file: 
Failed to open file 'no-such-conf': No such file or directory: no-such-conf
==============================================================================

================================== 157/160 ===================================
test:         script - libvirt:virsh-auth
start time:   12:04:08
duration:     0.04s
result:       exit status 0
command:      VIR_TEST_EXPENSIVE=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MESON_TEST_ITERATION=1 MALLOC_PERTURB_=200 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 G_DEBUG=fatal-warnings 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/debian/build/src 
abs_top_builddir=/<<PKGBUILDDIR>>/debian/build LIBVIRT_AUTOSTART=0 
abs_top_srcdir=/<<PKGBUILDDIR>> abs_srcdir=/<<PKGBUILDDIR>>/tests LC_ALL=C 
abs_builddir=/<<PKGBUILDDIR>>/debian/build/tests 
/<<PKGBUILDDIR>>/tests/virsh-auth
==============================================================================

================================== 153/160 ===================================
test:         script - libvirt:qemu replies check
start time:   12:04:08
duration:     0.58s
result:       exit status 0
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MESON_TEST_ITERATION=1 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 LC_ALL='' 
MALLOC_PERTURB_=182 LANG=C LC_CTYPE=en_US.UTF-8 /usr/bin/python3 
/<<PKGBUILDDIR>>/scripts/qemu-replies-tool.py --repliesdir 
/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata
----------------------------------- stdout -----------------------------------
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.0.0_sparc.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.0.0_ppc64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.2.0_aarch64+hvf.replies' 
... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.2.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.1.0_riscv64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.1.0_ppc64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.1.0_x86_64+inteltdx.replies'
 ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.0.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.1.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.2.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.2.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.2.0_x86_64+hvf.replies' ... 
OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.2.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.0.0_aarch64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_6.2.0_ppc64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.2.0_aarch64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.1.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.1.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.2.0_ppc.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.2.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.2.0_armv7l.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.0.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.0.0_x86_64+amdsev.replies' 
... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.1.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.1.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.2.0_loongarch64.replies' 
... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.2.0_x86_64+amdsev.replies' 
... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.2.0_x86_64+mshv.replies' 
... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.0.0_ppc64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.0.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_9.1.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.0.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_6.2.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_8.0.0_x86_64.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_10.1.0_s390x.replies' ... OK
'/<<PKGBUILDDIR>>/tests/qemucapabilitiesdata/caps_7.2.0_x86_64.replies' ... OK
==============================================================================

================================== 159/160 ===================================
test:         script - libvirt:check-html
start time:   12:04:09
duration:     0.03s
result:       exit status 0
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
MALLOC_PERTURB_=83 MESON_TEST_ITERATION=1 /usr/bin/xmllint --nonet --noout 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-common.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-domain.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-domain-checkpoint.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-domain-snapshot.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-event.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-host.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-interface.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-network.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-nodedev.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-li
 bvirt-nwfilter.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-secret.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-storage.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-stream.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-virterror.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-admin.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-lxc.html 
/<<PKGBUILDDIR>>/debian/build/docs/html/libvirt-libvirt-qemu.html
==============================================================================

================================== 160/160 ===================================
test:         script - libvirt:check-html-references
start time:   12:04:09
duration:     0.34s
result:       exit status 0
command:      
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MESON_TEST_ITERATION=1 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 LC_ALL='' LANG=C 
LC_CTYPE=en_US.UTF-8 MALLOC_PERTURB_=98 /usr/bin/python3 
/<<PKGBUILDDIR>>/scripts/check-html-references.py --require-https --project-uri 
https://libvirt.org --project-uri-exceptions docs/manpages/ 
--project-uri-exceptions docs/html/ --webroot /<<PKGBUILDDIR>>/debian/build/docs
==============================================================================

================================== 158/160 ===================================
test:         script - libvirt:virt-aa-helper-test
start time:   12:04:08
duration:     1.87s
result:       exit status 0
command:      VIR_TEST_EXPENSIVE=1 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 MALLOC_PERTURB_=33 MESON_TEST_ITERATION=1 
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
 G_DEBUG=fatal-warnings 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
abs_top_builddir=/<<PKGBUILDDIR>>/debian/build LIBVIRT_AUTOSTART=0 
abs_top_srcdir=/<<PKGBUILDDIR>> abs_srcdir=/<<PKGBUILDDIR>>/tests LC_ALL=C 
abs_builddir=/<<PKGBUILDDIR>>/debian/build/tests 
/<<PKGBUILDDIR>>/tests/virt-aa-helper-test
----------------------------------- stdout -----------------------------------
Skipping /boot/initrd* tests. Could not find /boot/initrd*
==============================================================================


Summary of Failures:

110/160 bin - libvirt:nsstest                           FAIL             0.02s  
 exit status 1

Ok:                157 
Expected Fail:     1   
Fail:              1   
Skipped:           1   
make[1]: *** [debian/rules:235: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:222: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to