Your message dated Tue, 08 Jan 2019 00:05:12 +0000
with message-id <e1ggetm-0009ug...@fasolo.debian.org>
and subject line Bug#918004: fixed in node-inline-source-map 0.6.2~git-2
has caused the Debian Bug report #918004,
regarding node-inline-source-map FTBFS: test failures
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.)


-- 
918004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-inline-source-map
Version: 0.6.2~git-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=node-inline-source-map&arch=all&ver=0.6.2~git-1&stamp=1546379862&raw=0

...
  17 passing (2s)
  9 failing

  1) test/source-content.js generated mappings one file with source content 
includes source content:

      Error: includes source content
      + expected - actual

         "sources": [
           "foo.js"
         ]
         "sourcesContent": [
      -    "function foo () {
      +    "function foo() {
         var hello = 'hello';
         var world = 'world';
         console.log('%s %s', hello, world);
       }"
      
      at Test.<anonymous> (test/source-content.js:32:7)
      at Test.<anonymous> (test/source-content.js:27:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  2) test/source-content.js generated mappings one file with source content 
encodes generated mappings including source content:

      Error: encodes generated mappings including source content
      + expected - actual

      
-{"version":3,"sources":["foo.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":["function
 foo () {\n  var hello = 'hello';\n  var world = 'world';\n  console.log('%s 
%s', hello, world);\n}"]}
      
+{"version":3,"sources":["foo.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":["function
 foo() {\n  var hello = 'hello';\n  var world = 'world';\n  console.log('%s 
%s', hello, world);\n}"]}
      
      at Test.<anonymous> (test/source-content.js:49:7)
      at Test.<anonymous> (test/source-content.js:27:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  3) test/source-content.js generated mappings one file with source content 
returns correct inline mapping url including source content:

      Error: returns correct inline mapping url including source content
      + expected - actual

      -//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJmdW5jdGlvbiBmb28gKCkge1xuICB2YXIgaGVsbG8gPSAnaGVsbG8nO1xuICB2YXIgd29ybGQgPSAnd29ybGQnO1xuICBjb25zb2xlLmxvZygnJXMgJXMnLCBoZWxsbywgd29ybGQpO1xufSJdfQ==
      +//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJmdW5jdGlvbiBmb28oKSB7XG4gIHZhciBoZWxsbyA9ICdoZWxsbyc7XG4gIHZhciB3b3JsZCA9ICd3b3JsZCc7XG4gIGNvbnNvbGUubG9nKCclcyAlcycsIGhlbGxvLCB3b3JsZCk7XG59Il19
      
      at Test.<anonymous> (test/source-content.js:54:7)
      at Test.<anonymous> (test/source-content.js:27:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  4) test/source-content.js generated mappings two files with source content 
includes source content for both files:

      Error: includes source content for both files
      + expected - actual

           "foo.js"
           "bar.js"
         ]
         "sourcesContent": [
      -    "function foo () {
      +    "function foo() {
         var hello = 'hello';
         var world = 'world';
         console.log('%s %s', hello, world);
       }"
      -    "function bar () {
      +    "function bar() {
         console.log('yes?');
       }"
         ]
         "version": 3
      
      at Test.<anonymous> (test/source-content.js:69:7)
      at Test.<anonymous> (test/source-content.js:62:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  5) test/source-content.js generated mappings two files with source content 
encodes generated mappings including source content:

      Error: encodes generated mappings including source content
      + expected - actual

      
-{"version":3,"sources":["foo.js","bar.js"],"names":[],"mappings":"ACAA,ADAA;ACCA,ADAA;ACCA,ADAA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":["function
 foo () {\n  var hello = 'hello';\n  var world = 'world';\n  console.log('%s 
%s', hello, world);\n}","function bar () {\n  console.log('yes?');\n}"]}
      
+{"version":3,"sources":["foo.js","bar.js"],"names":[],"mappings":"ACAA,ADAA;ACCA,ADAA;ACCA,ADAA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":["function
 foo() {\n  var hello = 'hello';\n  var world = 'world';\n  console.log('%s 
%s', hello, world);\n}","function bar() {\n  console.log('yes?');\n}"]}
      
      at Test.<anonymous> (test/source-content.js:88:7)
      at Test.<anonymous> (test/source-content.js:62:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  6) test/source-content.js generated mappings two files with source content 
returns correct inline mapping url including source content:

      Error: returns correct inline mapping url including source content
      + expected - actual

      -//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyIsImJhci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUNBQSxBREFBO0FDQ0EsQURBQTtBQ0NBLEFEQUE7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJmdW5jdGlvbiBmb28gKCkge1xuICB2YXIgaGVsbG8gPSAnaGVsbG8nO1xuICB2YXIgd29ybGQgPSAnd29ybGQnO1xuICBjb25zb2xlLmxvZygnJXMgJXMnLCBoZWxsbywgd29ybGQpO1xufSIsImZ1bmN0aW9uIGJhciAoKSB7XG4gIGNvbnNvbGUubG9nKCd5ZXM/Jyk7XG59Il19
      +//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyIsImJhci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUNBQSxBREFBO0FDQ0EsQURBQTtBQ0NBLEFEQUE7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJmdW5jdGlvbiBmb28oKSB7XG4gIHZhciBoZWxsbyA9ICdoZWxsbyc7XG4gIHZhciB3b3JsZCA9ICd3b3JsZCc7XG4gIGNvbnNvbGUubG9nKCclcyAlcycsIGhlbGxvLCB3b3JsZCk7XG59IiwiZnVuY3Rpb24gYmFyKCkge1xuICBjb25zb2xlLmxvZygneWVzPycpO1xufSJdfQ==
      
      at Test.<anonymous> (test/source-content.js:93:7)
      at Test.<anonymous> (test/source-content.js:62:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  7) test/source-content.js generated mappings two files, only one with source 
content includes source content for the file with source content and [null] for 
the other file:

      Error: includes source content for the file with source content and 
[null] for the other file
      + expected - actual

           "bar.js"
         ]
         "sourcesContent": [
           [null]
      -    "function bar () {
      +    "function bar() {
         console.log('yes?');
       }"
         ]
         "version": 3
      
      at Test.<anonymous> (test/source-content.js:107:7)
      at Test.<anonymous> (test/source-content.js:101:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  8) test/source-content.js generated mappings two files, only one with source 
content encodes generated mappings including source content:

      Error: encodes generated mappings including source content
      + expected - actual

      
-{"version":3,"sources":["foo.js","bar.js"],"names":[],"mappings":"ACAA,ADAA;ACCA,ADAA;ACCA,ADAA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":[null,"function
 bar () {\n  console.log('yes?');\n}"]}
      
+{"version":3,"sources":["foo.js","bar.js"],"names":[],"mappings":"ACAA,ADAA;ACCA,ADAA;ACCA,ADAA;AACA;AACA","file":"","sourceRoot":"","sourcesContent":[null,"function
 bar() {\n  console.log('yes?');\n}"]}
      
      at Test.<anonymous> (test/source-content.js:123:7)
      at Test.<anonymous> (test/source-content.js:101:5)
      at Object.<anonymous> (test/source-content.js:25:1)

  9) test/source-content.js generated mappings two files, only one with source 
content returns correct inline mapping url including source content:

      Error: returns correct inline mapping url including source content
      + expected - actual

      -//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyIsImJhci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUNBQSxBREFBO0FDQ0EsQURBQTtBQ0NBLEFEQUE7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6W251bGwsImZ1bmN0aW9uIGJhciAoKSB7XG4gIGNvbnNvbGUubG9nKCd5ZXM/Jyk7XG59Il19
      +//# 
sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvby5qcyIsImJhci5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUNBQSxBREFBO0FDQ0EsQURBQTtBQ0NBLEFEQUE7QUFDQTtBQUNBIiwiZmlsZSI6IiIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzQ29udGVudCI6W251bGwsImZ1bmN0aW9uIGJhcigpIHtcbiAgY29uc29sZS5sb2coJ3llcz8nKTtcbn0iXX0=
      
      at Test.<anonymous> (test/source-content.js:128:7)
      at Test.<anonymous> (test/source-content.js:101:5)
      at Object.<anonymous> (test/source-content.js:25:1)

make[1]: *** [debian/rules:12: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: node-inline-source-map
Source-Version: 0.6.2~git-2

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

Debian distribution maintenance software
pp.
Jérémy Lal <kapo...@melix.org> (supplier of updated node-inline-source-map 
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: Tue, 08 Jan 2019 00:40:46 +0100
Source: node-inline-source-map
Binary: node-inline-source-map
Architecture: source
Version: 0.6.2~git-2
Distribution: unstable
Urgency: high
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jérémy Lal <kapo...@melix.org>
Description:
 node-inline-source-map - base64 encoded source mappings for a generated file
Closes: 918004
Changes:
 node-inline-source-map (0.6.2~git-2) unstable; urgency=high
 .
   * Team upload
   * Patch to update tests expectations (Closes: #918004)
   * Remove one lintian override, no longer needed
Checksums-Sha1:
 785172f961728cc3a41642fbaf9a44f30d4b7dda 2296 
node-inline-source-map_0.6.2~git-2.dsc
 f47f80f687f740703a38d4cc26f5827197fcf36d 5848 
node-inline-source-map_0.6.2~git-2.debian.tar.xz
 f9280f6a5c28aa7701535e9f97dc27389113e780 7797 
node-inline-source-map_0.6.2~git-2_source.buildinfo
Checksums-Sha256:
 32b6e81f19ace52be50ab5324409d4414f3261ca167c28f0fbba80725081aa76 2296 
node-inline-source-map_0.6.2~git-2.dsc
 6f4d052b9c1692c7928c35c08d558e7a9864e6bff2711c42ab9ec8300e882061 5848 
node-inline-source-map_0.6.2~git-2.debian.tar.xz
 0bd9a8128b2f299b122d73ef82d58c6d05072b3226986909d93c5c6fe34369bd 7797 
node-inline-source-map_0.6.2~git-2_source.buildinfo
Files:
 03f6ae1fda570c740f17d539d59bcdd0 2296 javascript optional 
node-inline-source-map_0.6.2~git-2.dsc
 2847e5253d5a5a760244ac3b9f867139 5848 javascript optional 
node-inline-source-map_0.6.2~git-2.debian.tar.xz
 bc333875ae54123886ab14aea92d3990 7797 javascript optional 
node-inline-source-map_0.6.2~git-2_source.buildinfo

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

iQJGBAEBCgAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlwz464SHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0ACwP/1Q9CWr0UCSQwTWh8gYAps3cf/A0uxs2
Bh3aUfc4rVXz1YcyihLkEuk8oRTtchm8IffoQItDWGtKxlGPTVKyx45YjI+kFCTm
SrYx4FHpNUcFxBy3W7XSY7YjroV0cn5HX5zYBb41Gl8WorJVw81kCKdkhfC18w7n
Jhj3sOp8ZDAYX/5O/ruZRDn8u8TMAYZTLfvNUquX0fZApp8Dyc7y47qeqt6qQMiE
9t6VPqmr/UJ3BVKlK35DPSmBqJDfH8Beforf8nZi6Q1v/h1N94qsNMUZZX4LX3U2
rRxzgoV4M5F4KlNZAQ+d5sEjsYZG0veZXKFg7xLprdUeCCm9icmLV57jw8Z0i8Vx
UN75ixuZ12iY70WR5P9v7KXVJDq6lHf2H/5htLOKIDrHNc5KiylJWBlrt8egJRZo
eLOS9lIZov0uYJKOt7xe2up1dm/OBnQa/5ztuLWdEaQFBGdZlomTtWT334VzQZZU
M7ffxAFNdKTU6Z/YqB8EWhiyltNlT/xMI7VEvc/OU/2UyrnpBHaK+lsF3DdDazxP
0HFXTY5I/t9afu8MIiGa77o0bngJMhHAyOPHRYUbxog3rCd42dUtbEwc17hHTYd8
B2rkeXGEtjnxblVIPkaAFeuopkU0MLj2pGgzVev7QIdPxoLirvVLmUgvVqgblFHd
c7hNCuq6e5p3
=cjuw
-----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