unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
@ 2021-03-20  4:52 Paul Eggert
  2021-03-20  7:21 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Eggert @ 2021-03-20  4:52 UTC (permalink / raw)
  To: 47275

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

I built Emacs 27.2 on Solaris 10 sparc with Oracle Studio 12.6 and ran 
into several test failures.

Configuration was via the following, since libjpeg etc. are not available:

./configure MAKE=/usr/sfw/bin/gmake --with-jpeg=ifavailable 
--with-png=ifavailable --with-gif=ifavailable --with-tiff=ifavailable 
--with-gnutls=ifavailable

"make check" did not terminate. Its output is attached as 
"make-check-log.txt". As can be seen, the following tests failed:

lisp/cedet/semantic-utest-ia
lisp/comint-tests
lisp/net/nsm-tests
lisp/progmodes/xref-tests
lisp/so-long-tests/so-long-tests
lisp/vc/diff-mode-tests
src/emacs-module-tests (segmentation violation)
src/process-tests (appears to be looping; 3 CPU hours so far)

I'm attaching logfiles.tgz, a tarball of the failing tests' log files.

[-- Attachment #2: make-check-log.txt --]
[-- Type: text/plain, Size: 86904 bytes --]

bash-3.2$ make check
make: Warning: Both `makefile' and `Makefile' exist
/usr/sfw/bin/gmake -f Makefile check
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2'
/usr/sfw/bin/gmake -C lib all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lib'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lib'
/usr/sfw/bin/gmake -C lib-src all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lib-src'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lib-src'
/usr/sfw/bin/gmake -C src VCSWITNESS='' all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/src'
/usr/sfw/bin/gmake -C ../lwlib/ liblw.a
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lwlib'
gmake[3]: `liblw.a' is up to date.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lwlib'
/usr/sfw/bin/gmake -C ../admin/charsets all
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/unidata charscript.el
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/unidata'
gmake[3]: Nothing to be done for `charscript.el'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/unidata'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/charsets cp51932.el
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
gmake[3]: Nothing to be done for `cp51932.el'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/charsets eucjp-ms.el
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
gmake[3]: Nothing to be done for `eucjp-ms.el'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/charsets'
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/src'
/usr/sfw/bin/gmake -C lisp all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
/usr/sfw/bin/gmake -C ../leim all EMACS="../src/emacs"
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/leim'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/leim'
/usr/sfw/bin/gmake -C ../admin/grammars all EMACS="../../src/emacs"
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/admin/grammars'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/admin/grammars'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[3]: Nothing to be done for `compile-targets'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/lisp'
/usr/sfw/bin/gmake info-real info-dir
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2'
/usr/sfw/bin/gmake -C doc/lispref info
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/doc/lispref'
gmake[3]: Nothing to be done for `info'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/doc/lispref'
/usr/sfw/bin/gmake -C doc/lispintro info
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/doc/lispintro'
gmake[3]: Nothing to be done for `info'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/doc/lispintro'
/usr/sfw/bin/gmake -C doc/emacs info
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/doc/emacs'
gmake[3]: Nothing to be done for `info'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/doc/emacs'
/usr/sfw/bin/gmake -C doc/misc info
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/doc/misc'
gmake[3]: Nothing to be done for `info'.
gmake[3]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2/doc/misc'
gmake[2]: Nothing to be done for `info-dir'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-27.2'
/usr/sfw/bin/gmake -C test check
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/test'
rm -f ./*.tmp
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/test'
gmake[4]: Entering directory `/var/run/rpc_door/eggert/emacs-27.2/test'
  ELC      lisp/net/tramp-tests.elc
  GEN      lisp/net/tramp-tests.log
  ELC      lib-src/emacsclient-tests.elc
  GEN      lib-src/emacsclient-tests.log
  ELC      lisp/abbrev-tests.elc
  GEN      lisp/abbrev-tests.log
  ELC      lisp/arc-mode-tests.elc
  GEN      lisp/arc-mode-tests.log
  ELC      lisp/auth-source-pass-tests.elc
  GEN      lisp/auth-source-pass-tests.log
  ELC      lisp/auth-source-tests.elc
  GEN      lisp/auth-source-tests.log
  ELC      lisp/autoinsert-tests.elc
  GEN      lisp/autoinsert-tests.log
  ELC      lisp/autorevert-tests.elc
  GEN      lisp/autorevert-tests.log
  ELC      lisp/battery-tests.elc
  GEN      lisp/battery-tests.log
  ELC      lisp/bookmark-tests.elc
  GEN      lisp/bookmark-tests.log
  ELC      lisp/buff-menu-tests.elc
  GEN      lisp/buff-menu-tests.log
  ELC      lisp/button-tests.elc
  GEN      lisp/button-tests.log
  ELC      lisp/calc/calc-tests.elc
  GEN      lisp/calc/calc-tests.log
  ELC      lisp/calendar/icalendar-tests.elc
  GEN      lisp/calendar/icalendar-tests.log
  ELC      lisp/calendar/iso8601-tests.elc
  GEN      lisp/calendar/iso8601-tests.log
  ELC      lisp/calendar/parse-time-tests.elc
  GEN      lisp/calendar/parse-time-tests.log
  ELC      lisp/calendar/time-date-tests.elc
  GEN      lisp/calendar/time-date-tests.log
  ELC      lisp/calendar/todo-mode-tests.elc
  GEN      lisp/calendar/todo-mode-tests.log
  ELC      lisp/cedet/semantic-utest-c.elc
  GEN      lisp/cedet/semantic-utest-c.log
  ELC      lisp/cedet/semantic-utest-fmt.elc
  GEN      lisp/cedet/semantic-utest-fmt.log
  ELC      lisp/cedet/semantic-utest-ia.elc
  GEN      lisp/cedet/semantic-utest-ia.log
Running 17 tests (2021-03-19 17:50:13-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
   passed   1/17  semantic-utest-ia-doublens\.cpp (8.698702 sec)
   passed   2/17  semantic-utest-ia-javacomp\.java (1.452050 sec)
   passed   3/17  semantic-utest-ia-localvars\.cpp (5.468748 sec)
   passed   4/17  semantic-utest-ia-make (1.119896 sec)
(error "Cannot find types for `another::Name1::Name2::Foo a'")
Test semantic-utest-ia-namespace\.cpp backtrace:
  signal(ert-test-failed (((should-not (semantic-ia-utest tst)) :form 
  ert-fail(((should-not (semantic-ia-utest tst)) :form (semantic-ia-ut
  #f(compiled-function () #<bytecode 0x2194e3>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name semantic-utest-ia-namespace\.cpp :doc
  ert-run-or-rerun-test(#s(ert--stats :selector (not ...) :tests [... 
  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" ":." "-l" "ert" "-l" "lisp/cedet/semantic-utest
  command-line()
  normal-top-level()
Test semantic-utest-ia-namespace\.cpp condition:
    (ert-test-failed
     ((should-not
       (semantic-ia-utest tst))
      :form
      (semantic-ia-utest "/var/run/rpc_door/eggert/emacs-27.2/test/manual/cedet/tests/testnsp.cpp")
      :value
      ("COMPLETION SUBTEST"
       ("Failed 3.  Desired: (\"Name1\" \"a\" \"stage3_Foo\") Actual (\"testdoublens.hpp\")")
       ("Failed 4.  Desired: (\"Mumble\" \"get\") Actual nil"))))
   FAILED   5/17  semantic-utest-ia-namespace\.cpp (2.279603 sec)
(error "Cannot find types for `another::Name1::Name2::Foo a'")
Test semantic-utest-ia-nsp\.cpp backtrace:
  signal(ert-test-failed (((should-not (semantic-ia-utest tst)) :form 
  ert-fail(((should-not (semantic-ia-utest tst)) :form (semantic-ia-ut
  #f(compiled-function () #<bytecode 0x2184bd>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name semantic-utest-ia-nsp\.cpp :documenta
  ert-run-or-rerun-test(#s(ert--stats :selector (not ...) :tests [... 
  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" ":." "-l" "ert" "-l" "lisp/cedet/semantic-utest
  command-line()
  normal-top-level()
Test semantic-utest-ia-nsp\.cpp condition:
    (ert-test-failed
     ((should-not
       (semantic-ia-utest tst))
      :form
      (semantic-ia-utest "/var/run/rpc_door/eggert/emacs-27.2/test/manual/cedet/tests/testnsp.cpp")
      :value
      ("COMPLETION SUBTEST"
       ("Failed 3.  Desired: (\"Name1\" \"a\" \"stage3_Foo\") Actual (\"testdoublens.hpp\")")
       ("Failed 4.  Desired: (\"Mumble\" \"get\") Actual nil"))))
   FAILED   6/17  semantic-utest-ia-nsp\.cpp (2.024554 sec)
Failed Tool: #<semantic-symref-tool-grep semantic-symref-tool-grep-274104>
Test semantic-utest-ia-sppcomplete\.c backtrace:
  signal(ert-test-failed (((should-not (semantic-ia-utest tst)) :form 
  ert-fail(((should-not (semantic-ia-utest tst)) :form (semantic-ia-ut
  #f(compiled-function () #<bytecode 0x21b351>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name semantic-utest-ia-sppcomplete\.c :doc
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/cedet/semantic-utest
  command-line()
  normal-top-level()
Test semantic-utest-ia-sppcomplete\.c condition:
    (ert-test-failed
     ((should-not
       (semantic-ia-utest tst))
      :form
      (semantic-ia-utest "/var/run/rpc_door/eggert/emacs-27.2/test/manual/cedet/tests/testsppcomplete.c")
      :value
      ("SYMREF SUBTEST" 1)))
   FAILED   7/17  semantic-utest-ia-sppcomplete\.c (5.424253 sec)
   passed   8/17  semantic-utest-ia-srecoder (7.216672 sec)
   passed   9/17  semantic-utest-ia-struct\.cpp (3.309010 sec)
Failed Tool: #<semantic-symref-tool-grep semantic-symref-tool-grep-21ac38>
Failed Tool: #<semantic-symref-tool-grep semantic-symref-tool-grep-2a6e84>
Test semantic-utest-ia-subclass\.cpp backtrace:
  signal(ert-test-failed (((should-not (semantic-ia-utest tst)) :form 
  ert-fail(((should-not (semantic-ia-utest tst)) :form (semantic-ia-ut
  #f(compiled-function () #<bytecode 0x210223>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name semantic-utest-ia-subclass\.cpp :docu
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/cedet/semantic-utest
  command-line()
  normal-top-level()
Test semantic-utest-ia-subclass\.cpp condition:
    (ert-test-failed
     ((should-not
       (semantic-ia-utest tst))
      :form
      (semantic-ia-utest "/var/run/rpc_door/eggert/emacs-27.2/test/manual/cedet/tests/testsubclass.cpp")
      :value
      ("SYMREF SUBTEST" 2 1)))
   FAILED  10/17  semantic-utest-ia-subclass\.cpp (10.189026 sec)
   passed  11/17  semantic-utest-ia-templates\.cpp (16.341058 sec)
Parsing test.texi... 
Parsing test.texi...done
Parsing test.texi... 
Parsing test.texi...done
Parsing test.texi... 
Parsing test.texi...done
   passed  12/17  semantic-utest-ia-texi (0.853542 sec)
   passed  13/17  semantic-utest-ia-typedefs\.cpp (4.219586 sec)
(error "Cannot find types for `NotFound notfound'")
   passed  14/17  semantic-utest-ia-using\.cpp (8.945363 sec)
   passed  15/17  semantic-utest-ia-varnames\.c (6.090318 sec)
   passed  16/17  semantic-utest-ia-varnames\.java (1.141997 sec)
   passed  17/17  semantic-utest-ia-wisent\.wy (1.259545 sec)

Ran 17 tests, 13 results as expected, 4 unexpected (2021-03-19 17:51:47-0700, 94.733595 sec)

4 unexpected results:
   FAILED  semantic-utest-ia-namespace\.cpp
   FAILED  semantic-utest-ia-nsp\.cpp
   FAILED  semantic-utest-ia-sppcomplete\.c
   FAILED  semantic-utest-ia-subclass\.cpp

gmake[4]: *** [lisp/cedet/semantic-utest-ia.log] Error 1
  ELC      lisp/cedet/semantic-utest.elc
  GEN      lisp/cedet/semantic-utest.log
  ELC      lisp/cedet/srecode-utest-getset.elc
  GEN      lisp/cedet/srecode-utest-getset.log
  ELC      lisp/cedet/srecode-utest-template.elc
  GEN      lisp/cedet/srecode-utest-template.log
  ELC      lisp/char-fold-tests.elc
  GEN      lisp/char-fold-tests.log
  ELC      lisp/color-tests.elc
  GEN      lisp/color-tests.log
  ELC      lisp/comint-tests.elc
  GEN      lisp/comint-tests.log
Running 4 tests (2021-03-19 17:53:07-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Test comint-test-no-password-function backtrace:
  signal(ert-test-failed (((should (string-equal (buffer-substring-no-
  ert-fail(((should (string-equal (buffer-substring-no-properties (poi
  (if (unwind-protect (setq value-7 (apply fn-5 args-6)) (setq form-de
  (let (form-description-9) (if (unwind-protect (setq value-7 (apply f
  (let ((value-7 'ert-form-evaluation-aborted-8)) (let (form-descripti
  (let* ((fn-5 #'string-equal) (args-6 (condition-case err (let ((sign
  (let ((proc (get-buffer-process (current-buffer)))) (set-process-que
  (progn (make-comint-in-buffer "test-comint-password" (current-buffer
  (unwind-protect (progn (make-comint-in-buffer "test-comint-password"
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn
  (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-b
  (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-cu
  (if cat (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) 
  (let ((cat (executable-find "cat"))) (if cat (progn (let ((temp-buff
  (progn (fset 'read-passwd vnew) (let ((cat (executable-find "cat")))
  (unwind-protect (progn (fset 'read-passwd vnew) (let ((cat (executab
  (let* ((vnew #'(lambda (_prompt &optional _confirm _default) "PaSsWo
  (lambda nil (let* ((vnew #'(lambda (_prompt &optional _confirm _defa
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name comint-test-no-password-function :doc
  ert-run-or-rerun-test(#s(ert--stats :selector (not (or ... ...)) :te
  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" ":." "-l" "ert" "-l" "lisp/comint-tests" "--eva
  command-line()
  normal-top-level()
Test comint-test-no-password-function condition:
    (ert-test-failed
     ((should
       (string-equal
	(buffer-substring-no-properties ... ...)
	"Password: PaSsWoRd123
"))
      :form
      (string-equal "" "Password: PaSsWoRd123
")
      :value nil))
   FAILED  1/4  comint-test-no-password-function (0.131238 sec)
Test comint-test-password-function-with-nil backtrace:
  signal(ert-test-failed (((should (string-equal (buffer-substring-no-
  ert-fail(((should (string-equal (buffer-substring-no-properties (poi
  (if (unwind-protect (setq value-17 (apply fn-15 args-16)) (setq form
  (let (form-description-19) (if (unwind-protect (setq value-17 (apply
  (let ((value-17 'ert-form-evaluation-aborted-18)) (let (form-descrip
  (let* ((fn-15 #'string-equal) (args-16 (condition-case err (let ((si
  (let ((proc (get-buffer-process (current-buffer)))) (set-process-que
  (progn (make-comint-in-buffer "test-comint-password" (current-buffer
  (unwind-protect (progn (make-comint-in-buffer "test-comint-password"
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn
  (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-b
  (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-cu
  (if cat (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) 
  (let ((cat (executable-find "cat")) (comint-password-function #'(lam
  (progn (fset 'read-passwd vnew) (let ((cat (executable-find "cat")) 
  (unwind-protect (progn (fset 'read-passwd vnew) (let ((cat (executab
  (let* ((vnew #'(lambda (_prompt &optional _confirm _default) "PaSsWo
  (lambda nil (let* ((vnew #'(lambda (_prompt &optional _confirm _defa
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name comint-test-password-function-with-ni
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/comint-tests" "--eva
  command-line()
  normal-top-level()
Test comint-test-password-function-with-nil condition:
    (ert-test-failed
     ((should
       (string-equal
	(buffer-substring-no-properties ... ...)
	"Password: PaSsWoRd456
"))
      :form
      (string-equal "" "Password: PaSsWoRd456
")
      :value nil))
   FAILED  2/4  comint-test-password-function-with-nil (0.125324 sec)
Test comint-test-password-function-with-value backtrace:
  signal(ert-test-failed (((should (string-equal (buffer-substring-no-
  ert-fail(((should (string-equal (buffer-substring-no-properties (poi
  (if (unwind-protect (setq value-12 (apply fn-10 args-11)) (setq form
  (let (form-description-14) (if (unwind-protect (setq value-12 (apply
  (let ((value-12 'ert-form-evaluation-aborted-13)) (let (form-descrip
  (let* ((fn-10 #'string-equal) (args-11 (condition-case err (let ((si
  (let ((proc (get-buffer-process (current-buffer)))) (set-process-que
  (progn (make-comint-in-buffer "test-comint-password" (current-buffer
  (unwind-protect (progn (make-comint-in-buffer "test-comint-password"
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn
  (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-current-b
  (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) (save-cu
  (if cat (progn (let ((temp-buffer (generate-new-buffer " *temp*"))) 
  (let ((cat (executable-find "cat")) (comint-password-function #'(lam
  (progn (fset 'read-passwd vnew) (let ((cat (executable-find "cat")) 
  (unwind-protect (progn (fset 'read-passwd vnew) (let ((cat (executab
  (let* ((vnew #'(lambda (_prompt &optional _confirm _default) "PaSsWo
  (lambda nil (let* ((vnew #'(lambda (_prompt &optional _confirm _defa
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name comint-test-password-function-with-va
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/comint-tests" "--eva
  command-line()
  normal-top-level()
Test comint-test-password-function-with-value condition:
    (ert-test-failed
     ((should
       (string-equal
	(buffer-substring-no-properties ... ...)
	"Password: MaGiC-PaSsWoRd789
"))
      :form
      (string-equal "" "Password: MaGiC-PaSsWoRd789
")
      :value nil))
   FAILED  3/4  comint-test-password-function-with-value (0.125441 sec)
   passed  4/4  comint-test-password-regexp (0.012659 sec)

Ran 4 tests, 1 results as expected, 3 unexpected (2021-03-19 17:53:17-0700, 10.010998 sec)

3 unexpected results:
   FAILED  comint-test-no-password-function
   FAILED  comint-test-password-function-with-nil
   FAILED  comint-test-password-function-with-value

gmake[4]: *** [lisp/comint-tests.log] Error 1
  ELC      lisp/custom-tests.elc
  GEN      lisp/custom-tests.log
  ELC      lisp/dabbrev-tests.elc
  GEN      lisp/dabbrev-tests.log
  ELC      lisp/delim-col-tests.elc
  GEN      lisp/delim-col-tests.log
  ELC      lisp/descr-text-tests.elc
  GEN      lisp/descr-text-tests.log
  ELC      lisp/dired-aux-tests.elc
  GEN      lisp/dired-aux-tests.log
  ELC      lisp/dired-tests.elc
  GEN      lisp/dired-tests.log
  ELC      lisp/dired-x-tests.elc
  GEN      lisp/dired-x-tests.log
  ELC      lisp/dom-tests.elc
  GEN      lisp/dom-tests.log
  ELC      lisp/electric-tests.elc
  GEN      lisp/electric-tests.log
  ELC      lisp/emacs-lisp/backquote-tests.elc
  GEN      lisp/emacs-lisp/backquote-tests.log
  ELC      lisp/emacs-lisp/backtrace-tests.elc
  GEN      lisp/emacs-lisp/backtrace-tests.log
  ELC      lisp/emacs-lisp/benchmark-tests.elc
  GEN      lisp/emacs-lisp/benchmark-tests.log
  ELC      lisp/emacs-lisp/bindat-tests.elc
  GEN      lisp/emacs-lisp/bindat-tests.log
  ELC      lisp/emacs-lisp/bytecomp-tests.elc
  GEN      lisp/emacs-lisp/bytecomp-tests.log
  ELC      lisp/emacs-lisp/cconv-tests.elc
  GEN      lisp/emacs-lisp/cconv-tests.log
  ELC      lisp/emacs-lisp/checkdoc-tests.elc
  GEN      lisp/emacs-lisp/checkdoc-tests.log
  ELC      lisp/emacs-lisp/cl-extra-tests.elc
  GEN      lisp/emacs-lisp/cl-extra-tests.log
  ELC      lisp/emacs-lisp/cl-generic-tests.elc
`cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead
`cl-next-method-p' is an obsolete macro (as of 25.1); make sure there's always a next method, or catch `cl-no-next-method' instead
  GEN      lisp/emacs-lisp/cl-generic-tests.log
  ELC      lisp/emacs-lisp/cl-lib-tests.elc

In toplevel form:
lisp/emacs-lisp/cl-lib-tests.el:545:1:Warning: Unused lexical variable
    `cl-struct-foo'
  GEN      lisp/emacs-lisp/cl-lib-tests.log
  ELC      lisp/emacs-lisp/cl-macs-tests.elc
  GEN      lisp/emacs-lisp/cl-macs-tests.log
  ELC      lisp/emacs-lisp/cl-preloaded-tests.elc
  GEN      lisp/emacs-lisp/cl-preloaded-tests.log
  ELC      lisp/emacs-lisp/cl-print-tests.elc
  GEN      lisp/emacs-lisp/cl-print-tests.log
  ELC      lisp/emacs-lisp/cl-seq-tests.elc
  GEN      lisp/emacs-lisp/cl-seq-tests.log
  ELC      lisp/emacs-lisp/derived-tests.elc

In toplevel form:
lisp/emacs-lisp/derived-tests.el:24:49:Warning: Unused lexical variable `x'
lisp/emacs-lisp/derived-tests.el:30:48:Warning: Unused lexical variable `x'
  GEN      lisp/emacs-lisp/derived-tests.log
  ELC      lisp/emacs-lisp/edebug-tests.elc
  GEN      lisp/emacs-lisp/edebug-tests.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.elc
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.

In toplevel form:
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:97:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:101:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:105:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:106:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:179:8:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:179:24:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:184:8:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:184:24:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:219:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:231:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:236:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:237:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:261:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:271:4:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:275:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:276:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:299:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:300:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:310:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:311:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:323:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:324:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:349:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:350:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:356:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:357:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:363:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:364:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:369:10:Warning:
    `next-method-p' is an obsolete function (as of 25.1); use
    `cl-next-method-p' instead.
lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:370:6:Warning:
    `call-next-method' is an obsolete function (as of 25.1); use
    `cl-call-next-method' instead.
  GEN      lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-test-persist.elc
  GEN      lisp/emacs-lisp/eieio-tests/eieio-test-persist.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-tests.elc
Class allocated slots do not need :initarg
Class allocated slots do not need :initarg
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.

In toplevel form:
lisp/emacs-lisp/eieio-tests/eieio-tests.el:169:18:Warning: `defgeneric' is an
    obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:246:4:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:291:4:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:300:4:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:355:6:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:353:36:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:376:12:Warning: Unknown slot
    `ooga-booga'
lisp/emacs-lisp/eieio-tests/eieio-tests.el:376:44:Warning: Unknown slot
    `ooga-booga'
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:404:8:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:418:12:Warning: Unknown slot
    `:derived-value'
lisp/emacs-lisp/eieio-tests/eieio-tests.el:424:20:Warning: Unknown slot
    `:derived-value'
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:455:6:Warning: `call-next-method'
    is an obsolete function (as of 25.1); use `cl-call-next-method' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
Class allocated slots do not need :initarg
lisp/emacs-lisp/eieio-tests/eieio-tests.el:885:40:Warning: Unknown slot
    `missing-slot'
`defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
`defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
lisp/emacs-lisp/eieio-tests/eieio-tests.el:908:12:Warning: Obsolete name arg
    "toto" to constructor eieio--testing
lisp/emacs-lisp/eieio-tests/eieio-tests.el:939:14:Warning: Unknown slot `:a'
lisp/emacs-lisp/eieio-tests/eieio-tests.el:955:55:Warning: Unknown slot `:b'

In end of data:
lisp/emacs-lisp/eieio-tests/eieio-tests.el:961:1:Warning: the following
    functions are not known to be defined: class-alloc-initarg--eieio-childp,
    static-method-class-2--eieio-childp, static-method-class-2,
    eitest-subordinate--eieio-childp, eitest-superior--eieio-childp,
    eitest-superior
  GEN      lisp/emacs-lisp/eieio-tests/eieio-tests.log
  ELC      lisp/emacs-lisp/ert-tests.elc
  GEN      lisp/emacs-lisp/ert-tests.log
  ELC      lisp/emacs-lisp/ert-x-tests.elc
  GEN      lisp/emacs-lisp/ert-x-tests.log
  ELC      lisp/emacs-lisp/faceup-tests/faceup-test-basics.elc
  GEN      lisp/emacs-lisp/faceup-tests/faceup-test-basics.log
  ELC      lisp/emacs-lisp/faceup-tests/faceup-test-files.elc
  GEN      lisp/emacs-lisp/faceup-tests/faceup-test-files.log
  ELC      lisp/emacs-lisp/generator-tests.elc

In toplevel form:
lisp/emacs-lisp/generator-tests.el:87:1:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:87:1:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:87:58:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:87:58:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:89:1:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:89:1:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:89:56:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:89:56:Warning: Unused lexical variable `i'
lisp/emacs-lisp/generator-tests.el:96:1:Warning: Unused lexical variable `a'
lisp/emacs-lisp/generator-tests.el:96:1:Warning: Unused lexical variable `a'
lisp/emacs-lisp/generator-tests.el:97:49:Warning: Unused lexical variable `a'
lisp/emacs-lisp/generator-tests.el:97:49:Warning: Unused lexical variable `a'

In end of data:
lisp/emacs-lisp/generator-tests.el:310:1:Warning: the function `hello' is not
    known to be defined.
  GEN      lisp/emacs-lisp/generator-tests.log
  ELC      lisp/emacs-lisp/gv-tests.elc
  GEN      lisp/emacs-lisp/gv-tests.log
  ELC      lisp/emacs-lisp/let-alist-tests.elc
  GEN      lisp/emacs-lisp/let-alist-tests.log
  ELC      lisp/emacs-lisp/lisp-mode-tests.elc
  GEN      lisp/emacs-lisp/lisp-mode-tests.log
  ELC      lisp/emacs-lisp/lisp-tests.elc

In toplevel form:
lisp/emacs-lisp/lisp-tests.el:220:60:Warning: reference to free variable
    `c-e-x'
  GEN      lisp/emacs-lisp/lisp-tests.log
  ELC      lisp/emacs-lisp/map-tests.elc
`map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead
`map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead
`map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead
`map-put' is an obsolete macro (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead

In toplevel form:
lisp/emacs-lisp/map-tests.el:130:14:Warning: `map-put' is an obsolete macro
    (as of 27.1); use map-put! or (setf (map-elt ...) ...) instead
  GEN      lisp/emacs-lisp/map-tests.log
  ELC      lisp/emacs-lisp/nadvice-tests.elc
  GEN      lisp/emacs-lisp/nadvice-tests.log
  ELC      lisp/emacs-lisp/package-tests.elc
  GEN      lisp/emacs-lisp/package-tests.log
  ELC      lisp/emacs-lisp/pcase-tests.elc
  GEN      lisp/emacs-lisp/pcase-tests.log
  ELC      lisp/emacs-lisp/pp-tests.elc
  GEN      lisp/emacs-lisp/pp-tests.log
  ELC      lisp/emacs-lisp/regexp-opt-tests.elc
  GEN      lisp/emacs-lisp/regexp-opt-tests.log
  ELC      lisp/emacs-lisp/ring-tests.elc
  GEN      lisp/emacs-lisp/ring-tests.log
  ELC      lisp/emacs-lisp/rmc-tests.elc
  GEN      lisp/emacs-lisp/rmc-tests.log
  ELC      lisp/emacs-lisp/rx-tests.elc

In toplevel form:
lisp/emacs-lisp/rx-tests.el:535:19:Warning: `rx-submatch-n' is an obsolete
    function (as of 27.1); use `rx-to-string' instead.
  GEN      lisp/emacs-lisp/rx-tests.log
  ELC      lisp/emacs-lisp/seq-tests.elc

In toplevel form:
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:182:18:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:186:19:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:186:32:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
lisp/emacs-lisp/seq-tests.el:186:32:Warning: `seq-contains' is an obsolete
    function (as of 27.1); use `seq-contains-p' instead.
  GEN      lisp/emacs-lisp/seq-tests.log
  ELC      lisp/emacs-lisp/shadow-tests.elc
  GEN      lisp/emacs-lisp/shadow-tests.log
  ELC      lisp/emacs-lisp/subr-x-tests.elc
  GEN      lisp/emacs-lisp/subr-x-tests.log
  ELC      lisp/emacs-lisp/tabulated-list-test.elc
  GEN      lisp/emacs-lisp/tabulated-list-test.log
  ELC      lisp/emacs-lisp/testcover-tests.elc
  GEN      lisp/emacs-lisp/testcover-tests.log
  ELC      lisp/emacs-lisp/text-property-search-tests.elc
  GEN      lisp/emacs-lisp/text-property-search-tests.log
  ELC      lisp/emacs-lisp/thunk-tests.elc
  GEN      lisp/emacs-lisp/thunk-tests.log
  ELC      lisp/emacs-lisp/timer-tests.elc
  GEN      lisp/emacs-lisp/timer-tests.log
  ELC      lisp/emulation/viper-tests.elc
  GEN      lisp/emulation/viper-tests.log
  ELC      lisp/epg-tests.elc
  GEN      lisp/epg-tests.log
  ELC      lisp/erc/erc-track-tests.elc
  GEN      lisp/erc/erc-track-tests.log
  ELC      lisp/eshell/em-hist-tests.elc
  GEN      lisp/eshell/em-hist-tests.log
  ELC      lisp/eshell/em-ls-tests.elc
  GEN      lisp/eshell/em-ls-tests.log
  ELC      lisp/eshell/esh-opt-tests.elc
  GEN      lisp/eshell/esh-opt-tests.log
  ELC      lisp/eshell/eshell-tests.elc
  GEN      lisp/eshell/eshell-tests.log
  ELC      lisp/faces-tests.elc
  GEN      lisp/faces-tests.log
  ELC      lisp/ffap-tests.elc
  GEN      lisp/ffap-tests.log
  ELC      lisp/filenotify-tests.elc
  GEN      lisp/filenotify-tests.log
  ELC      lisp/files-tests.elc
  GEN      lisp/files-tests.log
  ELC      lisp/files-x-tests.elc
  GEN      lisp/files-x-tests.log
  ELC      lisp/font-lock-tests.elc
  GEN      lisp/font-lock-tests.log
  ELC      lisp/format-spec-tests.elc
  GEN      lisp/format-spec-tests.log
  ELC      lisp/gnus/gnus-test-headers.elc
  GEN      lisp/gnus/gnus-test-headers.log
  ELC      lisp/gnus/gnus-tests.elc
  GEN      lisp/gnus/gnus-tests.log
  ELC      lisp/gnus/message-tests.elc
  GEN      lisp/gnus/message-tests.log
  ELC      lisp/gnus/nnrss-tests.elc
  GEN      lisp/gnus/nnrss-tests.log
  ELC      lisp/help-fns-tests.elc
  GEN      lisp/help-fns-tests.log
  ELC      lisp/help-tests.elc
  GEN      lisp/help-tests.log
  ELC      lisp/hi-lock-tests.elc
  GEN      lisp/hi-lock-tests.log
  ELC      lisp/htmlfontify-tests.elc
  GEN      lisp/htmlfontify-tests.log
  ELC      lisp/ibuffer-tests.elc
  GEN      lisp/ibuffer-tests.log
  ELC      lisp/ido-tests.elc
  GEN      lisp/ido-tests.log
  ELC      lisp/image-file-tests.elc
  GEN      lisp/image-file-tests.log
  ELC      lisp/image-tests.elc
  GEN      lisp/image-tests.log
  ELC      lisp/image/exif-tests.elc
  GEN      lisp/image/exif-tests.log
  ELC      lisp/image/gravatar-tests.elc
  GEN      lisp/image/gravatar-tests.log
  ELC      lisp/imenu-tests.elc
  GEN      lisp/imenu-tests.log
  ELC      lisp/info-xref-tests.elc
  GEN      lisp/info-xref-tests.log
  ELC      lisp/international/ccl-tests.elc
  GEN      lisp/international/ccl-tests.log
  ELC      lisp/international/mule-tests.elc
  GEN      lisp/international/mule-tests.log
  ELC      lisp/international/mule-util-tests.elc
  GEN      lisp/international/mule-util-tests.log
  ELC      lisp/international/ucs-normalize-tests.elc
  GEN      lisp/international/ucs-normalize-tests.log
  ELC      lisp/isearch-tests.elc
  GEN      lisp/isearch-tests.log
  ELC      lisp/jit-lock-tests.elc
  GEN      lisp/jit-lock-tests.log
  ELC      lisp/json-tests.elc
  GEN      lisp/json-tests.log
  ELC      lisp/jsonrpc-tests.elc
  GEN      lisp/jsonrpc-tests.log
  ELC      lisp/kmacro-tests.elc
  GEN      lisp/kmacro-tests.log
  ELC      lisp/ls-lisp-tests.elc

In toplevel form:
lisp/ls-lisp-tests.el:52:36:Warning: `next-line' is for interactive use only;
    use `forward-line' instead.
  GEN      lisp/ls-lisp-tests.log
  ELC      lisp/mail/flow-fill-tests.elc
  GEN      lisp/mail/flow-fill-tests.log
  ELC      lisp/mail/footnote-tests.elc
  GEN      lisp/mail/footnote-tests.log
  ELC      lisp/mail/rfc2047-tests.elc
  GEN      lisp/mail/rfc2047-tests.log
  ELC      lisp/mail/rmail-tests.elc
  GEN      lisp/mail/rmail-tests.log
  ELC      lisp/mail/uudecode-tests.elc
  GEN      lisp/mail/uudecode-tests.log
  ELC      lisp/makesum-tests.elc
  GEN      lisp/makesum-tests.log
  ELC      lisp/man-tests.elc
  GEN      lisp/man-tests.log
  ELC      lisp/md4-tests.elc
  GEN      lisp/md4-tests.log
  ELC      lisp/minibuffer-tests.elc
  GEN      lisp/minibuffer-tests.log
  ELC      lisp/mouse-tests.elc
  GEN      lisp/mouse-tests.log
  ELC      lisp/net/dbus-tests.elc
  GEN      lisp/net/dbus-tests.log
  ELC      lisp/net/gnutls-tests.elc

In end of data:
lisp/net/gnutls-tests.el:296:1:Warning: the following functions are not known
    to be defined: gnutls-macs, gnutls-digests, gnutls-ciphers,
    gnutls-hash-digest, gnutls-hash-mac, gnutls-symmetric-encrypt,
    gnutls-symmetric-decrypt
  GEN      lisp/net/gnutls-tests.log
  ELC      lisp/net/mailcap-tests.elc
  GEN      lisp/net/mailcap-tests.log
  ELC      lisp/net/network-stream-tests.elc

In end of data:
lisp/net/network-stream-tests.el:728:1:Warning: the function
    `gnutls-peer-status' is not known to be defined.
  GEN      lisp/net/network-stream-tests.log
  ELC      lisp/net/newsticker-tests.elc
  GEN      lisp/net/newsticker-tests.log
  ELC      lisp/net/nsm-tests.elc
  GEN      lisp/net/nsm-tests.log
Running 2 tests (2021-03-19 18:08:35-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Test nsm-check-local-subnet-ipv4 backtrace:
  signal(ert-test-failed (((should (eq nil (nsm-should-check "127.0.0.
  ert-fail(((should (eq nil (nsm-should-check "127.0.0.1"))) :form (eq
  #f(compiled-function () #<bytecode 0x1c2665>)()
  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" ":." "-l" "ert" "-l" "lisp/net/nsm-tests" "--ev
  command-line()
  normal-top-level()
Test nsm-check-local-subnet-ipv4 condition:
    (ert-test-failed
     ((should
       (eq nil
	   (nsm-should-check "127.0.0.1")))
      :form
      (eq nil t)
      :value nil))
   FAILED  1/2  nsm-check-local-subnet-ipv4 (2.740307 sec)
  skipped  2/2  nsm-check-local-subnet-ipv6 (0.002597 sec)

Ran 2 tests, 0 results as expected, 1 unexpected, 1 skipped (2021-03-19 18:08:40-0700, 4.944025 sec)

1 unexpected results:
   FAILED  nsm-check-local-subnet-ipv4

1 skipped results:
  SKIPPED  nsm-check-local-subnet-ipv6

gmake[4]: *** [lisp/net/nsm-tests.log] Error 1
  ELC      lisp/net/puny-tests.elc
  GEN      lisp/net/puny-tests.log
  ELC      lisp/net/rcirc-tests.elc
  GEN      lisp/net/rcirc-tests.log
  ELC      lisp/net/rfc2104-tests.elc
  GEN      lisp/net/rfc2104-tests.log
  ELC      lisp/net/sasl-scram-rfc-tests.elc
  GEN      lisp/net/sasl-scram-rfc-tests.log
  ELC      lisp/net/secrets-tests.elc
  GEN      lisp/net/secrets-tests.log
  ELC      lisp/net/shr-tests.elc

In end of data:
lisp/net/shr-tests.el:72:1:Warning: the function `libxml-parse-html-region' is
    not known to be defined.
  GEN      lisp/net/shr-tests.log
  ELC      lisp/net/tramp-archive-tests.elc
  GEN      lisp/net/tramp-archive-tests.log
  ELC      lisp/nxml/nxml-mode-tests.elc
  GEN      lisp/nxml/nxml-mode-tests.log
  ELC      lisp/obarray-tests.elc
  GEN      lisp/obarray-tests.log
  ELC      lisp/obsolete/cl-tests.elc

In toplevel form:
lisp/obsolete/cl-tests.el:24:1:Warning: cl package required at runtime
lisp/obsolete/cl-tests.el:31:12:Warning: `labels' is an obsolete macro (as of
    24.3); use `cl-labels' instead.
  GEN      lisp/obsolete/cl-tests.log
  ELC      lisp/org/org-tests.elc
  GEN      lisp/org/org-tests.log
  ELC      lisp/paren-tests.elc
  GEN      lisp/paren-tests.log
  ELC      lisp/password-cache-tests.elc
  GEN      lisp/password-cache-tests.log
  ELC      lisp/play/morse-tests.elc
  GEN      lisp/play/morse-tests.log
  ELC      lisp/play/studly-tests.elc
  GEN      lisp/play/studly-tests.log
  ELC      lisp/progmodes/asm-mode-tests.elc
  GEN      lisp/progmodes/asm-mode-tests.log
  ELC      lisp/progmodes/bat-mode-tests.elc
  GEN      lisp/progmodes/bat-mode-tests.log
  ELC      lisp/progmodes/cc-mode-tests.elc
  GEN      lisp/progmodes/cc-mode-tests.log
  ELC      lisp/progmodes/compile-tests.elc
  GEN      lisp/progmodes/compile-tests.log
  ELC      lisp/progmodes/elisp-mode-tests.elc

In toplevel form:
lisp/progmodes/elisp-mode-tests.el:427:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:427:1:Warning: Unused lexical argument
    `this'
lisp/progmodes/elisp-mode-tests.el:439:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:439:1:Warning: Unused lexical argument
    `arg1'
lisp/progmodes/elisp-mode-tests.el:443:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:443:1:Warning: Unused lexical argument
    `this'
lisp/progmodes/elisp-mode-tests.el:452:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:452:1:Warning: Unused lexical argument
    `arg1'
lisp/progmodes/elisp-mode-tests.el:456:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:456:1:Warning: Unused lexical argument
    `this'
lisp/progmodes/elisp-mode-tests.el:460:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:460:1:Warning: Unused lexical argument
    `arg1'
lisp/progmodes/elisp-mode-tests.el:464:1:Warning: Unused lexical argument
    `arg2'
lisp/progmodes/elisp-mode-tests.el:464:1:Warning: Unused lexical argument
    `this'
  GEN      lisp/progmodes/elisp-mode-tests.log
  ELC      lisp/progmodes/etags-tests.elc
  GEN      lisp/progmodes/etags-tests.log
  ELC      lisp/progmodes/f90-tests.elc
  GEN      lisp/progmodes/f90-tests.log
  ELC      lisp/progmodes/flymake-tests.elc
  GEN      lisp/progmodes/flymake-tests.log
  ELC      lisp/progmodes/js-tests.elc
  GEN      lisp/progmodes/js-tests.log
  ELC      lisp/progmodes/ps-mode-tests.elc
  GEN      lisp/progmodes/ps-mode-tests.log
  ELC      lisp/progmodes/python-tests.elc
  GEN      lisp/progmodes/python-tests.log
  ELC      lisp/progmodes/ruby-mode-tests.elc
  GEN      lisp/progmodes/ruby-mode-tests.log
  ELC      lisp/progmodes/sql-tests.elc
  GEN      lisp/progmodes/sql-tests.log
  ELC      lisp/progmodes/subword-tests.elc
  GEN      lisp/progmodes/subword-tests.log
  ELC      lisp/progmodes/tcl-tests.elc
  GEN      lisp/progmodes/tcl-tests.log
  ELC      lisp/progmodes/xref-tests.elc
  GEN      lisp/progmodes/xref-tests.log
Running 7 tests (2021-03-19 18:12:19-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Test xref--buf-pairs-iterator-cleans-up-markers backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("bar" "*" "/var/run/rpc_door/eggert/emacs-
  #f(compiled-function () #<bytecode 0x1fc5e5>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref--buf-pairs-iterator-cleans-up-ma
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref--buf-pairs-iterator-cleans-up-markers condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  1/7  xref--buf-pairs-iterator-cleans-up-markers (0.513337 sec)
Test xref--buf-pairs-iterator-groups-markers-by-buffers-1 backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("foo" "*" "/var/run/rpc_door/eggert/emacs-
  #f(compiled-function () #<bytecode 0x1fb48d>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref--buf-pairs-iterator-groups-marke
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref--buf-pairs-iterator-groups-markers-by-buffers-1 condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  2/7  xref--buf-pairs-iterator-groups-markers-by-buffers-1 (0.036279 sec)
Test xref--buf-pairs-iterator-groups-markers-by-buffers-2 backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("bar" "*" "/var/run/rpc_door/eggert/emacs-
  #f(compiled-function () #<bytecode 0x1fbdab>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref--buf-pairs-iterator-groups-marke
  ert-run-or-rerun-test(#s(ert--stats :selector (not (or ... ...)) :te
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref--buf-pairs-iterator-groups-markers-by-buffers-2 condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  3/7  xref--buf-pairs-iterator-groups-markers-by-buffers-2 (0.035085 sec)
Test xref-matches-in-directory-finds-an-empty-line-regexp-match backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("^$" "*" "/var/run/rpc_door/eggert/emacs-2
  #f(compiled-function () #<bytecode 0x1facb7>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref-matches-in-directory-finds-an-em
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref-matches-in-directory-finds-an-empty-line-regexp-match condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  4/7  xref-matches-in-directory-finds-an-empty-line-regexp-match (0.035941 sec)
Test xref-matches-in-directory-finds-none-for-some-regexp backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  apply(signal (user-error ("Search failed with status 3: grep: illega
  #f(compiled-function () #<bytecode 0x1e852b>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref-matches-in-directory-finds-none-
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref-matches-in-directory-finds-none-for-some-regexp condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  5/7  xref-matches-in-directory-finds-none-for-some-regexp (0.035542 sec)
Test xref-matches-in-directory-finds-some-for-bar backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("bar" "*" "/var/run/rpc_door/eggert/emacs-
  #f(compiled-function () #<bytecode 0x1f4c6f>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref-matches-in-directory-finds-some-
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref-matches-in-directory-finds-some-for-bar condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  6/7  xref-matches-in-directory-finds-some-for-bar (0.035792 sec)
Test xref-matches-in-directory-finds-two-matches-on-the-same-line backtrace:
  signal(user-error ("Search failed with status 3: grep: illegal optio
  user-error("Search failed with status %d: %s" 3 "grep: illegal optio
  xref-matches-in-directory("foo" "*" "/var/run/rpc_door/eggert/emacs-
  #f(compiled-function () #<bytecode 0x1f87cd>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name xref-matches-in-directory-finds-two-m
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/progmodes/xref-tests
  command-line()
  normal-top-level()
Test xref-matches-in-directory-finds-two-matches-on-the-same-line condition:
    (user-error "Search failed with status 3: grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
")
   FAILED  7/7  xref-matches-in-directory-finds-two-matches-on-the-same-line (0.044921 sec)

Ran 7 tests, 0 results as expected, 7 unexpected (2021-03-19 18:12:33-0700, 13.990733 sec)

7 unexpected results:
   FAILED  xref--buf-pairs-iterator-cleans-up-markers
   FAILED  xref--buf-pairs-iterator-groups-markers-by-buffers-1
   FAILED  xref--buf-pairs-iterator-groups-markers-by-buffers-2
   FAILED  xref-matches-in-directory-finds-an-empty-line-regexp-match
   FAILED  xref-matches-in-directory-finds-none-for-some-regexp
   FAILED  xref-matches-in-directory-finds-some-for-bar
   FAILED  xref-matches-in-directory-finds-two-matches-on-the-same-line

gmake[4]: *** [lisp/progmodes/xref-tests.log] Error 1
  ELC      lisp/ps-print-tests.elc
  GEN      lisp/ps-print-tests.log
  ELC      lisp/register-tests.elc
  GEN      lisp/register-tests.log
  ELC      lisp/replace-tests.elc
  GEN      lisp/replace-tests.log
  ELC      lisp/rot13-tests.elc
  GEN      lisp/rot13-tests.log
  ELC      lisp/scroll-lock-tests.elc
  GEN      lisp/scroll-lock-tests.log
  ELC      lisp/ses-tests.elc
  GEN      lisp/ses-tests.log
  ELC      lisp/shadowfile-tests.elc
  GEN      lisp/shadowfile-tests.log
  ELC      lisp/shell-tests.elc
  GEN      lisp/shell-tests.log
  ELC      lisp/simple-tests.elc
  GEN      lisp/simple-tests.log
  ELC      lisp/so-long-tests/autoload-longlines-mode-tests.elc
  GEN      lisp/so-long-tests/autoload-longlines-mode-tests.log
  ELC      lisp/so-long-tests/autoload-major-mode-tests.elc
  GEN      lisp/so-long-tests/autoload-major-mode-tests.log
  ELC      lisp/so-long-tests/autoload-minor-mode-tests.elc
  GEN      lisp/so-long-tests/autoload-minor-mode-tests.log
  ELC      lisp/so-long-tests/so-long-tests-helpers.elc
  GEN      lisp/so-long-tests/so-long-tests-helpers.log
  ELC      lisp/so-long-tests/so-long-tests.elc

In toplevel form:
lisp/so-long-tests/so-long-tests.el:233:12:Warning:
    `run-window-configuration-change-hook' is an obsolete function (as of
    27.1).
lisp/so-long-tests/so-long-tests.el:224:48:Warning:
    `run-window-configuration-change-hook' is an obsolete function (as of
    27.1).
  GEN      lisp/so-long-tests/so-long-tests.log
Loading /var/run/rpc_door/eggert/emacs-27.2/test/lisp/so-long-tests/so-long-tests-helpers...
Running 23 tests (2021-03-19 18:14:12-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Package longlines is deprecated
   passed   1/23  so-long-tests-actions (0.354224 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed   2/23  so-long-tests-command-so-long (0.079849 sec)
   passed   3/23  so-long-tests-commentary (1.333412 sec)
Creating customization items...
Creating group...
Creating group entries... 
Creating group entries...done
Creating customization items ...done
Creating customization setup...
Creating customization setup...done
   passed   4/23  so-long-tests-customize (1.287363 sec)
   passed   5/23  so-long-tests-file-local-action (0.057188 sec)
   passed   6/23  so-long-tests-file-local-action-eval-so-long (0.217247 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed   7/23  so-long-tests-file-local-emacs-lisp-mode-long-form (0.064920 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed   8/23  so-long-tests-file-local-emacs-lisp-mode-long-form2 (0.074793 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed   9/23  so-long-tests-file-local-emacs-lisp-mode-short-form (0.231315 sec)
   passed  10/23  so-long-tests-file-local-so-long-mode-long-form (0.034394 sec)
   passed  11/23  so-long-tests-file-local-so-long-mode-long-form2 (0.043587 sec)
   passed  12/23  so-long-tests-file-local-so-long-mode-short-form (0.034094 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Test so-long-tests-invisible-buffer-function backtrace:
  signal(ert-test-failed (((should (eq so-long-function actionfunc)) :
  ert-fail(((should (eq so-long-function actionfunc)) :form (eq nil so
  so-long-tests-assert-active(so-long-mode)
  so-long-tests-assert-and-revert(so-long-mode)
  #f(compiled-function () #<bytecode 0x1bdfeb>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name so-long-tests-invisible-buffer-functi
  ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
  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" ":." "-l" "ert" "-l" "lisp/so-long-tests/so-lon
  command-line()
  normal-top-level()
Test so-long-tests-invisible-buffer-function condition:
    (ert-test-failed
     ((should
       (eq so-long-function actionfunc))
      :form
      (eq nil so-long-mode)
      :value nil))
   FAILED  13/23  so-long-tests-invisible-buffer-function (0.060148 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  14/23  so-long-tests-major-mode (0.026574 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  15/23  so-long-tests-max-lines (0.053522 sec)
   passed  16/23  so-long-tests-minor-mode (0.013434 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  17/23  so-long-tests-predicate (0.034641 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  18/23  so-long-tests-skip-comments (0.047383 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  19/23  so-long-tests-so-long-menu-item-replace-action (0.020970 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  20/23  so-long-tests-target-modes (0.238950 sec)
   passed  21/23  so-long-tests-threshold-at (0.011976 sec)
Changed to so-long-mode (from emacs-lisp-mode) on account of line length.  C-c C-c to revert.
   passed  22/23  so-long-tests-threshold-over (0.025250 sec)
   passed  23/23  so-long-tests-threshold-under (0.011917 sec)

Ran 23 tests, 22 results as expected, 1 unexpected (2021-03-19 18:14:23-0700, 10.309998 sec)

1 unexpected results:
   FAILED  so-long-tests-invisible-buffer-function

gmake[4]: *** [lisp/so-long-tests/so-long-tests.log] Error 1
  ELC      lisp/so-long-tests/spelling-tests.elc
  GEN      lisp/so-long-tests/spelling-tests.log
  ELC      lisp/sort-tests.elc
  GEN      lisp/sort-tests.log
  ELC      lisp/soundex-tests.elc
  GEN      lisp/soundex-tests.log
  ELC      lisp/startup-tests.elc
  GEN      lisp/startup-tests.log
  ELC      lisp/subr-tests.elc
  GEN      lisp/subr-tests.log
  ELC      lisp/tabify-tests.elc
  GEN      lisp/tabify-tests.log
  ELC      lisp/tar-mode-tests.elc
  GEN      lisp/tar-mode-tests.log
  ELC      lisp/tempo-tests.elc
  GEN      lisp/tempo-tests.log
  ELC      lisp/term-tests.elc
  GEN      lisp/term-tests.log
  ELC      lisp/term/tty-colors-tests.elc
  GEN      lisp/term/tty-colors-tests.log
  ELC      lisp/textmodes/conf-mode-tests.elc
  GEN      lisp/textmodes/conf-mode-tests.log
  ELC      lisp/textmodes/css-mode-tests.elc
  GEN      lisp/textmodes/css-mode-tests.log
  ELC      lisp/textmodes/dns-mode-tests.elc
  GEN      lisp/textmodes/dns-mode-tests.log
  ELC      lisp/textmodes/fill-tests.elc
  GEN      lisp/textmodes/fill-tests.log
  ELC      lisp/textmodes/mhtml-mode-tests.elc
  GEN      lisp/textmodes/mhtml-mode-tests.log
  ELC      lisp/textmodes/page-tests.elc
  GEN      lisp/textmodes/page-tests.log
  ELC      lisp/textmodes/paragraphs-tests.elc
  GEN      lisp/textmodes/paragraphs-tests.log
  ELC      lisp/textmodes/reftex-tests.elc
  GEN      lisp/textmodes/reftex-tests.log
  ELC      lisp/textmodes/sgml-mode-tests.elc
  GEN      lisp/textmodes/sgml-mode-tests.log
  ELC      lisp/textmodes/tildify-tests.elc
  GEN      lisp/textmodes/tildify-tests.log
  ELC      lisp/textmodes/underline-tests.elc
  GEN      lisp/textmodes/underline-tests.log
  ELC      lisp/thingatpt-tests.elc
  GEN      lisp/thingatpt-tests.log
  ELC      lisp/thread-tests.elc
  GEN      lisp/thread-tests.log
  ELC      lisp/time-stamp-tests.elc
  GEN      lisp/time-stamp-tests.log
  ELC      lisp/timezone-tests.elc
  GEN      lisp/timezone-tests.log
  ELC      lisp/url/url-auth-tests.elc
  GEN      lisp/url/url-auth-tests.log
  ELC      lisp/url/url-expand-tests.elc
  GEN      lisp/url/url-expand-tests.log
  ELC      lisp/url/url-file-tests.elc
  GEN      lisp/url/url-file-tests.log
  ELC      lisp/url/url-future-tests.elc
  GEN      lisp/url/url-future-tests.log
  ELC      lisp/url/url-handlers-test.elc
  GEN      lisp/url/url-handlers-test.log
  ELC      lisp/url/url-misc-tests.elc
  GEN      lisp/url/url-misc-tests.log
  ELC      lisp/url/url-parse-tests.elc
  GEN      lisp/url/url-parse-tests.log
  ELC      lisp/url/url-tramp-tests.elc
  GEN      lisp/url/url-tramp-tests.log
  ELC      lisp/url/url-util-tests.elc
  GEN      lisp/url/url-util-tests.log
  ELC      lisp/vc/add-log-tests.elc
  GEN      lisp/vc/add-log-tests.log
  ELC      lisp/vc/diff-mode-tests.elc
  GEN      lisp/vc/diff-mode-tests.log
Running 3 tests (2021-03-19 18:17:53-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
Test diff-mode-test-font-lock backtrace:
  signal(error ("Unexpected patch hunk header: /usr/bin/diff: illeg...
  error("Unexpected patch hunk header: %s" "/usr/bin/diff: illegal opt
  smerge-refine-regions(410 440 440 470 nil diff-refine-preproc ((diff
  diff--refine-hunk(359 486)
  #f(compiled-function (beg end) #<bytecode 0x1cd0e9>)(359 486)
  diff--iterate-hunks(528 #f(compiled-function (beg end) #<bytecode 0x
  diff--font-lock-refined(528)
  font-lock-fontify-keywords-region(1 528 nil)
  font-lock-default-fontify-region(1 528 nil)
  font-lock-fontify-region(1 528)
  #f(compiled-function (beg end) #<bytecode -0x6a194f>)(1 528)
  font-lock-ensure()
  #f(compiled-function () #<bytecode 0x1c363f>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name diff-mode-test-font-lock :documentati
  ert-run-or-rerun-test(#s(ert--stats :selector (not (or ... ...)) :te
  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" ":." "-l" "ert" "-l" "lisp/vc/diff-mode-tests" 
  command-line()
  normal-top-level()
Test diff-mode-test-font-lock condition:
    (error "Unexpected patch hunk header: /usr/bin/diff: illegal option -- a")
   FAILED  1/3  diff-mode-test-font-lock (1.518404 sec)
Test diff-mode-test-font-lock-syntax-one-line backtrace:
  signal(ert-test-failed (((should (equal-including-properties (buffer
  ert-fail(((should (equal-including-properties (buffer-string) #("@@ 
  #f(compiled-function () #<bytecode 0x1c36ff>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name diff-mode-test-font-lock-syntax-one-l
  ert-run-or-rerun-test(#s(ert--stats :selector (not ...) :tests [... 
  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" ":." "-l" "ert" "-l" "lisp/vc/diff-mode-tests" 
  command-line()
  normal-top-level()
Test diff-mode-test-font-lock-syntax-one-line condition:
    (ert-test-failed
     ((should
       (equal-including-properties
	(buffer-string)
	#("@@ -1 +1 @@
-int main() { printf(\"Hello, World!\\n\"); return 0; }
\\ No newline at end of file
+int main() { printf(\"Hello, Emacs!\\n\"); return 0; }
\\ No newline at end of file
" 0 11 ... 12 13 ... 13 65 ... 65 93 ... 93 94 ... 94 146 ... 146 174 ...)))
      :form
      (equal-including-properties
       #("@@ -1,1 +1,1 @@
-int main() { printf(\"Hello, World!\\n\"); return 0; }
+int main() { printf(\"Hello, Emacs!\\n\"); return 0; }
" 0 15
(face diff-hunk-header)
16 17
(face diff-indicator-removed)
17 69
(face diff-removed)
69 70
(face diff-indicator-added)
70 122
(face diff-added))
       #("@@ -1 +1 @@
-int main() { printf(\"Hello, World!\\n\"); return 0; }
\\ No newline at end of file
+int main() { printf(\"Hello, Emacs!\\n\"); return 0; }
\\ No newline at end of file
" 0 11
(face diff-hunk-header)
12 13
(face diff-indicator-removed)
13 65
(face diff-removed)
65 93
(face diff-context)
93 94
(face diff-indicator-added)
94 146
(face diff-added)
146 174
(face diff-context)))
      :value nil))
   FAILED  2/3  diff-mode-test-font-lock-syntax-one-line (0.185203 sec)
Hunk applied
Hunk applied
Hunk applied
   passed  3/3  diff-mode-test-ignore-trailing-dashes (0.144901 sec)

Ran 3 tests, 1 results as expected, 2 unexpected (2021-03-19 18:17:59-0700, 5.964368 sec)

2 unexpected results:
   FAILED  diff-mode-test-font-lock
   FAILED  diff-mode-test-font-lock-syntax-one-line

gmake[4]: *** [lisp/vc/diff-mode-tests.log] Error 1
  ELC      lisp/vc/ediff-diff-tests.elc
  GEN      lisp/vc/ediff-diff-tests.log
  ELC      lisp/vc/ediff-ptch-tests.elc
  GEN      lisp/vc/ediff-ptch-tests.log
  ELC      lisp/vc/log-edit-tests.elc
  GEN      lisp/vc/log-edit-tests.log
  ELC      lisp/vc/smerge-mode-tests.elc
  GEN      lisp/vc/smerge-mode-tests.log
  ELC      lisp/vc/vc-bzr-tests.elc
  GEN      lisp/vc/vc-bzr-tests.log
  ELC      lisp/vc/vc-hg-tests.elc
  GEN      lisp/vc/vc-hg-tests.log
  ELC      lisp/vc/vc-tests.elc
  GEN      lisp/vc/vc-tests.log
  ELC      lisp/wdired-tests.elc
  GEN      lisp/wdired-tests.log
  ELC      lisp/whitespace-tests.elc
  GEN      lisp/whitespace-tests.log
  ELC      lisp/wid-edit-tests.elc
  GEN      lisp/wid-edit-tests.log
  ELC      lisp/xdg-tests.elc
  GEN      lisp/xdg-tests.log
  ELC      lisp/xml-tests.elc
  GEN      lisp/xml-tests.log
  ELC      lisp/xt-mouse-tests.elc
  GEN      lisp/xt-mouse-tests.log
  ELC      src/alloc-tests.elc
  GEN      src/alloc-tests.log
  ELC      src/buffer-tests.elc
  GEN      src/buffer-tests.log
  ELC      src/callint-tests.elc
  GEN      src/callint-tests.log
  ELC      src/callproc-tests.elc
  GEN      src/callproc-tests.log
  ELC      src/casefiddle-tests.elc
  GEN      src/casefiddle-tests.log
  ELC      src/charset-tests.elc
  GEN      src/charset-tests.log
  ELC      src/chartab-tests.elc
  GEN      src/chartab-tests.log
  ELC      src/cmds-tests.elc
  GEN      src/cmds-tests.log
  ELC      src/coding-tests.elc
  GEN      src/coding-tests.log
  ELC      src/data-tests.elc

In toplevel form:
src/data-tests.el:524:42:Warning: assignment to free variable
    `data-tests-foo1'
src/data-tests.el:525:42:Warning: assignment to free variable
    `data-tests-foo2'
src/data-tests.el:526:42:Warning: assignment to free variable
    `data-tests-foo3'
  GEN      src/data-tests.log
  ELC      src/decompress-tests.elc
  GEN      src/decompress-tests.log
  ELC      src/doc-tests.elc
  GEN      src/doc-tests.log
  ELC      src/editfns-tests.elc
  GEN      src/editfns-tests.log
  CCLD     data/emacs-module/mod-test.so
data/emacs-module/mod-test.c:
"data/emacs-module/mod-test.c", line 525: warning: implicit function declaration: static_assert
../src/mini-gmp-emacs.c:
./../lib/timespec.c:
./../lib/gettime.c:
  ELC      src/emacs-module-tests.elc
  GEN      src/emacs-module-tests.log
/bin/bash: line 2:  5672 Segmentation Fault      HOME=/nonexistent EMACSLOADPATH= LC_ALL=C EMACS_TEST_DIRECTORY=/var/run/rpc_door/eggert/emacs-27.2/test "../src/emacs" --module-assertions --no-init-file --no-site-file --no-site-lisp -L ":." -l ert -l src/emacs-module-tests --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag :expensive-test) (tag :unstable)))))' > src/emacs-module-tests.log 2>&1
Running 28 tests (2021-03-19 18:21:12-0700, selector `(not (or (tag :expensive-test) (tag :unstable)))')
gmake[4]: *** [src/emacs-module-tests.log] Error 139
  ELC      src/eval-tests.elc
  GEN      src/eval-tests.log
  ELC      src/fileio-tests.elc
  GEN      src/fileio-tests.log
  ELC      src/floatfns-tests.elc
  GEN      src/floatfns-tests.log
  ELC      src/fns-tests.elc
  GEN      src/fns-tests.log
  ELC      src/font-tests.elc
  GEN      src/font-tests.log
  ELC      src/inotify-tests.elc

In end of data:
src/inotify-tests.el:74:1:Warning: the function `inotify-valid-p' is not known
    to be defined.
  GEN      src/inotify-tests.log
  ELC      src/json-tests.elc
  GEN      src/json-tests.log
  ELC      src/keyboard-tests.elc
  GEN      src/keyboard-tests.log
  ELC      src/keymap-tests.elc
  GEN      src/keymap-tests.log
  ELC      src/lcms-tests.elc

In end of data:
src/lcms-tests.el:162:1:Warning: the following functions are not known to be
    defined: lcms-cam02-ucs, lcms-temp->white-point, lcms-jch->xyz,
    lcms-xyz->jch, lcms-jch->jab, lcms-jab->jch
  GEN      src/lcms-tests.log
  ELC      src/lread-tests.elc
  GEN      src/lread-tests.log
  ELC      src/marker-tests.elc
  GEN      src/marker-tests.log
  ELC      src/minibuf-tests.elc
  GEN      src/minibuf-tests.log
  ELC      src/print-tests.elc
  GEN      src/print-tests.log
  ELC      src/process-tests.elc
  GEN      src/process-tests.log

[-- Attachment #3: logfiles.tgz --]
[-- Type: application/x-compressed-tar, Size: 5061 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20  4:52 bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc) Paul Eggert
@ 2021-03-20  7:21 ` Eli Zaretskii
  2021-03-20 16:23   ` Paul Eggert
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2021-03-20  7:21 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 47275

> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Fri, 19 Mar 2021 21:52:53 -0700
> 
> I built Emacs 27.2 on Solaris 10 sparc with Oracle Studio 12.6 and ran 
> into several test failures.

Thanks.  Are these issues new with Emacs 27.2, or were they present in
previous releases as well?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20  7:21 ` Eli Zaretskii
@ 2021-03-20 16:23   ` Paul Eggert
  2021-03-20 16:51     ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Eggert @ 2021-03-20 16:23 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 47275

On 3/20/21 12:21 AM, Eli Zaretskii wrote:
> Thanks.  Are these issues new with Emacs 27.2, or were they present in
> previous releases as well?

They're present in 27.1.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20 16:23   ` Paul Eggert
@ 2021-03-20 16:51     ` Eli Zaretskii
  2021-03-20 17:00       ` Paul Eggert
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2021-03-20 16:51 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 47275

> Cc: 47275@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sat, 20 Mar 2021 09:23:09 -0700
> 
> On 3/20/21 12:21 AM, Eli Zaretskii wrote:
> > Thanks.  Are these issues new with Emacs 27.2, or were they present in
> > previous releases as well?
> 
> They're present in 27.1.

Thanks.  Failures in xref-tests and diff-mode-tests are due tp
command-line options not recognized by the tools you have there, so I
guess installing GNU tools would help.

Of the rest, the only one that worries me is process-tests; any chance
you could look closer at that?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20 16:51     ` Eli Zaretskii
@ 2021-03-20 17:00       ` Paul Eggert
  2021-03-20 17:33         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Eggert @ 2021-03-20 17:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 47275

On 3/20/21 9:51 AM, Eli Zaretskii wrote:

> Thanks.  Failures in xref-tests and diff-mode-tests are due tp
> command-line options not recognized by the tools you have there, so I
> guess installing GNU tools would help.
> 
> Of the rest, the only one that worries me is process-tests; any chance
> you could look closer at that?

Don't have much time free now, unfortunately. Maybe later. Or perhaps 
someone else could look into it.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20 17:00       ` Paul Eggert
@ 2021-03-20 17:33         ` Eli Zaretskii
  2022-06-25 12:03           ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2021-03-20 17:33 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 47275

> Cc: 47275@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Sat, 20 Mar 2021 10:00:36 -0700
> 
> > Of the rest, the only one that worries me is process-tests; any chance
> > you could look closer at that?
> 
> Don't have much time free now, unfortunately. Maybe later. Or perhaps 
> someone else could look into it.

OK, TIA for anything you could find out and report.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2021-03-20 17:33         ` Eli Zaretskii
@ 2022-06-25 12:03           ` Lars Ingebrigtsen
  2022-06-25 20:55             ` Paul Eggert
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-25 12:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 47275, Paul Eggert

Eli Zaretskii <eliz@gnu.org> writes:

>> Don't have much time free now, unfortunately. Maybe later. Or perhaps 
>> someone else could look into it.
>
> OK, TIA for anything you could find out and report.

This was a year ago -- Paul, do you still see this in recent Emacs
versions?  (I vaguely recall there being some Solaris-related fixes
lately.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc)
  2022-06-25 12:03           ` Lars Ingebrigtsen
@ 2022-06-25 20:55             ` Paul Eggert
  0 siblings, 0 replies; 8+ messages in thread
From: Paul Eggert @ 2022-06-25 20:55 UTC (permalink / raw)
  To: Lars Ingebrigtsen, Eli Zaretskii; +Cc: 47275

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

On 6/25/22 07:03, Lars Ingebrigtsen wrote:
> This was a year ago -- Paul, do you still see this in recent Emacs
> versions?  (I vaguely recall there being some Solaris-related fixes
> lately.)

I still see problems with Emacs master, yes. Build log attached. I had 
to control-C out of the lisp/eshell/esh-var-tests.log test since it 
seemed to be hung (Emacs had a subsidiary zombie process but didn't seem 
to be making any attempt to deal with it). The attached build log is 
relative to current Emacs master (commit 
4410f5d86997b6b238ff05c2ece338b28e1163b1).

I installed some patches in master to fix some of the issues I found, 
and the build log assumes those patches. If we want people to run and 
test Emacs 28 on Solaris we should fix at least the non-portable 
distribution tarball <https://bugs.gnu.org/56222> and the "find ... 
-path" portability bug 
<https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b0ed2d1f46d27885a19ae6941b6ea5276f0050e0>.

[-- Attachment #2: build-log.txt --]
[-- Type: text/plain, Size: 77768 bytes --]

bash-3.2$ echo $PATH
/usr/bin:/usr/sbin:/usr/ccs/bin:/r/share1/src/developerstudio12.6/bin
bash-3.2$ ./configure MAKE=/usr/sfw/bin/gmake --with-jpeg=ifavailable --with-png=ifavailable --with-gif=ifavailable --with-tiff=ifavailable --with-gnutls=ifavailable
checking for xcrun... no
checking for GNU Make... /usr/sfw/bin/gmake
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... no
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether cc understands -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... no
checking for malloc.h... yes
checking for sys/systeminfo.h... yes
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sanitizer/lsan_interface.h... no
checking for sys/socket.h... yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for sys/un.h... yes
checking for vfork.h... no
checking for dirent.h... yes
checking for execinfo.h... no
checking for stdio_ext.h... yes
checking for sys/vfs.h... yes
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... no
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for sys/select.h... yes
checking for sys/random.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for time_t past the year 2038... no
checking for 64-bit time_t with _TIME_BITS=64... no
configure: WARNING: The 'time_t' type stops working after January 2038,
            and this package needs a wider 'time_t' type
            if there is any way to access timestamps after that.
            Configure with 'CC="cc -m64"' perhaps?
checking whether cc accepts -g3... yes
checking whether cc accepts -O... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking for a BSD-compatible install... ./build-aux/install-sh -c
checking command to symlink files in the same directory... ln -s
checking for install-info... :
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -exec rm -f {} ';'
checking for brew... no
configure: WARNING: You do not seem to have makeinfo >= 4.13.
You will not be able to rebuild the manuals if you delete them or change
their sources. 
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... -lm
checking for pkg-config... no
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for ADDR_NO_RANDOMIZE... no
checking if Linux sysinfo may be used... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... no
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking for X... libraries , headers 
checking whether malloc is Doug Lea style... no
checking for sbrk... yes
checking for getpagesize... yes
checking for __lsan_ignore_object... no
checking for fork... yes
checking for vfork... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for faccessat... no
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... no
checking for explicit_bzero... no
checking for memset_s... no
checking for fchmodat... no
checking for lchmod... no
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... no
checking for timespec_get... no
checking for gettimeofday... yes
checking for mkostemp... no
checking for pipe2... no
checking for pselect... yes
checking for pthread_sigmask... yes
checking for readlink... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... no
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... no
checking for futimesat... yes
checking for lutimes... no
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for Xkb... yes
checking for XkbRefreshKeyboardMapping... yes
checking for XkbFreeNames... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking for XDisplayCells... yes
checking for XDestroySubwindows... yes
checking X11 version 6... 6 or newer
checking for XICCallback.callback... no
checking for librsvg-2.0 >= 2.14.0... no
checking for libwebp >= 0.6.0... no
checking for sqlite3_open_v2 in -lsqlite3... no
checking for getaddrinfo_a in -lanl... no
checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5... no
checking for gtk+-2.0 >= 2.24 glib-2.0 >= 2.28... no
checking for malloc_trim... no
checking for dbus-1 >= 1.0... no
checking for gio-2.0 >= 2.26... no
checking for gconf-2.0 >= 2.13... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... no
checking for libsystemd >= 222... no
checking for jansson >= 2.7... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... no
checking for gio-2.0 >= 2.24... no
checking for xaw3d... no
checking for libXaw... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for library containing XmuConvertStandardSelection... -lXmu
checking for XRenderQueryExtension in -lXrender... no
checking for cairo >= 1.8.0... no
configure: WARNING: cairo requested but not found.
checking for fontconfig >= 2.2.0... no
checking for X11/Xlib-xcb.h... no
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking for jpeglib 6b or later... no
checking for lcms2... no
checking for library containing inflateEnd... -lz
checking for dlopen... yes
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... no
checking for libpng not configured by pkg-config... no
checking for tiffio.h... no
checking for gif_lib.h... no
checking for gpm.h... no
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... no
checking for X11/extensions/Xrandr.h... no
checking for xinerama >= 1.0.2... no
checking for X11/extensions/Xinerama.h... yes
checking for XineramaQueryExtension in -lXinerama... yes
checking for xfixes >= 4.0.0... no
checking for X11/extensions/Xfixes.h... yes
checking for XFixesHideCursor in -lXfixes... no
checking for xi... no
checking for X11/extensions/sync.h... yes
checking for XSyncQueryExtension in -lXext... yes
checking for X11/extensions/Xdbe.h... yes
checking for XdbeAllocateBackBufferName in -lXext... yes
checking for X11/extensions/shape.h... no
checking for X11/extensions/Xcomposite.h... no
checking for libxml-2.0 > 2.6.17... no
checking for maillock in -lmail... yes
checking for touchlock... yes
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for maillock.h... yes
checking for linux/seccomp.h... no
checking for linux/filter.h... no
checking for libseccomp >= 2.5.2... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... no
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... no
checking for freeifaddrs... no
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... no
checking for cfsetspeed... no
checking for __executable_start... no
checking for log2... yes
checking for pthread_setname_np... no
checking for pthread_set_name_np... no
checking for aligned_alloc... no
checking for posix_memalign... no
checking whether aligned_alloc is declared... no
checking for posix_madvise... no
checking for __builtin_frame_address... no
checking for __builtin_unwind_init... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lcurses
checking whether -lcurses library defines BC... yes
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for pid_t... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawn_file_actions_addchdir... no
checking for posix_spawn_file_actions_addchdir_np... no
checking for posix_spawnattr_setflags... yes
checking whether POSIX_SPAWN_SETSID is declared... no
checking whether GLib is linked in... no
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking POSIX termios... yes
checking size of speed_t... 4
checking for usable FIONREAD... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking whether malloc (0) returns nonnull... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for a race-free mkdir -p... /opt/sfw/bin/mkdir -p
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for getcwd... yes
checking for C/C++ restrict keyword... __restrict__
checking whether byte ordering is bigendian... yes
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether ctype.h defines __header_inline... no
checking for mode_t... yes
checking whether strmode is declared... no
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... no
checking for sys/inttypes.h... yes
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of size_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... 
checking for size_t integer literal suffix... u
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... l
checking for wint_t integer literal suffix... l
checking whether memmem is declared... no
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... no
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for struct tm.tm_gmtoff... no
checking whether <sys/select.h> is self-contained... no
checking for inline... inline
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for wchar_t... yes
checking for good max_align_t... no
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... no
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strnlen is declared... no
checking whether strtoimax is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... no
checking whether execvpe is declared... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking whether malloc is ptrdiff_t safe... no
checking whether malloc, realloc, calloc set errno on failure... no
checking for O_CLOEXEC... no
checking for promoted mode_t type... mode_t
checking whether the utimes function works... yes
checking for C compiler option to allow warnings... -Wno-error
checking for sys/acl.h... yes
checking for library containing acl_get_file... no
checking for facl... yes
checking for library containing acl_trivial... -lsec
checking for acl_trivial... yes
checking for alloca as a compiler built-in... no
checking for __builtin_expect... yes
checking for byteswap.h... no
checking for library containing clock_gettime... -lrt
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... no
checking for d_type member in directory struct... no
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for explicit_memset... no
checking for access... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... no
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for getxattr with XATTR_NAME_POSIX_ACL macros... no
checking for flexible array member... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether free is known to preserve errno... yes
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking for statvfs function (SVR4)... yes
checking whether to use statvfs64... no
checking for two-argument statfs with statfs.f_frsize member... no
checking for sys/fs/s5param.h... no
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
checking whether futimens works... no
checking for getloadavg... yes
checking for sys/loadavg.h... yes
checking whether getloadavg is declared... yes
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking for gmp.h... no
checking for gmp/gmp.h... no
checking for memmem... no
checking for mempcpy... no
checking for memrchr... no
checking for library containing nanosleep... -lrt
checking for working nanosleep... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... no
checking for sched_getaffinity... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking for working re_compile_pattern... no
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... yes
checking for sigdescr_np... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... no
checking for stpcpy... no
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether timer_settime is declared... yes
checking for library containing timer_settime... -lrt
checking for timer_settime... yes
checking whether utimensat works... no
checking for variable-length arrays... yes
checking for rawmemchr... no
checking whether open recognizes a trailing slash... yes
checking for euidaccess... no
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... -lgen
checking for eaccess... yes
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... yes
checking whether realloc (0, 0) returns nonnull... yes
checking whether getdtablesize works... yes
checking for __mktime_internal... no
checking for timer_getoverrun... yes
checking for cc option to disable position independent executables... not needed

Configured for 'sparc-sun-solaris2.10'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               cc -g3 -O
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  no
  Does Emacs use -ltiff?                                  no
  Does Emacs use a gif library?                           no 
  Does Emacs use a png library?                           no 
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lwebp?                                  no
  Does Emacs use -lsqlite3?                               no
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 no
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  no
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             no
  Does Emacs use access control lists?                    yes -lsec
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                no
  Does Emacs use -lxml2?                                  no
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               no
  Does Emacs use the GMP library?                         no
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   no
  Does Emacs use version 2 of the the X Input Extension?  no
  Does Emacs generate a smaller-size Japanese dictionary? no


configure: creating ./config.status
config.status: creating src/verbose.mk
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating test/infra/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
configure: WARNING: This configuration installs a 'movemail' program
that does not retrieve POP3 email.  By default, Emacs 25 and earlier
installed a 'movemail' program that retrieved POP3 email via only
insecure channels, a practice that is no longer recommended but that
you can continue to support by using './configure --with-pop'.
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use './configure --with-mailutils'.
bash-3.2$ make
make: Warning: Both `makefile' and `Makefile' exist
/usr/sfw/bin/gmake -f Makefile 
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50'
/usr/sfw/bin/gmake -C lib all
  GEN      byteswap.h
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib'
  GEN      dirent.h
  GEN      malloc/dynarray.gl.h
  GEN      malloc/dynarray-skeleton.gl.h
  GEN      execinfo.h
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
gmake[2]: *** [getopt-cdefs.h] Interrupt
gmake[1]: *** [lib] Terminated
bash-3.2$ !/us
/usr/sfw/bin/gmake check
/usr/sfw/bin/gmake -C lib all
  GEN      getopt-cdefs.h
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib'
  GEN      ieee754.h
  GEN      inttypes.h
echo '#include "mini-gmp.h"' > gmp.h-t
mv gmp.h-t gmp.h
  GEN      limits.h
  GEN      malloc/scratch_buffer.gl.h
  GEN      signal.h
  GEN      stdalign.h
  GEN      stddef.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  CC       fingerprint.o
  CC       malloc.o
  CC       memmem.o
  CC       mktime.o
  CC       realloc.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       openat-proc.o
  CC       binary-io.o
  CC       c-ctype.o
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       canonicalize-lgpl.o
  CC       careadlinkat.o
  CC       cloexec.o
  CC       close-stream.o
  CC       copy-file-range.o
  CC       count-leading-zeros.o
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5-stream.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       malloc/dynarray_at_failure.o
  CC       malloc/dynarray_emplace_enlarge.o
  CC       malloc/dynarray_finalize.o
  CC       malloc/dynarray_resize.o
  CC       malloc/dynarray_resize_clear.o
  CC       euidaccess.o
  CC       execinfo.o
  CC       explicit_bzero.o
  CC       faccessat.o
  CC       fchmodat.o
  CC       fcntl.o
  CC       file-has-acl.o
  CC       filemode.o
  CC       filevercmp.o
  CC       fstatat.o
  CC       fsusage.o
  CC       futimens.o
  CC       getopt.o
  CC       getopt1.o
  CC       getrandom.o
  CC       gettime.o
  CC       group-member.o
  CC       lchmod.o
  CC       mini-gmp-gnulib.o
  CC       lstat.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mkostemp.o
  CC       nproc.o
  CC       nstrftime.o
  CC       open.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       rawmemchr.o
  CC       readlinkat.o
  CC       regex.o
  CC       malloc/scratch_buffer_dupfree.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
  CC       sigdescr_np.o
  CC       stat-time.o
  CC       stpcpy.o
  CC       strnlen.o
  CC       tempname.o
  CC       time_rz.o
  CC       timegm.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       utimensat.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib'
/usr/sfw/bin/gmake -C lib-src all
  CCLD     etags
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib-src'
  CCLD     ctags
  CCLD     emacsclient
  CCLD     ebrowse
  CCLD     hexl
  CC       pop.o
  CCLD     movemail
  CCLD     make-docfile
  CCLD     make-fingerprint
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib-src'
/usr/sfw/bin/gmake -C src VCSWITNESS='' BIN_DESTDIR=''/usr/local/bin/'' \
	 ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all
  GEN      lisp.mk
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
  GEN      globals.h
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
/usr/sfw/bin/gmake -C ../lwlib/ liblw.a
  CC       lwlib.o
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lwlib'
  CC       lwlib-Xlw.o
  CC       xlwmenu.o
  CC       lwlib-Xaw.o
  CC       lwlib-utils.o
  GEN      liblw.a
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lwlib'
  CC       dispnew.o
  CC       frame.o
  CC       scroll.o
  CC       xdisp.o
  CC       menu.o
  CC       xmenu.o
  CC       window.o
  CC       charset.o
  CC       coding.o
"coding.c", line 11232: Warning: Likely out-of-bound read: *(args[16]) in function Fdefine_coding_system_internal  
  CC       category.o
  CC       ccl.o
  CC       character.o
  CC       chartab.o
  CC       bidi.o
  CC       cm.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       xterm.o
  CC       xfns.o
  CC       xselect.o
  CC       xrdb.o
  CC       xsmfns.o
  CC       xsettings.o
  CC       emacs.o
  CC       keyboard.o
  CC       macros.o
  CC       keymap.o
  CC       sysdep.o
  CC       bignum.o
  CC       buffer.o
  CC       filelock.o
  CC       insdel.o
  CC       marker.o
  CC       minibuf.o
  CC       fileio.o
  CC       dired.o
  CC       cmds.o
  CC       casetab.o
  CC       casefiddle.o
  CC       indent.o
  CC       search.o
  CC       regex-emacs.o
  CC       undo.o
  CC       alloc.o
  CC       pdumper.o
  CC       data.o
  GEN      buildobj.h
  CC       doc.o
  CC       editfns.o
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       sort.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       comp.o
  CC       dynlib.o
  CC       process.o
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       sqlite.o
  CC       xfont.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       terminfo.o
  CC       lastfile.o
  CC       widget.o
/usr/sfw/bin/gmake -C ../admin/charsets all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/unidata charscript.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `charscript.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/unidata emoji-zwj.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `emoji-zwj.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
  CCLD     temacs
/opt/sfw/bin/mkdir -p ../etc
/usr/sfw/bin/gmake -C ../lisp update-subdirs
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap \
	--bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (/var/run/rpc_door/eggert/emacs-29.0.50/lisp /var/run/rpc_door/eggert/emacs-29.0.50/lisp/emacs-lisp /var/run/rpc_door/eggert/emacs-29.0.50/lisp/progmodes /var/run/rpc_door/eggert/emacs-29.0.50/lisp/language /var/run/rpc_door/eggert/emacs-29.0.50/lisp/international /var/run/rpc_door/eggert/emacs-29.0.50/lisp/textmodes /var/run/rpc_door/eggert/emacs-29.0.50/lisp/vc)
Loading emacs-lisp/debug-early...
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading keymap...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading /var/run/rpc_door/eggert/emacs-29.0.50/lisp/loaddefs.el (source)...
Loading button...
Loading emacs-lisp/cl-preloaded...
Loading emacs-lisp/oclosure...
Loading obarray...
Loading abbrev...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading /var/run/rpc_door/eggert/emacs-29.0.50/lisp/international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading international/emoji-zwj...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading language/philippine...
Loading language/indonesian...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading simple...
Loading emacs-lisp/seq...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading emacs-lisp/easymenu...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading dynamic-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading progmodes/elisp-mode...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading paren...
Loading emacs-lisp/shorthands...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading international/iso-transl...
Loading /var/run/rpc_door/eggert/emacs-29.0.50/lisp/leim/leim-list.el (source)...
Loading emacs-lisp/rmc...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
Dumping fingerprint: 8678cc9a2e97210bdd656db6e136f7dc53522c5e03af4b308e0bc29247ddce63
Dump complete
Byte counts: header=100 hot=4281940 discardable=75584 cold=5044584
Reloc counts: hot=466963 discardable=4940
ANCIENT=yes /usr/sfw/bin/gmake -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-first'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
/usr/sfw/bin/gmake -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-first'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
  GEN      ../etc/DOC
/usr/sfw/bin/gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/charsets cp51932.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `cp51932.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/charsets eucjp-ms.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `eucjp-ms.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
	--bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/
Loading loadup.el (source)...
Dump mode: pdump
Using load-path (/var/run/rpc_door/eggert/emacs-29.0.50/lisp)
Loading emacs-lisp/debug-early...
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading keymap...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading loaddefs.el (source)...
Loading button...
Loading emacs-lisp/cl-preloaded...
Loading emacs-lisp/oclosure...
Loading obarray...
Loading abbrev...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading international/emoji-zwj...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading language/philippine...
Loading language/indonesian...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading simple...
Loading emacs-lisp/seq...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading emacs-lisp/easymenu...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading dynamic-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading progmodes/elisp-mode...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading paren...
Loading emacs-lisp/shorthands...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading international/iso-transl...
Loading leim/leim-list.el (source)...
Loading emacs-lisp/rmc...
Waiting for git...
gmake[1]: *** [emacs.pdmp] Segmentation Fault
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
gmake: *** [src] Error 2
bash-3.2$ !!
/usr/sfw/bin/gmake check
/usr/sfw/bin/gmake -C lib all
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib'
/usr/sfw/bin/gmake -C lib-src all
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib-src'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lib-src'
/usr/sfw/bin/gmake -C src VCSWITNESS='' BIN_DESTDIR=''/usr/local/bin/'' \
	 ELN_DESTDIR='/usr/local/lib/emacs/29.0.50/' all
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
/usr/sfw/bin/gmake -C ../lwlib/ liblw.a
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lwlib'
gmake[2]: `liblw.a' is up to date.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lwlib'
/usr/sfw/bin/gmake -C ../admin/charsets all
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/unidata charscript.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `charscript.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/unidata emoji-zwj.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `emoji-zwj.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/unidata'
/usr/sfw/bin/gmake -C ../admin/charsets cp51932.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `cp51932.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
/usr/sfw/bin/gmake -C ../admin/charsets eucjp-ms.el
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
gmake[2]: Nothing to be done for `eucjp-ms.el'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/charsets'
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
	--bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/
Loading loadup.el (source)...
Dump mode: pdump
Using load-path (/var/run/rpc_door/eggert/emacs-29.0.50/lisp)
Loading emacs-lisp/debug-early...
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading keymap...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading loaddefs.el (source)...
Loading button...
Loading emacs-lisp/cl-preloaded...
Loading emacs-lisp/oclosure...
Loading obarray...
Loading abbrev...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/charprop.el (source)...
Loading international/characters...
Loading international/charscript...
Loading international/emoji-zwj...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading international/cp51932...
Loading international/eucjp-ms...
Loading language/japanese...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading language/philippine...
Loading language/indonesian...
Loading indent...
Loading emacs-lisp/cl-generic...
Loading simple...
Loading emacs-lisp/seq...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading frame...
Loading startup...
Loading term/tty-colors...
Loading font-core...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading emacs-lisp/easymenu...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading tab-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading dynamic-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading progmodes/elisp-mode...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading paren...
Loading emacs-lisp/shorthands...
Loading emacs-lisp/eldoc...
Loading cus-start...
Loading tooltip...
Loading international/iso-transl...
Loading leim/leim-list.el (source)...
Loading emacs-lisp/rmc...
Waiting for git...
Error running git rev-parse: (file-missing "Searching for program" "No such file or directory" "git")
Waiting for git...
Error running git rev-parse --abbrev-ref: (file-missing "Searching for program" "No such file or directory" "git")
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 18007 strings, 5544 vectors, 48747 conses, 4998 bytecodes, 334 others
Dumping under the name emacs.pdmp
Dumping fingerprint: 8678cc9a2e97210bdd656db6e136f7dc53522c5e03af4b308e0bc29247ddce63
Dump complete
Byte counts: header=100 hot=3955876 discardable=75584 cold=3696304
Reloc counts: hot=439358 discardable=5019
Adding name emacs-29.0.50.1
Adding name emacs-29.0.50.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp 
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/src'
/usr/sfw/bin/gmake -C lisp all
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
/usr/sfw/bin/gmake -C ../leim all EMACS="../src/emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/leim'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/leim'
/usr/sfw/bin/gmake -C ../admin/grammars all EMACS="../../src/emacs"
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/grammars'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/admin/grammars'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/leim'
gmake[2]: Nothing to be done for `generate-ja-dic'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/leim'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Nothing to be done for `compile-targets'.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/misc'
gmake[2]: `org.texi' is up to date.
gmake[2]: `modus-themes.texi' is up to date.
gmake[2]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/misc'
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/lisp'
/usr/sfw/bin/gmake -C doc/lispref info
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/lispref'
gmake[1]: Nothing to be done for `info'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/lispref'
/usr/sfw/bin/gmake -C doc/lispintro info
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/lispintro'
gmake[1]: Nothing to be done for `info'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/lispintro'
/usr/sfw/bin/gmake -C doc/emacs info
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/emacs'
gmake[1]: Nothing to be done for `info'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/emacs'
/usr/sfw/bin/gmake -C doc/misc info
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/misc'
gmake[1]: Nothing to be done for `info'.
gmake[1]: Leaving directory `/var/run/rpc_door/eggert/emacs-29.0.50/doc/misc'
/usr/sfw/bin/gmake -C test check
gmake[1]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/test'
rm -f ./*.tmp
gmake[2]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/test'
gmake[3]: Entering directory `/var/run/rpc_door/eggert/emacs-29.0.50/test'
  ELC      lisp/net/tramp-tests.elc
  GEN      lisp/net/tramp-tests.log
  ELC      lib-src/emacsclient-tests.elc
  GEN      lib-src/emacsclient-tests.log
  ELC      lisp/abbrev-tests.elc
  GEN      lisp/abbrev-tests.log
  ELC      lisp/align-tests.elc
  GEN      lisp/align-tests.log
  ELC      lisp/allout-tests.elc
  GEN      lisp/allout-tests.log
  ELC      lisp/allout-widgets-tests.elc
  GEN      lisp/allout-widgets-tests.log
  ELC      lisp/ansi-color-tests.elc
  GEN      lisp/ansi-color-tests.log
  ELC      lisp/apropos-tests.elc
  GEN      lisp/apropos-tests.log
  ELC      lisp/arc-mode-tests.elc
  GEN      lisp/arc-mode-tests.log
  ELC      lisp/auth-source-pass-tests.elc
  GEN      lisp/auth-source-pass-tests.log
  ELC      lisp/auth-source-tests.elc
  GEN      lisp/auth-source-tests.log
  ELC      lisp/autoinsert-tests.elc
  GEN      lisp/autoinsert-tests.log
  ELC      lisp/autorevert-tests.elc
  GEN      lisp/autorevert-tests.log
  ELC      lisp/battery-tests.elc
  GEN      lisp/battery-tests.log
  ELC      lisp/bookmark-tests.elc
  GEN      lisp/bookmark-tests.log
  ELC      lisp/buff-menu-tests.elc
  GEN      lisp/buff-menu-tests.log
  ELC      lisp/button-tests.elc
  GEN      lisp/button-tests.log
  ELC      lisp/calc/calc-tests.elc
  GEN      lisp/calc/calc-tests.log
  ELC      lisp/calculator-tests.elc
  GEN      lisp/calculator-tests.log
  ELC      lisp/calendar/cal-french-tests.elc
  GEN      lisp/calendar/cal-french-tests.log
  ELC      lisp/calendar/cal-julian-tests.elc
  GEN      lisp/calendar/cal-julian-tests.log
  ELC      lisp/calendar/icalendar-tests.elc
  GEN      lisp/calendar/icalendar-tests.log
  ELC      lisp/calendar/iso8601-tests.elc
  GEN      lisp/calendar/iso8601-tests.log
  ELC      lisp/calendar/lunar-tests.elc
  GEN      lisp/calendar/lunar-tests.log
  ELC      lisp/calendar/parse-time-tests.elc
  GEN      lisp/calendar/parse-time-tests.log
  ELC      lisp/calendar/solar-tests.elc
  GEN      lisp/calendar/solar-tests.log
  ELC      lisp/calendar/time-date-tests.elc
  GEN      lisp/calendar/time-date-tests.log
  ELC      lisp/calendar/todo-mode-tests.elc
  GEN      lisp/calendar/todo-mode-tests.log
  ELC      lisp/cedet/cedet-files-tests.elc
  GEN      lisp/cedet/cedet-files-tests.log
  ELC      lisp/cedet/semantic-utest-c.elc
  GEN      lisp/cedet/semantic-utest-c.log
  ELC      lisp/cedet/semantic-utest-ia.elc
  GEN      lisp/cedet/semantic-utest-ia.log
  ELC      lisp/cedet/semantic-utest.elc
  GEN      lisp/cedet/semantic-utest.log
  ELC      lisp/cedet/semantic/bovine/gcc-tests.elc
  GEN      lisp/cedet/semantic/bovine/gcc-tests.log
  ELC      lisp/cedet/semantic/format-tests.elc
  GEN      lisp/cedet/semantic/format-tests.log
  ELC      lisp/cedet/semantic/fw-tests.elc
  GEN      lisp/cedet/semantic/fw-tests.log
  ELC      lisp/cedet/srecode-utest-getset.elc
  GEN      lisp/cedet/srecode-utest-getset.log
  ELC      lisp/cedet/srecode-utest-template.elc
  GEN      lisp/cedet/srecode-utest-template.log
  ELC      lisp/cedet/srecode/document-tests.elc
  GEN      lisp/cedet/srecode/document-tests.log
  ELC      lisp/cedet/srecode/fields-tests.elc
  GEN      lisp/cedet/srecode/fields-tests.log
  ELC      lisp/char-fold-tests.elc
  GEN      lisp/char-fold-tests.log
  ELC      lisp/color-tests.elc
  GEN      lisp/color-tests.log
  ELC      lisp/comint-tests.elc
  GEN      lisp/comint-tests.log
  ELC      lisp/completion-tests.elc
  GEN      lisp/completion-tests.log
  ELC      lisp/cus-edit-tests.elc
  GEN      lisp/cus-edit-tests.log
  ELC      lisp/custom-tests.elc
  GEN      lisp/custom-tests.log
  ELC      lisp/dabbrev-tests.elc
  GEN      lisp/dabbrev-tests.log
  ELC      lisp/delim-col-tests.elc
  GEN      lisp/delim-col-tests.log
  ELC      lisp/descr-text-tests.elc
  GEN      lisp/descr-text-tests.log
  ELC      lisp/desktop-tests.elc
  GEN      lisp/desktop-tests.log
  ELC      lisp/dired-aux-tests.elc
  GEN      lisp/dired-aux-tests.log
  ELC      lisp/dired-tests.elc
  GEN      lisp/dired-tests.log
  ELC      lisp/dired-x-tests.elc
  GEN      lisp/dired-x-tests.log
  ELC      lisp/dnd-tests.elc
  GEN      lisp/dnd-tests.log
  ELC      lisp/dom-tests.elc
  GEN      lisp/dom-tests.log
  ELC      lisp/edmacro-tests.elc
  GEN      lisp/edmacro-tests.log
  ELC      lisp/electric-tests.elc
  GEN      lisp/electric-tests.log
  ELC      lisp/elide-head-tests.elc
  GEN      lisp/elide-head-tests.log
  ELC      lisp/emacs-lisp/backquote-tests.elc
  GEN      lisp/emacs-lisp/backquote-tests.log
  ELC      lisp/emacs-lisp/backtrace-tests.elc
  GEN      lisp/emacs-lisp/backtrace-tests.log
  ELC      lisp/emacs-lisp/benchmark-tests.elc
  GEN      lisp/emacs-lisp/benchmark-tests.log
  ELC      lisp/emacs-lisp/bindat-tests.elc
  GEN      lisp/emacs-lisp/bindat-tests.log
  ELC      lisp/emacs-lisp/bytecomp-tests.elc
  GEN      lisp/emacs-lisp/bytecomp-tests.log
  ELC      lisp/emacs-lisp/cconv-tests.elc
  GEN      lisp/emacs-lisp/cconv-tests.log
  ELC      lisp/emacs-lisp/check-declare-tests.elc
  GEN      lisp/emacs-lisp/check-declare-tests.log
  ELC      lisp/emacs-lisp/checkdoc-tests.elc
  GEN      lisp/emacs-lisp/checkdoc-tests.log
  ELC      lisp/emacs-lisp/cl-extra-tests.elc
  GEN      lisp/emacs-lisp/cl-extra-tests.log
  ELC      lisp/emacs-lisp/cl-generic-tests.elc
  GEN      lisp/emacs-lisp/cl-generic-tests.log
  ELC      lisp/emacs-lisp/cl-lib-tests.elc
  GEN      lisp/emacs-lisp/cl-lib-tests.log
  ELC      lisp/emacs-lisp/cl-macs-tests.elc
  GEN      lisp/emacs-lisp/cl-macs-tests.log
  ELC      lisp/emacs-lisp/cl-preloaded-tests.elc
  GEN      lisp/emacs-lisp/cl-preloaded-tests.log
  ELC      lisp/emacs-lisp/cl-print-tests.elc
  GEN      lisp/emacs-lisp/cl-print-tests.log
  ELC      lisp/emacs-lisp/cl-seq-tests.elc
  GEN      lisp/emacs-lisp/cl-seq-tests.log
  ELC      lisp/emacs-lisp/comp-cstr-tests.elc
  GEN      lisp/emacs-lisp/comp-cstr-tests.log
  ELC      lisp/emacs-lisp/copyright-tests.elc
  GEN      lisp/emacs-lisp/copyright-tests.log
  ELC      lisp/emacs-lisp/derived-tests.elc
  GEN      lisp/emacs-lisp/derived-tests.log
  ELC      lisp/emacs-lisp/easy-mmode-tests.elc
  GEN      lisp/emacs-lisp/easy-mmode-tests.log
  ELC      lisp/emacs-lisp/edebug-tests.elc
  GEN      lisp/emacs-lisp/edebug-tests.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.elc
  GEN      lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-test-persist.elc
  GEN      lisp/emacs-lisp/eieio-tests/eieio-test-persist.log
  ELC      lisp/emacs-lisp/eieio-tests/eieio-tests.elc
  GEN      lisp/emacs-lisp/eieio-tests/eieio-tests.log
  ELC      lisp/emacs-lisp/ert-tests.elc
  GEN      lisp/emacs-lisp/ert-tests.log
  ELC      lisp/emacs-lisp/ert-x-tests.elc
  GEN      lisp/emacs-lisp/ert-x-tests.log
  ELC      lisp/emacs-lisp/faceup-tests/faceup-test-basics.elc
  GEN      lisp/emacs-lisp/faceup-tests/faceup-test-basics.log
  ELC      lisp/emacs-lisp/faceup-tests/faceup-test-files.elc
  GEN      lisp/emacs-lisp/faceup-tests/faceup-test-files.log
Running 1 tests (2022-06-25 13:07:50-0700, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))')
Test faceup-files backtrace:
  signal(ert-test-failed (((should (faceup-test-files-check-one "files
  ert-fail(((should (faceup-test-files-check-one "files/test1.txt")) :
  #f(compiled-function () #<bytecode -0x1a3116ab>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name faceup-files :documentation nil :body
  ert-run-or-rerun-test(#s(ert--stats :selector (not (or (tag :expensi
  ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n
  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" ":." "-l" "ert" "-l" "lisp/emacs-lisp/faceup-te
  command-line()
  normal-top-level()
Test faceup-files condition:
    (ert-test-failed
     ((should
       (faceup-test-files-check-one "files/test1.txt"))
      :form
      (faceup-test-files-check-one "files/test1.txt")
      :value nil :explanation
      ((on-line 4
		("«(help-echo):\"Balloon tip: Fly smoothly!\":«w:WARNING»»: The first word on this line should use")
		("«(help-echo):\"Balloon tip: Fly smoothly!\":«w:WARNING»»: The first word on this line should use"))
       (on-line 8
		("In this mode «s:\"«(syntax-table):(4 . 41):<»\"» and «s:\"«(syntax-table):(5 . 40):>»\"» are parentheses, but only when on the same")
		("In this mode «s:\"«(syntax-table):(4 . 41):<»\"» and «s:\"«(syntax-table):(5 . 40):>»\"» are parentheses, but only when on the same"))
       (on-line 9
		("line without any other «s:\"«(syntax-table):(4 . 41):<»\"» and «s:\"«(syntax-table):(5 . 40):>»\"» characters between them.")
		("line without any other «s:\"«(syntax-table):(4 . 41):<»\"» and «s:\"«(syntax-table):(5 . 40):>»\"» characters between them."))
       (on-line 10
		("«(syntax-table):(4 . 41):<»OK«(syntax-table):(5 . 40):>» <NOT «(syntax-table):(4 . 41):<»OK«(syntax-table):(5 . 40):>» >")
		("«(syntax-table):(4 . 41):<»OK«(syntax-table):(5 . 40):>» <NOT «(syntax-table):(4 . 41):<»OK«(syntax-table):(5 . 40):>» >")))))
   FAILED  1/1  faceup-files (0.023923 sec) at lisp/emacs-lisp/faceup-tests/faceup-test-files.el:58

Ran 1 tests, 0 results as expected, 1 unexpected (2022-06-25 13:07:52-0700, 1.802671 sec)

1 unexpected results:
   FAILED  faceup-files

gmake[3]: *** [lisp/emacs-lisp/faceup-tests/faceup-test-files.log] Error 1
  ELC      lisp/emacs-lisp/find-func-tests.elc
  GEN      lisp/emacs-lisp/find-func-tests.log
  ELC      lisp/emacs-lisp/float-sup-tests.elc
  GEN      lisp/emacs-lisp/float-sup-tests.log
  ELC      lisp/emacs-lisp/generator-tests.elc
  GEN      lisp/emacs-lisp/generator-tests.log
  ELC      lisp/emacs-lisp/gv-tests.elc
  GEN      lisp/emacs-lisp/gv-tests.log
  ELC      lisp/emacs-lisp/hierarchy-tests.elc
  GEN      lisp/emacs-lisp/hierarchy-tests.log
  ELC      lisp/emacs-lisp/let-alist-tests.elc
  GEN      lisp/emacs-lisp/let-alist-tests.log
  ELC      lisp/emacs-lisp/lisp-mnt-tests.elc
  GEN      lisp/emacs-lisp/lisp-mnt-tests.log
  ELC      lisp/emacs-lisp/lisp-mode-tests.elc
  GEN      lisp/emacs-lisp/lisp-mode-tests.log
  ELC      lisp/emacs-lisp/lisp-tests.elc
  GEN      lisp/emacs-lisp/lisp-tests.log
Running 37 tests (2022-06-25 13:08:44-0700, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))')
   passed   1/37  backward-up-list-basic (0.001697 sec)
   passed   2/37  core-elisp-tests-1-defvar-in-let (0.000916 sec)
Mark set
   passed   3/37  core-elisp-tests-2-window-configurations (0.001314 sec)
   passed   4/37  core-elisp-tests-3-backquote (0.000726 sec)
   passed   5/37  end-of-defun-twice (0.004477 sec)
   passed   6/37  lisp-backward-sexp-1-empty-parens (0.000873 sec)
   passed   7/37  lisp-backward-sexp-1-eobp (0.000940 sec)
   passed   8/37  lisp-backward-sexp-1-error-mismatch (0.000838 sec)
   passed   9/37  lisp-backward-sexp-2-bobp (0.000869 sec)
   passed  10/37  lisp-backward-sexp-2-bobp-and-subsequent (0.000985 sec)
   passed  11/37  lisp-delete-pair-parens (1.001518 sec)
   passed  12/37  lisp-delete-pair-quotation-marks (1.011332 sec)
   passed  13/37  lisp-delete-pair-quotes-in-text-mode (0.001307 sec)
   passed  14/37  lisp-delete-pair-quotes-text-mode-syntax-table (1.168948 sec)
Test lisp-fill-paragraph-colon backtrace:
  signal(ert-test-failed (((should (looking-at ":three")) :form (looki
  ert-fail(((should (looking-at ":three")) :form (looking-at ":three")
  #f(compiled-function () #<bytecode -0x8c746ec>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name lisp-fill-paragraph-colon :documentat
  ert-run-or-rerun-test(#s(ert--stats :selector (not ...) :tests [... 
  ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n
  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" ":." "-l" "ert" "-l" "lisp/emacs-lisp/lisp-test
  command-line()
  normal-top-level()
Test lisp-fill-paragraph-colon condition:
    (ert-test-failed
     ((should
       (looking-at ":three"))
      :form
      (looking-at ":three")
      :value nil))
   FAILED  15/37  lisp-fill-paragraph-colon (0.008819 sec) at lisp/emacs-lisp/lisp-tests.el:649
   passed  16/37  lisp-forward-sexp-1-empty-parens (0.000948 sec)
   passed  17/37  lisp-forward-sexp-1-eobp (0.000817 sec)
   passed  18/37  lisp-forward-sexp-1-error-mismatch (0.000821 sec)
   passed  19/37  lisp-forward-sexp-2-eobp (0.000836 sec)
   passed  20/37  lisp-forward-sexp-2-eobp-and-subsequent (0.000857 sec)
   passed  21/37  lisp-forward-sexp-elisp-inside-symbol (0.002659 sec)
   passed  22/37  lisp-forward-sexp-elisp-quoted-symbol (0.002446 sec)
   passed  23/37  lisp-forward-sexp-emacs-lisp-quote-char (0.002248 sec)
   passed  24/37  lisp-forward-sexp-emacs-lisp-semi-char-error (0.002655 sec)
   passed  25/37  lisp-forward-sexp-python-triple-quoted-string (0.006505 sec)
   passed  26/37  lisp-forward-sexp-python-triple-quotes-string (0.006096 sec)
   passed  27/37  mark-defun-arg-region-active (0.003966 sec)
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
   passed  28/37  mark-defun-bob (0.012065 sec)
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
   passed  29/37  mark-defun-neg-arg-region-inactive (0.015363 sec)
   passed  30/37  mark-defun-no-arg-region-active (0.004119 sec)
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
   passed  31/37  mark-defun-no-arg-region-inactive (0.013917 sec)
Mark set
Mark set
Mark set
Mark set
Mark set
Mark set
   passed  32/37  mark-defun-pos-arg-region-inactive (0.009128 sec)
   passed  33/37  up-list-basic (0.001232 sec)
   passed  34/37  up-list-cross-string (0.001297 sec)
   passed  35/37  up-list-no-cross-string (0.001537 sec)
   passed  36/37  up-list-out-of-string (0.001238 sec)
   passed  37/37  up-list-with-forward-sexp-function (0.001366 sec)

Ran 37 tests, 36 results as expected, 1 unexpected (2022-06-25 13:08:49-0700, 5.103395 sec)

1 unexpected results:
   FAILED  lisp-fill-paragraph-colon

gmake[3]: *** [lisp/emacs-lisp/lisp-tests.log] Error 1
  ELC      lisp/emacs-lisp/macroexp-tests.elc
  GEN      lisp/emacs-lisp/macroexp-tests.log
  ELC      lisp/emacs-lisp/map-tests.elc
  GEN      lisp/emacs-lisp/map-tests.log
  ELC      lisp/emacs-lisp/memory-report-tests.elc
  GEN      lisp/emacs-lisp/memory-report-tests.log
  ELC      lisp/emacs-lisp/multisession-tests.elc
  GEN      lisp/emacs-lisp/multisession-tests.log
  ELC      lisp/emacs-lisp/nadvice-tests.elc
  GEN      lisp/emacs-lisp/nadvice-tests.log
  ELC      lisp/emacs-lisp/oclosure-tests.elc
  GEN      lisp/emacs-lisp/oclosure-tests.log
  ELC      lisp/emacs-lisp/package-tests.elc
  GEN      lisp/emacs-lisp/package-tests.log
  ELC      lisp/emacs-lisp/pcase-tests.elc
  GEN      lisp/emacs-lisp/pcase-tests.log
  ELC      lisp/emacs-lisp/pp-tests.elc
  GEN      lisp/emacs-lisp/pp-tests.log
  ELC      lisp/emacs-lisp/range-tests.elc
  GEN      lisp/emacs-lisp/range-tests.log
  ELC      lisp/emacs-lisp/regexp-opt-tests.elc
  GEN      lisp/emacs-lisp/regexp-opt-tests.log
  ELC      lisp/emacs-lisp/ring-tests.elc
  GEN      lisp/emacs-lisp/ring-tests.log
  ELC      lisp/emacs-lisp/rmc-tests.elc
  GEN      lisp/emacs-lisp/rmc-tests.log
  ELC      lisp/emacs-lisp/rx-tests.elc
  GEN      lisp/emacs-lisp/rx-tests.log
  ELC      lisp/emacs-lisp/seq-tests.elc
  GEN      lisp/emacs-lisp/seq-tests.log
  ELC      lisp/emacs-lisp/shadow-tests.elc
  GEN      lisp/emacs-lisp/shadow-tests.log
  ELC      lisp/emacs-lisp/shortdoc-tests.elc
  GEN      lisp/emacs-lisp/shortdoc-tests.log
  ELC      lisp/emacs-lisp/subr-x-tests.elc
  GEN      lisp/emacs-lisp/subr-x-tests.log
  ELC      lisp/emacs-lisp/syntax-tests.elc
  GEN      lisp/emacs-lisp/syntax-tests.log
  ELC      lisp/emacs-lisp/tabulated-list-tests.elc
  GEN      lisp/emacs-lisp/tabulated-list-tests.log
  ELC      lisp/emacs-lisp/testcover-tests.elc
  GEN      lisp/emacs-lisp/testcover-tests.log
  ELC      lisp/emacs-lisp/text-property-search-tests.elc
  GEN      lisp/emacs-lisp/text-property-search-tests.log
  ELC      lisp/emacs-lisp/thunk-tests.elc
  GEN      lisp/emacs-lisp/thunk-tests.log
  ELC      lisp/emacs-lisp/timer-tests.elc
  GEN      lisp/emacs-lisp/timer-tests.log
  ELC      lisp/emacs-lisp/unsafep-tests.elc
  GEN      lisp/emacs-lisp/unsafep-tests.log
  ELC      lisp/emacs-lisp/vtable-tests.elc
  GEN      lisp/emacs-lisp/vtable-tests.log
  ELC      lisp/emacs-lisp/warnings-tests.elc
  GEN      lisp/emacs-lisp/warnings-tests.log
  ELC      lisp/emulation/viper-tests.elc
  GEN      lisp/emulation/viper-tests.log
  ELC      lisp/epg-config-tests.elc
  GEN      lisp/epg-config-tests.log
  ELC      lisp/epg-tests.elc
  GEN      lisp/epg-tests.log
  ELC      lisp/erc/erc-dcc-tests.elc
  GEN      lisp/erc/erc-dcc-tests.log
  ELC      lisp/erc/erc-tests.elc
  GEN      lisp/erc/erc-tests.log
  ELC      lisp/erc/erc-track-tests.elc
  GEN      lisp/erc/erc-track-tests.log
  ELC      lisp/eshell/em-basic-tests.elc
  GEN      lisp/eshell/em-basic-tests.log
  ELC      lisp/eshell/em-extpipe-tests.elc
  GEN      lisp/eshell/em-extpipe-tests.log
  ELC      lisp/eshell/em-glob-tests.elc
  GEN      lisp/eshell/em-glob-tests.log
  ELC      lisp/eshell/em-hist-tests.elc
  GEN      lisp/eshell/em-hist-tests.log
  ELC      lisp/eshell/em-ls-tests.elc
  GEN      lisp/eshell/em-ls-tests.log
  ELC      lisp/eshell/em-pred-tests.elc
  GEN      lisp/eshell/em-pred-tests.log
  ELC      lisp/eshell/em-tramp-tests.elc
  GEN      lisp/eshell/em-tramp-tests.log
  ELC      lisp/eshell/esh-opt-tests.elc
  GEN      lisp/eshell/esh-opt-tests.log
  ELC      lisp/eshell/esh-proc-tests.elc
  GEN      lisp/eshell/esh-proc-tests.log
Running 4 tests (2022-06-25 13:13:12-0700, selector `(not (or (tag :expensive-test) (tag :unstable) (tag :nativecomp)))')
Loading em-alias...
Loading em-banner...
Loading em-basic...
Loading em-cmpl...
Loading em-extpipe...
Loading em-glob...
Loading em-hist...
Loading em-ls...
Loading em-prompt...
Loading em-script...
Loading em-term...
Loading em-unix...
[sh]+ Done (/usr/bin/sh -c while true; do sleep 1; done)
   passed  1/4  esh-proc-test/kill-background-process (0.841542 sec)
   passed  2/4  esh-proc-test/kill-pipeline (0.217380 sec)
Test esh-proc-test/kill-pipeline-head backtrace:
  signal(error ("timed out waiting for subprocess(es)"))
  error("timed out waiting for subprocess(es)")
  (progn (error "timed out waiting for subprocess(es)"))
  (if (> (float-time (time-since start)) eshell-test--max-subprocess-t
  (while (if all eshell-process-list (eshell-interactive-process-p)) (
  (let ((start (current-time))) (while (if all eshell-process-list (es
  eshell-wait-for-subprocess(t)
  #f(compiled-function () #<bytecode -0x1fa366e9>)()
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name esh-proc-test/kill-pipeline-head :doc
  ert-run-or-rerun-test(#s(ert--stats :selector (not (or ... ... ...))
  ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n
  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" ":." "-l" "ert" "-l" "lisp/eshell/esh-proc-test
  command-line()
  normal-top-level()
Test esh-proc-test/kill-pipeline-head condition:
    (error "timed out waiting for subprocess(es)")
   FAILED  3/4  esh-proc-test/kill-pipeline-head (5.097699 sec) at lisp/eshell/esh-proc-tests.el:69
   passed  4/4  esh-proc-test/sigpipe-exits-process (1.189399 sec)

Ran 4 tests, 3 results as expected, 1 unexpected (2022-06-25 13:13:21-0700, 9.005127 sec)

1 unexpected results:
   FAILED  esh-proc-test/kill-pipeline-head

gmake[3]: *** [lisp/eshell/esh-proc-tests.log] Error 1
  ELC      lisp/eshell/esh-var-tests.elc
  GEN      lisp/eshell/esh-var-tests.log
gmake[3]: *** [lisp/eshell/esh-var-tests.log] Interrupt
gmake[2]: *** [check-doit] Interrupt
gmake[1]: *** [check] Interrupt
gmake: *** [check] Interrupt

bash-3.2$ 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-25 20:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20  4:52 bug#47275: Emacs 27.2 RC2 "make check" segv, infloop (Solaris 10 sparc) Paul Eggert
2021-03-20  7:21 ` Eli Zaretskii
2021-03-20 16:23   ` Paul Eggert
2021-03-20 16:51     ` Eli Zaretskii
2021-03-20 17:00       ` Paul Eggert
2021-03-20 17:33         ` Eli Zaretskii
2022-06-25 12:03           ` Lars Ingebrigtsen
2022-06-25 20:55             ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).