Control: tags -1 + patch
relevant portion of the log is:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Test nsm-check-local-subnet-ipv4 backtrace:
signal(ert-test-failed (((should (eq t (nsm-should-check "google.com
ert-fail(((should (eq t (nsm-should-check "google.com"))) :form (eq
#f(compiled-function () #<bytecode 0x1593e7ff>)()
ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
ert-run-test(#s(ert-test :name nsm-check-local-subnet-ipv4 :document
ert-run-or-rerun-test(#s(ert--stats :selector (not (or (tag :expensi
ert-run-tests((not (or (tag :expensive-test) (tag :unstable))) #f(co
ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable)))
ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
command-line-1(("-L" ":/<<PKGBUILDDIR>>/debian/build
command-line()
normal-top-level()
Test nsm-check-local-subnet-ipv4 condition:
(ert-test-failed
((should
(eq t
(nsm-should-check "google.com")))
:form
(eq t nil)
:value nil))
FAILED 1/2 nsm-check-local-subnet-ipv4 (0.017962 sec)
passed 2/2 nsm-check-local-subnet-ipv6 (0.000990 sec)
Ran 2 tests, 1 results as expected, 1 unexpected (2021-11-27
19:18:20+0000, 0.426591 sec)
1 unexpected results:
FAILED nsm-check-local-subnet-ipv4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
and this is likely to be fixed by
https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-01/msg00668.html
If that's correct, it feels like a coincidence that we've only seen
this fail on mipsel in Debian, which would also make sense given the
later Ubuntu-related comment.
Regards,
Adam