[Pkg-javascript-devel] Bug#1019551: node-jake: autopkgtest failure on armel: Timeout of 7000ms exceeded.

Paul Gevers elbrus at debian.org
Sun Sep 11 20:55:19 BST 2022


Source: node-jake
Version: 10.8.5+~1.0.4-1
Severity: serious
User: debian-ci at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20220911/996d8619/attachment.sig>


More information about the Pkg-javascript-devel mailing list