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

Bug#1030483: beginend-el: FTBFS: error: (file-missing (lambda (arg72 &rest arg73) (let ((f #'message)) (apply f arg72 arg73))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")



Source: beginend-el
Version: 2.3.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> skipping upstream build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_elpa_test
> 	buttercup -L .
> Loading /etc/emacs/site-start.d/00debian.el (source)...
> Loading /etc/emacs/site-start.d/50autoconf.el (source)...
> Loading /<<PKGBUILDDIR>>/test/test-helper.el (source)...
> Loading /<<PKGBUILDDIR>>/test/test-helper.el (source)...
> Loading /<<PKGBUILDDIR>>/test/test-helper.el (source)...
> Loading /<<PKGBUILDDIR>>/test/test-helper.el (source)...
> Loading /<<PKGBUILDDIR>>/test/test-helper.el (source)...
> Running 40 specs.
> 
> beginend in a dired buffer
>   ignores . and .. at the beginningMark set
> 
>   ignores . and .. at the beginning (37.46ms)
>   ignores . and .. at the endMark set
> 
>   ignores . and .. at the end (7.07ms)
>   ignores . at the beginning and .. at the endMark set
> 
>   ignores . at the beginning and .. at the end (6.98ms)
>   ignores . and .. in the middleMark set
> 
>   ignores . and .. in the middle (6.22ms)
>   ignores . and .. when they are hiddenMark set
> 
>   ignores . and .. when they are hidden (5.17ms)
>   ignores . and .. when they are not hiddenMark set
> 
>   ignores . and .. when they are not hidden (10.38ms)
>   ignores . and .. when they are hidden and the directory is emptyMark set
> 
>   ignores . and .. when they are hidden and the directory is empty (4.45ms)
>   ignores . and .. when they are not hidden and the directory is emptyMark set
> 
>   ignores . and .. when they are not hidden and the directory is empty (4.19ms)
> 
> beginend
>   pushes mark
>     when going to beginning
>       if point is not at beginningMark set
> 
>       if point is not at beginning  FAILED (71.18ms)
>       only onceMark set
> 
>       only once  FAILED (38.91ms)
>     when going to end
>       if point is not at endMark set
> 
>       if point is not at end  FAILED (26.99ms)
>       only onceMark set
> 
>       only once  FAILED (25.86ms)
>   does not push mark
>     when going to beginning
>       if point is already at beginning
>       if point is already at beginning  FAILED (3.40ms)
>       if point is at point-min
>       if point is at point-min  FAILED (25.63ms)
>     when going to end
>       if point is already at end
>       if point is already at end  FAILED (25.09ms)
>       if point is at point-max
>       if point is at point-max  FAILED (26.64ms)
> 
> beginend, when narrowing is active,
>   goes to point-min if beginning is outside the narrowed region
>   goes to point-min if beginning is outside the narrowed region  FAILED (3.86ms)
>   goes to beginning if beginning is inside the narrowed regionMark set
> 
>   goes to beginning if beginning is inside the narrowed region  FAILED (24.96ms)
>   goes to point-max if end is outside the narrowed region
>   goes to point-max if end is outside the narrowed region  FAILED (25.26ms)
>   goes to end if end is inside the narrowed region
>   goes to end if end is inside the narrowed region  FAILED (29.04ms)
>   does not move point
>     when going to beginning and beginning outside the narrowed region if point is already at point-min
>     when going to beginning and beginning outside the narrowed region if point is already at point-min  FAILED (3.46ms)
>     when going to end and end outside the narrowed region if point is already at point-max
>     when going to end and end outside the narrowed region if point is already at point-max  FAILED (26.75ms)
>   does not mark
>     when going to beginning and beginning outside the narrowed region if point is already at point-min
>     when going to beginning and beginning outside the narrowed region if point is already at point-min  FAILED (25.69ms)
>     when going to end and end outside the narrowed region if point is already at point-max
>     when going to end and end outside the narrowed region if point is already at point-max  FAILED (25.68ms)
>   correctly detects out of bounds
>     when point is before point-min
>     when point is before point-min  FAILED (3.43ms)
>     when point is after point-max
>     when point is after point-max  FAILED (25.50ms)
>     when point is between point-min point-max
>     when point is between point-min point-max  FAILED (32.25ms)
> 
> beginend
>   in org-mode
>     goes back to position 0 if that's a headingMark set
> 
>     goes back to position 0 if that's a heading (0.14ms)
>     goes to second line if that's where the 1st heading is
>     goes to second line if that's where the 1st heading is (0.09ms)
>     goes to 1st heading if the buffer starts with properties
>     goes to 1st heading if the buffer starts with properties (0.08ms)
>     goes to (point-min) if there is just one characterMark set
> 
>     goes to (point-min) if there is just one character (0.11ms)
>     stays at (point-min) if buffer is empty
>     stays at (point-min) if buffer is empty (0.09ms)
> 
> beginend
>   in prog-mode
>     uses prog-mode-code-position-p to know where code beginsMark set
> 
>     uses prog-mode-code-position-p to know where code begins (0.10ms)
>     uses prog-mode-code-position-p to know where code endMark set
> 
>     uses prog-mode-code-position-p to know where code end (0.10ms)
>     moves point to beginning of first code lineMark set
> 
>     moves point to beginning of first code line (0.15ms)
>     moves point to end of last code lineMark set
> 
>     moves point to end of last code line (0.16ms)
>   beginend--prog-mode-code-position-p
>     returns non-nil for a line of code
>     returns non-nil for a line of code (0.20ms)
>     returns nil
>       for a line of comment
>       for a line of comment (0.25ms)
>       for an empty line
>       for an empty line (0.18ms)
>       for a line with ^L
>       for a line with ^L (0.17ms)
> 
> ========================================
> beginend pushes mark when going to beginning if point is not at beginning
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "pushes mark" #s(buttercup-suite "...
>   buttercup--run-suite(#s(buttercup-suite "when going to beginning" #s(butte...
>   buttercup--run-spec(#s(buttercup-spec "if point is not at beginning" #s(bu...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is not at begin...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg0 &rest arg1) (let ((f #'message)) (apply...
>   signal(file-missing ((lambda (arg0 &rest arg1) (let ((f #'message)) (apply...
> error: (file-missing (lambda (arg0 &rest arg1) (let ((f #'message)) (apply f arg0 arg1))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend pushes mark when going to beginning only once
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "pushes mark" #s(buttercup-suite "...
>   buttercup--run-suite(#s(buttercup-suite "when going to beginning" #s(butte...
>   buttercup--run-spec(#s(buttercup-spec "only once" #s(buttercup-suite "when...
>   buttercup--update-with-funcall(#s(buttercup-spec "only once" #s(buttercup-...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg4 &rest arg5) (let ((f #'message)) (apply...
>   signal(file-missing ((lambda (arg4 &rest arg5) (let ((f #'message)) (apply...
> error: (file-missing (lambda (arg4 &rest arg5) (let ((f #'message)) (apply f arg4 arg5))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend pushes mark when going to end if point is not at end
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "pushes mark" #s(buttercup-suite "...
>   buttercup--run-suite(#s(buttercup-suite "when going to end" #s(buttercup-s...
>   buttercup--run-spec(#s(buttercup-spec "if point is not at end" #s(buttercu...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is not at end" ...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg8 &rest arg9) (let ((f #'message)) (apply...
>   signal(file-missing ((lambda (arg8 &rest arg9) (let ((f #'message)) (apply...
> error: (file-missing (lambda (arg8 &rest arg9) (let ((f #'message)) (apply f arg8 arg9))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend pushes mark when going to end only once
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "pushes mark" #s(buttercup-suite "...
>   buttercup--run-suite(#s(buttercup-suite "when going to end" #s(buttercup-s...
>   buttercup--run-spec(#s(buttercup-spec "only once" #s(buttercup-suite "when...
>   buttercup--update-with-funcall(#s(buttercup-spec "only once" #s(buttercup-...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg12 &rest arg13) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg12 &rest arg13) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg12 &rest arg13) (let ((f #'message)) (apply f arg12 arg13))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend does not push mark when going to beginning if point is already at beginning
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "does not push mark" #s(buttercup-...
>   buttercup--run-suite(#s(buttercup-suite "when going to beginning" #s(butte...
>   buttercup--run-spec(#s(buttercup-spec "if point is already at beginning" #...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is already at b...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg16 &rest arg17) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg16 &rest arg17) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg16 &rest arg17) (let ((f #'message)) (apply f arg16 arg17))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend does not push mark when going to beginning if point is at point-min
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "does not push mark" #s(buttercup-...
>   buttercup--run-suite(#s(buttercup-suite "when going to beginning" #s(butte...
>   buttercup--run-spec(#s(buttercup-spec "if point is at point-min" #s(butter...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is at point-min...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg20 &rest arg21) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg20 &rest arg21) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg20 &rest arg21) (let ((f #'message)) (apply f arg20 arg21))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend does not push mark when going to end if point is already at end
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "does not push mark" #s(buttercup-...
>   buttercup--run-suite(#s(buttercup-suite "when going to end" #s(buttercup-s...
>   buttercup--run-spec(#s(buttercup-spec "if point is already at end" #s(butt...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is already at e...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg24 &rest arg25) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg24 &rest arg25) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg24 &rest arg25) (let ((f #'message)) (apply f arg24 arg25))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend does not push mark when going to end if point is at point-max
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend" nil passed nil nil (255...
>   buttercup--run-suite(#s(buttercup-suite "does not push mark" #s(buttercup-...
>   buttercup--run-suite(#s(buttercup-suite "when going to end" #s(buttercup-s...
>   buttercup--run-spec(#s(buttercup-spec "if point is at point-max" #s(butter...
>   buttercup--update-with-funcall(#s(buttercup-spec "if point is at point-max...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg28 &rest arg29) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg28 &rest arg29) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg28 &rest arg29) (let ((f #'message)) (apply f arg28 arg29))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, goes to point-min if beginning is outside the narrowed region
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-spec(#s(buttercup-spec "goes to point-min if beginning is o...
>   buttercup--update-with-funcall(#s(buttercup-spec "goes to point-min if beg...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg32 &rest arg33) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg32 &rest arg33) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg32 &rest arg33) (let ((f #'message)) (apply f arg32 arg33))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, goes to beginning if beginning is inside the narrowed region
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-spec(#s(buttercup-spec "goes to beginning if beginning is i...
>   buttercup--update-with-funcall(#s(buttercup-spec "goes to beginning if beg...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg36 &rest arg37) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg36 &rest arg37) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg36 &rest arg37) (let ((f #'message)) (apply f arg36 arg37))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, goes to point-max if end is outside the narrowed region
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-spec(#s(buttercup-spec "goes to point-max if end is outside...
>   buttercup--update-with-funcall(#s(buttercup-spec "goes to point-max if end...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg40 &rest arg41) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg40 &rest arg41) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg40 &rest arg41) (let ((f #'message)) (apply f arg40 arg41))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, goes to end if end is inside the narrowed region
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-spec(#s(buttercup-spec "goes to end if end is inside the na...
>   buttercup--update-with-funcall(#s(buttercup-spec "goes to end if end is in...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg44 &rest arg45) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg44 &rest arg45) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg44 &rest arg45) (let ((f #'message)) (apply f arg44 arg45))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, does not move point when going to beginning and beginning outside the narrowed region if point is already at point-min
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "does not move point" #s(buttercup...
>   buttercup--run-spec(#s(buttercup-spec "when going to beginning and beginni...
>   buttercup--update-with-funcall(#s(buttercup-spec "when going to beginning ...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg48 &rest arg49) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg48 &rest arg49) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg48 &rest arg49) (let ((f #'message)) (apply f arg48 arg49))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, does not move point when going to end and end outside the narrowed region if point is already at point-max
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "does not move point" #s(buttercup...
>   buttercup--run-spec(#s(buttercup-spec "when going to end and end outside t...
>   buttercup--update-with-funcall(#s(buttercup-spec "when going to end and en...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg52 &rest arg53) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg52 &rest arg53) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg52 &rest arg53) (let ((f #'message)) (apply f arg52 arg53))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, does not mark when going to beginning and beginning outside the narrowed region if point is already at point-min
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "does not mark" #s(buttercup-suite...
>   buttercup--run-spec(#s(buttercup-spec "when going to beginning and beginni...
>   buttercup--update-with-funcall(#s(buttercup-spec "when going to beginning ...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg56 &rest arg57) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg56 &rest arg57) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg56 &rest arg57) (let ((f #'message)) (apply f arg56 arg57))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, does not mark when going to end and end outside the narrowed region if point is already at point-max
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "does not mark" #s(buttercup-suite...
>   buttercup--run-spec(#s(buttercup-spec "when going to end and end outside t...
>   buttercup--update-with-funcall(#s(buttercup-spec "when going to end and en...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg60 &rest arg61) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg60 &rest arg61) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg60 &rest arg61) (let ((f #'message)) (apply f arg60 arg61))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, correctly detects out of bounds when point is before point-min
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "correctly detects out of bounds" ...
>   buttercup--run-spec(#s(buttercup-spec "when point is before point-min" #s(...
>   buttercup--update-with-funcall(#s(buttercup-spec "when point is before poi...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg64 &rest arg65) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg64 &rest arg65) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg64 &rest arg65) (let ((f #'message)) (apply f arg64 arg65))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, correctly detects out of bounds when point is after point-max
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "correctly detects out of bounds" ...
>   buttercup--run-spec(#s(buttercup-spec "when point is after point-max" #s(b...
>   buttercup--update-with-funcall(#s(buttercup-spec "when point is after poin...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg68 &rest arg69) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg68 &rest arg69) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg68 &rest arg69) (let ((f #'message)) (apply f arg68 arg69))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> ========================================
> beginend, when narrowing is active, correctly detects out of bounds when point is between point-min point-max
> 
> Traceback (most recent call last):
>   normal-top-level()
>   command-line()
>   command-line-1(("-L" "." "-l" "buttercup" "-f" "buttercup-run-discover" "-...
>   buttercup-run-discover()
>   buttercup-run()
>   buttercup--run-suites((#s(buttercup-suite "beginend in a dired buffer" nil...
>   mapc(buttercup--run-suite (#s(buttercup-suite "beginend in a dired buffer"...
>   buttercup--run-suite(#s(buttercup-suite "beginend, when narrowing is activ...
>   buttercup--run-suite(#s(buttercup-suite "correctly detects out of bounds" ...
>   buttercup--run-spec(#s(buttercup-spec "when point is between point-min poi...
>   buttercup--update-with-funcall(#s(buttercup-spec "when point is between po...
>   apply(buttercup--funcall (closure (t) nil (spy-on 'message)) nil)
>   buttercup--funcall((closure (t) nil (spy-on 'message)))
>   apply((closure (t) nil (spy-on 'message)) nil)
>   (closure (t) nil (spy-on 'message))()
>   spy-on(message)
>   buttercup--spy-on-and-call-replacement(message (lambda (&rest args) nil nil))
>   comp-subr-trampoline-install(message)
>   comp-trampoline-compile(message)
>   comp--native-compile((lambda (arg72 &rest arg73) (let ((f #'message)) (app...
>   signal(file-missing ((lambda (arg72 &rest arg73) (let ((f #'message)) (app...
> error: (file-missing (lambda (arg72 &rest arg73) (let ((f #'message)) (apply f arg72 arg73))) "Setting current directory" "No such file or directory" "/tmp/temp-fs-MQAR3w")
> 
> Ran 40 specs, 19 failed, in 16.29s.
> buttercup-run failed: ""
> dh_elpa_test: error: buttercup -L . returned exit code 255
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/beginend-el_2.3.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.


Reply to: