Ubuntu Pastebin

Paste from Pawel Stolowski at Mon, 29 May 2017 13:53:47 +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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
2017-05-29 14:59:32 Allocating qemu:ubuntu-16.04-64...
2017-05-29 14:59:32 Serial and monitor for qemu:ubuntu-16.04-64 available at ports 59433 and 59533.
2017-05-29 14:59:32 Waiting for qemu:ubuntu-16.04-64 to make SSH available...
2017-05-29 14:59:33 Allocated qemu:ubuntu-16.04-64.
2017-05-29 14:59:33 If killed, discard servers with: spread -reuse-pid=25900 -discard
2017-05-29 14:59:33 Connecting to qemu:ubuntu-16.04-64...
2017-05-29 14:59:52 Connected to qemu:ubuntu-16.04-64 at localhost:59333.
2017-05-29 14:59:52 Sending project content to qemu:ubuntu-16.04-64...
2017-05-29 15:03:35 Error preparing qemu:ubuntu-16.04-64:tests/main/ : 
-----
+ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/prepare.sh
++ set -eux
++ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/dirs.sh
+++ export SNAPMOUNTDIR=/snap
+++ SNAPMOUNTDIR=/snap
+++ export LIBEXECDIR=/usr/lib
+++ LIBEXECDIR=/usr/lib
++ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/apt.sh
+++ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/pkgdb.sh
++++ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/quiet.sh
++++ DISTRO_BUILD_DEPS=()
++++ export DISTRO_BUILD_DEPS
++++ case "$SPREAD_SYSTEM" in
++++ DISTRO_BUILD_DEPS=(build-essential curl devscripts expect gdebi-core jq rng-tools git netcat-openbsd)
++ . /home/gopath/src/github.com/snapcore/snapd/tests/lib/snaps.sh
+ [[ ubuntu-16.04-64 == ubuntu-core-16-* ]]
+ prepare_classic
+ install_build_snapd
+ '[' 0 = 1 ']'
+ distro_install_local_package /home/gopath/snapd_1337.2.26.3_amd64.deb
+ allow_downgrades=false
+ '[' -n /home/gopath/snapd_1337.2.26.3_amd64.deb ']'
+ case "$1" in
+ break
+ case "$SPREAD_SYSTEM" in
+ flags=-y
+ '[' false = true ']'
+ apt install -y /home/gopath/snapd_1337.2.26.3_amd64.deb

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information.
The following NEW packages will be installed:
  snapd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/10.2 MB of archives.
After this operation, 58.4 MB of additional disk space will be used.
Get:1 /home/gopath/snapd_1337.2.26.3_amd64.deb snapd amd64 1337.2.26.3 [10.2 MB]
Selecting previously unselected package snapd.
(Reading database ... 73629 files and directories currently installed.)
Preparing to unpack .../snapd_1337.2.26.3_amd64.deb ...
Unpacking snapd (1337.2.26.3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up snapd (1337.2.26.3) ...
+ MATCH unknown
+ snap --version
error: pattern not found, got:
snap    1337.2.26.3
snapd   1337.2.26.3
series  16
ubuntu  16.04
kernel  4.4.0-78-generic
+ MATCH unknown
+ /usr/lib/snapd/snap-confine --version
error: pattern not found, got:
snap-confine 1337.2.26.3
+ mkdir -p /etc/systemd/system/snapd.service.d
+ cat
+ mkdir -p /etc/systemd/system/snapd.socket.d
+ cat
+ '[' production = staging ']'
+ '[' '!' -f /home/gopath/src/github.com/snapcore/snapd/snapd-state.tar.gz ']'
+ grep core
+ snap list
No snaps are installed yet. Try "snap install hello-world".
+ snap install --edge core
core (edge) 16-2.26.3+git214.4a13e6d from 'canonical' installed
+ snap list
+ grep core
core  16-2.26.3+git214.4a13e6d  2046  canonical  -
+ '[' -e /snap/core/current/meta/hooks/configure ']'
++ date +%a --date=2days
+ snap set core refresh.schedule=Wed@12:00-14:00
error: cannot perform the following tasks:
- Run configure hook of "core" snap (run hook "configure": 2017/05/29 15:03:35.647040 cmd.go:100: DEBUG: core snap (at "/snap/core/current") is older ("2.26.3+git214.4a13e6d~ubuntu16.04.1") than distribution package ("1337.2.26.3"))
Download as text