2016/11/24 14:07:44 Error executing external:ubuntu-core-16-arm-32:tests/main/op-remove :
-----
+ echo 'Given two revisions of a snap have been installed'
Given two revisions of a snap have been installed
+ snapbuild /home/gopath/src/github.com/snapcore/snapd/tests/lib/snaps/basic .
built: basic_1.0_all.snap
+ snap install --dangerous basic_1.0_all.snap
basic 1.0 installed
+ snap install --dangerous basic_1.0_all.snap
basic 1.0 installed
+ echo 'Then the two revisions are available on disk'
Then the two revisions are available on disk
++ snap_revisions basic
++ local snap_name=basic
+++ find /snap/basic/ -maxdepth 1 -type d -name 'x*'
+++ wc -l
++ echo -n 2
+ '[' 2 = 2 ']'
+ echo 'When the snap is removed'
When the snap is removed
+ snap remove basic
basic removed
+ echo 'Then the two revisions are removed from disk'
Then the two revisions are removed from disk
++ snap_revisions basic
++ local snap_name=basic
+++ find /snap/basic/ -maxdepth 1 -type d -name 'x*'
+++ wc -l
find: ‘/snap/basic/’: No such file or directory
++ echo -n 0
+ '[' 0 = 0 ']'
+ echo 'When the snap is removed again, snap exits with status 0'
When the snap is removed again, snap exits with status 0
+ snap remove basic
-----
2016/11/24 14:07:44 Error debugging external:ubuntu-core-16-arm-32:tests/main/op-remove :
-----
+ journalctl -u snapd
-- No entries --
+ dmesg
+ grep DENIED
-----