Your message dated Fri, 15 Jan 2021 22:03:43 +0000
with message-id <e1l0xc3-0000pu...@fasolo.debian.org>
and subject line Bug#980195: fixed in pkg-js-tools 0.9.63
has caused the Debian Bug report #980195,
regarding ts-node: autopkgtest regression in testing: Cannot find name 'process'
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.)


-- 
980195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ts-node
Version: 9.1.1-4
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a very recent change in testing the autopkgtest of your package
started to fail. I copied some of the output at the bottom of this
report. Can you please investigate the situation and fix it?

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

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/t/ts-node/9718737/log.gz

  39 passing (1m)
  8 failing

  1) ts-node
       cli
         should provide registered information globally:
     Uncaught expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/env

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
tests/env.ts(1,20): error TS2580: Cannot find name 'process'. Do you
need to install type definitions for node? Try `npm i --save-dev
@types/node`.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
  AssertionError: expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/env


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  tests/env.ts(1,20): error TS2580: Cannot find name 'process'. Do you
need to install type definitions for node? Try `npm i --save-dev
@types/node`.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:123:39
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  2) ts-node
       cli
         should provide registered information on register:
     Uncaught AssertionError: expected [Error: Command failed: node -r
ts-node/register env.ts

/usr/share/nodejs/ts-node/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
env.ts(1,20): error TS2580: Cannot find name 'process'. Do you need to
install type definitions for node? Try `npm i --save-dev @types/node`.

    at createTSError (/usr/share/nodejs/ts-node/src/index.ts:513:12)
    at reportTSError (/usr/share/nodejs/ts-node/src/index.ts:517:19)
    at getOutput (/usr/share/nodejs/ts-node/src/index.ts:752:36)
    at Object.compile (/usr/share/nodejs/ts-node/src/index.ts:968:32)
    at Module.m._compile (/usr/share/nodejs/ts-node/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/usr/share/nodejs/ts-node/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:132:39
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  3) ts-node
       cli
         should preserve `ts-node` context with child process:
     Uncaught expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/child-process

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
tests/child-process.ts(1,22): error TS2307: Cannot find module 'path' or
its corresponding type declarations.
tests/child-process.ts(2,22): error TS2307: Cannot find module
'child_process' or its corresponding type declarations.
tests/child-process.ts(4,11): error TS2304: Cannot find name '__dirname'.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
  AssertionError: expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/child-process


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  tests/child-process.ts(1,22): error TS2307: Cannot find module 'path'
or its corresponding type declarations.
  tests/child-process.ts(2,22): error TS2307: Cannot find module
'child_process' or its corresponding type declarations.
  tests/child-process.ts(4,11): error TS2304: Cannot find name '__dirname'.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:318:39
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  4) ts-node
       cli
         should ignore .d.ts files:
     Uncaught expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/import-order/importer

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
tests/import-order/importer.ts(1,11): error TS2580: Cannot find name
'require'. Do you need to install type definitions for node? Try `npm i
--save-dev @types/node`.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
  AssertionError: expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/tsconfig.json"
tests/import-order/importer


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  tests/import-order/importer.ts(1,11): error TS2580: Cannot find name
'require'. Do you need to install type definitions for node? Try `npm i
--save-dev @types/node`.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:346:39
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  5) ts-node
       cli
         should support script mode:
     Uncaught expected [Error: Command failed:
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node-script
tests/scope/a/log

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
index.ts(1,18): error TS2307: Cannot find module 'path' or its
corresponding type declarations.
index.ts(3,33): error TS2304: Cannot find name '__filename'.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Module.require (internal/modules/cjs/loader.js:903:19)
] to equal null
  AssertionError: expected [Error: Command failed:
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node-script
tests/scope/a/log


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  index.ts(1,18): error TS2307: Cannot find module 'path' or its
corresponding type declarations.
  index.ts(3,33): error TS2304: Cannot find name '__filename'.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Module.require (internal/modules/cjs/loader.js:903:19)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:387:43
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  6) ts-node
       cli
         should read tsconfig relative to realpath, not symlink, in
scriptMode:
     Uncaught expected [Error: Command failed:
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node-script
tests/main-realpath/symlink/symlink.tsx

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
target.tsx(3,4): error TS2304: Cannot find name 'React'.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .tsx]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
  AssertionError: expected [Error: Command failed:
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node-script
tests/main-realpath/symlink/symlink.tsx


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  target.tsx(3,4): error TS2304: Cannot find name 'React'.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .tsx]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:395:47
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  7) ts-node
       cli
         should transpile files inside a node_modules directory when not
ignored:
     done() invoked with non-Error: Unexpected error: Error: Command
failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--script-mode tests/from-node-modules/from-node-modules

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
from-node-modules.ts(5,15): error TS2580: Cannot find name 'require'. Do
you need to install type definitions for node? Try `npm i --save-dev
@types/node`.
from-node-modules.ts(6,15): error TS2580: Cannot find name 'require'. Do
you need to install type definitions for node? Try `npm i --save-dev
@types/node`.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)

stdout:

stderr:

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
from-node-modules.ts(5,15): error TS2580: Cannot find name 'require'. Do
you need to install type definitions for node? Try `npm i --save-dev
@types/node`.
from-node-modules.ts(6,15): error TS2580: Cannot find name 'require'. Do
you need to install type definitions for node? Try `npm i --save-dev
@types/node`.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)

  Error: done() invoked with non-Error: Unexpected error: Error: Command
failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--script-mode tests/from-node-modules/from-node-modules


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  from-node-modules.ts(5,15): error TS2580: Cannot find name 'require'.
Do you need to install type definitions for node? Try `npm i --save-dev
@types/node`.
  from-node-modules.ts(6,15): error TS2580: Cannot find name 'require'.
Do you need to install type definitions for node? Try `npm i --save-dev
@types/node`.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)

  stdout:

  stderr:


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  from-node-modules.ts(5,15): error TS2580: Cannot find name 'require'.
Do you need to install type definitions for node? Try `npm i --save-dev
@types/node`.
  from-node-modules.ts(6,15): error TS2580: Cannot find name 'require'.
Do you need to install type definitions for node? Try `npm i --save-dev
@types/node`.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)

      at /usr/share/nodejs/mocha/lib/runnable.js:402:21
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:474:28
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)

  8) ts-node
       cli
         issue #884
           should compile:
     Uncaught expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project tests/issue-884/tsconfig.json tests/issue-884

/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:
tests/issue-884/index.ts(3,1): error TS2580: Cannot find name 'require'.
Do you need to install type definitions for node? Try `npm i --save-dev
@types/node`.

    at createTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513:12)
    at reportTSError
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:517:19)
    at getOutput
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:752:36)
    at Object.compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:968:32)
    at Module.m._compile
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1056:42)
    at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
    at Object.require.extensions.<computed> [as .ts]
(/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:1059:12)
    at Module.load (internal/modules/cjs/loader.js:879:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
] to equal null
  AssertionError: expected [Error: Command failed:
"/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/tests/node_modules/.bin/ts-node"
--project tests/issue-884/tsconfig.json tests/issue-884


/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/src/index.ts:513
      return new TSError(diagnosticText, diagnosticCodes)
             ^
  TSError: ⨯ Unable to compile TypeScript:
  tests/issue-884/index.ts(3,1): error TS2580: Cannot find name
'require'. Do you need to install type definitions for node? Try `npm i
--save-dev @types/node`.

      at createTSError (src/index.ts:513:12)
      at reportTSError (src/index.ts:517:19)
      at getOutput (src/index.ts:752:36)
      at Object.compile (src/index.ts:968:32)
      at Module.m._compile (src/index.ts:1056:42)
      at Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
      at Object.require.extensions.<computed> [as .ts]
(src/index.ts:1059:12)
      at Module.load (internal/modules/cjs/loader.js:879:32)
      at Function.Module._load (internal/modules/cjs/loader.js:724:14)
      at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:60:12)
  ] to equal null
      at
/tmp/autopkgtest-lxc.cgibtj7d/downtmp/autopkgtest_tmp/smokeed1RaQ/dist/index.spec.js:359:47
      at ChildProcess.exithandler (child_process.js:315:5)
      at maybeClose (internal/child_process.js:1021:16)
      at Process.ChildProcess._handle.onexit
(internal/child_process.js:286:5)



autopkgtest [21:07:02]: test pkg-js-autopkgtest: -----------------------]

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: pkg-js-tools
Source-Version: 0.9.63
Done: Xavier Guimard <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pkg-js-tools, 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 980...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <y...@debian.org> (supplier of updated pkg-js-tools 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: Fri, 15 Jan 2021 22:37:59 +0100
Source: pkg-js-tools
Architecture: source
Version: 0.9.63
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 980195
Changes:
 pkg-js-tools (0.9.63) unstable; urgency=medium
 .
   * autopkgtest: fix regexp that parse debian/nodejs/ext* (Closes: #980195)
Checksums-Sha1: 
 01ba81f94b5cc2caaa142ac6b63a330562e3ddc3 1979 pkg-js-tools_0.9.63.dsc
 a202c91049bea3a4030c552749d91054558aa50b 47704 pkg-js-tools_0.9.63.tar.xz
Checksums-Sha256: 
 b2a37a0cc06c6d4d517806c5942df60e4bf3397fa577f6b4bc5e2074d41223e6 1979 
pkg-js-tools_0.9.63.dsc
 c3c99c99c1428091e55374d0dd701162dac3ed9467bc62556335ee7e56c3a2c0 47704 
pkg-js-tools_0.9.63.tar.xz
Files: 
 52bebb31b994e8116105d64a9732d6dc 1979 devel optional pkg-js-tools_0.9.63.dsc
 84c0a82340bbdc158748e72f1982ec72 47704 devel optional 
pkg-js-tools_0.9.63.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmACC7EACgkQ9tdMp8mZ
7um4rg/7BjAhB87G1k9tn2Dnlr/dstJtRMuoEQP6ZfO7lgP5P3mEQ1z98C5RFI7O
MnfipDelZ8AIGJpq+wap4iswfeWwuzdQWfO6VCarFKZnjFFVy2UZZwW5PgqzTG/b
KbOHV7HnWD18CSOT5UpftJiw0ibPiRNcawzwxnnDMXDbzG2C8DA3/TL5ZjZe+wPp
UXROxCl4f+iRf9pjgixolOLF8KeI7a23QEfxug1oXYl+fSh9xexeIOde+Eav087X
7fd0sK9+WN89wmo3SIU/pIZSQog5V3dJ3tUO9dbgAUEMZgcPBAczSFAnNBQNniYu
e7mHLH7KFp0yeDX+EimRRlQuyckQdHvPx8p/H30emafgV4bQLzuPT6ii1OBDfQ7b
4YS0tVA+4ZIio0BFGhQYtKOZ6uw4VEeE0u/MVzH8hX1E8BiWUPuETD07HA4gTdBc
vZldfdgF41Hf+eUkOm9q283jsjvaBS5rxZyRqSvz4CZ/OQscqTRg/Hyr8ElyhBgN
UphSHB9NUI9/BEzTd6uT/Syl3Eorve7yVms7eHjWqKBuhsrsuAMUwfLB638XIbFQ
UbT5m+pDjh5mqNnXRoTrofjGanZnEEe3tC6rdEKk7NML0rUdQazmdev9evSdGMQM
lrV0lp8ZuPUoKbhNB/wdkkXJt0A02ivzGOZVp9NuDucx57xtgLg=
=Im/3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to