Hi all,
# So far so good, no errors ; however
make check VIR_TEST_EXPENSIVE=1
This email content might be duplicated with other thread posted in other
places that I do not know yet where to find or search (please let me know
if it is true). I am working on a small bug of virsh domxml-to-native.
Before I made any changes to the code in order to fix the bug, I 'make
test'-ed and 'valgrind test'-ed the code, encountered four failures in
'make test' and 19 failures in 'make -C tests valgrind'. What I did today
was the following:
git checkout master
git pull
./autogen.sh --prefix=$(pwd)/build
make
make install# So far so good, no errors ; however
make check VIR_TEST_EXPENSIVE=1
# generated the following test-suite.log
=========================================
libvirt 3.2.0: tests/test-suite.log
=========================================
# TOTAL: 115
# PASS: 111
# SKIP: 0
# XFAIL: 0
# FAIL: 4
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: virfirewalltest
=====================
TEST: virfirewalltest
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 40 FAIL
FAIL virfirewalltest (exit status: 1)
FAIL: networkxml2firewalltest
=============================
TEST: networkxml2firewalltest
0 FAIL
FAIL networkxml2firewalltest (exit status: 1)
FAIL: nwfilterebiptablestest
============================
TEST: nwfilterebiptablestest
0 FAIL
FAIL nwfilterebiptablestest (exit status: 1)
FAIL: nwfilterxml2firewalltest
==============================
TEST: nwfilterxml2firewalltest
0 FAIL
FAIL nwfilterxml2firewalltest (exit status: 1)
make syntax-check VIR_TEST_EXTENSIVE=1
# I did not paste the result here and I do not understand what it means.
# available upon request
Finally,
make -C tests valgrind
# generated file was attached.
It seems most of the valgrind failures were false positives, I can only tell
by comparing the log file with the examples in the HACKING page. But I
do not have the knowledge to determine.
Could anyone tell me if I am missing something? Having those test failures
is a problem or not? Which ones can be safely ignored? Is there any easier
way to avoid the false positives? I am concerned because I also need to
run the test when I make changes to the code. On the other hand, I would
also like to learn the right way to do the testing or whatever it takes to make
things right.
I am running linux using vmware Workstation Pro 12 on Windows 10.
Linux version 4.4.55-1-MANJARO (builduser@manjaro) (gcc version 6.3.1 20170306 (GCC) ) #1 SMP PREEMPT
Dan
========================================= libvirt 3.2.0: tests/test-suite.log ========================================= # TOTAL: 115 # PASS: 93 # SKIP: 3 # XFAIL: 0 # FAIL: 19 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: commandtest ================= TEST: commandtest ==6856== 32 bytes in 1 blocks are definitely lost in loss record 636 of 743 ==6856== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6856== by 0x4EA5963: virAlloc (viralloc.c:144) ==6856== by 0x4F18DC0: virThreadCreateFull (virthread.c:228) ==6856== by 0x40468C: mymain (commandtest.c:1242) ==6856== by 0x407F4A: virTestMain (testutils.c:1019) ==6856== by 0x7FD3510: (below main) (in /usr/lib/libc-2.25.so) ==6856== .==6857== 8 bytes in 1 blocks are definitely lost in loss record 21 of 744 ==6857== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6857== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6857== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6857== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6857== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6857== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6857== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6857== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6857== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6857== ==6858== 8 bytes in 1 blocks are definitely lost in loss record 21 of 744 ==6858== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6858== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6858== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6858== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6858== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6858== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6858== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6858== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6858== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6858== ...==6862== 8 bytes in 1 blocks are definitely lost in loss record 20 of 743 ==6862== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6862== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6862== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6862== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6862== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6862== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6862== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6862== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6862== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6862== .............!==6877== 8 bytes in 1 blocks are definitely lost in loss record 22 of 745 ==6877== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6877== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6877== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6877== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6877== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6877== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6877== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6877== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6877== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6877== !Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running ...!Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 ==6885== 8 bytes in 1 blocks are definitely lost in loss record 20 of 737 ==6885== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6885== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6885== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6885== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6885== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6885== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6885== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6885== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6885== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6885== Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 ==6884== 8 bytes in 1 blocks are definitely lost in loss record 9 of 702 ==6884== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6884== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6884== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6884== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6884== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6884== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6884== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6884== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6884== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6884== Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 ==6887== 8 bytes in 1 blocks are definitely lost in loss record 20 of 737 ==6887== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6887== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6887== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6887== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6887== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6887== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6887== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6887== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6887== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6887== Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 ==6886== 8 bytes in 1 blocks are definitely lost in loss record 20 of 737 ==6886== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6886== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6886== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6886== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6886== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6886== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6886== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6886== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6886== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6886== .==6888== 8 bytes in 1 blocks are definitely lost in loss record 20 of 744 ==6888== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6888== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6888== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6888== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6888== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6888== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6888== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6888== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6888== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6888== .Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 . 26 FAIL ==6892== 8 bytes in 1 blocks are definitely lost in loss record 21 of 743 ==6892== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6892== by 0x4EA59CC: virAllocN (viralloc.c:191) ==6892== by 0x4EC5A68: virEventPollMakePollFDs (vireventpoll.c:392) ==6892== by 0x4EC5A68: virEventPollRunOnce (vireventpoll.c:631) ==6892== by 0x4EC49C0: virEventRunDefaultImpl (virevent.c:314) ==6892== by 0x404452: virCommandThreadWorker (commandtest.c:1142) ==6892== by 0x4F18A51: virThreadHelper (virthread.c:206) ==6892== by 0x7D9C2E6: start_thread (in /usr/lib/libpthread-2.25.so) ==6892== by 0x809F54E: clone (in /usr/lib/libc-2.25.so) ==6892== ==6892== 312 (272 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 685 of 743 ==6892== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==6892== by 0x4EA5963: virAlloc (viralloc.c:144) ==6892== by 0x4EB5362: virCommandNewArgs (vircommand.c:898) ==6892== by 0x4EB5438: virCommandNew (vircommand.c:882) ==6892== by 0x404086: test25 (commandtest.c:1093) ==6892== by 0x407668: virTestRun (testutils.c:180) ==6892== by 0x4048EE: mymain (commandtest.c:1285) ==6892== by 0x407F4A: virTestMain (testutils.c:1019) ==6892== by 0x7FD3510: (below main) (in /usr/lib/libc-2.25.so) ==6892== Cannot run child internal error: Child process (true) unexpected exit status 1: ==6876== FATAL: can't open suppressions file "./.valgrind.supp" daemon should still be running Unexpected status 1 FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-commandtest (exit status: 1) FAIL: virpcitest ================ valgrind: symbol lookup error: /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/virpcimock.so: undefined symbol: virFree FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-virpcitest (exit status: 127) FAIL: virfirewalltest ===================== TEST: virfirewalltest !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 40 FAIL FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-virfirewalltest (exit status: 1) FAIL: virhostdevtest ==================== valgrind: symbol lookup error: /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/virpcimock.so: undefined symbol: virFree FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-virhostdevtest (exit status: 127) FAIL: networkxml2firewalltest ============================= TEST: networkxml2firewalltest 0 FAIL FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-networkxml2firewalltest (exit status: 1) FAIL: nwfilterebiptablestest ============================ TEST: nwfilterebiptablestest 0 FAIL FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-nwfilterebiptablestest (exit status: 1) FAIL: nwfilterxml2firewalltest ============================== TEST: nwfilterxml2firewalltest 0 FAIL FAIL /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-nwfilterxml2firewalltest (exit status: 1) SKIP: virstoragetest ==================== TEST: virstoragetest qemu-img is too old; skipping this test SKIP /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/.libs/lt-virstoragetest (exit status: 77) FAIL: libvirtd-pool =================== ==13457== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13457== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13457== by 0x408F2C: ??? (in /usr/bin/sed) ==13457== by 0x4094E3: ??? (in /usr/bin/sed) ==13457== by 0x404901: ??? (in /usr/bin/sed) ==13457== by 0x40536A: ??? (in /usr/bin/sed) ==13457== by 0x402DB1: ??? (in /usr/bin/sed) ==13457== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13457== ==13457== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13457== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13457== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13457== by 0x412235: ??? (in /usr/bin/sed) ==13457== by 0x409AB2: ??? (in /usr/bin/sed) ==13457== by 0x409B7D: ??? (in /usr/bin/sed) ==13457== by 0x40E441: ??? (in /usr/bin/sed) ==13457== by 0x4085A9: ??? (in /usr/bin/sed) ==13457== by 0x406CEC: ??? (in /usr/bin/sed) ==13457== by 0x407CAC: ??? (in /usr/bin/sed) ==13457== by 0x402D65: ??? (in /usr/bin/sed) ==13457== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13457== ==13457== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13457== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13457== by 0x4121C8: ??? (in /usr/bin/sed) ==13457== by 0x40CCD4: ??? (in /usr/bin/sed) ==13457== by 0x40E282: ??? (in /usr/bin/sed) ==13457== by 0x4085A9: ??? (in /usr/bin/sed) ==13457== by 0x406CEC: ??? (in /usr/bin/sed) ==13457== by 0x407CAC: ??? (in /usr/bin/sed) ==13457== by 0x402D65: ??? (in /usr/bin/sed) ==13457== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13457== ==13465== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13465== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13465== by 0x406028: ??? (in /usr/bin/tr) ==13465== by 0x4018DF: ??? (in /usr/bin/tr) ==13465== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13465== ==13465== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13465== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13465== by 0x406028: ??? (in /usr/bin/tr) ==13465== by 0x401F04: ??? (in /usr/bin/tr) ==13465== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13465== ==13488== FATAL: can't open suppressions file "./.valgrind.supp" ==13489== FATAL: can't open suppressions file "./.valgrind.supp" FAIL libvirtd-pool (exit status: 1) FAIL: virsh-cpuset ================== ==13538== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13538== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13538== by 0x408F2C: ??? (in /usr/bin/sed) ==13538== by 0x4094E3: ??? (in /usr/bin/sed) ==13538== by 0x404901: ??? (in /usr/bin/sed) ==13538== by 0x40536A: ??? (in /usr/bin/sed) ==13538== by 0x402DB1: ??? (in /usr/bin/sed) ==13538== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13538== ==13538== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13538== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13538== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13538== by 0x412235: ??? (in /usr/bin/sed) ==13538== by 0x409AB2: ??? (in /usr/bin/sed) ==13538== by 0x409B7D: ??? (in /usr/bin/sed) ==13538== by 0x40E441: ??? (in /usr/bin/sed) ==13538== by 0x4085A9: ??? (in /usr/bin/sed) ==13538== by 0x406CEC: ??? (in /usr/bin/sed) ==13538== by 0x407CAC: ??? (in /usr/bin/sed) ==13538== by 0x402D65: ??? (in /usr/bin/sed) ==13538== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13538== ==13538== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13538== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13538== by 0x4121C8: ??? (in /usr/bin/sed) ==13538== by 0x40CCD4: ??? (in /usr/bin/sed) ==13538== by 0x40E282: ??? (in /usr/bin/sed) ==13538== by 0x4085A9: ??? (in /usr/bin/sed) ==13538== by 0x406CEC: ??? (in /usr/bin/sed) ==13538== by 0x407CAC: ??? (in /usr/bin/sed) ==13538== by 0x402D65: ??? (in /usr/bin/sed) ==13538== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13538== ==13546== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13546== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13546== by 0x406028: ??? (in /usr/bin/tr) ==13546== by 0x4018DF: ??? (in /usr/bin/tr) ==13546== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13546== ==13546== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13546== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13546== by 0x406028: ??? (in /usr/bin/tr) ==13546== by 0x401F04: ??? (in /usr/bin/tr) ==13546== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13546== ==13568== FATAL: can't open suppressions file "./.valgrind.supp" ==13569== FATAL: can't open suppressions file "./.valgrind.supp" ==13585== FATAL: can't open suppressions file "./.valgrind.supp" ==13586== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-cpuset (exit status: 1) FAIL: virsh-define-dev-segfault =============================== ==13636== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13636== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13636== by 0x408F2C: ??? (in /usr/bin/sed) ==13636== by 0x4094E3: ??? (in /usr/bin/sed) ==13636== by 0x404901: ??? (in /usr/bin/sed) ==13636== by 0x40536A: ??? (in /usr/bin/sed) ==13636== by 0x402DB1: ??? (in /usr/bin/sed) ==13636== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13636== ==13636== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13636== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13636== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13636== by 0x412235: ??? (in /usr/bin/sed) ==13636== by 0x409AB2: ??? (in /usr/bin/sed) ==13636== by 0x409B7D: ??? (in /usr/bin/sed) ==13636== by 0x40E441: ??? (in /usr/bin/sed) ==13636== by 0x4085A9: ??? (in /usr/bin/sed) ==13636== by 0x406CEC: ??? (in /usr/bin/sed) ==13636== by 0x407CAC: ??? (in /usr/bin/sed) ==13636== by 0x402D65: ??? (in /usr/bin/sed) ==13636== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13636== ==13636== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13636== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13636== by 0x4121C8: ??? (in /usr/bin/sed) ==13636== by 0x40CCD4: ??? (in /usr/bin/sed) ==13636== by 0x40E282: ??? (in /usr/bin/sed) ==13636== by 0x4085A9: ??? (in /usr/bin/sed) ==13636== by 0x406CEC: ??? (in /usr/bin/sed) ==13636== by 0x407CAC: ??? (in /usr/bin/sed) ==13636== by 0x402D65: ??? (in /usr/bin/sed) ==13636== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13636== ==13644== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13644== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13644== by 0x406028: ??? (in /usr/bin/tr) ==13644== by 0x4018DF: ??? (in /usr/bin/tr) ==13644== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13644== ==13644== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13644== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13644== by 0x406028: ??? (in /usr/bin/tr) ==13644== by 0x401F04: ??? (in /usr/bin/tr) ==13644== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13644== ==13651== FATAL: can't open suppressions file "./.valgrind.supp" ==13668== FATAL: can't open suppressions file "./.valgrind.supp" ==13667== FATAL: can't open suppressions file "./.valgrind.supp" ==13669== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-define-dev-segfault (exit status: 1) FAIL: virsh-int-overflow ======================== ==13719== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13719== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13719== by 0x408F2C: ??? (in /usr/bin/sed) ==13719== by 0x4094E3: ??? (in /usr/bin/sed) ==13719== by 0x404901: ??? (in /usr/bin/sed) ==13719== by 0x40536A: ??? (in /usr/bin/sed) ==13719== by 0x402DB1: ??? (in /usr/bin/sed) ==13719== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13719== ==13719== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13719== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13719== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13719== by 0x412235: ??? (in /usr/bin/sed) ==13719== by 0x409AB2: ??? (in /usr/bin/sed) ==13719== by 0x409B7D: ??? (in /usr/bin/sed) ==13719== by 0x40E441: ??? (in /usr/bin/sed) ==13719== by 0x4085A9: ??? (in /usr/bin/sed) ==13719== by 0x406CEC: ??? (in /usr/bin/sed) ==13719== by 0x407CAC: ??? (in /usr/bin/sed) ==13719== by 0x402D65: ??? (in /usr/bin/sed) ==13719== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13719== ==13719== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13719== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13719== by 0x4121C8: ??? (in /usr/bin/sed) ==13719== by 0x40CCD4: ??? (in /usr/bin/sed) ==13719== by 0x40E282: ??? (in /usr/bin/sed) ==13719== by 0x4085A9: ??? (in /usr/bin/sed) ==13719== by 0x406CEC: ??? (in /usr/bin/sed) ==13719== by 0x407CAC: ??? (in /usr/bin/sed) ==13719== by 0x402D65: ??? (in /usr/bin/sed) ==13719== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13719== ==13727== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13727== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13727== by 0x406028: ??? (in /usr/bin/tr) ==13727== by 0x4018DF: ??? (in /usr/bin/tr) ==13727== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13727== ==13727== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13727== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13727== by 0x406028: ??? (in /usr/bin/tr) ==13727== by 0x401F04: ??? (in /usr/bin/tr) ==13727== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13727== ==13749== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-int-overflow (exit status: 1) SKIP: virsh-optparse ==================== ==13798== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13798== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13798== by 0x408F2C: ??? (in /usr/bin/sed) ==13798== by 0x4094E3: ??? (in /usr/bin/sed) ==13798== by 0x404901: ??? (in /usr/bin/sed) ==13798== by 0x40536A: ??? (in /usr/bin/sed) ==13798== by 0x402DB1: ??? (in /usr/bin/sed) ==13798== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13798== ==13798== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13798== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13798== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13798== by 0x412235: ??? (in /usr/bin/sed) ==13798== by 0x409AB2: ??? (in /usr/bin/sed) ==13798== by 0x409B7D: ??? (in /usr/bin/sed) ==13798== by 0x40E441: ??? (in /usr/bin/sed) ==13798== by 0x4085A9: ??? (in /usr/bin/sed) ==13798== by 0x406CEC: ??? (in /usr/bin/sed) ==13798== by 0x407CAC: ??? (in /usr/bin/sed) ==13798== by 0x402D65: ??? (in /usr/bin/sed) ==13798== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13798== ==13798== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13798== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13798== by 0x4121C8: ??? (in /usr/bin/sed) ==13798== by 0x40CCD4: ??? (in /usr/bin/sed) ==13798== by 0x40E282: ??? (in /usr/bin/sed) ==13798== by 0x4085A9: ??? (in /usr/bin/sed) ==13798== by 0x406CEC: ??? (in /usr/bin/sed) ==13798== by 0x407CAC: ??? (in /usr/bin/sed) ==13798== by 0x402D65: ??? (in /usr/bin/sed) ==13798== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13798== ==13806== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13806== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13806== by 0x406028: ??? (in /usr/bin/tr) ==13806== by 0x4018DF: ??? (in /usr/bin/tr) ==13806== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13806== ==13806== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13806== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13806== by 0x406028: ??? (in /usr/bin/tr) ==13806== by 0x401F04: ??? (in /usr/bin/tr) ==13806== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13806== ./virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) FAIL: virsh-read-bufsiz ======================= ==13862== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13862== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13862== by 0x408F2C: ??? (in /usr/bin/sed) ==13862== by 0x4094E3: ??? (in /usr/bin/sed) ==13862== by 0x404901: ??? (in /usr/bin/sed) ==13862== by 0x40536A: ??? (in /usr/bin/sed) ==13862== by 0x402DB1: ??? (in /usr/bin/sed) ==13862== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13862== ==13862== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13862== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13862== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13862== by 0x412235: ??? (in /usr/bin/sed) ==13862== by 0x409AB2: ??? (in /usr/bin/sed) ==13862== by 0x409B7D: ??? (in /usr/bin/sed) ==13862== by 0x40E441: ??? (in /usr/bin/sed) ==13862== by 0x4085A9: ??? (in /usr/bin/sed) ==13862== by 0x406CEC: ??? (in /usr/bin/sed) ==13862== by 0x407CAC: ??? (in /usr/bin/sed) ==13862== by 0x402D65: ??? (in /usr/bin/sed) ==13862== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13862== ==13862== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13862== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13862== by 0x4121C8: ??? (in /usr/bin/sed) ==13862== by 0x40CCD4: ??? (in /usr/bin/sed) ==13862== by 0x40E282: ??? (in /usr/bin/sed) ==13862== by 0x4085A9: ??? (in /usr/bin/sed) ==13862== by 0x406CEC: ??? (in /usr/bin/sed) ==13862== by 0x407CAC: ??? (in /usr/bin/sed) ==13862== by 0x402D65: ??? (in /usr/bin/sed) ==13862== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13862== ==13870== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13870== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13870== by 0x406028: ??? (in /usr/bin/tr) ==13870== by 0x4018DF: ??? (in /usr/bin/tr) ==13870== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13870== ==13870== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13870== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13870== by 0x406028: ??? (in /usr/bin/tr) ==13870== by 0x401F04: ??? (in /usr/bin/tr) ==13870== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13870== ==13892== FATAL: can't open suppressions file "./.valgrind.supp" ==13894== FATAL: can't open suppressions file "./.valgrind.supp" ==13895== FATAL: can't open suppressions file "./.valgrind.supp" error: Failed to define domain from in-before error: (domain_definition):1: Document is empty (null) ^ ==13911== FATAL: can't open suppressions file "./.valgrind.supp" ==13913== FATAL: can't open suppressions file "./.valgrind.supp" error: Failed to define domain from in-after error: (domain_definition):1: Document is empty (null) ^ ==13929== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-read-bufsiz (exit status: 1) SKIP: virsh-read-non-seekable ============================= ==13980== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==13980== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13980== by 0x408F2C: ??? (in /usr/bin/sed) ==13980== by 0x4094E3: ??? (in /usr/bin/sed) ==13980== by 0x404901: ??? (in /usr/bin/sed) ==13980== by 0x40536A: ??? (in /usr/bin/sed) ==13980== by 0x402DB1: ??? (in /usr/bin/sed) ==13980== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13980== ==13980== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==13980== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13980== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13980== by 0x412235: ??? (in /usr/bin/sed) ==13980== by 0x409AB2: ??? (in /usr/bin/sed) ==13980== by 0x409B7D: ??? (in /usr/bin/sed) ==13980== by 0x40E441: ??? (in /usr/bin/sed) ==13980== by 0x4085A9: ??? (in /usr/bin/sed) ==13980== by 0x406CEC: ??? (in /usr/bin/sed) ==13980== by 0x407CAC: ??? (in /usr/bin/sed) ==13980== by 0x402D65: ??? (in /usr/bin/sed) ==13980== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13980== ==13980== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==13980== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13980== by 0x4121C8: ??? (in /usr/bin/sed) ==13980== by 0x40CCD4: ??? (in /usr/bin/sed) ==13980== by 0x40E282: ??? (in /usr/bin/sed) ==13980== by 0x4085A9: ??? (in /usr/bin/sed) ==13980== by 0x406CEC: ??? (in /usr/bin/sed) ==13980== by 0x407CAC: ??? (in /usr/bin/sed) ==13980== by 0x402D65: ??? (in /usr/bin/sed) ==13980== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==13980== ==13988== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==13988== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13988== by 0x406028: ??? (in /usr/bin/tr) ==13988== by 0x4018DF: ??? (in /usr/bin/tr) ==13988== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13988== ==13988== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==13988== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13988== by 0x406028: ??? (in /usr/bin/tr) ==13988== by 0x401F04: ??? (in /usr/bin/tr) ==13988== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==13988== ==13995== FATAL: can't open suppressions file "./.valgrind.supp" error: Failed to define domain from dom error: (domain_definition):1: Document is empty (null) ^ ==14011== FATAL: can't open suppressions file "./.valgrind.supp" ./virsh-read-non-seekable: skipping test: NOTICE: unable to create test prerequisites SKIP virsh-read-non-seekable (exit status: 77) FAIL: virsh-schedinfo ===================== ==14061== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14061== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14061== by 0x408F2C: ??? (in /usr/bin/sed) ==14061== by 0x4094E3: ??? (in /usr/bin/sed) ==14061== by 0x404901: ??? (in /usr/bin/sed) ==14061== by 0x40536A: ??? (in /usr/bin/sed) ==14061== by 0x402DB1: ??? (in /usr/bin/sed) ==14061== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14061== ==14061== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14061== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14061== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14061== by 0x412235: ??? (in /usr/bin/sed) ==14061== by 0x409AB2: ??? (in /usr/bin/sed) ==14061== by 0x409B7D: ??? (in /usr/bin/sed) ==14061== by 0x40E441: ??? (in /usr/bin/sed) ==14061== by 0x4085A9: ??? (in /usr/bin/sed) ==14061== by 0x406CEC: ??? (in /usr/bin/sed) ==14061== by 0x407CAC: ??? (in /usr/bin/sed) ==14061== by 0x402D65: ??? (in /usr/bin/sed) ==14061== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14061== ==14061== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14061== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14061== by 0x4121C8: ??? (in /usr/bin/sed) ==14061== by 0x40CCD4: ??? (in /usr/bin/sed) ==14061== by 0x40E282: ??? (in /usr/bin/sed) ==14061== by 0x4085A9: ??? (in /usr/bin/sed) ==14061== by 0x406CEC: ??? (in /usr/bin/sed) ==14061== by 0x407CAC: ??? (in /usr/bin/sed) ==14061== by 0x402D65: ??? (in /usr/bin/sed) ==14061== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14061== ==14069== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14069== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14069== by 0x406028: ??? (in /usr/bin/tr) ==14069== by 0x4018DF: ??? (in /usr/bin/tr) ==14069== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14069== ==14069== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14069== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14069== by 0x406028: ??? (in /usr/bin/tr) ==14069== by 0x401F04: ??? (in /usr/bin/tr) ==14069== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14069== ==14091== FATAL: can't open suppressions file "./.valgrind.supp" ==14092== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-schedinfo (exit status: 1) FAIL: virsh-self-test ===================== ==14142== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14142== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14142== by 0x408F2C: ??? (in /usr/bin/sed) ==14142== by 0x4094E3: ??? (in /usr/bin/sed) ==14142== by 0x404901: ??? (in /usr/bin/sed) ==14142== by 0x40536A: ??? (in /usr/bin/sed) ==14142== by 0x402DB1: ??? (in /usr/bin/sed) ==14142== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14142== ==14142== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14142== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14142== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14142== by 0x412235: ??? (in /usr/bin/sed) ==14142== by 0x409AB2: ??? (in /usr/bin/sed) ==14142== by 0x409B7D: ??? (in /usr/bin/sed) ==14142== by 0x40E441: ??? (in /usr/bin/sed) ==14142== by 0x4085A9: ??? (in /usr/bin/sed) ==14142== by 0x406CEC: ??? (in /usr/bin/sed) ==14142== by 0x407CAC: ??? (in /usr/bin/sed) ==14142== by 0x402D65: ??? (in /usr/bin/sed) ==14142== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14142== ==14142== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14142== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14142== by 0x4121C8: ??? (in /usr/bin/sed) ==14142== by 0x40CCD4: ??? (in /usr/bin/sed) ==14142== by 0x40E282: ??? (in /usr/bin/sed) ==14142== by 0x4085A9: ??? (in /usr/bin/sed) ==14142== by 0x406CEC: ??? (in /usr/bin/sed) ==14142== by 0x407CAC: ??? (in /usr/bin/sed) ==14142== by 0x402D65: ??? (in /usr/bin/sed) ==14142== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14142== ==14150== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14150== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14150== by 0x406028: ??? (in /usr/bin/tr) ==14150== by 0x4018DF: ??? (in /usr/bin/tr) ==14150== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14150== ==14150== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14150== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14150== by 0x406028: ??? (in /usr/bin/tr) ==14150== by 0x401F04: ??? (in /usr/bin/tr) ==14150== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14150== ==14157== FATAL: can't open suppressions file "./.valgrind.supp" Unknown binary: FAIL virsh-self-test (exit status: 1) FAIL: virt-admin-self-test ========================== ==14206== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14206== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14206== by 0x408F2C: ??? (in /usr/bin/sed) ==14206== by 0x4094E3: ??? (in /usr/bin/sed) ==14206== by 0x404901: ??? (in /usr/bin/sed) ==14206== by 0x40536A: ??? (in /usr/bin/sed) ==14206== by 0x402DB1: ??? (in /usr/bin/sed) ==14206== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14206== ==14206== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14206== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14206== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14206== by 0x412235: ??? (in /usr/bin/sed) ==14206== by 0x409AB2: ??? (in /usr/bin/sed) ==14206== by 0x409B7D: ??? (in /usr/bin/sed) ==14206== by 0x40E441: ??? (in /usr/bin/sed) ==14206== by 0x4085A9: ??? (in /usr/bin/sed) ==14206== by 0x406CEC: ??? (in /usr/bin/sed) ==14206== by 0x407CAC: ??? (in /usr/bin/sed) ==14206== by 0x402D65: ??? (in /usr/bin/sed) ==14206== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14206== ==14206== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14206== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14206== by 0x4121C8: ??? (in /usr/bin/sed) ==14206== by 0x40CCD4: ??? (in /usr/bin/sed) ==14206== by 0x40E282: ??? (in /usr/bin/sed) ==14206== by 0x4085A9: ??? (in /usr/bin/sed) ==14206== by 0x406CEC: ??? (in /usr/bin/sed) ==14206== by 0x407CAC: ??? (in /usr/bin/sed) ==14206== by 0x402D65: ??? (in /usr/bin/sed) ==14206== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14206== ==14215== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14215== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14215== by 0x406028: ??? (in /usr/bin/tr) ==14215== by 0x4018DF: ??? (in /usr/bin/tr) ==14215== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14215== ==14215== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14215== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14215== by 0x406028: ??? (in /usr/bin/tr) ==14215== by 0x401F04: ??? (in /usr/bin/tr) ==14215== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14215== ==14222== FATAL: can't open suppressions file "./.valgrind.supp" Unknown binary: FAIL virt-admin-self-test (exit status: 1) FAIL: virsh-start ================= ==14271== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14271== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14271== by 0x408F2C: ??? (in /usr/bin/sed) ==14271== by 0x4094E3: ??? (in /usr/bin/sed) ==14271== by 0x404901: ??? (in /usr/bin/sed) ==14271== by 0x40536A: ??? (in /usr/bin/sed) ==14271== by 0x402DB1: ??? (in /usr/bin/sed) ==14271== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14271== ==14271== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14271== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14271== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14271== by 0x412235: ??? (in /usr/bin/sed) ==14271== by 0x409AB2: ??? (in /usr/bin/sed) ==14271== by 0x409B7D: ??? (in /usr/bin/sed) ==14271== by 0x40E441: ??? (in /usr/bin/sed) ==14271== by 0x4085A9: ??? (in /usr/bin/sed) ==14271== by 0x406CEC: ??? (in /usr/bin/sed) ==14271== by 0x407CAC: ??? (in /usr/bin/sed) ==14271== by 0x402D65: ??? (in /usr/bin/sed) ==14271== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14271== ==14271== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14271== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14271== by 0x4121C8: ??? (in /usr/bin/sed) ==14271== by 0x40CCD4: ??? (in /usr/bin/sed) ==14271== by 0x40E282: ??? (in /usr/bin/sed) ==14271== by 0x4085A9: ??? (in /usr/bin/sed) ==14271== by 0x406CEC: ??? (in /usr/bin/sed) ==14271== by 0x407CAC: ??? (in /usr/bin/sed) ==14271== by 0x402D65: ??? (in /usr/bin/sed) ==14271== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14271== ==14279== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14279== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14279== by 0x406028: ??? (in /usr/bin/tr) ==14279== by 0x4018DF: ??? (in /usr/bin/tr) ==14279== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14279== ==14279== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14279== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14279== by 0x406028: ??? (in /usr/bin/tr) ==14279== by 0x401F04: ??? (in /usr/bin/tr) ==14279== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14279== ==14301== FATAL: can't open suppressions file "./.valgrind.supp" ==14302== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-start (exit status: 1) FAIL: virsh-undefine ==================== ==14355== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14355== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14355== by 0x408F2C: ??? (in /usr/bin/sed) ==14355== by 0x4094E3: ??? (in /usr/bin/sed) ==14355== by 0x404901: ??? (in /usr/bin/sed) ==14355== by 0x40536A: ??? (in /usr/bin/sed) ==14355== by 0x402DB1: ??? (in /usr/bin/sed) ==14355== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14355== ==14355== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14355== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14355== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14355== by 0x412235: ??? (in /usr/bin/sed) ==14355== by 0x409AB2: ??? (in /usr/bin/sed) ==14355== by 0x409B7D: ??? (in /usr/bin/sed) ==14355== by 0x40E441: ??? (in /usr/bin/sed) ==14355== by 0x4085A9: ??? (in /usr/bin/sed) ==14355== by 0x406CEC: ??? (in /usr/bin/sed) ==14355== by 0x407CAC: ??? (in /usr/bin/sed) ==14355== by 0x402D65: ??? (in /usr/bin/sed) ==14355== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14355== ==14355== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14355== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14355== by 0x4121C8: ??? (in /usr/bin/sed) ==14355== by 0x40CCD4: ??? (in /usr/bin/sed) ==14355== by 0x40E282: ??? (in /usr/bin/sed) ==14355== by 0x4085A9: ??? (in /usr/bin/sed) ==14355== by 0x406CEC: ??? (in /usr/bin/sed) ==14355== by 0x407CAC: ??? (in /usr/bin/sed) ==14355== by 0x402D65: ??? (in /usr/bin/sed) ==14355== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14355== ==14363== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14363== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14363== by 0x406028: ??? (in /usr/bin/tr) ==14363== by 0x4018DF: ??? (in /usr/bin/tr) ==14363== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14363== ==14363== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14363== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14363== by 0x406028: ??? (in /usr/bin/tr) ==14363== by 0x401F04: ??? (in /usr/bin/tr) ==14363== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14363== ==14385== FATAL: can't open suppressions file "./.valgrind.supp" ==14386== FATAL: can't open suppressions file "./.valgrind.supp" ==14387== FATAL: can't open suppressions file "./.valgrind.supp" ==14403== FATAL: can't open suppressions file "./.valgrind.supp" ==14404== FATAL: can't open suppressions file "./.valgrind.supp" ==14405== FATAL: can't open suppressions file "./.valgrind.supp" ==14421== FATAL: can't open suppressions file "./.valgrind.supp" ==14422== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-undefine (exit status: 1) FAIL: virsh-uriprecedence ========================= ==14472== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14472== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14472== by 0x408F2C: ??? (in /usr/bin/sed) ==14472== by 0x4094E3: ??? (in /usr/bin/sed) ==14472== by 0x404901: ??? (in /usr/bin/sed) ==14472== by 0x40536A: ??? (in /usr/bin/sed) ==14472== by 0x402DB1: ??? (in /usr/bin/sed) ==14472== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14472== ==14472== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14472== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14472== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14472== by 0x412235: ??? (in /usr/bin/sed) ==14472== by 0x409AB2: ??? (in /usr/bin/sed) ==14472== by 0x409B7D: ??? (in /usr/bin/sed) ==14472== by 0x40E441: ??? (in /usr/bin/sed) ==14472== by 0x4085A9: ??? (in /usr/bin/sed) ==14472== by 0x406CEC: ??? (in /usr/bin/sed) ==14472== by 0x407CAC: ??? (in /usr/bin/sed) ==14472== by 0x402D65: ??? (in /usr/bin/sed) ==14472== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14472== ==14472== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14472== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14472== by 0x4121C8: ??? (in /usr/bin/sed) ==14472== by 0x40CCD4: ??? (in /usr/bin/sed) ==14472== by 0x40E282: ??? (in /usr/bin/sed) ==14472== by 0x4085A9: ??? (in /usr/bin/sed) ==14472== by 0x406CEC: ??? (in /usr/bin/sed) ==14472== by 0x407CAC: ??? (in /usr/bin/sed) ==14472== by 0x402D65: ??? (in /usr/bin/sed) ==14472== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14472== ==14482== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14482== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14482== by 0x406028: ??? (in /usr/bin/tr) ==14482== by 0x4018DF: ??? (in /usr/bin/tr) ==14482== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14482== ==14482== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14482== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14482== by 0x406028: ??? (in /usr/bin/tr) ==14482== by 0x401F04: ??? (in /usr/bin/tr) ==14482== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14482== TEST: virsh-uriprecedence ==14489== FATAL: can't open suppressions file "./.valgrind.supp" ==14490== FATAL: can't open suppressions file "./.valgrind.supp" ==14491== FATAL: can't open suppressions file "./.valgrind.supp" ./virsh-uriprecedence: line 86: /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/lv-virsh-uriprecedence.Iua8Y5Cggm/tmp_home/.config/libvirt/libvirt.conf: No such file or directory ==14492== FATAL: can't open suppressions file "./.valgrind.supp" ./virsh-uriprecedence: cannot run `id -u' error: failed to connect to the hypervisor error: Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory error: failed to connect to the hypervisor error: Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory ==14509== FATAL: can't open suppressions file "./.valgrind.supp" ==14510== FATAL: can't open suppressions file "./.valgrind.supp" !error: failed to connect to the hypervisor error: Failed to connect socket to '/run/user/1000/libvirt/libvirt-sock': No such file or directory ==14527== FATAL: can't open suppressions file "./.valgrind.supp" ==14528== FATAL: can't open suppressions file "./.valgrind.supp" !./virsh-uriprecedence: line 94: /media/drv40g/prj/p170304_libvirt/libvirt-dev/libvirt/tests/lv-virsh-uriprecedence.Iua8Y5Cggm/tmp_home/.config/libvirt/libvirt.conf: No such file or directory ==14545== FATAL: can't open suppressions file "./.valgrind.supp" ==14546== FATAL: can't open suppressions file "./.valgrind.supp" !==14563== FATAL: can't open suppressions file "./.valgrind.supp" ==14564== FATAL: can't open suppressions file "./.valgrind.supp" !==14581== FATAL: can't open suppressions file "./.valgrind.supp" ==14582== FATAL: can't open suppressions file "./.valgrind.supp" !==14599== FATAL: can't open suppressions file "./.valgrind.supp" ==14600== FATAL: can't open suppressions file "./.valgrind.supp" !==14617== FATAL: can't open suppressions file "./.valgrind.supp" ==14618== FATAL: can't open suppressions file "./.valgrind.supp" !==14635== FATAL: can't open suppressions file "./.valgrind.supp" ==14636== FATAL: can't open suppressions file "./.valgrind.supp" !==14637== FATAL: can't open suppressions file "./.valgrind.supp" 8 FAILED ==14639== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-uriprecedence (exit status: 1) FAIL: virsh-vcpupin =================== ==14688== 1 bytes in 1 blocks are definitely lost in loss record 3 of 45 ==14688== at 0x4C2CF35: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14688== by 0x408F2C: ??? (in /usr/bin/sed) ==14688== by 0x4094E3: ??? (in /usr/bin/sed) ==14688== by 0x404901: ??? (in /usr/bin/sed) ==14688== by 0x40536A: ??? (in /usr/bin/sed) ==14688== by 0x402DB1: ??? (in /usr/bin/sed) ==14688== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14688== ==14688== 128 bytes in 1 blocks are possibly lost in loss record 35 of 45 ==14688== at 0x4C2AE4F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14688== by 0x4C2D1CF: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14688== by 0x412235: ??? (in /usr/bin/sed) ==14688== by 0x409AB2: ??? (in /usr/bin/sed) ==14688== by 0x409B7D: ??? (in /usr/bin/sed) ==14688== by 0x40E441: ??? (in /usr/bin/sed) ==14688== by 0x4085A9: ??? (in /usr/bin/sed) ==14688== by 0x406CEC: ??? (in /usr/bin/sed) ==14688== by 0x407CAC: ??? (in /usr/bin/sed) ==14688== by 0x402D65: ??? (in /usr/bin/sed) ==14688== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14688== ==14688== 2,048 bytes in 1 blocks are possibly lost in loss record 42 of 45 ==14688== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14688== by 0x4121C8: ??? (in /usr/bin/sed) ==14688== by 0x40CCD4: ??? (in /usr/bin/sed) ==14688== by 0x40E282: ??? (in /usr/bin/sed) ==14688== by 0x4085A9: ??? (in /usr/bin/sed) ==14688== by 0x406CEC: ??? (in /usr/bin/sed) ==14688== by 0x407CAC: ??? (in /usr/bin/sed) ==14688== by 0x402D65: ??? (in /usr/bin/sed) ==14688== by 0x5060510: (below main) (in /usr/lib/libc-2.25.so) ==14688== ==14696== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3 of 4 ==14696== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14696== by 0x406028: ??? (in /usr/bin/tr) ==14696== by 0x4018DF: ??? (in /usr/bin/tr) ==14696== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14696== ==14696== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 4 of 4 ==14696== at 0x4C2AF1F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==14696== by 0x406028: ??? (in /usr/bin/tr) ==14696== by 0x401F04: ??? (in /usr/bin/tr) ==14696== by 0x4E57510: (below main) (in /usr/lib/libc-2.25.so) ==14696== ==14718== FATAL: can't open suppressions file "./.valgrind.supp" ==14719== FATAL: can't open suppressions file "./.valgrind.supp" ==14735== FATAL: can't open suppressions file "./.valgrind.supp" ==14736== FATAL: can't open suppressions file "./.valgrind.supp" ==14752== FATAL: can't open suppressions file "./.valgrind.supp" ==14753== FATAL: can't open suppressions file "./.valgrind.supp" ==14770== FATAL: can't open suppressions file "./.valgrind.supp" ==14771== FATAL: can't open suppressions file "./.valgrind.supp" ==14787== FATAL: can't open suppressions file "./.valgrind.supp" ==14788== FATAL: can't open suppressions file "./.valgrind.supp" ==14804== FATAL: can't open suppressions file "./.valgrind.supp" ==14805== FATAL: can't open suppressions file "./.valgrind.supp" ==14821== FATAL: can't open suppressions file "./.valgrind.supp" ==14822== FATAL: can't open suppressions file "./.valgrind.supp" ==14838== FATAL: can't open suppressions file "./.valgrind.supp" ==14839== FATAL: can't open suppressions file "./.valgrind.supp" FAIL virsh-vcpupin (exit status: 1)
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list