Source: beginend-el Version: 2.3.0-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@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 > > [32m ignores . and .. at the beginning[0m (37.46ms) > ignores . and .. at the endMark set > > [32m ignores . and .. at the end[0m (7.07ms) > ignores . at the beginning and .. at the endMark set > > [32m ignores . at the beginning and .. at the end[0m (6.98ms) > ignores . and .. in the middleMark set > > [32m ignores . and .. in the middle[0m (6.22ms) > ignores . and .. when they are hiddenMark set > > [32m ignores . and .. when they are hidden[0m (5.17ms) > ignores . and .. when they are not hiddenMark set > > [32m ignores . and .. when they are not hidden[0m (10.38ms) > ignores . and .. when they are hidden and the directory is emptyMark set > > [32m ignores . and .. when they are hidden and the directory is empty[0m > (4.45ms) > ignores . and .. when they are not hidden and the directory is emptyMark set > > [32m ignores . and .. when they are not hidden and the directory is > empty[0m (4.19ms) > > beginend > pushes mark > when going to beginning > if point is not at beginningMark set > > [31m if point is not at beginning[0m[31m FAILED[0m (71.18ms) > only onceMark set > > [31m only once[0m[31m FAILED[0m (38.91ms) > when going to end > if point is not at endMark set > > [31m if point is not at end[0m[31m FAILED[0m (26.99ms) > only onceMark set > > [31m only once[0m[31m FAILED[0m (25.86ms) > does not push mark > when going to beginning > if point is already at beginning > [31m if point is already at beginning[0m[31m FAILED[0m (3.40ms) > if point is at point-min > [31m if point is at point-min[0m[31m FAILED[0m (25.63ms) > when going to end > if point is already at end > [31m if point is already at end[0m[31m FAILED[0m (25.09ms) > if point is at point-max > [31m if point is at point-max[0m[31m FAILED[0m (26.64ms) > > beginend, when narrowing is active, > goes to point-min if beginning is outside the narrowed region > [31m goes to point-min if beginning is outside the narrowed region[0m[31m > FAILED[0m (3.86ms) > goes to beginning if beginning is inside the narrowed regionMark set > > [31m goes to beginning if beginning is inside the narrowed region[0m[31m > FAILED[0m (24.96ms) > goes to point-max if end is outside the narrowed region > [31m goes to point-max if end is outside the narrowed region[0m[31m > FAILED[0m (25.26ms) > goes to end if end is inside the narrowed region > [31m goes to end if end is inside the narrowed region[0m[31m FAILED[0m > (29.04ms) > does not move point > when going to beginning and beginning outside the narrowed region if > point is already at point-min > [31m when going to beginning and beginning outside the narrowed region if > point is already at point-min[0m[31m FAILED[0m (3.46ms) > when going to end and end outside the narrowed region if point is already > at point-max > [31m when going to end and end outside the narrowed region if point is > already at point-max[0m[31m FAILED[0m (26.75ms) > does not mark > when going to beginning and beginning outside the narrowed region if > point is already at point-min > [31m when going to beginning and beginning outside the narrowed region if > point is already at point-min[0m[31m FAILED[0m (25.69ms) > when going to end and end outside the narrowed region if point is already > at point-max > [31m when going to end and end outside the narrowed region if point is > already at point-max[0m[31m FAILED[0m (25.68ms) > correctly detects out of bounds > when point is before point-min > [31m when point is before point-min[0m[31m FAILED[0m (3.43ms) > when point is after point-max > [31m when point is after point-max[0m[31m FAILED[0m (25.50ms) > when point is between point-min point-max > [31m when point is between point-min point-max[0m[31m FAILED[0m > (32.25ms) > > beginend > in org-mode > goes back to position 0 if that's a headingMark set > > [32m goes back to position 0 if that's a heading[0m (0.14ms) > goes to second line if that's where the 1st heading is > [32m goes to second line if that's where the 1st heading is[0m (0.09ms) > goes to 1st heading if the buffer starts with properties > [32m goes to 1st heading if the buffer starts with properties[0m (0.08ms) > goes to (point-min) if there is just one characterMark set > > [32m goes to (point-min) if there is just one character[0m (0.11ms) > stays at (point-min) if buffer is empty > [32m stays at (point-min) if buffer is empty[0m (0.09ms) > > beginend > in prog-mode > uses prog-mode-code-position-p to know where code beginsMark set > > [32m uses prog-mode-code-position-p to know where code begins[0m (0.10ms) > uses prog-mode-code-position-p to know where code endMark set > > [32m uses prog-mode-code-position-p to know where code end[0m (0.10ms) > moves point to beginning of first code lineMark set > > [32m moves point to beginning of first code line[0m (0.15ms) > moves point to end of last code lineMark set > > [32m moves point to end of last code line[0m (0.16ms) > beginend--prog-mode-code-position-p > returns non-nil for a line of code > [32m returns non-nil for a line of code[0m (0.20ms) > returns nil > for a line of comment > [32m for a line of comment[0m (0.25ms) > for an empty line > [32m for an empty line[0m (0.18ms) > for a line with ^L > [32m for a line with ^L[0m (0.17ms) > > ======================================== > [31mbeginend pushes mark when going to beginning if point is not at > beginning[0m > > 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") > > ======================================== > [31mbeginend pushes mark when going to beginning only once[0m > > 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") > > ======================================== > [31mbeginend pushes mark when going to end if point is not at end[0m > > 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") > > ======================================== > [31mbeginend pushes mark when going to end only once[0m > > 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") > > ======================================== > [31mbeginend does not push mark when going to beginning if point is already > at beginning[0m > > 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") > > ======================================== > [31mbeginend does not push mark when going to beginning if point is at > point-min[0m > > 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") > > ======================================== > [31mbeginend does not push mark when going to end if point is already at > end[0m > > 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") > > ======================================== > [31mbeginend does not push mark when going to end if point is at > point-max[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, goes to point-min if beginning is > outside the narrowed region[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, goes to beginning if beginning is > inside the narrowed region[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, goes to point-max if end is outside > the narrowed region[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, goes to end if end is inside the > narrowed region[0m > > 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") > > ======================================== > [31mbeginend, 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[0m > > 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") > > ======================================== > [31mbeginend, 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[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, does not mark when going to > beginning and beginning outside the narrowed region if point is already at > point-min[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, does not mark when going to end and > end outside the narrowed region if point is already at point-max[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, correctly detects out of bounds when > point is before point-min[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, correctly detects out of bounds when > point is after point-max[0m > > 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") > > ======================================== > [31mbeginend, when narrowing is active, correctly detects out of bounds when > point is between point-min point-max[0m > > 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, [31m19 failed[0m, 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=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lu...@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.