Your message dated Wed, 22 Nov 2023 07:21:31 +0000
with message-id <e1r5hyb-000txy...@fasolo.debian.org>
and subject line Bug#1056334: fixed in node-ast-types 0.16.1-3
has caused the Debian Bug report #1056334,
regarding node-ast-types: autopkgtest failure
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.)


-- 
1056334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: node-ast-types
Source-Version: 0.16.1-3
Done: Yadd <y...@debian.org>

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

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-ast-types 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: Wed, 22 Nov 2023 10:49:33 +0400
Source: node-ast-types
Architecture: source
Version: 0.16.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1056334
Changes:
 node-ast-types (0.16.1-3) unstable; urgency=medium
 .
   * Team upload
   * Clean debian/tests/pkg-js/files (Closes: #1056334)
Checksums-Sha1: 
 6c9326d6eb554103d62cea090b19f53be356960c 2178 node-ast-types_0.16.1-3.dsc
 f4d9119188c06fd2aa7ef14a5b4aed68bb3655f1 184436 
node-ast-types_0.16.1-3.debian.tar.xz
Checksums-Sha256: 
 357a4d4ef3fac94d7c97317b361c47611c1af65003c78de21682739b1bafae3f 2178 
node-ast-types_0.16.1-3.dsc
 5bd53001a89a50d2f5e60fe77e2c0aac73b21735cedab650ff1d144994e22ddf 184436 
node-ast-types_0.16.1-3.debian.tar.xz
Files: 
 3c9ce5b7c9816326c4ad80997587046f 2178 javascript optional 
node-ast-types_0.16.1-3.dsc
 c0fd8386d6d0bb6f2f753e446af266b1 184436 javascript optional 
node-ast-types_0.16.1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmVdpMAACgkQ9tdMp8mZ
7ukCKRAAjwaKC50ayfn0L9Z8t9JP9+Lof9BXvAyYQbTmvPLZdmKe7RpjGiJ9VhNj
UOOKSmQgNTmlokPiF9JGHRutXbYVwKZGBOAY8ABpMXV4N8CfI48ZlwSC7hNn/mwm
0PjtH96mvjgyCdkxtKTgVb6w+ANbybqB2aw1imatSWJi/fhB4fSXzNUhl+S5z7ML
/lgXR+qYkt7zJ/5bzBL3sYb9/HrEMPRR5WWL9D/pS2J3AwFotdtPqLLd+GfGFoQb
OXCHjWQvmKCEwkhl5GTgQCIfGpGoQjld55DesNxvb+0Tyzesl0sKGoGQ4d07T+80
bki/4iIayqSE2oUSjIYLRn4dgwuLOS+fkznAO2jsKxfXjRHzlqZ3G0c6CG5jrPvo
r3xREctamMTeMIIXBB3yglnyxVF1i6lpBBB6ljzsm+wRzM1beyw2NvYkq79iA8np
VaJtywj6aqUKll0x2XmNlzPdFOuFtn24T1wQAov7KVkpcjF1Vs8OAPOaPvFvYSiz
Qn5bPtB+BhotfSEJH87cricoSoP9NbatteOsGoENyoJOQgQOilpiXfdb+NB9RiS9
EDNOUD+ogol0Zj05uOEuvA8U1gKPia/ZGTlIe1yN4z2kWQSRSkomIleAnIdkb7fS
JRwiCGEYQsUr93XqnhLiSR7SP/1N5WbCUSY2ZJ9kclCBqrJ446c=
=nszS
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to