Your message dated Sun, 23 Oct 2022 17:27:41 +0000
with message-id <e1omelb-0005xf...@fasolo.debian.org>
and subject line Bug#1022407: fixed in node-url-loader 4.1.1-5
has caused the Debian Bug report #1022407,
regarding node-url-loader: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 1
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.)


-- 
1022407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-url-loader
Version: 4.1.1-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> babeljs src -d dist --ignore \"src/**/*.test.js\" --copy-files
> Successfully compiled 3 files with Babel (409ms).
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules
>       ln -s ../. node_modules/url-loader
>       /bin/sh -ex debian/tests/pkg-js/test
> + NODE_ENV=test jest --ci test/cjs.test.js 
> test/utils/normalizeFallback.test.js
> FAIL test/utils/normalizeFallback.test.js
>   ● normalizeFallback › undefined
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `normalizeFallback undefined 1`
> 
>     - Snapshot  - 2
>     + Received  + 2
> 
>     - Object {
>     + {
>         "loader": "file-loader",
>     -   "options": Object {
>     +   "options": {
>           "limit": 8192,
>           "name": "name-for-url-loader.[ext]",
>         },
>       }
> 
>       12 |     });
>       13 |
>     > 14 |     expect(result).toMatchSnapshot();
>          |                    ^
>       15 |   });
>       16 |
>       17 |   test('string', () => {
> 
>       at Object.<anonymous> (test/utils/normalizeFallback.test.js:14:20)
> 
>   ● normalizeFallback › string
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `normalizeFallback string 1`
> 
>     - Snapshot  - 2
>     + Received  + 2
> 
>     - Object {
>     + {
>         "loader": "file-loader",
>     -   "options": Object {
>     +   "options": {
>           "limit": 8192,
>           "name": "name-for-url-loader.[ext]",
>         },
>       }
> 
>       21 |     });
>       22 |
>     > 23 |     expect(result).toMatchSnapshot();
>          |                    ^
>       24 |   });
>       25 |
>       26 |   test('string-with-query', () => {
> 
>       at Object.<anonymous> (test/utils/normalizeFallback.test.js:23:20)
> 
>   ● normalizeFallback › string-with-query
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `normalizeFallback string-with-query 1`
> 
>     - Snapshot  - 2
>     + Received  + 2
> 
>     - Object {
>     + {
>         "loader": "file-loader",
>     -   "options": Object {
>     +   "options": {
>           "limit": 8192,
>           "name": "name-for-file-loader.[ext]",
>         },
>       }
> 
>       30 |     );
>       31 |
>     > 32 |     expect(result).toMatchSnapshot();
>          |                    ^
>       33 |   });
>       34 |
>       35 |   test('object', () => {
> 
>       at Object.<anonymous> (test/utils/normalizeFallback.test.js:32:20)
> 
>   ● normalizeFallback › object
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `normalizeFallback object 1`
> 
>     - Snapshot  - 2
>     + Received  + 2
> 
>     - Object {
>     + {
>         "loader": "file-loader",
>     -   "options": Object {
>     +   "options": {
>           "limit": 8192,
>           "name": "name-for-url-loader.[ext]",
>         },
>       }
> 
>       39 |     );
>       40 |
>     > 41 |     expect(result).toMatchSnapshot();
>          |                    ^
>       42 |   });
>       43 |
>       44 |   test('object-with-options', () => {
> 
>       at Object.<anonymous> (test/utils/normalizeFallback.test.js:41:20)
> 
>   ● normalizeFallback › object-with-options
> 
>     expect(received).toMatchSnapshot()
> 
>     Snapshot name: `normalizeFallback object-with-options 1`
> 
>     - Snapshot  - 2
>     + Received  + 2
> 
>     - Object {
>     + {
>         "loader": "file-loader",
>     -   "options": Object {
>     +   "options": {
>           "limit": 8192,
>           "name": "name-for-file-loader.[ext]",
>         },
>       }
> 
>       51 |     );
>       52 |
>     > 53 |     expect(result).toMatchSnapshot();
>          |                    ^
>       54 |   });
>       55 | });
>       56 |
> 
>       at Object.<anonymous> (test/utils/normalizeFallback.test.js:53:20)
> 
>  › 5 snapshots failed.
> PASS test/cjs.test.js
> 
> Snapshot Summary
>  › 5 snapshots failed from 1 test suite. Inspect your code changes or re-run 
> jest with `-u` to update them.
> 
> Test Suites: 1 failed, 1 passed, 2 total
> Tests:       5 failed, 2 passed, 7 total
> Snapshots:   5 failed, 5 total
> Time:        3.151 s
> Ran all test suites matching 
> /test\/cjs.test.js|test\/utils\/normalizeFallback.test.js/i.
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/node-url-loader_4.1.1-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-url-loader
Source-Version: 4.1.1-5
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-url-loader, 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 1022...@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-url-loader 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: Sun, 23 Oct 2022 18:36:33 +0200
Source: node-url-loader
Built-For-Profiles: nocheck
Architecture: source
Version: 4.1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1022407
Changes:
 node-url-loader (4.1.1-5) unstable; urgency=medium
 .
   * Team upload
   * Update standards version to 4.6.1, no changes needed.
   * Add fix for jest >= 29 (Closes: #1022407)
Checksums-Sha1: 
 d6cf2434797a40c05ada0c8d9e40cade6d8ee203 2232 node-url-loader_4.1.1-5.dsc
 1699d334545391188669615ee5e0691f0be7897f 3604 
node-url-loader_4.1.1-5.debian.tar.xz
Checksums-Sha256: 
 e8f5b28a69f981e54198f9ec3cc0281a5b562884e98fd51a5a5a2ac489717e88 2232 
node-url-loader_4.1.1-5.dsc
 54510f276fbeafabd0fa5a8d945d7dad3f1678ca6755e52cb74513bfbf5fdf05 3604 
node-url-loader_4.1.1-5.debian.tar.xz
Files: 
 33ce9de4831b14fd92561ef02876c5f2 2232 javascript optional 
node-url-loader_4.1.1-5.dsc
 af219c9e358f24c043111a455f9cd71a 3604 javascript optional 
node-url-loader_4.1.1-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmNVbl4ACgkQ9tdMp8mZ
7ulo9Q//ccMmF5LSVf7vZ+5objZqIPgcJAT9+KLvuTKx/AZEgdSiJJ9UDDlm19gt
LaHZtyaJdwuz+uXDifItJpuDK41AASxFEmxkaqyoiCF1NfWQXn0T5C8QaXEqKlKG
ALu91QdQHut8433ZxfgFogPQURYcKusCti34g0Pdu3dcd6QISz410T41CF8UlsNi
LM3tg6AXXEgky7gcv0CFzml7by1Ac80GDSGf4JBS1OYPUepa8Kgz4LNPXGfoAgoB
/WrgIcgmqAp3RtcMJ+C7O8hl6tB32swcCvxUVHIpD+vYkbz3ecw/2ClTB6QXBM9p
+cW4ed3HaaByO6+TFq+dN/y1oIBv/8zk+ZZO/RHczcKc1gv5I5A3bp0EDHc2XyFN
aSXV/muwMfnKCsqdLVy/y/Tm/can6dQH0zHzL6t1K4yTP6gpAYnlftryvVbk4JBW
L27K4khcaoDO504DzBV9u9AAmfeu3jPKJUNATkwHWeT5VQAtQ5w1v/yb8t129Pru
ofspRbBa4ZbAV0CnHn/75KOxysFnEZTKPiril2aTH+aCcTqqiLPW9/yG+mdWCsjE
iIxNMYEXcrmxwaW9NnQMJHYRle7mmESHU0dCGEg8v+TqnYcDQFM1kKeWLAh26gD6
0QejKHMVsV65u7K3T/bfdiAomg8cn/fVRNSnr1K/wsgeMJUykRU=
=ZbJe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to