| From: Andrew Cagney <[email protected]>

| On Tue, 18 Dec 2018 at 21:04, D. Hugh Redelmeier <[email protected]> wrote:
| >
| > I ran the following as user "build":
| >
| >                 make kvm-purge &&
| >                 make kvm-install &&
| >                 make kvm-check KVM_TESTS=" testing/pluto/certoe-01-whack"
| >
| > It failed:
| >         qemu-img convert \
| >                 -p -O qcow2 \
| >                 /home/build/pool/swanfedora28base.qcow2 \
| >                 /home/build/pool/a.clone.qcow2.tmp
| >         qemu-img: Could not open '/home/build/pool/swanfedora28base.qcow2': 
Could not open '/home/build/pool/swanfedora28base.qcow2': Permission denied
| 
| Slightly above this there should have been output from:
| 
|     : if this test fails, user probably forgot this step:
|     : https://libreswan.org/wiki/Test_Suite#Setting_Users_and_Groups
|     test -r $(KVM_POOLDIR)/$(KVM_BASE_DOMAIN).qcow2
| 
| ?

Here's that part of the log (last line of this is the first line of
the extract above):

        : if this test fails, user probably forgot this step:
        : https://libreswan.org/wiki/Test_Suite#Setting_Users_and_Groups
        test -r /home/build/pool/swanfedora28base.qcow2
        : create a full copy
        rm -f /home/build/pool/a.clone.qcow2
        qemu-img convert \

I cannot see the context of the test.  I also cannot see its result
(exit status).  Earlier test commands are followed by || ... but this 
one isn't.  Perhaps the test failed but nothing noticed.

| >         [build@redtiny libreswan]$ ls -l 
/home/build/pool/swanfedora28base.qcow2
| >         -rw-r-----. 1 root root 8591507456 Dec 18 20:17 
/home/build/pool/swanfedora28base.qcow2

================

| >         make kvm-check KVM_TESTS=" testing/pluto/certoe-01-whack"
| >
| > (The actual test fails.  That's a different issue.)

Hmmm.  It is pretty odd.

This test fails because west's pluto is killed by the OOM killer!
Quite early.  Reproduceable (but I haven't tried kvm-purge or kvm-clean).
_______________________________________________
Swan-dev mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-dev

Reply via email to