Your message dated Mon, 12 Sep 2022 15:23:02 +0000
with message-id <e1oxlh4-000gip...@fasolo.debian.org>
and subject line Bug#1019551: fixed in node-jake 10.8.5+~1.0.4-2
has caused the Debian Bug report #1019551,
regarding node-jake: autopkgtest failure on armel: Timeout of 7000ms exceeded.
to be marked as done.

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

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


-- 
1019551: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019551
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-jake
Version: 10.8.5+~1.0.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: fails-always

Dear maintainer(s),

You recently added an autopkgtest to your package node-jake, great. However, it fails. Currently this failure is blocking the migration to testing [1]. Can you please investigate the situation and fix it?

I copied some of the output at the bottom of this report. It seems like those timeouts need to be enlarged for armel (assuming the command doesn't just hang). (I am assuming you are aware that armel recently gained support for nodejs).

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=node-jake

https://ci.debian.net/data/autopkgtest/testing/armel/n/node-jake/25509819/log.gz

# Using ./package.(json|yaml)
# Node module name is jake
# Build files found: Makefile
# Test files found: test
# Found debian/tests/pkg-js/files, let's use it
# Files/dir to be installed from source: jakefile.js
test
# Copy test files
# Copy debian/tests/pkg-js content
'debian/tests/pkg-js' -> '/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/debian/tests/pkg-js' 'debian/tests/pkg-js/test' -> '/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/debian/tests/pkg-js/test' 'debian/tests/pkg-js/files' -> '/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/debian/tests/pkg-js/files'
'filelist' linked into node_modules
# Searching module in /usr/lib/nodejs/jake
# Searching module in /usr/lib/*/nodejs/jake
# Searching module in /usr/share/nodejs/jake
# Found /usr/share/nodejs/jake
# Searching files to link in /usr/share/nodejs/jake
# Launch debian/tests/pkg-js/test with sh -ex
+ CODE=0
+ mv test/integration/publish_task.js test/integration/publish_task.js.disabled
+ ./bin/cli.js test
Starting 'test:unit'...


  namespace
    undefined resolve namespace by relative name
    undefined resolve task in sub-namespace by relative path
    undefined prefer local to top-level
    undefined does resolve top-level
    undefined absolute lookup works from sub-namespaces
    undefined resolution miss with throw error

  parseargs
undefined long preemptive opt and val with equal-sign, ignore further opts undefined long preemptive opt and val without equal-sign, ignore further opts
    undefined long preemptive opt and no val, ignore further opts
    undefined preemptive opt with no val, should be true
undefined preemptive opt with no val, should be true and ignore further opts
    undefined preemptive opt with val, should be val
    undefined -f expects a value, -t does not (howdy is task-name)
undefined different order, -f expects a value, -t does not (howdy is task-name)
    undefined -f expects a value, -t does not (foo=bar is env var)
undefined -f expects a value, -t does not (foo=bar is env-var, task-name follows)
    undefined -t does not expect a value, -f does (howdy is task-name)
    undefined --trace does not expect a value, -f does (howdy is task-name)
undefined --trace does not expect a value (equal), -f does (throw howdy away)


  19 passing (112ms)

Finished 'test:unit' after 3357 ms
Starting 'test:integration'...


  concurrent
    1)  simple concurrent prerequisites 1
    2)  simple concurrent prerequisites 2
    3)  sequential concurrent prerequisites
    4)  concurrent concurrent prerequisites
    5)  concurrent prerequisites with subdependency
    6)  failing in concurrent prerequisites

  fileTask
    7) where a file-task prereq does not change with --always-make
    8) concating two files
    9) where a file-task prereq does not change
    10) where a file-task prereq does change, then does not
    11) a preexisting file
    12) a preexisting file with --always-make flag
    13) nested directory-task

  fileUtils
    undefined mkdirP
    undefined rmRf
    undefined rmRf with symlink subdir
    undefined rmRf with symlinked dir
    undefined cpR with same name and different directory
    undefined cpR with same to and from will throw
    undefined cpR rename via copy in directory
    undefined cpR rename via copy in base
    undefined cpR keeps file mode
    undefined cpR keeps file mode when overwriting with preserveMode
    undefined cpR does not keep file mode when overwriting
    undefined cpR copies file mode recursively
    undefined cpR keeps file mode recursively
    undefined cpR copies directory mode recursively

  rule
    undefined Rule.getSource
    14) rule w/o pattern
    15) rule w pattern w/o folder w/o namespace
    16) rule w pattern w folder w/o namespace
    - rule w pattern w folder w namespace
    - rule w chain w pattern w folder w namespace
    17) rule with source file not created yet (precedence)
    18) rule with source file now created (precedence)
    19) rule with source file modified (precedence)
20) rule with existing objective file and no source (should be normal file-task) (precedence)
    21) rule with source file not created yet (regexPattern)
    22) rule with source file now created (regexPattern)
    23) rule with source file modified (regexPattern)
24) rule with existing objective file and no source (should be normal file-task) (regexPattern)
    25) rule with source file not created yet (sourceFunction)
    26) rule with source file now created (sourceFunction)
    27) rule with source file modified (sourceFunction)
28) rule with existing objective file and no source (should be normal file-task) (sourceFunction)

  selfDep
    29) self dep const
    30) self dep dyn

  taskBase
    31) default task
    32) task with no action
    33) a task with no action and no prereqs
34) a task that exists at the top-level, and not in the specified namespace, should error
    35) passing args to a task
    36) a task with environment vars
    37) passing args and using environment vars
    38) a simple prereq
    39) a duplicate prereq only runs once
    40) a prereq with command-line args
    41) a prereq with args via invoke
    42) a prereq with args via execute
    43) repeating the task via execute
    44) prereq execution-order
    45) basic async task
    46) promise async task
    47) failing promise async task
    48) that current-prereq index gets reset
    49) modifying a task by adding prereq during execution
    50) listening for task error-event
    51) listening for jake error-event
    52) listening for jake unhandledRejection-event
    53) large number of same prereqs
    54) large number of different prereqs
    55) large number of different prereqs
    56) modifying a namespace by adding a new task


  15 passing (17m)
  2 pending
  56 failing

  1) concurrent
        simple concurrent prerequisites 1:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  2) concurrent
        simple concurrent prerequisites 2:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  3) concurrent
        sequential concurrent prerequisites:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  4) concurrent
        concurrent concurrent prerequisites:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  5) concurrent
        concurrent prerequisites with subdependency:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  6) concurrent
        failing in concurrent prerequisites:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/concurrent.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  7) fileTask
       where a file-task prereq does not change with --always-make:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  8) fileTask
       concating two files:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  9) fileTask
       where a file-task prereq does not change:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  10) fileTask
       where a file-task prereq does change, then does not:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (file_task.js:31:15)
      at Timeout._onTimeout (file_task.js:85:7)
      at listOnTimeout (node:internal/timers:564:17)
      at process.processTimers (node:internal/timers:507:7)

  11) fileTask
       a preexisting file:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  12) fileTask
       a preexisting file with --always-make flag:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  13) fileTask
       nested directory-task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/file_task.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  14) rule
       rule w/o pattern:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  15) rule
       rule w pattern w/o folder w/o namespace:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  16) rule
       rule w pattern w folder w/o namespace:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  17) rule
       rule with source file not created yet (precedence):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  18) rule
       rule with source file now created (precedence):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  19) rule
       rule with source file modified (precedence):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Timeout._onTimeout (rule.js:194:9)
      at listOnTimeout (node:internal/timers:564:17)
      at process.processTimers (node:internal/timers:507:7)

  20) rule
rule with existing objective file and no source (should be normal file-task) (precedence): Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  21) rule
       rule with source file not created yet (regexPattern):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  22) rule
       rule with source file now created (regexPattern):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  23) rule
       rule with source file modified (regexPattern):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Timeout._onTimeout (rule.js:194:9)
      at listOnTimeout (node:internal/timers:564:17)
      at process.processTimers (node:internal/timers:507:7)

  24) rule
rule with existing objective file and no source (should be normal file-task) (regexPattern): Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  25) rule
       rule with source file not created yet (sourceFunction):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  26) rule
       rule with source file now created (sourceFunction):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  27) rule
       rule with source file modified (sourceFunction):
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Timeout._onTimeout (rule.js:194:9)
      at listOnTimeout (node:internal/timers:564:17)
      at process.processTimers (node:internal/timers:507:7)

  28) rule
rule with existing objective file and no source (should be normal file-task) (sourceFunction): Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/rule.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at /usr/share/nodejs/mocha/lib/runnable.js:414:7
      at cleanUpAndNext (rule.js:52:15)
      at Context.<anonymous> (rule.js:60:5)
      at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  29) selfDep
       self dep const:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/selfdep.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  30) selfDep
       self dep dyn:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/selfdep.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
      at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  31) taskBase
       default task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  32) taskBase
       task with no action:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  33) taskBase
       a task with no action and no prereqs:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  34) taskBase
a task that exists at the top-level, and not in the specified namespace, should error: Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  35) taskBase
       passing args to a task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  36) taskBase
       a task with environment vars:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  37) taskBase
       passing args and using environment vars:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  38) taskBase
       a simple prereq:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  39) taskBase
       a duplicate prereq only runs once:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  40) taskBase
       a prereq with command-line args:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  41) taskBase
       a prereq with args via invoke:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  42) taskBase
       a prereq with args via execute:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  43) taskBase
       repeating the task via execute:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  44) taskBase
       prereq execution-order:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  45) taskBase
       basic async task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  46) taskBase
       promise async task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  47) taskBase
       failing promise async task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  48) taskBase
       that current-prereq index gets reset:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  49) taskBase
       modifying a task by adding prereq during execution:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  50) taskBase
       listening for task error-event:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  51) taskBase
       listening for jake error-event:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  52) taskBase
       listening for jake unhandledRejection-event:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  53) taskBase
       large number of same prereqs:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  54) taskBase
       large number of different prereqs:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  55) taskBase
       large number of different prereqs:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)

  56) taskBase
       modifying a namespace by adding a new task:
Error: Timeout of 7000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/autopkgtest-lxc.g1gp4s5i/downtmp/autopkgtest_tmp/smoke56bPw7/test/integration/task_base.js)
      at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:498:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
      at done (/usr/share/nodejs/mocha/lib/runnable.js:308:18)
      at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
      at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
      at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
      at /usr/share/nodejs/mocha/lib/runner.js:789:12
      at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
      at /usr/share/nodejs/mocha/lib/runner.js:591:7
      at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
      at process.processImmediate (node:internal/timers:471:21)



jake aborted.
Error [ERR_UNHANDLED_ERROR]: Unhandled error. (undefined)
    at new NodeError (node:internal/errors:387:5)
    at Task.emit (node:events:502:17)
    at Task.errorOut (/usr/share/nodejs/jake/lib/task/task.js:360:10)
at Immediate.<anonymous> (/usr/share/nodejs/jake/lib/task/task.js:338:24)
    at process.processImmediate (node:internal/timers:471:21)
+ CODE=1
+ mv test/integration/publish_task.js.disabled test/integration/publish_task.js
+ exit 1
autopkgtest [14:05:23]: test pkg-js-autopkgtest

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: node-jake
Source-Version: 10.8.5+~1.0.4-2
Done: Yadd <y...@debian.org>

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

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

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

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-jake package)

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


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

Format: 1.8
Date: Mon, 12 Sep 2022 16:15:43 +0200
Source: node-jake
Built-For-Profiles: nocheck
Architecture: source
Version: 10.8.5+~1.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1019551
Changes:
 node-jake (10.8.5+~1.0.4-2) unstable; urgency=medium
 .
   * Set field Upstream-Contact in debian/copyright.
   * Set upstream metadata fields: Bug-Submit.
   * Remove obsolete field Contact from debian/upstream/metadata (already
     present in machine-readable debian/copyright)
   * Increase test timeout (Closes: #1019551)
Checksums-Sha1: 
 bc624e13009dcd12d0b6e707c55ad30ce599584c 2455 node-jake_10.8.5+~1.0.4-2.dsc
 c171200eee72540e693d47c3d6bdce229cde9008 4332 
node-jake_10.8.5+~1.0.4-2.debian.tar.xz
Checksums-Sha256: 
 55cabf84d3afe525332192a5f14f36e99a29f96bd7641d443560ccefb7a7388d 2455 
node-jake_10.8.5+~1.0.4-2.dsc
 a206bfb15c3f0385bd0a43c5d303d6328d2a9a27e26352e02a22e302bacaec9c 4332 
node-jake_10.8.5+~1.0.4-2.debian.tar.xz
Files: 
 e9339208f716b876a23f5f6452c14464 2455 javascript optional 
node-jake_10.8.5+~1.0.4-2.dsc
 8a2a167823b352f9469a39a8c3c7d4a2 4332 javascript optional 
node-jake_10.8.5+~1.0.4-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmMfP2YACgkQ9tdMp8mZ
7unmDA//QIVm9xftBoM0scsnjT+Rv6V5v8wsc7pOxNhSv9o0Zxx6V6Kb7EDFz8ZF
58ZWPSmorVz8WWFIiOIYWX58eai7OKnswCeTbMWhSJHWAxTk1ULcJe4tgXUfGsII
oJU7Yn+vRcjjLVSzEIIkobGTVOnLJlPbbAiT4BZfXadpb6cpNZJc/xNn7PXNr6Fs
ni8bjuNZamtIKG+3HmsCa6dtNrbtP0evn97hc0OdTda6JlJHz2YvD6fLiNWUG1WI
iyl2m7ttiUK7CMU48bDRBP/QmKdr1colS1j0McQpLZ3vCpiLvtRLeAUlCg0vi+p5
tsPQ8T8UFQtEW4/whYICbLItu6NLzM+c2dEOKi9M/8KaIrIyclHyV9QKI2Qo19Jm
ruCt0QOmPt86iFiUSjaIrNT/urmiqeKpRWG1P4noXJF1U4mnf05iu9/N1re9e7rF
PxlOWBtSgvZ2ZTMXz7Yw/E9x1AAEeLzqFUsBnlTJoRYgrFq/iIPhWI0nt4CxbCBL
npgnZ2tInKD+iXIWad3LD0GAHkO/rW7PRvDOLL5VtzTt/73X1CUMY8TQ+MMjpXWX
ZiCmN32lR6nkR6yfpDSpTtERS3AYepLjgx3lx1SNjCC9TTfJrxvz4KyZNmwHdYBp
IJN3+RG7DgHyDtagM9cACdRDSSbggPuN2BC+PvrnLJgHgWfOmUk=
=GGEq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to