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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163 | -- Logs begin at Fri 2016-08-19 10:39:15 EDT, end at Fri 2016-08-19 10:57:26 EDT. --
Aug 19 10:39:16 smith systemd[1]: Started Snappy daemon.
Aug 19 10:39:16 smith snapd[3092]: panic: snapst.Current and snapst.Sequence out of sync: snap.Revision{N:0} []*snap.SideInfo{(*snap.SideInfo)(0xc8200e3a40)}
Aug 19 10:39:16 smith snapd[3092]: goroutine 1 [running]:
Aug 19 10:39:16 smith snapd[3092]: panic(0x8c6e80, 0xc82017e350)
Aug 19 10:39:16 smith snapd[3092]: /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).HasCurrent(0xc82017a640, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:136 +0x1ea
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentSideInfo(0xc82017a640, 0xc82013b920)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:160 +0x25
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentInfo(0xc82017a640, 0xc82016fd10, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:238 +0x31
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/snapstate.ActiveInfos(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapstate.go:598 +0x23b
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).addSnaps(0xc820174f60, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:66 +0x50
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).initialize(0xc820174f60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:42 +0xda
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord/ifacestate.Manager(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/ifacemgr.go:51 +0x3e9
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/overlord.New(0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/overlord.go:102 +0x418
Aug 19 10:39:16 smith snapd[3092]: github.com/snapcore/snapd/daemon.New(0xa6ee30, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/daemon/daemon.go:234 +0x28
Aug 19 10:39:16 smith snapd[3092]: main.run(0x0, 0x0)
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:52 +0x60
Aug 19 10:39:16 smith snapd[3092]: main.main()
Aug 19 10:39:16 smith snapd[3092]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:43 +0x29
Aug 19 10:39:16 smith systemd[1]: snapd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 10:39:16 smith systemd[1]: snapd.service: Unit entered failed state.
Aug 19 10:39:16 smith systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 19 10:39:16 smith systemd[1]: snapd.service: Service hold-off time over, scheduling restart.
Aug 19 10:39:16 smith systemd[1]: Stopped Snappy daemon.
Aug 19 10:39:16 smith systemd[1]: Started Snappy daemon.
Aug 19 10:39:16 smith snapd[3317]: panic: snapst.Current and snapst.Sequence out of sync: snap.Revision{N:0} []*snap.SideInfo{(*snap.SideInfo)(0xc82017e5a0)}
Aug 19 10:39:16 smith snapd[3317]: goroutine 1 [running]:
Aug 19 10:39:16 smith snapd[3317]: panic(0x8c6e80, 0xc82017c340)
Aug 19 10:39:16 smith snapd[3317]: /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).HasCurrent(0xc8201767d0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:136 +0x1ea
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentSideInfo(0xc8201767d0, 0xc820137920)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:160 +0x25
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentInfo(0xc8201767d0, 0xc82016bd10, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:238 +0x31
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/snapstate.ActiveInfos(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapstate.go:598 +0x23b
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).addSnaps(0xc820172f40, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:66 +0x50
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).initialize(0xc820172f40, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:42 +0xda
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord/ifacestate.Manager(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/ifacemgr.go:51 +0x3e9
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/overlord.New(0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/overlord.go:102 +0x418
Aug 19 10:39:16 smith snapd[3317]: github.com/snapcore/snapd/daemon.New(0xa6ee30, 0x0, 0x0)
Aug 19 10:39:16 smith systemd[1]: snapd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/daemon/daemon.go:234 +0x28
Aug 19 10:39:16 smith snapd[3317]: main.run(0x0, 0x0)
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:52 +0x60
Aug 19 10:39:16 smith snapd[3317]: main.main()
Aug 19 10:39:16 smith snapd[3317]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:43 +0x29
Aug 19 10:39:16 smith systemd[1]: snapd.service: Unit entered failed state.
Aug 19 10:39:16 smith systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 19 10:39:16 smith systemd[1]: snapd.service: Service hold-off time over, scheduling restart.
Aug 19 10:39:16 smith systemd[1]: Stopped Snappy daemon.
Aug 19 10:39:16 smith systemd[1]: Started Snappy daemon.
Aug 19 10:39:16 smith snapd[3400]: panic: snapst.Current and snapst.Sequence out of sync: snap.Revision{N:0} []*snap.SideInfo{(*snap.SideInfo)(0xc8200df5e0), (*snap.S
Aug 19 10:39:16 smith snapd[3400]: goroutine 1 [running]:
Aug 19 10:39:16 smith snapd[3400]: panic(0x8c6e80, 0xc82017a340)
Aug 19 10:39:16 smith snapd[3400]: /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).HasCurrent(0xc8201745a0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:136 +0x1ea
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentSideInfo(0xc8201745a0, 0xc820135920)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:160 +0x25
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentInfo(0xc8201745a0, 0xc82016bd10, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:238 +0x31
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/snapstate.ActiveInfos(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapstate.go:598 +0x23b
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).addSnaps(0xc820172f40, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:66 +0x50
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).initialize(0xc820172f40, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:42 +0xda
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord/ifacestate.Manager(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/ifacemgr.go:51 +0x3e9
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/overlord.New(0x0, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/overlord.go:102 +0x418
Aug 19 10:39:16 smith snapd[3400]: github.com/snapcore/snapd/daemon.New(0xa6ee30, 0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/daemon/daemon.go:234 +0x28
Aug 19 10:39:16 smith snapd[3400]: main.run(0x0, 0x0)
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:52 +0x60
Aug 19 10:39:16 smith snapd[3400]: main.main()
Aug 19 10:39:16 smith snapd[3400]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:43 +0x29
Aug 19 10:39:16 smith systemd[1]: snapd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 10:39:16 smith systemd[1]: snapd.service: Unit entered failed state.
Aug 19 10:39:16 smith systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Service hold-off time over, scheduling restart.
Aug 19 10:39:17 smith systemd[1]: Stopped Snappy daemon.
Aug 19 10:39:17 smith systemd[1]: Started Snappy daemon.
Aug 19 10:39:17 smith snapd[3445]: panic: snapst.Current and snapst.Sequence out of sync: snap.Revision{N:0} []*snap.SideInfo{(*snap.SideInfo)(0xc82018c460)}
Aug 19 10:39:17 smith snapd[3445]: goroutine 1 [running]:
Aug 19 10:39:17 smith snapd[3445]: panic(0x8c6e80, 0xc820188340)
Aug 19 10:39:17 smith snapd[3445]: /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).HasCurrent(0xc8201827d0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:136 +0x1ea
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentSideInfo(0xc8201827d0, 0xc820141920)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:160 +0x25
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentInfo(0xc8201827d0, 0xc820177d10, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:238 +0x31
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/snapstate.ActiveInfos(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapstate.go:598 +0x23b
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).addSnaps(0xc82017ef40, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:66 +0x50
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).initialize(0xc82017ef40, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:42 +0xda
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord/ifacestate.Manager(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/ifacemgr.go:51 +0x3e9
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/overlord.New(0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/overlord.go:102 +0x418
Aug 19 10:39:17 smith snapd[3445]: github.com/snapcore/snapd/daemon.New(0xa6ee30, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/daemon/daemon.go:234 +0x28
Aug 19 10:39:17 smith snapd[3445]: main.run(0x0, 0x0)
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:52 +0x60
Aug 19 10:39:17 smith snapd[3445]: main.main()
Aug 19 10:39:17 smith snapd[3445]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:43 +0x29
Aug 19 10:39:17 smith systemd[1]: snapd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 10:39:17 smith systemd[1]: snapd.service: Unit entered failed state.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Service hold-off time over, scheduling restart.
Aug 19 10:39:17 smith systemd[1]: Stopped Snappy daemon.
Aug 19 10:39:17 smith systemd[1]: Started Snappy daemon.
Aug 19 10:39:17 smith snapd[3458]: panic: snapst.Current and snapst.Sequence out of sync: snap.Revision{N:0} []*snap.SideInfo{(*snap.SideInfo)(0xc8200ef4a0), (*snap.S
Aug 19 10:39:17 smith snapd[3458]: goroutine 1 [running]:
Aug 19 10:39:17 smith snapd[3458]: panic(0x8c6e80, 0xc820188340)
Aug 19 10:39:17 smith snapd[3458]: /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).HasCurrent(0xc8201825a0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:136 +0x1ea
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentSideInfo(0xc8201825a0, 0xc820141920)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:160 +0x25
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/snapstate.(*SnapState).CurrentInfo(0xc8201825a0, 0xc820177d10, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapmgr.go:238 +0x31
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/snapstate.ActiveInfos(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/snapstate/snapstate.go:598 +0x23b
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).addSnaps(0xc82017ef40, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:66 +0x50
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/ifacestate.(*InterfaceManager).initialize(0xc82017ef40, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/helpers.go:42 +0xda
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord/ifacestate.Manager(0xc82000ec60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/ifacestate/ifacemgr.go:51 +0x3e9
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/overlord.New(0x0, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/overlord/overlord.go:102 +0x418
Aug 19 10:39:17 smith snapd[3458]: github.com/snapcore/snapd/daemon.New(0xa6ee30, 0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/daemon/daemon.go:234 +0x28
Aug 19 10:39:17 smith snapd[3458]: main.run(0x0, 0x0)
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:52 +0x60
Aug 19 10:39:17 smith snapd[3458]: main.main()
Aug 19 10:39:17 smith snapd[3458]: /build/snapd-qpXCQY/snapd-2.12+0.16.04/_build/src/github.com/snapcore/snapd/cmd/snapd/main.go:43 +0x29
Aug 19 10:39:17 smith systemd[1]: snapd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 10:39:17 smith systemd[1]: snapd.service: Unit entered failed state.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Failed with result 'exit-code'.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Service hold-off time over, scheduling restart.
Aug 19 10:39:17 smith systemd[1]: Stopped Snappy daemon.
Aug 19 10:39:17 smith systemd[1]: snapd.service: Start request repeated too quickly.
Aug 19 10:39:17 smith systemd[1]: Failed to start Snappy daemon.
|