Ubuntu Pastebin

Paste from rvr at Thu, 24 Nov 2016 14:08:40 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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
-----
Download as text