[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1057558: marked as done (emacs-web-server: FTBFS: FAILED httpd-status-test)



Your message dated Sat, 09 Dec 2023 15:18:56 +0000
with message-id <E1rBz6W-002hFK-7t@fasolo.debian.org>
and subject line Bug#1057558: fixed in emacs-web-server 1.5.1+git20231209.44fd82f-1
has caused the Debian Bug report #1057558,
regarding emacs-web-server: FTBFS: FAILED httpd-status-test
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1057558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057558
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:emacs-web-server
Version: 1.5.1-5
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with elpa
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
	make -j2 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
emacs -batch -Q -L . -f batch-byte-compile simple-httpd.el
emacs -batch -Q -L . -f batch-byte-compile simple-httpd-test.el simple-httpd.el

In toplevel form:
simple-httpd.el:416:12: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.

In toplevel form:
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd-test.el:12:11: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd-test.el: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:655:10: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:661:14: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:663:16: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:669:16: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.

In toplevel form:
simple-httpd.el:416:12: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:655:10: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:661:14: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:663:16: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
simple-httpd.el:669:16: Warning: ‘point’ is an obsolete generalized variable; use ‘goto-char’ instead.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_elpa_test
	emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . --eval "(setq comp-enable-subr-trampolines nil)" -l simple-httpd-test.el --eval \(ert-run-tests-batch-and-exit\)
Running 10 tests (2023-12-05 16:23:17+0000, selector ‘t’)
   passed   1/10  httpd-clean-path-test (0.000090 sec)
   passed   2/10  httpd-get-servlet-test (0.000089 sec)
   passed   3/10  httpd-mime-test (0.000053 sec)
   passed   4/10  httpd-parse-args-test (0.000064 sec)
   passed   5/10  httpd-parse-endpoint (0.000049 sec)
   passed   6/10  httpd-parse-test (0.000974 sec)
   passed   7/10  httpd-parse-uri-test (0.000085 sec)
   passed   8/10  httpd-send-header-test (0.126640 sec)
Warning (emacs): Redefining ‘file-exists-p’ might break native compilation of trampolines.
Test httpd-status-test backtrace:
  native-elisp-load("/tmp/test-nativecomp-cache-wyP0dL/29.1-6902048d/s
  comp-trampoline-search(file-readable-p)
  comp-subr-trampoline-install(file-readable-p)
  fset(file-readable-p (lambda (file) nil))
  (progn (fset 'file-exists-p #'(lambda (file) t)) (fset 'file-readabl
  (unwind-protect (progn (fset 'file-exists-p #'(lambda (file) t)) (fs
  (let ((file-exists-p (symbol-function 'file-exists-p)) (file-readabl
  (lambda nil (let ((file-exists-p (symbol-function 'file-exists-p)) (
  ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
  ert-run-test(#s(ert-test :name httpd-status-test :documentation "Tes
  ert-run-or-rerun-test(#s(ert--stats :selector t :tests [... ... ...
  ert-run-tests(t #f(compiled-function (event-type &rest event-args) #
  ert-run-tests-batch(nil)
  ert-run-tests-batch-and-exit()
  command-line-1(("-l" "package" "--eval" "(add-to-list 'package-direc
  command-line()
  normal-top-level()
Test httpd-status-test condition:
    (native-lisp-load-failed "file does not exists" "/tmp/test-nativecomp-cache-wyP0dL/29.1-6902048d/subr--trampoline-66696c652d7265616461626c652d70_file_readable_p_0.eln")
   FAILED   9/10  httpd-status-test (0.222435 sec) at simple-httpd-test.el:88
   passed  10/10  httpd-unhex-test (0.000106 sec)

Ran 10 tests, 9 results as expected, 1 unexpected (2023-12-05 16:23:17+0000, 0.396136 sec)

1 unexpected results:
   FAILED  httpd-status-test

dh_elpa_test: error: emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . --eval "(setq comp-enable-subr-trampolines nil)" -l simple-httpd-test.el --eval \(ert-run-tests-batch-and-exit\) returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202312/

About the archive rebuild: The build was made using virtual machines
from AWS, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: emacs-web-server
Source-Version: 1.5.1+git20231209.44fd82f-1
Done: Lev Lamberov <dogsleg@debian.org>

We believe that the bug you reported is fixed in the latest version of
emacs-web-server, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1057558@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lev Lamberov <dogsleg@debian.org> (supplier of updated emacs-web-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 09 Dec 2023 19:55:18 +0500
Source: emacs-web-server
Architecture: source
Version: 1.5.1+git20231209.44fd82f-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Changed-By: Lev Lamberov <dogsleg@debian.org>
Closes: 1057558
Changes:
 emacs-web-server (1.5.1+git20231209.44fd82f-1) unstable; urgency=medium
 .
   * New upstream version 1.5.1+git20231209.44fd82f (Closes: #1057558)
   * Add patch to clean documentation
   * Add upstream metadata
   * d/control: Declare Standards-Version 4.6.2 (no changes needed)
   * d/control: Clean Recommends
   * d/copyright: Bump copyright years
Checksums-Sha1:
 1f3174f8ef159bc5cbf24d2ca6c829b125566cc9 2175 emacs-web-server_1.5.1+git20231209.44fd82f-1.dsc
 06cfa5e541533cb2035faf7abf26d2987e90cecd 13283 emacs-web-server_1.5.1+git20231209.44fd82f.orig.tar.gz
 3fff4fefca18ced651bf9432ad3215fbb67737fc 3148 emacs-web-server_1.5.1+git20231209.44fd82f-1.debian.tar.xz
 7a55fd3158a3950ade6c2ea1896775dfb1475f06 8947 emacs-web-server_1.5.1+git20231209.44fd82f-1_amd64.buildinfo
Checksums-Sha256:
 bc27a60058aee65d652a6a5aed5e58cee3701a7a02b0ed59cf558f7567438e8a 2175 emacs-web-server_1.5.1+git20231209.44fd82f-1.dsc
 de2c43461d0f1f5784bf76c610e9b6f683759e30baf8c7f5d8ddce027b8551c4 13283 emacs-web-server_1.5.1+git20231209.44fd82f.orig.tar.gz
 32b5f3018b515e962fa5da502b8ac4980c3c786957606430a4c44b8d47f0c4e7 3148 emacs-web-server_1.5.1+git20231209.44fd82f-1.debian.tar.xz
 ec89169b395b33443c180cdbb19dd61e158c7cbdbb91aa0c2a3a382cace23899 8947 emacs-web-server_1.5.1+git20231209.44fd82f-1_amd64.buildinfo
Files:
 16f5c4afa81e9a7ee3345c525cee252c 2175 lisp optional emacs-web-server_1.5.1+git20231209.44fd82f-1.dsc
 da3fd2b481f885a73a2e492cec34fc37 13283 lisp optional emacs-web-server_1.5.1+git20231209.44fd82f.orig.tar.gz
 674a7343cf77da0e6897c8d52c162e9a 3148 lisp optional emacs-web-server_1.5.1+git20231209.44fd82f-1.debian.tar.xz
 f1e1b677c9b31abf4122c9772738d27a 8947 lisp optional emacs-web-server_1.5.1+git20231209.44fd82f-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE3mumcdV9mwCc9oZQXudu4gIW0qUFAmV0gToACgkQXudu4gIW
0qXNJg//WoCJ7yoScLvh33lkm7q6xdeHj9c8bHfAdeS+U9WMD27NeLMlouV2K/gL
sf4LIvpRIF4vqMYJLJ8G//wG04rbExHELyD9e48RnAiwxpB+x47l6isD0djUMLdd
9XbVe7ZDjp681XnIzVOgztWCPSvvRriZ2Ghhv57FL6AQ96fyjPNPEd7EaAuSUOzW
E3f17mDfx2WymR3C7Xxd/+aT+whNJzmMQLHk+1MLIrmfhmqS1O4HoqYNDt2ah5cs
KR5xrcsLzYvWNonwbKG1QdeNIAAH0OCTP8VkBExBiMTvomRa0Jy9Pa+HDTPXxWvD
1/vX54VxX9L5ohmFNPn8t61pObqRE7DJwtKlKLTrBAUBx8AIO8IDYccZ60FOEmaB
JKzQsJm+4WBQSmTLapI+Mr3WPwrKFZYBkFJeWGY7+FA9Vjp9HCpF/KZOlorD5RKd
SZR9RNFhy/eLessmBss/7nDBifZAvXrbdVG064DpgDApJ5mJzuv3Ru8C9mQFNoEe
T5erK7BBWMfI5KsY1/vqQ1UGF2JIW6a+gyS+mq0seAtEcHBcy3AvbOjqA9EW02b6
VzdBk/DeYdGFfW0x+a4/2eUlQvVoN2cEmK+lnyT8mvmNoQNvoxeZWvouejT6EX4J
X7drBSXukbNz+bTZTutrUPlCcLHhEqWxNoL96V2YdT2YSExzqCs=
=6ziW
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: