Source: js2-mode
Version: 0~20180301-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> emacs -batch -Q -L . -l js2-mode.el -l js2-old-indent.el -l tests/parser.el \
>   -l tests/indent.el -l tests/externs.el -l tests/json-path.el -l 
> tests/consume.el \
>   -l tests/navigation.el -f ert-run-tests-batch-and-exit
> Running 341 tests (2020-10-27 12:30:03+0000, selector ‘t’)
>    passed    1/341  js2-arithmetic-has-no-side-effects (0.003012 sec)
>    passed    2/341  js2-array-comp-has-parent-scope (0.004023 sec)
>    passed    3/341  js2-array-comp-is-result-scope (0.002318 sec)
>    passed    4/341  js2-array-destructure-expr-default (0.019927 sec)
>    passed    5/341  js2-array-with-missing-elements (0.001982 sec)
>    passed    6/341  js2-arrow-function-recovers-from-error (0.002604 sec)
>    passed    7/341  js2-arrow-function-with-args-and-curlies (0.003718 sec)
>    passed    8/341  js2-arrow-function-with-destructuring (0.003946 sec)
>    passed    9/341  js2-arrow-function-with-empty-args-and-no-curlies 
> (0.001636 sec)
>    passed   10/341  js2-ast-symbol-table-includes-fn-node (0.019846 sec)
>    passed   11/341  js2-async-arrow-function-expression (0.002824 sec)
>    passed   12/341  js2-async-arrow-function-without-parens (0.002096 sec)
>    passed   13/341  js2-async-can-be-function-name (0.001202 sec)
>    passed   14/341  js2-async-can-be-name (0.001260 sec)
>    passed   15/341  js2-async-can-be-object-name (0.001373 sec)
>    passed   16/341  js2-async-can-be-var-name (0.001371 sec)
>    passed   17/341  js2-async-function-expression-statements-are-verboten 
> (0.001265 sec)
>    passed   18/341  js2-async-function-statement (0.019713 sec)
>    passed   19/341  js2-async-function-statement-inside-block (0.001918 sec)
>    passed   20/341  js2-async-method-allow-await (0.002392 sec)
>    passed   21/341  js2-async-method-in-class-body (0.001550 sec)
>    passed   22/341  js2-async-method-in-object-literal (0.001762 sec)
>    passed   23/341  js2-async-method-kwname-in-object-literal (0.001806 sec)
>    passed   24/341  js2-async-named-function-expression (0.001947 sec)
>    passed   25/341  js2-auto-semi-insertion-after-function (0.020054 sec)
>    passed   26/341  js2-auto-semi-one-variable-per-line (0.001593 sec)
>    passed   27/341  js2-await-can-be-function-name (0.001222 sec)
>    passed   28/341  js2-await-can-be-name (0.001390 sec)
>    passed   29/341  js2-await-can-be-object-name (0.001477 sec)
>    passed   30/341  js2-await-can-be-var-name (0.001359 sec)
>    passed   31/341  js2-await-has-side-effects (0.002961 sec)
>    passed   32/341  js2-await-inside-array-is-ok (0.022739 sec)
>    passed   33/341  js2-await-inside-assignment-is-ok (0.002322 sec)
>    passed   34/341  js2-await-inside-non-async-arrow-function-is-not-ok 
> (0.002406 sec)
>    passed   35/341  js2-await-inside-non-async-function-is-not-ok (0.001829 
> sec)
>    passed   36/341  js2-await-is-ok (0.002012 sec)
>    passed   37/341  js2-binary-number-broken (0.001181 sec)
>    passed   38/341  js2-binary-number-okay (0.001124 sec)
> Indenting region... 
> Indenting region...done
>    passed   39/341  js2-case-inside-switch (0.020223 sec)
> Indenting region... 
> Indenting region...done
>    passed   40/341  js2-case-inside-switch-with-extra-indent (0.002495 sec)
> Indenting region... 
> Indenting region...done
>    passed   41/341  
> js2-case-inside-switch-with-extra-indent-curly-after-newline (0.002536 sec)
>    passed   42/341  js2-classify-variables-arguments-implicit-var (0.003136 
> sec)
>    passed   43/341  js2-classify-variables-array-comprehension (0.004545 sec)
>    passed   44/341  js2-classify-variables-array-comprehension-legacy 
> (0.021724 sec)
>    passed   45/341  js2-classify-variables-assigned-variable (0.002862 sec)
>    passed   46/341  js2-classify-variables-assignment-in-nested-function 
> (0.002903 sec)
>    passed   47/341  js2-classify-variables-catch-error-variable (0.003358 sec)
>    passed   48/341  js2-classify-variables-destructure-array (0.003768 sec)
>    passed   49/341  js2-classify-variables-destructure-object (0.023563 sec)
>    passed   50/341  js2-classify-variables-destructure-object-missing 
> (0.002878 sec)
>    passed   51/341  js2-classify-variables-destructure-object-mixed (0.003941 
> sec)
>    passed   52/341  js2-classify-variables-destructure-object-shorthand 
> (0.003968 sec)
>    passed   53/341  js2-classify-variables-external-function-call (0.021690 
> sec)
>    passed   54/341  js2-classify-variables-for-in-loop (0.004129 sec)
>    passed   55/341  js2-classify-variables-global-function-call (0.002921 sec)
>    passed   56/341  js2-classify-variables-incomplete-var-statement (0.000978 
> sec)
>    passed   57/341  js2-classify-variables-let-declaration (0.002581 sec)
>    passed   58/341  js2-classify-variables-let-declaration-for-scope 
> (0.003409 sec)
>    passed   59/341  js2-classify-variables-named-wrapper-function (0.021073 
> sec)
>    passed   60/341  js2-classify-variables-prop-get (0.003376 sec)
>    passed   61/341  js2-classify-variables-prop-get-assignment (0.004093 sec)
>    passed   62/341  js2-classify-variables-prop-get-function-assignment 
> (0.004885 sec)
>    passed   63/341  js2-classify-variables-prop-get-initialized (0.021671 sec)
>    passed   64/341  js2-classify-variables-prop-get-uninitialized (0.003134 
> sec)
>    passed   65/341  js2-classify-variables-return-named-function (0.003180 
> sec)
>    passed   66/341  js2-classify-variables-unused-function-argument (0.001801 
> sec)
>    passed   67/341  js2-classify-variables-unused-nested-function (0.005096 
> sec)
>    passed   68/341  js2-classify-variables-unused-variable (0.020943 sec)
>    passed   69/341  js2-classify-variables-unused-variable-declared-twice 
> (0.003982 sec)
>    passed   70/341  js2-classify-variables-used-function-argument (0.002612 
> sec)
>    passed   71/341  js2-comma-after-regexp (0.001830 sec)
>    passed   72/341  js2-comma-after-rest-in-array (0.002498 sec)
>    passed   73/341  js2-comment-node-length (0.000815 sec)
>    passed   74/341  js2-comment-node-length-newline (0.000808 sec)
>    passed   75/341  js2-comments-between (0.020714 sec)
>    passed   76/341  js2-const-scope-inside-function (0.002328 sec)
>    passed   77/341  js2-const-scope-inside-script (0.001720 sec)
> Indenting region... 
> Indenting region...done
>    passed   78/341  js2-continued-expression-vs-unary-minus (0.003293 sec)
>    passed   79/341  js2-decimal-starting-with-zero (0.001144 sec)
> Indenting region... 
> Indenting region...done
>    passed   80/341  js2-default-keyword-as-property (0.003180 sec)
>    passed   81/341  js2-destruct-in-arguments (0.020961 sec)
>    passed   82/341  js2-destruct-in-array-comp-loop (0.004610 sec)
>    passed   83/341  js2-destruct-in-catch-clause (0.002376 sec)
>    passed   84/341  js2-destruct-in-declaration (0.002474 sec)
>    passed   85/341  js2-destruct-name-conflict-is-error-in-object (0.002567 
> sec)
>    passed   86/341  js2-destruct-name-conflict-is-warning-in-array (0.002968 
> sec)
>    passed   87/341  js2-destruct-non-name-target-is-error (0.019204 sec)
>    passed   88/341  js2-destruct-with-default-in-function-params (0.004225 
> sec)
>    passed   89/341  js2-destruct-with-initializer-in-array (0.003075 sec)
>    passed   90/341  js2-destruct-with-initializer-in-function-params 
> (0.003527 sec)
>    passed   91/341  js2-destruct-with-initializer-in-object (0.002602 sec)
>    passed   92/341  js2-elem-after-rest-in-array (0.021563 sec)
>    passed   93/341  js2-empty-array-literal (0.001513 sec)
>    passed   94/341  js2-empty-object-literal (0.001537 sec)
>    passed   95/341  js2-exponentiation (0.002366 sec)
>    passed   96/341  js2-exponentiation-prohibits-unary-op (0.001613 sec)
>    passed   97/341  js2-export-anything-else-does-require-a-semicolon 
> (0.001414 sec)
>    passed   98/341  js2-export-assignment-expression (0.000923 sec)
>    passed   99/341  js2-export-async-function-no-semicolon (0.001385 sec)
>    passed  100/341  js2-export-class-declaration (0.000522 sec)
>    passed  101/341  js2-export-const-declaration (0.000956 sec)
>    passed  102/341  js2-export-default-async-function-no-semicolon (0.019895 
> sec)
>    passed  103/341  js2-export-default-function-no-semicolon (0.001300 sec)
>    passed  104/341  js2-export-export-named-list (0.000611 sec)
>    passed  105/341  js2-export-function-declaration (0.000705 sec)
>    passed  106/341  js2-export-function-no-semicolon (0.001344 sec)
>    passed  107/341  js2-export-generator-declaration (0.000689 sec)
>    passed  108/341  js2-export-let-declaration (0.001033 sec)
>    passed  109/341  js2-export-rexport (0.000365 sec)
>    passed  110/341  js2-export-variable-statement (0.001160 sec)
>    passed  111/341  
> js2-finding-jslint-declaration-externs-ignores-nonexistent (0.001122 sec)
>    passed  112/341  js2-finds-jslint-declaration-externs (0.000970 sec)
>    passed  113/341  js2-finds-jslint-declaration-externs-in-other-comments 
> (0.001173 sec)
>    passed  114/341  js2-finds-jslint-declaration-externs-with-space (0.001075 
> sec)
>    passed  115/341  
> js2-finds-jslint-declaration-externs-without-property-value (0.019679 sec)
>    passed  116/341  js2-finds-jslint-globals (0.001011 sec)
>    passed  117/341  js2-finds-jslint-globals-in-other-comments (0.001129 sec)
>    passed  118/341  js2-finds-jslint-globals-with-newline (0.001097 sec)
>    passed  119/341  js2-finds-jslint-globals-with-space (0.000983 sec)
>    passed  120/341  js2-fn-symbol-table-includes-nested-fn (0.001954 sec)
>    passed  121/341  js2-for-node-is-declaration-scope (0.002353 sec)
>    passed  122/341  js2-for-node-with-error-len (0.002033 sec)
>    passed  123/341  js2-for-with-in-operator-in-cond (0.021152 sec)
>    passed  124/341  js2-for-with-in-operator-in-parens (0.002593 sec)
>    passed  125/341  js2-function-bad-retroactive-strict-function-name 
> (0.002093 sec)
>    passed  126/341  js2-function-bad-strict-assignment (0.001916 sec)
>    passed  127/341  js2-function-bad-strict-catch-name (0.001717 sec)
>    passed  128/341  js2-function-bad-strict-function-name (0.001565 sec)
>    passed  129/341  js2-function-bad-strict-parameters (0.002273 sec)
>    passed  130/341  js2-function-bad-strict-variable-name (0.020962 sec)
>    passed  131/341  js2-function-duplicate-strict-parameters (0.001882 sec)
>    passed  132/341  js2-function-expression-statements-are-verboten (0.001086 
> sec)
>    passed  133/341  js2-function-expression-var-same-name (0.001579 sec)
>    passed  134/341  js2-function-property-strict-assignment (0.002151 sec)
>    passed  135/341  js2-function-redeclaring-var (0.001760 sec)
>    passed  136/341  js2-function-retroactive-bad-strict-parameters (0.002334 
> sec)
>    passed  137/341  js2-function-statement (0.001219 sec)
>    passed  138/341  js2-function-statement-inside-block (0.019310 sec)
>    passed  139/341  js2-function-strict-const-scope (0.002403 sec)
>    passed  140/341  js2-function-strict-duplicate-getter (0.002476 sec)
>    passed  141/341  js2-function-strict-duplicate-keys (0.005253 sec)
>    passed  142/341  js2-function-strict-duplicate-setter (0.002511 sec)
>    passed  143/341  js2-function-strict-no-getter-setter-duplicate (0.020264 
> sec)
>    passed  144/341  js2-function-strict-octal (0.001765 sec)
>    passed  145/341  js2-function-strict-octal-allow-0o (0.001534 sec)
>    passed  146/341  js2-function-strict-with (0.001690 sec)
>    passed  147/341  js2-function-with-default-parameters (0.002240 sec)
>    passed  148/341  js2-function-with-destruct-after-default (0.002101 sec)
>    passed  149/341  js2-function-with-destruct-after-rest-parameter (0.001581 
> sec)
>    passed  150/341  js2-function-with-no-default-after-default (0.018231 sec)
>    passed  151/341  js2-function-with-param-after-rest-parameter (0.001587 
> sec)
>    passed  152/341  js2-function-with-rest-after-default-parameter (0.001807 
> sec)
>    passed  153/341  js2-function-with-rest-parameter (0.001632 sec)
>    passed  154/341  js2-function-with-trailing-comma-in-param-list (0.001478 
> sec)
>    passed  155/341  js2-function-without-parens-error (0.000997 sec)
>    passed  156/341  js2-get-token (0.000259 sec)
>    passed  157/341  js2-get-token-or-eol (0.000223 sec)
>    passed  158/341  js2-get-token-template-literal (0.000366 sec)
>    passed  159/341  js2-getprop-has-no-side-effects (0.001674 sec)
>    passed  160/341  js2-getprop-has-side-effects-option (0.001694 sec)
>    passed  161/341  js2-harmony-generator (0.019817 sec)
>    passed  162/341  js2-harmony-generator-yield-assign-expr (0.003846 sec)
>    passed  163/341  js2-harmony-generator-yield-star (0.002303 sec)
>    passed  164/341  js2-hex-number-broken (0.001205 sec)
>    passed  165/341  js2-hex-number-okay (0.001105 sec)
> Test js2-huge-hex backtrace:
>   signal(ert-test-failed (((should (string= (or reference code-string)
>   ert-fail(((should (string= (or reference code-string) (buffer-substr
>   (if (unwind-protect (setq value-22 (apply fn-20 args-21)) (setq form
>   (let (form-description-24) (if (unwind-protect (setq value-22 (apply
>   (let ((value-22 'ert-form-evaluation-aborted-23)) (let (form-descrip
>   (let* ((fn-20 #'string=) (args-21 (condition-case err (let ((signal-
>   (lambda nil (js2-print-tree ast) (skip-chars-backward " \11\n") (let
>   ert--call-with-test-buffer(copy (lambda nil (js2-print-tree ast) (sk
>   (if syntax-error (let ((errors (progn (or (and (memq ... cl-struct-j
>   (let ((ast (js2-test-string-to-ast code-string))) (if syntax-error (
>   (lambda nil (let ((ast (js2-test-string-to-ast code-string))) (if sy
>   ert--call-with-test-buffer(origin (lambda nil (let ((ast (js2-test-s
>   (progn (let ((--cl-keys-- --cl-rest--)) (while --cl-keys-- (cond ((m
>   (let* ((syntax-error (car (cdr (plist-member --cl-rest-- ':syntax-er
>   js2-test-parse-string("0x0123456789abcdefABCDEF;" :syntax-error nil 
>   (let ((js2-basic-offset 2)) (js2-test-parse-string "0x0123456789abcd
>   (lambda nil (let ((js2-basic-offset 2)) (js2-test-parse-string "0x01
>   ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
>   ert-run-test(#s(ert-test :name js2-huge-hex :documentation nil :body
>   ert-run-or-rerun-test(#s(ert--stats :selector t :tests ... :test-map
>   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" "." "-l" "js2-mode.el" "-l" "js2-old-indent.el"
>   command-line()
>   normal-top-level()
> Test js2-huge-hex condition:
>     Buffer: *Test buffer (js2-huge-hex): origin*
>     Buffer: *Test buffer (js2-huge-hex): copy*
>     (ert-test-failed
>      ((should
>        (string=
>       (or reference code-string)
>       (buffer-substring-no-properties ... ...)))
>       :form
>       (string= "-1;" "1375488932539311409843695;")
>       :value nil))
>    FAILED  166/341  js2-huge-hex (0.001393 sec)
>    passed  167/341  js2-import-default-and-named (0.001834 sec)
>    passed  168/341  js2-import-default-and-namespace (0.001595 sec)
>    passed  169/341  js2-import-default-only (0.001272 sec)
>    passed  170/341  js2-import-from-this-module (0.001372 sec)
>    passed  171/341  js2-import-named-only (0.001428 sec)
>    passed  172/341  js2-import-only-for-side-effects (0.000977 sec)
>    passed  173/341  js2-import-renaming-default (0.001330 sec)
>    passed  174/341  js2-import-renaming-named (0.001666 sec)
> Indenting region... 
> Indenting region...done
>    passed  175/341  js2-indent-generator-computed-method (0.003559 sec)
> Indenting region... 
> Indenting region...done
>    passed  176/341  js2-indent-generator-method (0.024014 sec)
>    passed  177/341  js2-initializer-outside-destruct-is-error (0.001780 sec)
>    passed  178/341  js2-instanceof-has-no-side-effects (0.001836 sec)
>    passed  179/341  js2-instanceof-has-side-effects-option (0.001755 sec)
> hello.3.world.2 => kill-ring
>    passed  180/341  js2-json-path-key-is-numeric (0.003222 sec)
> No JSON path found!
>    passed  181/341  js2-json-path-not-found (0.001842 sec)
> [3][1][2][3][2] => kill-ring
>    passed  182/341  js2-json-path-pure-arrays (0.026087 sec)
> hello[2][4].world.hell.yes[2] => kill-ring
>    passed  183/341  js2-json-path-with-actual-array-index (0.006321 sec)
> hello[1][1].world.hell.yes[1] => kill-ring
> hello[0][0].world.hell.yes[0] => kill-ring
>    passed  184/341  js2-json-path-with-array-index-hardcoded (0.006806 sec)
> Indenting region... 
> Indenting region...done
>    passed  185/341  js2-jsx-argument (0.022972 sec)
> Indenting region... 
> Indenting region...done
>    passed  186/341  js2-jsx-children-parentheses (0.004215 sec)
> Indenting region... 
> Indenting region...done
>    passed  187/341  js2-jsx-children-unclosed (0.001931 sec)
> Indenting region... 
> Indenting region...done
>    passed  188/341  js2-jsx-embedded-js-attribute (0.007226 sec)
> Indenting region... 
> Indenting region...done
>    passed  189/341  js2-jsx-embedded-js-content (0.023933 sec)
> Indenting region... 
> Indenting region...done
>    passed  190/341  js2-jsx-embedded-js-unclosed (0.004452 sec)
> Indenting region... 
> Indenting region...done
>    passed  191/341  js2-jsx-leading-comment (0.002099 sec)
> Indenting region... 
> Indenting region...done
>    passed  192/341  js2-jsx-one-line (0.001591 sec)
> Indenting region... 
> Indenting region...done
>    passed  193/341  js2-jsx-self-closing (0.003233 sec)
> Indenting region... 
> Indenting region...done
>    passed  194/341  js2-jsx-trailing-comment (0.021626 sec)
> 
>    passed  195/341  js2-jump-to-function (0.001891 sec)
> 
>    passed  196/341  js2-jump-to-function-parameters (0.002670 sec)
> 
>    passed  197/341  js2-jump-to-nested-property (0.003755 sec)
> 
>    passed  198/341  js2-jump-to-object (0.002889 sec)
> 
>    passed  199/341  js2-jump-to-object-property (0.002984 sec)
> 
>    passed  200/341  js2-jump-to-property (0.023082 sec)
> 
>    passed  201/341  js2-jump-to-property-object-property (0.003152 sec)
> 
>    passed  202/341  js2-jump-to-var (0.001847 sec)
>    passed  203/341  js2-label-and-loops (0.002236 sec)
>    passed  204/341  js2-labeled-stmt-node (0.002057 sec)
>    passed  205/341  js2-legacy-generator (0.001772 sec)
>    passed  206/341  js2-legacy-generator-cannot-return (0.002135 sec)
>    passed  207/341  js2-let-expression (0.022455 sec)
>    passed  208/341  js2-let-expression-statement (0.001846 sec)
>    passed  209/341  js2-member-expr-as-function-name (0.002156 sec)
> Indenting region... 
> Indenting region...done
>    passed  210/341  js2-multiline-decl-first-arg-function-indent-all 
> (0.002987 sec)
> Indenting region... 
> Indenting region...done
>    passed  211/341  js2-multiline-decl-first-arg-function-indent-dynamic 
> (0.002964 sec)
> Indenting region... 
> Indenting region...done
>    passed  212/341  
> js2-multiline-decl-first-arg-function-indent-dynamic-comment (0.003236 sec)
> Indenting region... 
> Indenting region...done
>    passed  213/341  
> js2-multiline-decl-first-arg-function-indent-dynamic-scan-error (0.023790 sec)
> Indenting region... 
> Indenting region...done
>    passed  214/341  js2-multiline-decl-first-arg-function-normal (0.003023 
> sec)
> Indenting region... 
> Indenting region...done
>    passed  215/341  js2-multiline-decl-indent-after-comma (0.002157 sec)
> Indenting region... 
> Indenting region...done
>    passed  216/341  js2-multiline-decl-second-arg-value-parenthesised 
> (0.003979 sec)
> Indenting region... 
> Indenting region...done
>    passed  217/341  js2-multiline-decl-sees-keyword-width (0.002181 sec)
> Indenting region... 
> Indenting region...done
>    passed  218/341  js2-multiline-decl-with-continued-expr (0.022022 sec)
> Indenting region... 
> Indenting region...done
>    passed  219/341  js2-multiline-decl-with-continued-expr-same-line 
> (0.001980 sec)
> Indenting region... 
> Indenting region...done
>    passed  220/341  js2-multiline-string-noop (0.001622 sec)
>    passed  221/341  js2-named-function-expression (0.001907 sec)
>    passed  222/341  js2-no-auto-semi-insertion-after-if (0.001380 sec)
> Indenting region... 
> Indenting region...done
>    passed  223/341  js2-no-continued-expression-after-regexp (0.002777 sec)
>    passed  224/341  js2-no-jslint-declaration-externs-for-nonexistent-env 
> (0.000995 sec)
>    passed  225/341  js2-no-jslint-declaration-externs-without-keyword 
> (0.000980 sec)
>    passed  226/341  js2-no-jslint-globals-without-keyword (0.020807 sec)
> 
>    passed  227/341  js2-no-jump-to-object-property (0.004599 sec)
>    passed  228/341  js2-no-label-node-inside-expr (0.001824 sec)
> Indenting region... 
> Indenting region...done
>    passed  229/341  js2-no-multiline-decl-first-arg-function-dynamic 
> (0.002482 sec)
> Indenting region... 
> Indenting region...done
>    passed  230/341  js2-no-multiline-decl-implicit-semicolon (0.002019 sec)
> Indenting region... 
> Indenting region...done
>    passed  231/341  js2-no-multiline-decl-indent-after-semicolon (0.002381 
> sec)
> Indenting region... 
> Indenting region...done
>    passed  232/341  js2-no-multiline-decl-when-disabled (0.021416 sec)
> Indenting region... 
> Indenting region...done
>    passed  233/341  js2-no-multiline-decl-with-operator-inside-string 
> (0.002835 sec)
>    passed  234/341  js2-no-side-effects-at-top-level (0.001609 sec)
>    passed  235/341  js2-node-parent-stmt/arrow-function (0.003263 sec)
>    passed  236/341  js2-object-get-string-literal (0.002823 sec)
>    passed  237/341  js2-object-literal-computed-function-keys (0.003021 sec)
>    passed  238/341  js2-object-literal-computed-generator-key (0.023274 sec)
>    passed  239/341  js2-object-literal-computed-getter-key (0.002891 sec)
>    passed  240/341  js2-object-literal-computed-keys (0.002555 sec)
>    passed  241/341  js2-object-literal-generator (0.002312 sec)
>    passed  242/341  js2-object-literal-getter-method (0.002305 sec)
>    passed  243/341  js2-object-literal-method (0.002409 sec)
>    passed  244/341  js2-object-literal-method-own-name-in-scope (0.022642 sec)
>    passed  245/341  js2-object-literal-setter-method (0.002881 sec)
>    passed  246/341  js2-object-literal-shorthand (0.002637 sec)
>    passed  247/341  js2-object-literal-shorthard-with-number (0.001519 sec)
>    passed  248/341  js2-octal-number-broken (0.001242 sec)
>    passed  249/341  js2-octal-number-okay (0.001167 sec)
>    passed  250/341  js2-octal-without-o (0.001154 sec)
>    passed  251/341  js2-of-can-be-function-name (0.001265 sec)
>    passed  252/341  js2-of-can-be-name (0.021846 sec)
>    passed  253/341  js2-of-can-be-object-name (0.001458 sec)
>    passed  254/341  js2-of-can-be-var-name (0.001431 sec)
>    passed  255/341  js2-parenless-arrow-function-prohibits-destructuring 
> (0.003274 sec)
>    passed  256/341  js2-parenless-arrow-function-prohibits-rest (0.002155 sec)
>    passed  257/341  js2-parenthesized-expression (0.001600 sec)
>    passed  258/341  js2-parse-array-comp-loop (0.002092 sec)
>    passed  259/341  js2-parse-array-comp-loop-with-filters (0.023210 sec)
>    passed  260/341  js2-parse-array-comp-with-yield-is-ok (0.003284 sec)
>    passed  261/341  js2-parse-class-keywordlike-method (0.001917 sec)
>    passed  262/341  js2-parse-class-public-field-computed (0.002131 sec)
>    passed  263/341  js2-parse-class-public-field-no-init (0.001932 sec)
>    passed  264/341  js2-parse-class-public-field-with-init (0.002980 sec)
>    passed  265/341  js2-parse-export-assignment-expression (0.001762 sec)
>    passed  266/341  js2-parse-export-async-function-allow-await (0.022864 sec)
>    passed  267/341  js2-parse-export-binding-as-default (0.000356 sec)
>    passed  268/341  js2-parse-export-bindings (0.000510 sec)
>    passed  269/341  js2-parse-export-class-declaration-no-semi (0.001326 sec)
>    passed  270/341  js2-parse-export-const-declaration (0.001763 sec)
>    passed  271/341  js2-parse-export-default-async-function-allow-await 
> (0.002243 sec)
>    passed  272/341  js2-parse-export-default-class (0.001256 sec)
>    passed  273/341  js2-parse-export-default-function (0.001361 sec)
>    passed  274/341  js2-parse-export-default-generator (0.001397 sec)
>    passed  275/341  js2-parse-export-export-named-list (0.001429 sec)
>    passed  276/341  js2-parse-export-function-declaration-no-semi (0.020933 
> sec)
>    passed  277/341  js2-parse-export-let-declaration (0.001834 sec)
>    passed  278/341  js2-parse-export-rexport (0.001188 sec)
>    passed  279/341  js2-parse-for-of (0.001726 sec)
>    passed  280/341  js2-parse-from-clause (0.000266 sec)
>    passed  281/341  js2-parse-generator-comp-loop-with-filters (0.002717 sec)
>    passed  282/341  js2-parse-generator-comp-with-yield-inside-function-is-ok 
> (0.002870 sec)
>    passed  283/341  js2-parse-generator-comp-with-yield-is-not-ok (0.003131 
> sec)
>    passed  284/341  js2-parse-harmony-anonymous-class-expression (0.022825 
> sec)
>    passed  285/341  js2-parse-harmony-anonymous-class-with-extends (0.003596 
> sec)
>    passed  286/341  js2-parse-harmony-class-allow-semicolon-element (0.001179 
> sec)
>    passed  287/341  js2-parse-harmony-class-expression (0.002435 sec)
>    passed  288/341  js2-parse-harmony-class-missing-extended-class-is-not-ok 
> (0.001191 sec)
>    passed  289/341  js2-parse-harmony-class-statement (0.003429 sec)
>    passed  290/341  js2-parse-harmony-class-statement-without-name-is-not-ok 
> (0.020710 sec)
>    passed  291/341  js2-parse-harmony-class-static-method (0.002544 sec)
>    passed  292/341  js2-parse-harmony-class-with-complex-extends (0.002435 
> sec)
>    passed  293/341  js2-parse-harmony-class-with-extends (0.001513 sec)
>    passed  294/341  js2-parse-import-default-and-named-imports (0.001180 sec)
>    passed  295/341  js2-parse-import-default-and-namespace (0.000791 sec)
>    passed  296/341  js2-parse-import-module-id-only (0.000280 sec)
>    passed  297/341  js2-parse-import-named-imports (0.000854 sec)
>    passed  298/341  js2-parse-import-namespace-binding (0.000596 sec)
>    passed  299/341  js2-parse-imported-default-binding (0.000610 sec)
>    passed  300/341  js2-parse-legacy-array-comp-loop-with-filter (0.002802 
> sec)
>    passed  301/341  js2-parse-legacy-array-comp-loop-with-of (0.023346 sec)
>    passed  302/341  js2-parse-namepsace-import (0.000342 sec)
>    passed  303/341  js2-parse-namespace-import-error (0.002553 sec)
>    passed  304/341  js2-parse-object-literal-when-keyword (0.002018 sec)
>    passed  305/341  js2-parse-object-literal-when-not-keyword (0.001960 sec)
>    passed  306/341  js2-parse-property-access-when-keyword (0.001713 sec)
>    passed  307/341  js2-parse-property-access-when-keyword-no-xml (0.001715 
> sec)
>    passed  308/341  js2-parse-property-access-when-not-keyword (0.001710 sec)
>    passed  309/341  js2-parse-re-export-named-list (0.001652 sec)
>    passed  310/341  js2-parse-super-keyword (0.024400 sec)
>    passed  311/341  js2-parse-this-module-in-from-clause (0.000685 sec)
>    passed  312/341  js2-parse-unterminated-class-is-not-okay (0.002010 sec)
>    passed  313/341  js2-re-export-named-list (0.000784 sec)
>    passed  314/341  js2-rest-in-array-destructure (0.004138 sec)
>    passed  315/341  js2-rest-in-object-literal (0.002321 sec)
>    passed  316/341  js2-return-statement (0.001784 sec)
>    passed  317/341  js2-spread-in-array-literal (0.023971 sec)
>    passed  318/341  js2-spread-in-function-call (0.004712 sec)
>    passed  319/341  js2-spread-in-object-literal (0.002363 sec)
> Indenting region... 
> Indenting region...done
>    passed  320/341  js2-spread-inside-array (0.003065 sec)
>    passed  321/341  js2-static-async-method-in-class-body (0.001737 sec)
>    passed  322/341  js2-string-literal (0.001443 sec)
>    passed  323/341  js2-tagged-template (0.022548 sec)
>    passed  324/341  js2-template-no-substritutions (0.002078 sec)
>    passed  325/341  js2-template-with-substitutions (0.002914 sec)
>    passed  326/341  js2-trailing-comma-in-function-arguments (0.002006 sec)
>    passed  327/341  js2-ts-seek (0.000259 sec)
>    passed  328/341  js2-unary-await-node-start (0.002114 sec)
>    passed  329/341  js2-unary-delete-node-start (0.002410 sec)
>    passed  330/341  js2-unary-inc-node-start (0.001813 sec)
>    passed  331/341  js2-unary-minus-node-start (0.001450 sec)
>    passed  332/341  js2-unary-pos-node-start (0.021459 sec)
>    passed  333/341  js2-unary-triple-dot-arg-node-start (0.001977 sec)
>    passed  334/341  js2-unary-triple-dot-array-node-start (0.002304 sec)
>    passed  335/341  js2-unary-triple-dot-object-node-start (0.002574 sec)
>    passed  336/341  js2-unary-void-node-start (0.001447 sec)
>    passed  337/341  js2-unget-token (0.000179 sec)
>    passed  338/341  js2-unget-token-over-eol-and-comment (0.000322 sec)
>    passed  339/341  js2-variable-assignment (0.001533 sec)
>    passed  340/341  js2-visit-import-clause-in-order (0.001781 sec)
>    passed  341/341  js2-void (0.021641 sec)
> 
> Ran 341 tests, 340 results as expected, 1 unexpected (2020-10-27 
> 12:30:05+0000, 1.943848 sec)
> 
> 1 unexpected results:
>    FAILED  js2-huge-hex
> 
> 
> "1 34"
> 
> "32 41"
> 
> "33 70"
> 
> "5 43"
> 
> "16 55"
> 
> "9 39"
> 
> "18 43"
> 
> "5 18"
> 
> "61 61"
> make[1]: *** [Makefile:21: test] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j1 test returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/js2-mode_0~20180301-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to