Control: tags -1 + patch
On Sun, 2021-11-28 at 12:31 +0100, Sebastian Ramacher wrote:
> > In toplevel form:
> > ../../build-src/test/src/xml-tests.el:68:21:Warning: libxml-parse-
> > xml-region
> > called with 4 arguments, but accepts only 2-3
> > GEN src/xml-tests.log
> > make[5]: Leaving directory '/<<PKGBUILDDIR>>/debian/build-
> > lucid/test'
> > make[4]: [Makefile:319: check-doit] Error 2 (ignored)
> >
> > SUMMARY OF TEST RESULTS
> > -----------------------
> > Files examined: 267
> > Ran 3873 tests, 3786 results as expected, 1 unexpected, 86 skipped
> > 1 files contained unexpected results:
> > lisp/net/nsm-tests.log
>
> See
> https://buildd.debian.org/status/fetch.php?pkg=emacs&arch=mipsel&ver=1%3A27.1%2B1-3.1%2Bb1&stamp=1638041034&raw=0
As this came up in a different context earlier today, I believe the
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