[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-07-24 Thread Andrew McDermott
This is no longer happening on stock kernels. ** Changed in: lxc (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1446658 Title:

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-07-22 Thread Steve Beattie
Moving this back to lxc, as this doesn't appear to be an apparmor problem. ** Package changed: apparmor (Ubuntu) = lxc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu.

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-29 Thread Justin Zhao
I also find the same issue in another ARM board, I can confirm that it's just following sentence to cause the failed result: run_cmd lxc-create -t download -n c1 -- -d ubuntu -r trusty -a $ARCH It will try to check the following file and download a image from website indexed in this

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Looking at: http://images.linuxcontainers.org/images/ubuntu/trusty/ I don't see a directory for arm64 (or aarch64) so that explains why lxc- test-usernic fails -- there is no arm64 image to download. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
I also ran the tests using the debian/tests/exercise script: SUMMARY: pass=21, fail=4, ignored=0 root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# ./exercise PASS: lxc-tests: /usr/bin/lxc-test-apparmor PASS: lxc-tests: /usr/bin/lxc-test-attach FAIL: lxc-tests: /usr/bin/lxc-test-autostart

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Error output from the three tests that fail: root@linaro-test:/tmp/lxc# id uid=0(root) gid=0(root) groups=0(root) root@linaro-test:/tmp/lxc# lxc-test-unpriv Removing user `lxcunpriv' ... Warning: group `lxcunpriv' has no

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Regarding access to images.linuxcontainers.org - I believe I can see this from my test machine: root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# dig +short images.linuxcontainers.org rproxy.stgraber.org. 192.99.34.219 root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# dig +short -x

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
I believe there is also GPG connectivity: root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# gpg --search-keys andrew.iain.mcderm...@gmail.com gpg: searching for andrew.iain.mcderm...@gmail.com from hkp server keys.gnupg.net (1) Andrew McDermott andrew.iain.mcderm...@gmail.com

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Stéphane Graber
We run the tests using the debian/tests/exercise script in the source package. All 3 of your failing tests require connectivity to both the GPG network and https connectivity to images.linuxcontainers.org, could that be the problem? The actual error output from those tests would be useful to

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Stéphane Graber
What kernel are you running? The kernel version reported in this bug report doesn't appear to match that of an official Ubuntu kernel (currently 3.19.0-15.15). My best guess here is that your kernel's apparmor implementation is broken somehow since our own aarch64 tests pass fine. I'm moving

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Andrew McDermott
I just installed the following cloud image onto an Applied Micro X-Gene board: http://cloud-images.ubuntu.com/trusty/20150420.1/trusty-server- cloudimg-arm64-disk1.img Running the tests in the same way: # for i in /usr/bin/lxc-test-*; do $i || touch /tmp/$(basename $i).failed; done I see the

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Andrew McDermott
Yes, the kernel is 3.19.2. I realised I was running a later version than stock just after I submitted the report. I am deploying a fresh cloud image onto a new machine and will double-check that it still happens (but suspecting not). BTW: do you run the tests in a diferent way than my 'for' loop?