[Pkg-javascript-devel] Bug#1056334: node-ast-types: autopkgtest failure

Gianfranco Costamagna locutusofborg at debian.org
Tue Nov 21 08:28:00 GMT 2023


Source: node-ast-types
Version: 0.16.1-2
Severity: serious


Hello, according to ci, the package autopkgtests looks failing.
https://ci.debian.net/packages/n/node-ast-types/unstable/amd64/39617621/


  66s autopkgtest [20:34:26]: test pkg-js-autopkgtest: [-----------------------
  66s # Using ./package.(json|yaml)
  66s # Node module name is ast-types
  66s # Build files found: tsconfig.json
  66s # Test files found:
  66s # Found debian/tests/pkg-js/files, let's use it
  66s # Files/dir to be installed from source: src
  66s test
  66s tsconfig*
  66s ls: cannot access 'test': No such file or directory
  66s # Copy debian/tests/pkg-js content
  66s 'debian/tests/pkg-js' -> '/tmp/autopkgtest-lxc.2rswz7np/downtmp/autopkgtest_tmp/smokeXkrxbl/debian/tests/pkg-js'
  66s 'debian/tests/pkg-js/test' -> '/tmp/autopkgtest-lxc.2rswz7np/downtmp/autopkgtest_tmp/smokeXkrxbl/debian/tests/pkg-js/test'
  66s 'debian/tests/pkg-js/files' -> '/tmp/autopkgtest-lxc.2rswz7np/downtmp/autopkgtest_tmp/smokeXkrxbl/debian/tests/pkg-js/files'
  66s Found debian/tests/test_modules
  66s # let's copy it
  66s Found debian/nodejs/extlinks
  67s @babel/parser linked into node_modules
  67s @babel/types linked into node_modules
  68s tslib linked into node_modules
  68s @types/esprima linked into node_modules
  69s @types/estree linked into node_modules
  69s @types/glob linked into node_modules
  70s @types/mocha linked into node_modules
  70s # Searching module in /usr/lib/nodejs/ast-types
  70s # Searching module in /usr/lib/*/nodejs/ast-types
  70s # Searching module in /usr/share/nodejs/ast-types
  70s # Found /usr/share/nodejs/ast-types
  70s # Searching files to link in /usr/share/nodejs/ast-types
  70s # Launch debian/tests/pkg-js/test with sh -ex
  70s + test /tmp/autopkgtest-lxc.2rswz7np/downtmp/autopkgtest_tmp !=
  70s + rm -rf lib
  70s + tsc
  70s Version 4.8.4
  70s tsc: The TypeScript Compiler - Version 4.8.4
  70s
  70s COMMON COMMANDS
  70s
  70s   tsc
  70s   Compiles the current project (tsconfig.json in the working directory.)
  70s
  70s   tsc app.ts util.ts
  70s   Ignoring tsconfig.json, compiles the specified files with default compiler options.
  70s
  70s   tsc -b
  70s   Build a composite project in the working directory.
  70s
  70s   tsc --init
  70s   Creates a tsconfig.json with the recommended settings in the working directory.
  70s
  70s   tsc -p ./path/to/tsconfig.json
  70s   Compiles the TypeScript project located at the specified path.
  70s
  70s   tsc --help --all
  70s   An expanded version of this information, showing all possible compiler options
  70s
  70s   tsc --noEmit
  70s   tsc --target esnext
  70s   Compiles the current project, with additional settings.
  70s
  70s COMMAND LINE FLAGS
  70s
  70s --help, -h
  70s Print this message.
  70s
  70s --watch, -w
  70s Watch input files.
  70s
  70s --all
  70s Show all compiler options.
  70s
  70s --version, -v
  70s Print the compiler's version.
  70s
  70s --init
  70s Initializes a TypeScript project and creates a tsconfig.json file.
  70s
  70s --project, -p
  70s Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'.
  70s
  70s --build, -b
  70s Build one or more projects and their dependencies, if out of date
  70s
  70s --showConfig
  70s Print the final configuration instead of building.
  70s
  70s COMMON COMPILER OPTIONS
  70s
  70s --pretty
  70s Enable color and formatting in TypeScript's output to make compiler errors easier to read.
  70s type: boolean
  70s default: true
  70s
  70s --target, -t
  70s Set the JavaScript language version for emitted JavaScript and include compatible library declarations.
  70s one of: es3, es5, es6/es2015, es2016, es2017, es2018, es2019, es2020, es2021, es2022, esnext
  70s default: es3
  70s
  70s --module, -m
  70s Specify what module code is generated.
  70s one of: none, commonjs, amd, umd, system, es6/es2015, es2020, es2022, esnext, node16, nodenext
  70s default: undefined
  70s
  70s --lib
  70s Specify a set of bundled library declaration files that describe the target runtime environment.
  70s one or more: es5, es6/es2015, es7/es2016, es2017, es2018, es2019, es2020, es2021, es2022, esnext, dom, dom.iterable, webworker, webworker.importscripts, webworker.iterable, scripthost, es2015.core, es2015.collection, es2015.generator, es2015.iterable, es2015.promise, es2015.proxy, es2015.reflect, es2015.symbol, es2015.symbol.wellknown, es2016.array.include, es2017.object, es2017.sharedmemory, es2017.string, es2017.intl, es2017.typedarrays, es2018.asyncgenerator, es2018.asynciterable/esnext.asynciterable, es2018.intl, es2018.promise, es2018.regexp, es2019.array, es2019.object, es2019.string, es2019.symbol/esnext.symbol, es2020.bigint/esnext.bigint, es2020.date, es2020.promise, es2020.sharedmemory, es2020.string, es2020.symbol.wellknown, es2020.intl, es2020.number, es2021.promise/esnext.promise, es2021.string, es2021.weakref/esnext.weakref, es2021.intl, es2022.array/esnext.array, es2022.error, es2022.intl, es2022.object, es2022.sharedmemory, es2022.string/esnext.string, esnext.intl
  70s default: undefined
  70s
  70s --allowJs
  70s Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.
  70s type: boolean
  70s default: false
  70s
  70s --checkJs
  70s Enable error reporting in type-checked JavaScript files.
  70s type: boolean
  70s default: false
  70s
  70s --jsx
  70s Specify what JSX code is generated.
  70s one of: preserve, react, react-native, react-jsx, react-jsxdev
  70s default: undefined
  70s
  70s --declaration, -d
  70s Generate .d.ts files from TypeScript and JavaScript files in your project.
  70s type: boolean
  70s default: `false`, unless `composite` is set
  70s
  70s --declarationMap
  70s Create sourcemaps for d.ts files.
  70s type: boolean
  70s default: false
  70s
  70s --emitDeclarationOnly
  70s Only output d.ts files and not JavaScript files.
  70s type: boolean
  70s default: false
  70s
  70s --sourceMap
  70s Create source map files for emitted JavaScript files.
  70s type: boolean
  70s default: false
  70s
  70s --outFile
  70s Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output.
  70s
  70s --outDir
  70s Specify an output folder for all emitted files.
  70s
  70s --removeComments
  70s Disable emitting comments.
  70s type: boolean
  70s default: false
  70s
  70s --noEmit
  70s Disable emitting files from a compilation.
  70s type: boolean
  70s default: false
  70s
  70s --strict
  70s Enable all strict type-checking options.
  70s type: boolean
  70s default: false
  70s
  70s --types
  70s Specify type package names to be included without being referenced in a source file.
  70s
  70s --esModuleInterop
  70s Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility.
  70s type: boolean
  70s default: false
  70s
  70s You can learn about all of the compiler options at https://aka.ms/tsc
  70s
  71s autopkgtest [20:34:31]: test pkg-js-autopkgtest: -----------------------]
▸ test pkg-js-autopkgtest: test results
▸ summary
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20231121/58c4b7f6/attachment.sig>


More information about the Pkg-javascript-devel mailing list