# Pastebin vUlozfth ---------------------------------------------------------------------- FAIL: apparmor_lxd_test.go:31: sanitySuite.TestCheckApparmorUsable apparmor_lxd_test.go:39: c.Check(err, ErrorMatches, "apparmor detected but insufficient permissions to use it") ... value = nil ... regex string = "apparmor detected but insufficient permissions to use it" ... Error value is nil OOPS: 13 passed, 1 FAILED --- FAIL: Test (0.02s) FAIL FAIL github.com/snapcore/snapd/sanity 0.029s === RUN Test ---------------------------------------------------------------------- FAIL: selinux_linux_test.go:71: selinuxSuite.TestIsEnabledFailMountInfo selinux_linux_test.go:78: c.Assert(err, check.ErrorMatches, `failed to obtain SELinux mount path: .*`) ... value = nil ... regex string = "failed to obtain SELinux mount path: .*" ... Error value is nil ---------------------------------------------------------------------- FAIL: selinux_linux_test.go:139: selinuxSuite.TestIsEnforcingFailOther selinux_linux_test.go:151: c.Assert(err, check.ErrorMatches, "open .*: permission denied") ... error string = "unknown SELinux status: not-readable" ... regex string = "open .*: permission denied"