[Pkg-javascript-devel] Bug#1001550: node-mini-css-extract-plugin: FTBFS with webpack5: Error: FAIL test/TestCache.test.js

Ayoyimika Ajibade ayoyimikaajibade at gmail.com
Sun Dec 12 04:26:05 GMT 2021


Source: node-mini-css-extract-plugin
Version: 1.3.3-2
Severity: important
Justification: ftbfs
Tags: ftbfs
User: pkg-javascript-devel at alioth-lists.debian.net
Usertags: webpack5


Hi,

We are starting to build against webpack5 in experimental and the 
package needed for local build is webpack and node-webpack-source from 
experimental.
During a test rebuild, node-mini-css-extract-plugin was found to fail to 
build in that situation due to a failing test.

Relevant part (hopefully):

    dh_auto_test --buildsystem=nodejs
         mkdir -p node_modules
         ln -s ../. node_modules/mini-css-extract-plugin
         /bin/sh -ex debian/tests/pkg-js/test
+ jest --ci -u test/HMR.test.js test/validate-plugin-options.test.js 
test/normalize-url.test.js test/cjs.test.js test/TestCache.test.js
PASS test/HMR.test.js
PASS test/normalize-url.test.js
FAIL test/TestCache.test.js (14.713 s)
   ● TestCache › should work without cache

     TypeError: Cannot set property register of #<Object> which has only 
a getter

       17 |       const originalRegister = 
webpack.util.serialization.register;
       18 |
     > 19 |       webpack.util.serialization.register = jest
          |       ^
       20 |         .fn()
       21 |         .mockImplementation((...args) => {
       22 |           if (args[1].startsWith('mini-css-extract-plugin')) {

       at Object.<anonymous> (test/TestCache.test.js:19:7)

   ● TestCache › should work with the "memory" cache

     TypeError: Cannot set property register of #<Object> which has only 
a getter

       139 |       const originalRegister = 
webpack.util.serialization.register;
       140 |
     > 141 |       webpack.util.serialization.register = jest
           |       ^
       142 |         .fn()
       143 |         .mockImplementation((...args) => {
       144 |           if (args[1].startsWith('mini-css-extract-plugin')) {

       at Object.<anonymous> (test/TestCache.test.js:141:7)

   ● TestCache › should work with the "filesystem" cache

     TypeError: Cannot set property register of #<Object> which has only 
a getter

265 |       const originalRegister = webpack.util.serialization.register;
       266 |
     > 267 |       webpack.util.serialization.register = jest
           |       ^
       268 |         .fn()
       269 |         .mockImplementation((...args) => {
       270 |           if (args[1].startsWith('mini-css-extract-plugin')) {

       at Object.<anonymous> (test/TestCache.test.js:267:7)

   ● TestCache › should work with the "filesystem" cache and asset modules

     TypeError: Cannot set property register of #<Object> which has only 
a getter

       395 |       const originalRegister = 
webpack.util.serialization.register;
       396 |
     > 397 |       webpack.util.serialization.register = jest
           |       ^
       398 |         .fn()
       399 |         .mockImplementation((...args) => {
       400 |           if (args[1].startsWith('mini-css-extract-plugin')) {

       at Object.<anonymous> (test/TestCache.test.js:397:7)

   ● TestCache › should work with the "filesystem" cache and file-loader

     TypeError: Cannot set property register of #<Object> which has only 
a getter

       531 |       const originalRegister = 
webpack.util.serialization.register;
       532 |
     > 533 |       webpack.util.serialization.register = jest
           |       ^
       534 |         .fn()
       535 |         .mockImplementation((...args) => {
       536 |           if (args[1].startsWith('mini-css-extract-plugin')) {

       at Object.<anonymous> (test/TestCache.test.js:533:7)

PASS test/cjs.test.js (11.213 s)
PASS test/validate-plugin-options.test.js (18.275 s)

Test Suites: 1 failed, 4 passed, 5 total
Tests:       5 failed, 79 passed, 84 total
Snapshots:   40 passed, 40 total
Time:        24.04 s
Ran all test suites matching 
/test\/HMR.test.js|test\/validate-plugin-options.test.js|test\/normalize-url.test.js|test\/cjs.test.js|test\/TestCache.test.js/i.
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit 
code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit 
status 2

The full log is attached to this mail

-------------- next part --------------
sbuild (Debian sbuild) 0.81.2 (31 January 2021) on Ayoyimika-PC.localdomain

+==============================================================================+
| node-mini-css-extract-plugin 1.3.3-2 (amd64) Sat, 11 Dec 2021 03:01:08 +0000 |
+==============================================================================+

Package: node-mini-css-extract-plugin
Version: 1.3.3-2
Source Version: 1.3.3-2
Distribution: unstable
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: binary

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/unstable-amd64-sbuild-62707e18-6b7c-46fe-98aa-50a66dccbaa8' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/node-mini-css-extract-plugin-TdUMpC/resolver-n0c78i' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ InRelease
Ign:1 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ InRelease
Get:2 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Release [951 B]
Get:2 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Release [951 B]
Get:3 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Release.gpg
Ign:3 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Release.gpg
Get:4 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Packages [800 B]
Err:4 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Packages
  Could not open file /build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive/./Packages - open (13: Permission denied)
Get:4 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ Packages [1381 B]
Get:5 http://deb.debian.org/debian unstable InRelease [165 kB]
Get:6 http://deb.debian.org/debian experimental InRelease [75.4 kB]
Get:7 http://deb.debian.org/debian unstable/main Sources.diff/Index [63.6 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
Get:9 http://deb.debian.org/debian experimental/main Sources.diff/Index [63.3 kB]
Get:10 http://deb.debian.org/debian experimental/main amd64 Packages.diff/Index [63.3 kB]
Get:11 http://deb.debian.org/debian unstable/main Sources T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [86.7 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [79.2 kB]
Get:11 http://deb.debian.org/debian unstable/main Sources T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [86.7 kB]
Get:13 http://deb.debian.org/debian experimental/main Sources T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [5818 B]
Get:12 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [79.2 kB]
Get:13 http://deb.debian.org/debian experimental/main Sources T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [5818 B]
Get:14 http://deb.debian.org/debian experimental/main amd64 Packages T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [19.0 kB]
Get:14 http://deb.debian.org/debian experimental/main amd64 Packages T-2021-12-11-0201.34-F-2021-12-09-1402.45.pdiff [19.0 kB]
Fetched 685 kB in 11s (62.4 kB/s)
Reading package lists...
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
  adwaita-icon-theme at-spi2-core ca-certificates dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service dmsetup fontconfig fontconfig-config
  fonts-dejavu-core gtk-update-icon-cache hicolor-icon-theme javascript-common
  libapparmor1 libargon2-1 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data
  libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbsd0
  libcairo-gobject2 libcairo2 libcolord2 libcryptsetup12 libcups2 libdatrie1
  libdbus-1-3 libdconf1 libdeflate0 libdevmapper1.02.1 libepoxy0 libexpat1
  libfontconfig1 libfreetype6 libfribidi0 libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libglib2.0-0 libglib2.0-data
  libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b
  libip4tc2 libjbig0 libjpeg62-turbo libjs-highlight.js libjs-sprintf-js
  libjson-c5 libkmod2 liblcms2-2 libmd0 libnotify-bin libnotify4
  libnss-systemd libpam-systemd libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpixman-1-0 libpng16-16 librsvg2-2 librsvg2-common
  libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0
  libwayland-egl1 libwebp6 libx11-6 libx11-data libxau6 libxcb-render0
  libxcb-shm0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
  libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxrandr2
  libxrender1 libxtst6 mocha node-ansi-colors node-ansi-escapes
  node-ansi-regex node-ansi-styles node-argparse node-bl node-browser-stdout
  node-camelcase node-chalk node-ci-info node-cli-cursor node-cli-spinners
  node-cli-width node-cliui node-clone node-color-convert node-color-name
  node-decamelize node-defaults node-diff node-end-of-stream
  node-escape-string-regexp node-esprima node-execa node-exit-hook
  node-external-editor node-find-up node-get-caller-file node-get-stream
  node-growl node-he node-iconv-lite node-inquirer node-invert-kv
  node-is-plain-obj node-is-stream node-isexe node-js-yaml node-jschardet
  node-lcid node-locate-path node-mem node-mimic-fn node-mute-stream
  node-npm-run-path node-os-locale node-p-locate node-path-exists node-pump
  node-require-directory node-require-main-filename node-restore-cursor
  node-run-async node-set-blocking node-shebang-command node-shebang-regex
  node-signal-exit node-slice-ansi node-source-map-support node-sprintf-js
  node-string-width node-strip-ansi node-strip-eof node-text-table
  node-through node-tmp node-wcwidth.js node-which node-which-module
  node-wide-align node-wrap-ansi node-y18n node-yargs node-yargs-parser
  nodejs-doc notification-daemon openssl sensible-utils shared-mime-info
  systemd systemd-sysv systemd-timesyncd ucf x11-common xdg-user-dirs xkb-data
Use 'apt autoremove' to remove them.
The following packages will be upgraded:
  node-color-name node-escape-string-regexp node-inflight node-jest-worker
  node-js-yaml node-lodash node-lodash-packages node-mute-stream
  node-npm-run-path webpack
10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1388 kB of archives.
After this operation, 57.3 kB of additional disk space will be used.
Get:1 file:/build/node-mini-css-extract-plugin-TdUMpC/resolver-FaENpI/apt_archive ./ webpack 5.58.2+dfsg+~cs5.11.7-1 [599 kB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40893 files and directories currently installed.)
Preparing to unpack .../0-node-color-name_1.1.4+~1.1.1-2_all.deb ...
Unpacking node-color-name (1.1.4+~1.1.1-2) over (1.1.4+~1.1.1-1) ...
Preparing to unpack .../1-node-escape-string-regexp_4.0.0-2_all.deb ...
Unpacking node-escape-string-regexp (4.0.0-2) over (4.0.0-1) ...
Preparing to unpack .../2-node-inflight_1.0.6-2_all.deb ...
Unpacking node-inflight (1.0.6-2) over (1.0.6-1.1) ...
Preparing to unpack .../3-node-jest-worker_27.4.4~ds+~cs68.44.26-1_all.deb ...
Unpacking node-jest-worker (27.4.4~ds+~cs68.44.26-1) over (27.4.3~ds+~cs68.44.26-1) ...
Preparing to unpack .../4-node-js-yaml_4.1.0+dfsg+~4.0.5-5_all.deb ...
Unpacking node-js-yaml (4.1.0+dfsg+~4.0.5-5) over (4.1.0+dfsg+~4.0.5-4) ...
Preparing to unpack .../5-node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-5_all.deb ...
Unpacking node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-5) over (4.17.21+dfsg+~cs8.31.198.20210220-4) ...
Preparing to unpack .../6-node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-5_all.deb ...
Unpacking node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-5) over (4.17.21+dfsg+~cs8.31.198.20210220-4) ...
Preparing to unpack .../7-node-mute-stream_0.0.8+~0.0.1-1_all.deb ...
Unpacking node-mute-stream (0.0.8+~0.0.1-1) over (0.0.8-2) ...
Preparing to unpack .../8-node-npm-run-path_4.0.1-1_all.deb ...
Unpacking node-npm-run-path (4.0.1-1) over (2.0.2-3) ...
Preparing to unpack .../9-webpack_5.58.2+dfsg+~cs5.11.7-1_all.deb ...
Unpacking webpack (5.58.2+dfsg+~cs5.11.7-1) over (5.58.2+~cs5.11.7-1) ...
Setting up node-escape-string-regexp (4.0.0-2) ...
Setting up node-color-name (1.1.4+~1.1.1-2) ...
Setting up node-lodash-packages (4.17.21+dfsg+~cs8.31.198.20210220-5) ...
Setting up node-mute-stream (0.0.8+~0.0.1-1) ...
Setting up node-inflight (1.0.6-2) ...
Setting up node-jest-worker (27.4.4~ds+~cs68.44.26-1) ...
Setting up node-js-yaml (4.1.0+dfsg+~4.0.5-5) ...
Setting up node-npm-run-path (4.0.1-1) ...
Setting up node-lodash (4.17.21+dfsg+~cs8.31.198.20210220-5) ...
Setting up webpack (5.58.2+dfsg+~cs5.11.7-1) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/tmp.kE1IavBzV2/node-mini-css-extract-plugin_1.3.3-2.dsc exists in /tmp/tmp.kE1IavBzV2; copying to chroot
I: NOTICE: Log filtering will replace 'build/node-mini-css-extract-plugin-TdUMpC/node-mini-css-extract-plugin-1.3.3' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/node-mini-css-extract-plugin-TdUMpC' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 13), jest, dh-sequence-nodejs, node-babel7, node-css-loader, node-schema-utils (>= 3.0.0~), node-loader-utils (>= 2.0.0~), node-webpack-sources (>= 1.1.0), webpack, build-essential, fakeroot
Filtered Build-Depends: debhelper-compat (= 13), jest, dh-sequence-nodejs, node-babel7, node-css-loader, node-schema-utils (>= 3.0.0~), node-loader-utils (>= 2.0.0~), node-webpack-sources (>= 1.1.0), webpack, build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [957 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [464 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [533 B]
Fetched 1954 B in 0s (67.4 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ Release [951 B]
Get:2 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ Release [951 B]
Get:3 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-FaENpI/apt_archive ./ Release.gpg
Reading package lists...
Hit:1 http://deb.debian.org/debian experimental InRelease
Reading package lists...
Reading package lists...
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/sbuild-extra-repositories.list:1

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  adwaita-icon-theme at-spi2-core dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service dmsetup fontconfig fontconfig-config
  fonts-dejavu-core gtk-update-icon-cache hicolor-icon-theme javascript-common
  libapparmor1 libargon2-1 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data
  libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbsd0
  libcairo-gobject2 libcairo2 libcolord2 libcryptsetup12 libcups2 libdatrie1
  libdbus-1-3 libdconf1 libdeflate0 libdevmapper1.02.1 libepoxy0 libexpat1
  libfontconfig1 libfreetype6 libfribidi0 libgdk-pixbuf-2.0-0
  libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libglib2.0-0 libglib2.0-data
  libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b
  libip4tc2 libjbig0 libjpeg62-turbo libjs-highlight.js libjson-c5 libkmod2
  liblcms2-2 libmd0 libnotify-bin libnotify4 libnss-systemd libpam-systemd
  libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0
  libpng16-16 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5
  libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libx11-6
  libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxcomposite1
  libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1
  libxkbcommon0 libxrandr2 libxrender1 libxtst6 mocha node-ansi-colors node-bl
  node-browser-stdout node-cli-cursor node-cli-spinners node-cli-width
  node-exit-hook node-external-editor node-growl node-he node-inquirer
  node-jschardet node-restore-cursor node-run-async node-text-table
  node-through node-tmp node-wide-align nodejs-doc notification-daemon
  shared-mime-info systemd systemd-sysv systemd-timesyncd ucf x11-common
  xdg-user-dirs xkb-data
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-strip-nondeterminism dwz file gettext gettext-base
  groff-base handlebars intltool-debian jest libarchive-zip-perl
  libarray-unique-perl libclass-accessor-perl libdebhelper-perl
  libdebian-copyright-perl libelf1 libencode-locale-perl liberror-perl
  libexporter-lite-perl libfile-listing-perl libfile-stripnondeterminism-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-html-perl libio-pty-perl libio-socket-ssl-perl
  libio-stringy-perl libipc-run-perl libjs-async libjs-is-typedarray
  libjs-prettify libjs-psl libjs-typedarray-to-buffer libjs-util libjson-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libnet-http-perl libnet-ssleay-perl libparse-debcontrol-perl libpipeline1
  libsigsegv2 libsub-name-perl libsub-override-perl libtie-ixhash-perl
  libtimedate-perl libtool libtry-tiny-perl libuchardet0 liburi-perl
  libwww-perl libwww-robotrules-perl m4 man-db netbase node-abab node-abbrev
  node-agent-base node-archy node-array-from node-array-union node-array-uniq
  node-arrify node-asap node-assert node-async node-asynckit
  node-babel-plugin-add-module-exports node-babel-plugin-lodash node-babel7
  node-babel7-runtime node-big.js node-co node-combined-stream node-commondir
  node-convert-source-map node-core-js node-cosmiconfig node-css-loader
  node-css-selector-tokenizer node-cssom node-cssstyle node-d node-deepmerge
  node-del node-delayed-stream node-detect-newline node-emittery
  node-emojis-list node-error-ex node-es5-ext node-es6-iterator
  node-es6-symbol node-escodegen node-event-emitter node-exit node-fbjs
  node-fetch node-find-cache-dir node-form-data node-fs-readdir-recursive
  node-globby node-hosted-git-info node-https-proxy-agent node-icss-utils
  node-indent-string node-is-arrayish node-is-generator-fn node-is-object
  node-is-path-cwd node-is-path-inside node-is-typedarray node-isobject
  node-isomorphic-fetch node-istanbul node-jest-debbundle node-js-tokens
  node-jsdom node-jsesc node-json5 node-leven node-loader-utils
  node-loose-envify node-make-dir node-merge-descriptors node-micromatch
  node-minimist node-nopt node-normalize-package-data node-optimist node-p-map
  node-parse-json node-path-to-regexp node-path-type node-pify node-pkg-dir
  node-postcss node-postcss-modules-extract-imports
  node-postcss-modules-values node-postcss-value-parser node-promise
  node-prompts node-prop-types node-psl node-quick-lru node-react node-read
  node-read-pkg node-read-pkg-up node-regenerator-runtime
  node-regenerator-transform node-regexpu-core node-regjsgen node-regjsparser
  node-resolve-cwd node-sane node-setimmediate node-sinon node-slash
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-stack-utils node-stealthy-require node-strip-bom
  node-tinycolor node-to-fast-properties node-tough-cookie node-type-detect
  node-typedarray-to-buffer node-ua-parser-js
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-uniq node-universalify
  node-util node-uuid node-v8flags node-validate-npm-package-license
  node-webidl-conversions node-whatwg-fetch node-wordwrap
  node-write-file-atomic node-ws node-yaml perl-openssl-defaults pkg-js-tools
  po-debconf
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make gettext-doc
  libasprintf-dev libgettextpo-dev groff libdata-dump-perl
  libcrypt-ssleay-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
  libbusiness-isbn-perl libauthen-ntlm-perl m4-doc apparmor less www-browser
  chai autodep8 autopkgtest git-buildpackage libconfig-inifiles-perl
  libconfig-model-dpkg-perl libconfig-model-perl lintian libmail-box-perl
Recommended packages:
  curl | wget | lynx libarchive-cpio-perl libhtml-format-perl libclone-perl
  libjson-xs-perl libltdl-dev libdata-dump-perl libhtml-form-perl
  libhttp-daemon-perl libmailtools-perl devscripts libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-strip-nondeterminism dwz file gettext gettext-base
  groff-base handlebars intltool-debian jest libarchive-zip-perl
  libarray-unique-perl libclass-accessor-perl libdebhelper-perl
  libdebian-copyright-perl libelf1 libencode-locale-perl liberror-perl
  libexporter-lite-perl libfile-listing-perl libfile-stripnondeterminism-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-html-perl libio-pty-perl libio-socket-ssl-perl
  libio-stringy-perl libipc-run-perl libjs-async libjs-is-typedarray
  libjs-prettify libjs-psl libjs-typedarray-to-buffer libjs-util libjson-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libnet-http-perl libnet-ssleay-perl libparse-debcontrol-perl libpipeline1
  libsigsegv2 libsub-name-perl libsub-override-perl libtie-ixhash-perl
  libtimedate-perl libtool libtry-tiny-perl libuchardet0 liburi-perl
  libwww-perl libwww-robotrules-perl m4 man-db netbase node-abab node-abbrev
  node-agent-base node-archy node-array-from node-array-union node-array-uniq
  node-arrify node-asap node-assert node-async node-asynckit
  node-babel-plugin-add-module-exports node-babel-plugin-lodash node-babel7
  node-babel7-runtime node-big.js node-co node-combined-stream node-commondir
  node-convert-source-map node-core-js node-cosmiconfig node-css-loader
  node-css-selector-tokenizer node-cssom node-cssstyle node-d node-deepmerge
  node-del node-delayed-stream node-detect-newline node-emittery
  node-emojis-list node-error-ex node-es5-ext node-es6-iterator
  node-es6-symbol node-escodegen node-event-emitter node-exit node-fbjs
  node-fetch node-find-cache-dir node-form-data node-fs-readdir-recursive
  node-globby node-hosted-git-info node-https-proxy-agent node-icss-utils
  node-indent-string node-is-arrayish node-is-generator-fn node-is-object
  node-is-path-cwd node-is-path-inside node-is-typedarray node-isobject
  node-isomorphic-fetch node-istanbul node-jest-debbundle node-js-tokens
  node-jsdom node-jsesc node-json5 node-leven node-loader-utils
  node-loose-envify node-make-dir node-merge-descriptors node-micromatch
  node-minimist node-nopt node-normalize-package-data node-optimist node-p-map
  node-parse-json node-path-to-regexp node-path-type node-pify node-pkg-dir
  node-postcss node-postcss-modules-extract-imports
  node-postcss-modules-values node-postcss-value-parser node-promise
  node-prompts node-prop-types node-psl node-quick-lru node-react node-read
  node-read-pkg node-read-pkg-up node-regenerator-runtime
  node-regenerator-transform node-regexpu-core node-regjsgen node-regjsparser
  node-resolve-cwd node-sane node-setimmediate node-sinon node-slash
  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  node-spdx-license-ids node-stack-utils node-stealthy-require node-strip-bom
  node-tinycolor node-to-fast-properties node-tough-cookie node-type-detect
  node-typedarray-to-buffer node-ua-parser-js
  node-unicode-canonical-property-names-ecmascript
  node-unicode-match-property-ecmascript
  node-unicode-match-property-value-ecmascript
  node-unicode-property-aliases-ecmascript node-uniq node-universalify
  node-util node-uuid node-v8flags node-validate-npm-package-license
  node-webidl-conversions node-whatwg-fetch node-wordwrap
  node-write-file-atomic node-ws node-yaml perl-openssl-defaults pkg-js-tools
  po-debconf sbuild-build-depends-main-dummy
0 upgraded, 205 newly installed, 0 to remove and 0 not upgraded.
Need to get 272 kB/17.0 MB of archives.
After this operation, 82.8 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [964 B]
Get:2 http://deb.debian.org/debian unstable/main amd64 node-big.js all 6.0.3+ds-1 [22.8 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 node-css-selector-tokenizer all 0.7.3+~cs4.1.2-1 [11.9 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 node-isobject all 4.0.0-2 [5332 B]
Get:5 http://deb.debian.org/debian unstable/main amd64 node-postcss all 8.2.1+~cs5.3.23-8 [99.2 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 node-icss-utils all 5.1.0-3 [6344 B]
Get:7 http://deb.debian.org/debian unstable/main amd64 node-emojis-list all 3.0.0-2 [8244 B]
Get:8 http://deb.debian.org/debian unstable/main amd64 node-loader-utils all 2.0.0-1 [11.9 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 node-postcss-modules-extract-imports all 3.0.0-2 [6584 B]
Get:10 http://deb.debian.org/debian unstable/main amd64 node-postcss-modules-values all 4.0.0+~4.0.0-1 [7180 B]
Get:11 http://deb.debian.org/debian unstable/main amd64 node-postcss-value-parser all 4.1.0-3 [10.2 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 node-uniq all 1.0.1-2 [3956 B]
Get:13 http://deb.debian.org/debian unstable/main amd64 node-css-loader all 5.0.1+~cs14.0.5-1 [77.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 272 kB in 2s (135 kB/s)
Selecting previously unselected package bsdextrautils.
(Reading database ... 40898 files and directories currently installed.)
Preparing to unpack .../000-bsdextrautils_2.37.2-4_amd64.deb ...
Unpacking bsdextrautils (2.37.2-4) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../001-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../002-groff-base_1.22.4-7_amd64.deb ...
Unpacking groff-base (1.22.4-7) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../003-libpipeline1_1.5.4-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.4-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../004-man-db_2.9.4-2_amd64.deb ...
Unpacking man-db (2.9.4-2) ...
Selecting previously unselected package netbase.
Preparing to unpack .../005-netbase_6.3_all.deb ...
Unpacking netbase (6.3) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../006-libmagic-mgc_1%3a5.41-2_amd64.deb ...
Unpacking libmagic-mgc (1:5.41-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../007-libmagic1_1%3a5.41-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.41-2) ...
Selecting previously unselected package file.
Preparing to unpack .../008-file_1%3a5.41-2_amd64.deb ...
Unpacking file (1:5.41-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../009-gettext-base_0.21-4_amd64.deb ...
Unpacking gettext-base (0.21-4) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../010-libsigsegv2_2.13-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.13-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../011-m4_1.4.18-5_amd64.deb ...
Unpacking m4 (1.4.18-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../012-autoconf_2.71-2_all.deb ...
Unpacking autoconf (2.71-2) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../013-autotools-dev_20180224.1+nmu1_all.deb ...
Unpacking autotools-dev (20180224.1+nmu1) ...
Selecting previously unselected package automake.
Preparing to unpack .../014-automake_1%3a1.16.5-1.1_all.deb ...
Unpacking automake (1:1.16.5-1.1) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../015-autopoint_0.21-4_all.deb ...
Unpacking autopoint (0.21-4) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../016-libdebhelper-perl_13.5.2_all.deb ...
Unpacking libdebhelper-perl (13.5.2) ...
Selecting previously unselected package libtool.
Preparing to unpack .../017-libtool_2.4.6-15_all.deb ...
Unpacking libtool (2.4.6-15) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../018-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../019-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../020-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../021-libfile-stripnondeterminism-perl_1.12.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.12.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../022-dh-strip-nondeterminism_1.12.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.12.1-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../023-libelf1_0.186-1_amd64.deb ...
Unpacking libelf1:amd64 (0.186-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../024-dwz_0.14-1_amd64.deb ...
Unpacking dwz (0.14-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../025-gettext_0.21-4_amd64.deb ...
Unpacking gettext (0.21-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../026-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../027-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../028-debhelper_13.5.2_all.deb ...
Unpacking debhelper (13.5.2) ...
Selecting previously unselected package node-arrify.
Preparing to unpack .../029-node-arrify_2.0.1-2_all.deb ...
Unpacking node-arrify (2.0.1-2) ...
Selecting previously unselected package node-minimist.
Preparing to unpack .../030-node-minimist_1.2.5+~cs5.3.2-1_all.deb ...
Unpacking node-minimist (1.2.5+~cs5.3.2-1) ...
Selecting previously unselected package node-wordwrap.
Preparing to unpack .../031-node-wordwrap_1.0.0-3_all.deb ...
Unpacking node-wordwrap (1.0.0-3) ...
Selecting previously unselected package node-optimist.
Preparing to unpack .../032-node-optimist_0.6.1-1.1_all.deb ...
Unpacking node-optimist (0.6.1-1.1) ...
Selecting previously unselected package handlebars.
Preparing to unpack .../033-handlebars_3%3a4.7.6+~4.1.0-2_all.deb ...
Unpacking handlebars (3:4.7.6+~4.1.0-2) ...
Selecting previously unselected package node-regenerator-runtime.
Preparing to unpack .../034-node-regenerator-runtime_0.13.7-1_all.deb ...
Unpacking node-regenerator-runtime (0.13.7-1) ...
Selecting previously unselected package node-babel7-runtime.
Preparing to unpack .../035-node-babel7-runtime_7.12.12+~cs150.141.84-8_all.deb ...
Unpacking node-babel7-runtime (7.12.12+~cs150.141.84-8) ...
Selecting previously unselected package node-convert-source-map.
Preparing to unpack .../036-node-convert-source-map_1.7.0+~1.5.1-1_all.deb ...
Unpacking node-convert-source-map (1.7.0+~1.5.1-1) ...
Selecting previously unselected package node-core-js.
Preparing to unpack .../037-node-core-js_3.8.2-3_all.deb ...
Unpacking node-core-js (3.8.2-3) ...
Selecting previously unselected package node-commondir.
Preparing to unpack .../038-node-commondir_1.0.1-2_all.deb ...
Unpacking node-commondir (1.0.1-2) ...
Selecting previously unselected package node-array-uniq.
Preparing to unpack .../039-node-array-uniq_2.1.0-2_all.deb ...
Unpacking node-array-uniq (2.1.0-2) ...
Selecting previously unselected package node-array-union.
Preparing to unpack .../040-node-array-union_2.1.0-2_all.deb ...
Unpacking node-array-union (2.1.0-2) ...
Selecting previously unselected package node-micromatch.
Preparing to unpack .../041-node-micromatch_4.0.4+~4.0.2-1_all.deb ...
Unpacking node-micromatch (4.0.4+~4.0.2-1) ...
Selecting previously unselected package node-pify.
Preparing to unpack .../042-node-pify_5.0.0+~cs5.0.0-1_all.deb ...
Unpacking node-pify (5.0.0+~cs5.0.0-1) ...
Selecting previously unselected package node-path-type.
Preparing to unpack .../043-node-path-type_4.0.0-2_all.deb ...
Unpacking node-path-type (4.0.0-2) ...
Selecting previously unselected package node-slash.
Preparing to unpack .../044-node-slash_3.0.0-2_all.deb ...
Unpacking node-slash (3.0.0-2) ...
Selecting previously unselected package node-globby.
Preparing to unpack .../045-node-globby_11.0.2+~cs16.20.37-2_all.deb ...
Unpacking node-globby (11.0.2+~cs16.20.37-2) ...
Selecting previously unselected package node-is-path-cwd.
Preparing to unpack .../046-node-is-path-cwd_2.2.0-2_all.deb ...
Unpacking node-is-path-cwd (2.2.0-2) ...
Selecting previously unselected package node-is-path-inside.
Preparing to unpack .../047-node-is-path-inside_3.0.3-1_all.deb ...
Unpacking node-is-path-inside (3.0.3-1) ...
Selecting previously unselected package node-indent-string.
Preparing to unpack .../048-node-indent-string_4.0.0-2_all.deb ...
Unpacking node-indent-string (4.0.0-2) ...
Selecting previously unselected package node-p-map.
Preparing to unpack .../049-node-p-map_4.0.0+~3.1.0+~3.0.1-1_all.deb ...
Unpacking node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Selecting previously unselected package node-del.
Preparing to unpack .../050-node-del_5.1.0-3_all.deb ...
Unpacking node-del (5.1.0-3) ...
Selecting previously unselected package node-make-dir.
Preparing to unpack .../051-node-make-dir_3.1.0-2_all.deb ...
Unpacking node-make-dir (3.1.0-2) ...
Selecting previously unselected package node-pkg-dir.
Preparing to unpack .../052-node-pkg-dir_5.0.0-1_all.deb ...
Unpacking node-pkg-dir (5.0.0-1) ...
Selecting previously unselected package node-find-cache-dir.
Preparing to unpack .../053-node-find-cache-dir_3.3.2+~3.2.1-1_all.deb ...
Unpacking node-find-cache-dir (3.3.2+~3.2.1-1) ...
Selecting previously unselected package node-fs-readdir-recursive.
Preparing to unpack .../054-node-fs-readdir-recursive_1.1.0-2_all.deb ...
Unpacking node-fs-readdir-recursive (1.1.0-2) ...
Selecting previously unselected package node-js-tokens.
Preparing to unpack .../055-node-js-tokens_6.0.0-2_all.deb ...
Unpacking node-js-tokens (6.0.0-2) ...
Selecting previously unselected package node-jsesc.
Preparing to unpack .../056-node-jsesc_3.0.2-3_all.deb ...
Unpacking node-jsesc (3.0.2-3) ...
Selecting previously unselected package node-json5.
Preparing to unpack .../057-node-json5_2.2.0+dfsg-1_all.deb ...
Unpacking node-json5 (2.2.0+dfsg-1) ...
Selecting previously unselected package node-quick-lru.
Preparing to unpack .../058-node-quick-lru_5.1.1-1_all.deb ...
Unpacking node-quick-lru (5.1.1-1) ...
Selecting previously unselected package node-regenerator-transform.
Preparing to unpack .../059-node-regenerator-transform_0.14.5-4_all.deb ...
Unpacking node-regenerator-transform (0.14.5-4) ...
Selecting previously unselected package node-regjsgen.
Preparing to unpack .../060-node-regjsgen_0.6.0+ds-1_all.deb ...
Unpacking node-regjsgen (0.6.0+ds-1) ...
Selecting previously unselected package node-regjsparser.
Preparing to unpack .../061-node-regjsparser_0.8.1+ds-1_all.deb ...
Unpacking node-regjsparser (0.8.1+ds-1) ...
Selecting previously unselected package node-unicode-canonical-property-names-ecmascript.
Preparing to unpack .../062-node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb ...
Unpacking node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Selecting previously unselected package node-unicode-property-aliases-ecmascript.
Preparing to unpack .../063-node-unicode-property-aliases-ecmascript_2.0.0+ds-2_all.deb ...
Unpacking node-unicode-property-aliases-ecmascript (2.0.0+ds-2) ...
Selecting previously unselected package node-unicode-match-property-ecmascript.
Preparing to unpack .../064-node-unicode-match-property-ecmascript_2.0.0-1_all.deb ...
Unpacking node-unicode-match-property-ecmascript (2.0.0-1) ...
Selecting previously unselected package node-unicode-match-property-value-ecmascript.
Preparing to unpack .../065-node-unicode-match-property-value-ecmascript_2.0.0+ds-2_all.deb ...
Unpacking node-unicode-match-property-value-ecmascript (2.0.0+ds-2) ...
Selecting previously unselected package node-regexpu-core.
Preparing to unpack .../066-node-regexpu-core_4.8.0-1_all.deb ...
Unpacking node-regexpu-core (4.8.0-1) ...
Selecting previously unselected package node-to-fast-properties.
Preparing to unpack .../067-node-to-fast-properties_3.0.1-2_all.deb ...
Unpacking node-to-fast-properties (3.0.1-2) ...
Selecting previously unselected package node-v8flags.
Preparing to unpack .../068-node-v8flags_3.2.0-3_all.deb ...
Unpacking node-v8flags (3.2.0-3) ...
Selecting previously unselected package node-babel7.
Preparing to unpack .../069-node-babel7_7.12.12+~cs150.141.84-8_all.deb ...
Unpacking node-babel7 (7.12.12+~cs150.141.84-8) ...
Selecting previously unselected package node-babel-plugin-add-module-exports.
Preparing to unpack .../070-node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-2_all.deb ...
Unpacking node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-2) ...
Selecting previously unselected package node-co.
Preparing to unpack .../071-node-co_4.6.0+~4.6.2-2_all.deb ...
Unpacking node-co (4.6.0+~4.6.2-2) ...
Selecting previously unselected package libjs-util.
Preparing to unpack .../072-libjs-util_0.12.4+~1.0.10-1_all.deb ...
Unpacking libjs-util (0.12.4+~1.0.10-1) ...
Selecting previously unselected package node-util.
Preparing to unpack .../073-node-util_0.12.4+~1.0.10-1_all.deb ...
Unpacking node-util (0.12.4+~1.0.10-1) ...
Selecting previously unselected package node-assert.
Preparing to unpack .../074-node-assert_2.0.0-1_all.deb ...
Unpacking node-assert (2.0.0-1) ...
Selecting previously unselected package node-is-arrayish.
Preparing to unpack .../075-node-is-arrayish_0.3.2-2_all.deb ...
Unpacking node-is-arrayish (0.3.2-2) ...
Selecting previously unselected package node-error-ex.
Preparing to unpack .../076-node-error-ex_1.3.2-3_all.deb ...
Unpacking node-error-ex (1.3.2-3) ...
Selecting previously unselected package node-parse-json.
Preparing to unpack .../077-node-parse-json_5.1.0+~cs5.1.6-3_all.deb ...
Unpacking node-parse-json (5.1.0+~cs5.1.6-3) ...
Selecting previously unselected package node-yaml.
Preparing to unpack .../078-node-yaml_1.10.2-1_all.deb ...
Unpacking node-yaml (1.10.2-1) ...
Selecting previously unselected package node-cosmiconfig.
Preparing to unpack .../079-node-cosmiconfig_7.0.0+ds1-2_all.deb ...
Unpacking node-cosmiconfig (7.0.0+ds1-2) ...
Selecting previously unselected package node-deepmerge.
Preparing to unpack .../080-node-deepmerge_4.2.2+~1.1.1-1_all.deb ...
Unpacking node-deepmerge (4.2.2+~1.1.1-1) ...
Selecting previously unselected package node-detect-newline.
Preparing to unpack .../081-node-detect-newline_3.1.0-2_all.deb ...
Unpacking node-detect-newline (3.1.0-2) ...
Selecting previously unselected package node-emittery.
Preparing to unpack .../082-node-emittery_0.10.0-1_all.deb ...
Unpacking node-emittery (0.10.0-1) ...
Selecting previously unselected package node-exit.
Preparing to unpack .../083-node-exit_0.1.2+~0.1.31-2_all.deb ...
Unpacking node-exit (0.1.2+~0.1.31-2) ...
Selecting previously unselected package node-is-generator-fn.
Preparing to unpack .../084-node-is-generator-fn_2.1.0-2_all.deb ...
Unpacking node-is-generator-fn (2.1.0-2) ...
Selecting previously unselected package libjs-prettify.
Preparing to unpack .../085-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ...
Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ...
Selecting previously unselected package node-abbrev.
Preparing to unpack .../086-node-abbrev_1.1.1-3_all.deb ...
Unpacking node-abbrev (1.1.1-3) ...
Selecting previously unselected package libjs-async.
Preparing to unpack .../087-libjs-async_0.8.0-4_all.deb ...
Unpacking libjs-async (0.8.0-4) ...
Selecting previously unselected package node-async.
Preparing to unpack .../088-node-async_0.8.0-4_all.deb ...
Unpacking node-async (0.8.0-4) ...
Selecting previously unselected package node-escodegen.
Preparing to unpack .../089-node-escodegen_2.0.0+dfsg-2_all.deb ...
Unpacking node-escodegen (2.0.0+dfsg-2) ...
Selecting previously unselected package node-nopt.
Preparing to unpack .../090-node-nopt_5.0.0-1_all.deb ...
Unpacking node-nopt (5.0.0-1) ...
Selecting previously unselected package node-archy.
Preparing to unpack .../091-node-archy_1.0.0-4_all.deb ...
Unpacking node-archy (1.0.0-4) ...
Selecting previously unselected package node-uuid.
Preparing to unpack .../092-node-uuid_8.3.2+~8.3.3-1_all.deb ...
Unpacking node-uuid (8.3.2+~8.3.3-1) ...
Selecting previously unselected package node-strip-bom.
Preparing to unpack .../093-node-strip-bom_4.0.0-2_all.deb ...
Unpacking node-strip-bom (4.0.0-2) ...
Selecting previously unselected package node-hosted-git-info.
Preparing to unpack .../094-node-hosted-git-info_4.0.2-1_all.deb ...
Unpacking node-hosted-git-info (4.0.2-1) ...
Selecting previously unselected package node-spdx-license-ids.
Preparing to unpack .../095-node-spdx-license-ids_3.0.11-1_all.deb ...
Unpacking node-spdx-license-ids (3.0.11-1) ...
Selecting previously unselected package node-spdx-exceptions.
Preparing to unpack .../096-node-spdx-exceptions_2.3.0-2_all.deb ...
Unpacking node-spdx-exceptions (2.3.0-2) ...
Selecting previously unselected package node-spdx-expression-parse.
Preparing to unpack .../097-node-spdx-expression-parse_3.0.1+~3.0.1-1_all.deb ...
Unpacking node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Selecting previously unselected package node-spdx-correct.
Preparing to unpack .../098-node-spdx-correct_3.1.1-2_all.deb ...
Unpacking node-spdx-correct (3.1.1-2) ...
Selecting previously unselected package node-validate-npm-package-license.
Preparing to unpack .../099-node-validate-npm-package-license_3.0.4-1_all.deb ...
Unpacking node-validate-npm-package-license (3.0.4-1) ...
Selecting previously unselected package node-normalize-package-data.
Preparing to unpack .../100-node-normalize-package-data_3.0.3+~2.4.1-1_all.deb ...
Unpacking node-normalize-package-data (3.0.3+~2.4.1-1) ...
Selecting previously unselected package node-read-pkg.
Preparing to unpack .../101-node-read-pkg_5.2.0-2_all.deb ...
Unpacking node-read-pkg (5.2.0-2) ...
Selecting previously unselected package node-istanbul.
Preparing to unpack .../102-node-istanbul_0.4.5+repack10+~cs71.23.57-2_all.deb ...
Unpacking node-istanbul (0.4.5+repack10+~cs71.23.57-2) ...
Selecting previously unselected package node-babel-plugin-lodash.
Preparing to unpack .../103-node-babel-plugin-lodash_3.3.4+~cs2.0.1-5_all.deb ...
Unpacking node-babel-plugin-lodash (3.3.4+~cs2.0.1-5) ...
Selecting previously unselected package node-resolve-cwd.
Preparing to unpack .../104-node-resolve-cwd_2.0.0-4_all.deb ...
Unpacking node-resolve-cwd (2.0.0-4) ...
Selecting previously unselected package node-jest-debbundle.
Preparing to unpack .../105-node-jest-debbundle_27.4.4~ds+~cs68.44.26-1_all.deb ...
Unpacking node-jest-debbundle (27.4.4~ds+~cs68.44.26-1) ...
Selecting previously unselected package node-abab.
Preparing to unpack .../106-node-abab_2.0.5-2_all.deb ...
Unpacking node-abab (2.0.5-2) ...
Selecting previously unselected package node-cssom.
Preparing to unpack .../107-node-cssom_0.4.4-3_all.deb ...
Unpacking node-cssom (0.4.4-3) ...
Selecting previously unselected package node-cssstyle.
Preparing to unpack .../108-node-cssstyle_2.3.0-2_all.deb ...
Unpacking node-cssstyle (2.3.0-2) ...
Selecting previously unselected package node-asynckit.
Preparing to unpack .../109-node-asynckit_0.4.0-4_all.deb ...
Unpacking node-asynckit (0.4.0-4) ...
Selecting previously unselected package node-delayed-stream.
Preparing to unpack .../110-node-delayed-stream_1.0.0-5_all.deb ...
Unpacking node-delayed-stream (1.0.0-5) ...
Selecting previously unselected package node-combined-stream.
Preparing to unpack .../111-node-combined-stream_1.0.8-1_all.deb ...
Unpacking node-combined-stream (1.0.8-1) ...
Selecting previously unselected package node-form-data.
Preparing to unpack .../112-node-form-data_3.0.0-4_all.deb ...
Unpacking node-form-data (3.0.0-4) ...
Selecting previously unselected package node-agent-base.
Preparing to unpack .../113-node-agent-base_6.0.2+~cs5.4.1-3_all.deb ...
Unpacking node-agent-base (6.0.2+~cs5.4.1-3) ...
Selecting previously unselected package node-https-proxy-agent.
Preparing to unpack .../114-node-https-proxy-agent_5.0.0+~cs8.0.0-2_all.deb ...
Unpacking node-https-proxy-agent (5.0.0+~cs8.0.0-2) ...
Selecting previously unselected package node-stealthy-require.
Preparing to unpack .../115-node-stealthy-require_1.1.1-4_all.deb ...
Unpacking node-stealthy-require (1.1.1-4) ...
Selecting previously unselected package libjs-psl.
Preparing to unpack .../116-libjs-psl_1.8.0+ds-6_all.deb ...
Unpacking libjs-psl (1.8.0+ds-6) ...
Selecting previously unselected package node-psl.
Preparing to unpack .../117-node-psl_1.8.0+ds-6_all.deb ...
Unpacking node-psl (1.8.0+ds-6) ...
Selecting previously unselected package node-universalify.
Preparing to unpack .../118-node-universalify_2.0.0-3_all.deb ...
Unpacking node-universalify (2.0.0-3) ...
Selecting previously unselected package node-tough-cookie.
Preparing to unpack .../119-node-tough-cookie_4.0.0-2_all.deb ...
Unpacking node-tough-cookie (4.0.0-2) ...
Selecting previously unselected package node-webidl-conversions.
Preparing to unpack .../120-node-webidl-conversions_7.0.0~1.1.0+~2.0.1~ds+~7.0.0+~0~20180821-3_all.deb ...
Unpacking node-webidl-conversions (7.0.0~1.1.0+~2.0.1~ds+~7.0.0+~0~20180821-3) ...
Selecting previously unselected package node-read.
Preparing to unpack .../121-node-read_1.0.7-2_all.deb ...
Unpacking node-read (1.0.7-2) ...
Selecting previously unselected package node-tinycolor.
Preparing to unpack .../122-node-tinycolor_0.0.1-4_all.deb ...
Unpacking node-tinycolor (0.0.1-4) ...
Selecting previously unselected package node-ws.
Preparing to unpack .../123-node-ws_7.5.5+~cs13.0.13-1_amd64.deb ...
Unpacking node-ws (7.5.5+~cs13.0.13-1) ...
Selecting previously unselected package node-jsdom.
Preparing to unpack .../124-node-jsdom_18.1.1+~cs90.11.25-1_all.deb ...
Unpacking node-jsdom (18.1.1+~cs90.11.25-1) ...
Selecting previously unselected package node-leven.
Preparing to unpack .../125-node-leven_3.1.0+~cs1.1.1-2_all.deb ...
Unpacking node-leven (3.1.0+~cs1.1.1-2) ...
Selecting previously unselected package node-prompts.
Preparing to unpack .../126-node-prompts_2.4.2+~cs7.5.9-1_all.deb ...
Unpacking node-prompts (2.4.2+~cs7.5.9-1) ...
Selecting previously unselected package node-fetch.
Preparing to unpack .../127-node-fetch_2.6.1-6_all.deb ...
Unpacking node-fetch (2.6.1-6) ...
Selecting previously unselected package node-whatwg-fetch.
Preparing to unpack .../128-node-whatwg-fetch_3.6.2-5_all.deb ...
Unpacking node-whatwg-fetch (3.6.2-5) ...
Selecting previously unselected package node-isomorphic-fetch.
Preparing to unpack .../129-node-isomorphic-fetch_3.0.0-2_all.deb ...
Unpacking node-isomorphic-fetch (3.0.0-2) ...
Selecting previously unselected package node-loose-envify.
Preparing to unpack .../130-node-loose-envify_1.4.0+dfsg1-2_all.deb ...
Unpacking node-loose-envify (1.4.0+dfsg1-2) ...
Selecting previously unselected package node-asap.
Preparing to unpack .../131-node-asap_2.0.6-4_all.deb ...
Unpacking node-asap (2.0.6-4) ...
Selecting previously unselected package node-promise.
Preparing to unpack .../132-node-promise_8.1.0-2_all.deb ...
Unpacking node-promise (8.1.0-2) ...
Selecting previously unselected package node-setimmediate.
Preparing to unpack .../133-node-setimmediate_1.0.5-6_all.deb ...
Unpacking node-setimmediate (1.0.5-6) ...
Selecting previously unselected package node-ua-parser-js.
Preparing to unpack .../134-node-ua-parser-js_0.7.24+ds-2_all.deb ...
Unpacking node-ua-parser-js (0.7.24+ds-2) ...
Selecting previously unselected package node-fbjs.
Preparing to unpack .../135-node-fbjs_2.0.0-1_all.deb ...
Unpacking node-fbjs (2.0.0-1) ...
Selecting previously unselected package node-prop-types.
Preparing to unpack .../136-node-prop-types_15.7.2+~15.7.4-2_all.deb ...
Unpacking node-prop-types (15.7.2+~15.7.4-2) ...
Selecting previously unselected package node-react.
Preparing to unpack .../137-node-react_17.0.2+dfsg+~cs106.66.62-1_all.deb ...
Unpacking node-react (17.0.2+dfsg+~cs106.66.62-1) ...
Selecting previously unselected package node-read-pkg-up.
Preparing to unpack .../138-node-read-pkg-up_7.0.1-2_all.deb ...
Unpacking node-read-pkg-up (7.0.1-2) ...
Selecting previously unselected package node-sane.
Preparing to unpack .../139-node-sane_4.1.0+~cs18.17.38-1_all.deb ...
Unpacking node-sane (4.1.0+~cs18.17.38-1) ...
Selecting previously unselected package node-array-from.
Preparing to unpack .../140-node-array-from_2.1.1-3_all.deb ...
Unpacking node-array-from (2.1.1-3) ...
Selecting previously unselected package node-es6-symbol.
Preparing to unpack .../141-node-es6-symbol_3.1.3+~cs3.5.0-1_all.deb ...
Unpacking node-es6-symbol (3.1.3+~cs3.5.0-1) ...
Selecting previously unselected package node-es6-iterator.
Preparing to unpack .../142-node-es6-iterator_2.0.3-3_all.deb ...
Unpacking node-es6-iterator (2.0.3-3) ...
Selecting previously unselected package node-es5-ext.
Preparing to unpack .../143-node-es5-ext_0.10.53+~1.1.0-2_all.deb ...
Unpacking node-es5-ext (0.10.53+~1.1.0-2) ...
Selecting previously unselected package node-d.
Preparing to unpack .../144-node-d_1.0.1-1_all.deb ...
Unpacking node-d (1.0.1-1) ...
Selecting previously unselected package node-event-emitter.
Preparing to unpack .../145-node-event-emitter_0.3.5-3_all.deb ...
Unpacking node-event-emitter (0.3.5-3) ...
Selecting previously unselected package node-is-object.
Preparing to unpack .../146-node-is-object_1.0.2+~1.0.2-1_all.deb ...
Unpacking node-is-object (1.0.2+~1.0.2-1) ...
Selecting previously unselected package node-merge-descriptors.
Preparing to unpack .../147-node-merge-descriptors_1.0.1-3_all.deb ...
Unpacking node-merge-descriptors (1.0.1-3) ...
Selecting previously unselected package node-path-to-regexp.
Preparing to unpack .../148-node-path-to-regexp_6.2.0-2_all.deb ...
Unpacking node-path-to-regexp (6.2.0-2) ...
Selecting previously unselected package node-type-detect.
Preparing to unpack .../149-node-type-detect_4.0.8-3_all.deb ...
Unpacking node-type-detect (4.0.8-3) ...
Selecting previously unselected package node-sinon.
Preparing to unpack .../150-node-sinon_12.0.1+ds+~cs67.21.20-1_all.deb ...
Unpacking node-sinon (12.0.1+ds+~cs67.21.20-1) ...
Selecting previously unselected package node-stack-utils.
Preparing to unpack .../151-node-stack-utils_2.0.5+~2.0.1-1_all.deb ...
Unpacking node-stack-utils (2.0.5+~2.0.1-1) ...
Selecting previously unselected package libjs-is-typedarray.
Preparing to unpack .../152-libjs-is-typedarray_1.0.0-4_all.deb ...
Unpacking libjs-is-typedarray (1.0.0-4) ...
Selecting previously unselected package node-is-typedarray.
Preparing to unpack .../153-node-is-typedarray_1.0.0-4_all.deb ...
Unpacking node-is-typedarray (1.0.0-4) ...
Selecting previously unselected package libjs-typedarray-to-buffer.
Preparing to unpack .../154-libjs-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking libjs-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-typedarray-to-buffer.
Preparing to unpack .../155-node-typedarray-to-buffer_4.0.0-2_all.deb ...
Unpacking node-typedarray-to-buffer (4.0.0-2) ...
Selecting previously unselected package node-write-file-atomic.
Preparing to unpack .../156-node-write-file-atomic_3.0.3+~3.0.2-1_all.deb ...
Unpacking node-write-file-atomic (3.0.3+~3.0.2-1) ...
Selecting previously unselected package jest.
Preparing to unpack .../157-jest_27.4.4~ds+~cs68.44.26-1_all.deb ...
Unpacking jest (27.4.4~ds+~cs68.44.26-1) ...
Selecting previously unselected package libarray-unique-perl.
Preparing to unpack .../158-libarray-unique-perl_0.08-2.1_all.deb ...
Unpacking libarray-unique-perl (0.08-2.1) ...
Selecting previously unselected package libsub-name-perl.
Preparing to unpack .../159-libsub-name-perl_0.26-1+b1_amd64.deb ...
Unpacking libsub-name-perl (0.26-1+b1) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../160-libclass-accessor-perl_0.51-1_all.deb ...
Unpacking libclass-accessor-perl (0.51-1) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../161-libio-stringy-perl_2.111-3_all.deb ...
Unpacking libio-stringy-perl (2.111-3) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../162-libencode-locale-perl_1.05-1.1_all.deb ...
Unpacking libencode-locale-perl (1.05-1.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../163-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../164-libhttp-date-perl_6.05-1_all.deb ...
Unpacking libhttp-date-perl (6.05-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../165-libfile-listing-perl_6.14-1_all.deb ...
Unpacking libfile-listing-perl (6.14-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../166-libhtml-tagset-perl_3.20-4_all.deb ...
Unpacking libhtml-tagset-perl (3.20-4) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../167-liburi-perl_5.10-1_all.deb ...
Unpacking liburi-perl (5.10-1) ...
Selecting previously unselected package libhtml-parser-perl:amd64.
Preparing to unpack .../168-libhtml-parser-perl_3.76-1_amd64.deb ...
Unpacking libhtml-parser-perl:amd64 (3.76-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../169-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../170-libio-html-perl_1.004-2_all.deb ...
Unpacking libio-html-perl (1.004-2) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../171-liblwp-mediatypes-perl_6.04-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../172-libhttp-message-perl_6.35-1_all.deb ...
Unpacking libhttp-message-perl (6.35-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../173-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../174-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../175-perl-openssl-defaults_5_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (5) ...
Selecting previously unselected package libnet-ssleay-perl:amd64.
Preparing to unpack .../176-libnet-ssleay-perl_1.90-1_amd64.deb ...
Unpacking libnet-ssleay-perl:amd64 (1.90-1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../177-libio-socket-ssl-perl_2.072-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.072-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../178-libnet-http-perl_6.21-1_all.deb ...
Unpacking libnet-http-perl (6.21-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../179-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../180-libtry-tiny-perl_0.31-1_all.deb ...
Unpacking libtry-tiny-perl (0.31-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../181-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../182-libwww-perl_6.59-1_all.deb ...
Unpacking libwww-perl (6.59-1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../183-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package libexporter-lite-perl.
Preparing to unpack .../184-libexporter-lite-perl_0.08-1_all.deb ...
Unpacking libexporter-lite-perl (0.08-1) ...
Selecting previously unselected package libparse-debcontrol-perl.
Preparing to unpack .../185-libparse-debcontrol-perl_2.005-4.1_all.deb ...
Unpacking libparse-debcontrol-perl (2.005-4.1) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../186-libtie-ixhash-perl_1.23-2.1_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2.1) ...
Selecting previously unselected package libdebian-copyright-perl.
Preparing to unpack .../187-libdebian-copyright-perl_0.2-4_all.deb ...
Unpacking libdebian-copyright-perl (0.2-4) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../188-libio-pty-perl_1%3a1.15-2_amd64.deb ...
Unpacking libio-pty-perl (1:1.15-2) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../189-libipc-run-perl_20200505.0-1_all.deb ...
Unpacking libipc-run-perl (20200505.0-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../190-libjson-perl_4.03000-1_all.deb ...
Unpacking libjson-perl (4.03000-1) ...
Selecting previously unselected package node-big.js.
Preparing to unpack .../191-node-big.js_6.0.3+ds-1_all.deb ...
Unpacking node-big.js (6.0.3+ds-1) ...
Selecting previously unselected package node-css-selector-tokenizer.
Preparing to unpack .../192-node-css-selector-tokenizer_0.7.3+~cs4.1.2-1_all.deb ...
Unpacking node-css-selector-tokenizer (0.7.3+~cs4.1.2-1) ...
Selecting previously unselected package node-isobject.
Preparing to unpack .../193-node-isobject_4.0.0-2_all.deb ...
Unpacking node-isobject (4.0.0-2) ...
Selecting previously unselected package node-postcss.
Preparing to unpack .../194-node-postcss_8.2.1+~cs5.3.23-8_all.deb ...
Unpacking node-postcss (8.2.1+~cs5.3.23-8) ...
Selecting previously unselected package node-icss-utils.
Preparing to unpack .../195-node-icss-utils_5.1.0-3_all.deb ...
Unpacking node-icss-utils (5.1.0-3) ...
Selecting previously unselected package node-emojis-list.
Preparing to unpack .../196-node-emojis-list_3.0.0-2_all.deb ...
Unpacking node-emojis-list (3.0.0-2) ...
Selecting previously unselected package node-loader-utils.
Preparing to unpack .../197-node-loader-utils_2.0.0-1_all.deb ...
Unpacking node-loader-utils (2.0.0-1) ...
Selecting previously unselected package node-postcss-modules-extract-imports.
Preparing to unpack .../198-node-postcss-modules-extract-imports_3.0.0-2_all.deb ...
Unpacking node-postcss-modules-extract-imports (3.0.0-2) ...
Selecting previously unselected package node-postcss-modules-values.
Preparing to unpack .../199-node-postcss-modules-values_4.0.0+~4.0.0-1_all.deb ...
Unpacking node-postcss-modules-values (4.0.0+~4.0.0-1) ...
Selecting previously unselected package node-postcss-value-parser.
Preparing to unpack .../200-node-postcss-value-parser_4.1.0-3_all.deb ...
Unpacking node-postcss-value-parser (4.1.0-3) ...
Selecting previously unselected package node-uniq.
Preparing to unpack .../201-node-uniq_1.0.1-2_all.deb ...
Unpacking node-uniq (1.0.1-2) ...
Selecting previously unselected package node-css-loader.
Preparing to unpack .../202-node-css-loader_5.0.1+~cs14.0.5-1_all.deb ...
Unpacking node-css-loader (5.0.1+~cs14.0.5-1) ...
Selecting previously unselected package pkg-js-tools.
Preparing to unpack .../203-pkg-js-tools_0.9.84_all.deb ...
Unpacking pkg-js-tools (0.9.84) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../204-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up node-delayed-stream (1.0.0-5) ...
Setting up libpipeline1:amd64 (1.5.4-1) ...
Setting up node-ua-parser-js (0.7.24+ds-2) ...
Setting up node-leven (3.1.0+~cs1.1.1-2) ...
Setting up node-abbrev (1.1.1-3) ...
Setting up libtie-ixhash-perl (1.23-2.1) ...
Setting up node-pify (5.0.0+~cs5.0.0-1) ...
Setting up bsdextrautils (2.37.2-4) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up node-yaml (1.10.2-1) ...
Setting up node-slash (3.0.0-2) ...
Setting up node-deepmerge (4.2.2+~1.1.1-1) ...
Setting up libio-pty-perl (1:1.15-2) ...
Setting up libmagic-mgc (1:5.41-2) ...
Setting up node-fs-readdir-recursive (1.1.0-2) ...
Setting up node-v8flags (3.2.0-3) ...
Setting up node-arrify (2.0.1-2) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up node-isobject (4.0.0-2) ...
Setting up libio-stringy-perl (2.111-3) ...
Setting up libhtml-tagset-perl (3.20-4) ...
Setting up node-merge-descriptors (1.0.1-3) ...
Setting up node-co (4.6.0+~4.6.2-2) ...
Setting up libdebhelper-perl (13.5.2) ...
Setting up liblwp-mediatypes-perl (6.04-1) ...
Setting up node-unicode-match-property-value-ecmascript (2.0.0+ds-2) ...
Setting up node-jsesc (3.0.2-3) ...
Setting up node-regjsparser (0.8.1+ds-1) ...
Setting up libtry-tiny-perl (0.31-1) ...
Setting up libmagic1:amd64 (1:5.41-2) ...
Setting up node-strip-bom (4.0.0-2) ...
Setting up perl-openssl-defaults:amd64 (5) ...
Setting up node-stack-utils (2.0.5+~2.0.1-1) ...
Setting up gettext-base (0.21-4) ...
Setting up node-emojis-list (3.0.0-2) ...
Setting up libencode-locale-perl (1.05-1.1) ...
Setting up libjs-util (0.12.4+~1.0.10-1) ...
Setting up file (1:5.41-2) ...
Setting up node-uuid (8.3.2+~8.3.3-1) ...
Setting up node-agent-base (6.0.2+~cs5.4.1-3) ...
Setting up node-tinycolor (0.0.1-4) ...
Setting up node-minimist (1.2.5+~cs5.3.2-1) ...
Setting up node-abab (2.0.5-2) ...
Setting up node-path-type (4.0.0-2) ...
Setting up node-indent-string (4.0.0-2) ...
Setting up node-type-detect (4.0.8-3) ...
Setting up node-p-map (4.0.0+~3.1.0+~3.0.1-1) ...
Setting up node-prompts (2.4.2+~cs7.5.9-1) ...
Setting up node-make-dir (3.1.0-2) ...
Setting up node-regjsgen (0.6.0+ds-1) ...
Setting up liberror-perl (0.17029-1) ...
Setting up libjs-psl (1.8.0+ds-6) ...
Setting up node-resolve-cwd (2.0.0-4) ...
Setting up node-asap (2.0.6-4) ...
Setting up node-fetch (2.6.1-6) ...
Setting up node-universalify (2.0.0-3) ...
Setting up node-micromatch (4.0.4+~4.0.2-1) ...
Setting up node-postcss-value-parser (4.1.0-3) ...
Setting up autotools-dev (20180224.1+nmu1) ...
Setting up node-combined-stream (1.0.8-1) ...
Setting up node-unicode-canonical-property-names-ecmascript (2.0.0-2) ...
Setting up node-detect-newline (3.1.0-2) ...
Setting up node-exit (0.1.2+~0.1.31-2) ...
Setting up node-big.js (6.0.3+ds-1) ...
Setting up node-pkg-dir (5.0.0-1) ...
Setting up node-convert-source-map (1.7.0+~1.5.1-1) ...
Setting up node-setimmediate (1.0.5-6) ...
Setting up node-is-object (1.0.2+~1.0.2-1) ...
Setting up node-spdx-exceptions (2.3.0-2) ...
Setting up libsigsegv2:amd64 (2.13-1) ...
Setting up node-escodegen (2.0.0+dfsg-2) ...
Setting up node-js-tokens (6.0.0-2) ...
Setting up node-cssom (0.4.4-3) ...
Setting up node-core-js (3.8.2-3) ...
Setting up libarray-unique-perl (0.08-2.1) ...
Setting up libio-html-perl (1.004-2) ...
Setting up autopoint (0.21-4) ...
Setting up libipc-run-perl (20200505.0-1) ...
Setting up node-sane (4.1.0+~cs18.17.38-1) ...
Setting up node-asynckit (0.4.0-4) ...
Setting up node-quick-lru (5.1.1-1) ...
Setting up node-regenerator-runtime (0.13.7-1) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up node-css-selector-tokenizer (0.7.3+~cs4.1.2-1) ...
Setting up libexporter-lite-perl (0.08-1) ...
Setting up node-to-fast-properties (3.0.1-2) ...
Setting up libsub-name-perl (0.26-1+b1) ...
Setting up node-whatwg-fetch (3.6.2-5) ...
Setting up libjs-typedarray-to-buffer (4.0.0-2) ...
Setting up node-array-uniq (2.1.0-2) ...
Setting up node-is-path-cwd (2.2.0-2) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libjson-perl (4.03000-1) ...
Setting up node-hosted-git-info (4.0.2-1) ...
Setting up node-unicode-property-aliases-ecmascript (2.0.0+ds-2) ...
Setting up node-uniq (1.0.1-2) ...
Setting up node-promise (8.1.0-2) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up node-stealthy-require (1.1.1-4) ...
Setting up node-spdx-license-ids (3.0.11-1) ...
Setting up node-is-path-inside (3.0.3-1) ...
Setting up netbase (6.3) ...
Setting up node-postcss (8.2.1+~cs5.3.23-8) ...
Setting up node-commondir (1.0.1-2) ...
Setting up libjs-prettify (2015.12.04+dfsg-1.1) ...
Setting up node-archy (1.0.0-4) ...
Setting up libjs-async (0.8.0-4) ...
Setting up libclass-accessor-perl (0.51-1) ...
Setting up node-postcss-modules-extract-imports (3.0.0-2) ...
Setting up node-wordwrap (1.0.0-3) ...
Setting up node-read (1.0.7-2) ...
Setting up node-is-arrayish (0.3.2-2) ...
Setting up node-nopt (5.0.0-1) ...
Setting up node-loose-envify (1.4.0+dfsg1-2) ...
Setting up libelf1:amd64 (0.186-1) ...
Setting up node-path-to-regexp (6.2.0-2) ...
Setting up liburi-perl (5.10-1) ...
Setting up node-json5 (2.2.0+dfsg-1) ...
Setting up node-array-from (2.1.1-3) ...
Setting up node-webidl-conversions (7.0.0~1.1.0+~2.0.1~ds+~7.0.0+~0~20180821-3) ...
Setting up node-is-generator-fn (2.1.0-2) ...
Setting up node-https-proxy-agent (5.0.0+~cs8.0.0-2) ...
Setting up libjs-is-typedarray (1.0.0-4) ...
Setting up node-array-union (2.1.0-2) ...
Setting up node-babel-plugin-add-module-exports (1.0.4+dfsg1~cs5.8.0-2) ...
Setting up node-emittery (0.10.0-1) ...
Setting up libnet-ssleay-perl:amd64 (1.90-1) ...
Setting up libfile-stripnondeterminism-perl (1.12.1-1) ...
Setting up libhttp-date-perl (6.05-1) ...
Setting up gettext (0.21-4) ...
Setting up node-isomorphic-fetch (3.0.0-2) ...
Setting up libfile-listing-perl (6.14-1) ...
Setting up node-error-ex (1.3.2-3) ...
Setting up node-fbjs (2.0.0-1) ...
Setting up node-psl (1.8.0+ds-6) ...
Setting up libtool (2.4.6-15) ...
Setting up libnet-http-perl (6.21-1) ...
Setting up m4 (1.4.18-5) ...
Setting up node-util (0.12.4+~1.0.10-1) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up node-cssstyle (2.3.0-2) ...
Setting up node-babel7-runtime (7.12.12+~cs150.141.84-8) ...
Setting up node-globby (11.0.2+~cs16.20.37-2) ...
Setting up node-unicode-match-property-ecmascript (2.0.0-1) ...
Setting up node-ws (7.5.5+~cs13.0.13-1) ...
Setting up node-icss-utils (5.1.0-3) ...
Setting up node-form-data (3.0.0-4) ...
Setting up node-async (0.8.0-4) ...
Setting up node-optimist (0.6.1-1.1) ...
Setting up node-spdx-expression-parse (3.0.1+~3.0.1-1) ...
Setting up autoconf (2.71-2) ...
Setting up node-assert (2.0.0-1) ...
Setting up dh-strip-nondeterminism (1.12.1-1) ...
Setting up node-is-typedarray (1.0.0-4) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up dwz (0.14-1) ...
Setting up node-loader-utils (2.0.0-1) ...
Setting up groff-base (1.22.4-7) ...
Setting up libhtml-parser-perl:amd64 (3.76-1) ...
Setting up node-tough-cookie (4.0.0-2) ...
Setting up node-del (5.1.0-3) ...
Setting up libio-socket-ssl-perl (2.072-1) ...
Setting up libhttp-message-perl (6.35-1) ...
Setting up automake (1:1.16.5-1.1) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up node-postcss-modules-values (4.0.0+~4.0.0-1) ...
Setting up node-find-cache-dir (3.3.2+~3.2.1-1) ...
Setting up handlebars (3:4.7.6+~4.1.0-2) ...
Setting up node-regexpu-core (4.8.0-1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up node-regenerator-transform (0.14.5-4) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up man-db (2.9.4-2) ...
Not building database; man-db/auto-update is not 'true'.
Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
Setting up node-css-loader (5.0.1+~cs14.0.5-1) ...
Setting up dh-autoreconf (20) ...
Setting up node-spdx-correct (3.1.1-2) ...
Setting up node-typedarray-to-buffer (4.0.0-2) ...
Setting up node-jsdom (18.1.1+~cs90.11.25-1) ...
Setting up node-babel7 (7.12.12+~cs150.141.84-8) ...
update-alternatives: using /usr/bin/babeljs-7 to provide /usr/bin/babeljs (babeljs) in auto mode
update-alternatives: using /usr/bin/babeljs-7-external-helpers to provide /usr/bin/babeljs-external-helpers (babeljs-external-helpers) in auto mode
update-alternatives: using /usr/bin/babeljs-7-node to provide /usr/bin/babeljs-node (babeljs-node) in auto mode
update-alternatives: using /usr/bin/babeljs-7-parser to provide /usr/bin/babeljs-parser (babeljs-parser) in auto mode
Setting up node-validate-npm-package-license (3.0.4-1) ...
Setting up node-write-file-atomic (3.0.3+~3.0.2-1) ...
Setting up debhelper (13.5.2) ...
Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-5) ...
Setting up node-jest-debbundle (27.4.4~ds+~cs68.44.26-1) ...
Setting up node-normalize-package-data (3.0.3+~2.4.1-1) ...
Setting up node-parse-json (5.1.0+~cs5.1.6-3) ...
Setting up node-cosmiconfig (7.0.0+ds1-2) ...
Setting up node-read-pkg (5.2.0-2) ...
Setting up node-istanbul (0.4.5+repack10+~cs71.23.57-2) ...
Setting up node-read-pkg-up (7.0.1-2) ...
Setting up node-react (17.0.2+dfsg+~cs106.66.62-1) ...
Setting up libwww-perl (6.59-1) ...
Setting up libparse-debcontrol-perl (2.005-4.1) ...
Setting up node-prop-types (15.7.2+~15.7.4-2) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up node-es6-symbol (3.1.3+~cs3.5.0-1) ...
Setting up node-es6-iterator (2.0.3-3) ...
Setting up node-es5-ext (0.10.53+~1.1.0-2) ...
Setting up libdebian-copyright-perl (0.2-4) ...
Setting up node-d (1.0.1-1) ...
Setting up pkg-js-tools (0.9.84) ...
Setting up node-event-emitter (0.3.5-3) ...
Setting up node-sinon (12.0.1+ds+~cs67.21.20-1) ...
Setting up jest (27.4.4~ds+~cs68.44.26-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for libc-bin (2.32-5) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 amd64 (x86_64)
Toolchain package versions: binutils_2.37-10 dpkg-dev_1.21.1 g++-10_10.3.0-13 g++-11_11.2.0-12 gcc-10_10.3.0-13 gcc-11_11.2.0-12 libc6-dev_2.32-5 libstdc++-10-dev_10.3.0-13 libstdc++-11-dev_11.2.0-12 libstdc++6_11.2.0-12 linux-libc-dev_5.15.5-1
Package versions: adduser_3.118 adwaita-icon-theme_41.0-1 apt_2.3.13 at-spi2-core_2.42.0-2 auto-apt-proxy_13.4 autoconf_2.71-2 automake_1:1.16.5-1.1 autopoint_0.21-4 autotools-dev_20180224.1+nmu1 base-files_12 base-passwd_3.5.52 bash_5.1-5 binutils_2.37-10 binutils-common_2.37-10 binutils-x86-64-linux-gnu_2.37-10 bsdextrautils_2.37.2-4 bsdutils_1:2.37.2-4 build-essential_12.9 bzip2_1.0.8-5 ca-certificates_20211016 ccache_4.5.1-1 coreutils_8.32-4.1 cpp_4:11.2.0-2 cpp-10_10.3.0-13 cpp-11_11.2.0-12 dash_0.5.11+git20210903+057cd650a4ed-3 dbus_1.12.20-3 dbus-bin_1.12.20-3 dbus-daemon_1.12.20-3 dbus-session-bus-common_1.12.20-3 dbus-system-bus-common_1.12.20-3 dbus-user-session_1.12.20-3 dconf-gsettings-backend_0.40.0-2 dconf-service_0.40.0-2 debconf_1.5.79 debhelper_13.5.2 debian-archive-keyring_2021.1.1 debianutils_5.5-1 dh-autoreconf_20 dh-strip-nondeterminism_1.12.1-1 diffutils_1:3.7-5 dirmngr_2.2.27-2 dmsetup_2:1.02.175-2.1 dpkg_1.21.1 dpkg-dev_1.21.1 dwz_0.14-1 e2fsprogs_1.46.4-1 eatmydata_130-2 eslint_5.16.0~dfsg+~4.16.8-9 fakeroot_1.26-1 file_1:5.41-2 findutils_4.8.0-1 fontconfig_2.13.1-4.2 fontconfig-config_2.13.1-4.2 fonts-dejavu-core_2.37-2 g++_4:11.2.0-2 g++-10_10.3.0-13 g++-11_11.2.0-12 gcc_4:11.2.0-2 gcc-10_10.3.0-13 gcc-10-base_10.3.0-13 gcc-11_11.2.0-12 gcc-11-base_11.2.0-12 gcc-9-base_9.4.0-4 gettext_0.21-4 gettext-base_0.21-4 gnupg_2.2.27-2 gnupg-l10n_2.2.27-2 gnupg-utils_2.2.27-2 gpg_2.2.27-2 gpg-agent_2.2.27-2 gpg-wks-client_2.2.27-2 gpg-wks-server_2.2.27-2 gpgconf_2.2.27-2 gpgsm_2.2.27-2 gpgv_2.2.27-2 grep_3.7-1 groff-base_1.22.4-7 gtk-update-icon-cache_3.24.30-4 gzip_1.10-4 handlebars_3:4.7.6+~4.1.0-2 hicolor-icon-theme_0.17-2 hostname_3.23 init-system-helpers_1.61 intltool-debian_0.35.0+20060710.5 javascript-common_11+nmu1 jest_27.4.4~ds+~cs68.44.26-1 libacl1_2.3.1-1 libapparmor1_3.0.3-6 libapt-pkg6.0_2.3.13 libarchive-zip-perl_1.68-1 libargon2-1_0~20171227-0.2 libarray-unique-perl_0.08-2.1 libasan6_11.2.0-12 libassuan0_2.5.5-1 libatk-bridge2.0-0_2.38.0-2 libatk1.0-0_2.36.0-2 libatk1.0-data_2.36.0-2 libatomic1_11.2.0-12 libatspi2.0-0_2.42.0-2 libattr1_1:2.5.1-1 libaudit-common_1:3.0.6-1 libaudit1_1:3.0.6-1+b1 libavahi-client3_0.8-5 libavahi-common-data_0.8-5 libavahi-common3_0.8-5 libbinutils_2.37-10 libblkid1_2.37.2-4 libbrotli1_1.0.9-2+b3 libbsd0_0.11.3-1 libbz2-1.0_1.0.8-5 libc-ares2_1.18.1-1+b1 libc-bin_2.32-5 libc-dev-bin_2.32-5 libc6_2.32-5 libc6-dev_2.32-5 libcairo-gobject2_1.16.0-5 libcairo2_1.16.0-5 libcap-ng0_0.7.9-2.2+b1 libcap2_1:2.44-1 libcc1-0_11.2.0-12 libclass-accessor-perl_0.51-1 libcolord2_1.4.5-3 libcom-err2_1.46.4-1 libcrypt-dev_1:4.4.26-1 libcrypt1_1:4.4.26-1 libcryptsetup12_2:2.4.2-1 libctf-nobfd0_2.37-10 libctf0_2.37-10 libcups2_2.3.3op2-7 libdatrie1_0.2.13-2 libdb5.3_5.3.28+dfsg1-0.8 libdbus-1-3_1.12.20-3 libdconf1_0.40.0-2 libdebconfclient0_0.261 libdebhelper-perl_13.5.2 libdebian-copyright-perl_0.2-4 libdeflate0_1.8-1 libdevmapper1.02.1_2:1.02.175-2.1 libdpkg-perl_1.21.1 libeatmydata1_130-2 libelf1_0.186-1 libencode-locale-perl_1.05-1.1 libepoxy0_1.5.9-2 liberror-perl_0.17029-1 libexpat1_2.4.1-3 libexporter-lite-perl_0.08-1 libext2fs2_1.46.4-1 libfakeroot_1.26-1 libffi7_3.3-6 libffi8_3.4.2-3 libfile-listing-perl_6.14-1 libfile-stripnondeterminism-perl_1.12.1-1 libfontconfig1_2.13.1-4.2 libfreetype6_2.11.0+dfsg-1 libfribidi0_1.0.8-2 libgcc-10-dev_10.3.0-13 libgcc-11-dev_11.2.0-12 libgcc-s1_11.2.0-12 libgcrypt20_1.9.4-4 libgdbm-compat4_1.22-1 libgdbm6_1.22-1 libgdk-pixbuf-2.0-0_2.42.6+dfsg-2 libgdk-pixbuf2.0-bin_2.42.6+dfsg-2 libgdk-pixbuf2.0-common_2.42.6+dfsg-2 libglib2.0-0_2.70.2-1 libglib2.0-data_2.70.2-1 libgmp10_2:6.2.1+dfsg-3 libgnutls30_3.7.2-2 libgomp1_11.2.0-12 libgpg-error0_1.42-3 libgraphite2-3_1.3.14-1 libgssapi-krb5-2_1.18.3-7 libgtk-3-0_3.24.30-4 libgtk-3-bin_3.24.30-4 libgtk-3-common_3.24.30-4 libharfbuzz0b_2.7.4-1 libhiredis0.14_0.14.1-2 libhogweed6_3.7.3-1 libhtml-parser-perl_3.76-1 libhtml-tagset-perl_3.20-4 libhtml-tree-perl_5.07-2 libhttp-cookies-perl_6.10-1 libhttp-date-perl_6.05-1 libhttp-message-perl_6.35-1 libhttp-negotiate-perl_6.01-1 libicu67_67.1-7 libidn2-0_2.3.2-2 libio-html-perl_1.004-2 libio-pty-perl_1:1.15-2 libio-socket-ssl-perl_2.072-1 libio-stringy-perl_2.111-3 libip4tc2_1.8.7-1 libipc-run-perl_20200505.0-1 libisl23_0.24-2 libitm1_11.2.0-12 libjbig0_2.1-3.1+b2 libjpeg62-turbo_1:2.1.2-1 libjs-async_0.8.0-4 libjs-events_3.3.0+~3.0.0-2 libjs-highlight.js_9.18.5+dfsg1-1 libjs-inherits_2.0.4-4 libjs-is-typedarray_1.0.0-4 libjs-prettify_2015.12.04+dfsg-1.1 libjs-psl_1.8.0+ds-6 libjs-regenerate_1.4.2-3 libjs-source-map_0.7.0++dfsg2+really.0.6.1-9 libjs-sprintf-js_1.1.2+ds1+~1.1.2-1 libjs-terser_4.1.2-9 libjs-typedarray-to-buffer_4.0.0-2 libjs-util_0.12.4+~1.0.10-1 libjson-c5_0.15-2 libjson-perl_4.03000-1 libk5crypto3_1.18.3-7 libkeyutils1_1.6.1-2 libkmod2_29-1 libkrb5-3_1.18.3-7 libkrb5support0_1.18.3-7 libksba8_1.6.0-2 liblcms2-2_2.12~rc1-2 libldap-2.4-2_2.4.59+dfsg-1 liblsan0_11.2.0-12 liblwp-mediatypes-perl_6.04-1 liblwp-protocol-https-perl_6.10-1 liblz4-1_1.9.3-2 liblzma5_5.2.5-2 libmagic-mgc_1:5.41-2 libmagic1_1:5.41-2 libmd0_1.0.4-1 libmount1_2.37.2-4 libmpc3_1.2.1-1 libmpfr6_4.1.0-3 libncursesw6_6.3-1 libnet-http-perl_6.21-1 libnet-ssleay-perl_1.90-1 libnettle8_3.7.3-1 libnghttp2-14_1.43.0-1 libnode72_12.22.7~dfsg-2 libnotify-bin_0.7.9-3 libnotify4_0.7.9-3 libnpth0_1.6-3 libnsl-dev_1.3.0-2 libnsl2_1.3.0-2 libnss-systemd_249.7-1 libp11-kit0_0.24.0-6 libpam-modules_1.4.0-11 libpam-modules-bin_1.4.0-11 libpam-runtime_1.4.0-11 libpam-systemd_249.7-1 libpam0g_1.4.0-11 libpango-1.0-0_1.48.10+ds1-1 libpangocairo-1.0-0_1.48.10+ds1-1 libpangoft2-1.0-0_1.48.10+ds1-1 libparse-debcontrol-perl_2.005-4.1 libpcre2-8-0_10.39-3 libpcre3_2:8.39-13 libperl5.32_5.32.1-6 libpipeline1_1.5.4-1 libpixman-1-0_0.40.0-1 libpng16-16_1.6.37-3 libquadmath0_11.2.0-12 libreadline8_8.1-2 librsvg2-2_2.50.7+dfsg-2 librsvg2-common_2.50.7+dfsg-2 libsasl2-2_2.1.27+dfsg2-2 libsasl2-modules-db_2.1.27+dfsg2-2 libseccomp2_2.5.3-2 libselinux1_3.3-1+b1 libsemanage-common_3.3-1 libsemanage2_3.3-1+b1 libsepol1_3.1-1 libsepol2_3.3-1 libsigsegv2_2.13-1 libsmartcols1_2.37.2-4 libsqlite3-0_3.36.0-2 libss2_1.46.4-1 libssl1.1_1.1.1l-1 libstdc++-10-dev_10.3.0-13 libstdc++-11-dev_11.2.0-12 libstdc++6_11.2.0-12 libsub-name-perl_0.26-1+b1 libsub-override-perl_0.09-2 libsystemd0_249.7-1 libtasn1-6_4.18.0-4 libthai-data_0.1.28-4.1 libthai0_0.1.28-4.1 libtie-ixhash-perl_1.23-2.1 libtiff5_4.3.0-2 libtimedate-perl_2.3300-2 libtinfo6_6.3-1 libtirpc-common_1.3.2-2 libtirpc-dev_1.3.2-2 libtirpc3_1.3.2-2 libtool_2.4.6-15 libtry-tiny-perl_0.31-1 libtsan0_11.2.0-12 libubsan1_11.2.0-12 libuchardet0_0.0.7-1 libudev1_249.7-1 libunistring2_0.9.10-6 liburi-perl_5.10-1 libuuid1_2.37.2-4 libuv1_1.42.0-1 libwayland-client0_1.19.0-2+b1 libwayland-cursor0_1.19.0-2+b1 libwayland-egl1_1.19.0-2+b1 libwebp6_0.6.1-2.1 libwww-perl_6.59-1 libwww-robotrules-perl_6.02-1 libx11-6_2:1.7.2-2+b1 libx11-data_2:1.7.2-2 libxau6_1:1.0.9-1 libxcb-render0_1.14-3 libxcb-shm0_1.14-3 libxcb1_1.14-3 libxcomposite1_1:0.4.5-1 libxcursor1_1:1.2.0-2 libxdamage1_1:1.1.5-2 libxdmcp6_1:1.1.2-3 libxext6_2:1.3.4-1 libxfixes3_1:5.0.3-2 libxi6_2:1.8-1 libxinerama1_2:1.1.4-2 libxkbcommon0_1.3.1-1 libxml2_2.9.12+dfsg-5+b1 libxrandr2_2:1.5.2-1 libxrender1_1:0.9.10-1 libxtst6_2:1.2.3-1 libxxhash0_0.8.0-2 libzstd1_1.4.8+dfsg-3 linux-libc-dev_5.15.5-1 login_1:4.8.1-2 logsave_1.46.4-1 lsb-base_11.1.0 m4_1.4.18-5 make_4.3-4.1 man-db_2.9.4-2 mawk_1.3.4.20200120-2 mocha_9.1.3+ds1+~cs31.2.38-1 mount_2.37.2-4 ncurses-base_6.3-1 ncurses-bin_6.3-1 netbase_6.3 node-abab_2.0.5-2 node-abbrev_1.1.1-3 node-acorn_8.6.0+ds+~cs24.17.6-1 node-agent-base_6.0.2+~cs5.4.1-3 node-ajv_6.12.6-3 node-ajv-keywords_3.5.2-2 node-ansi-colors_4.1.1-3 node-ansi-escapes_5.0.0+really.4.3.1-1 node-ansi-regex_5.0.1-1 node-ansi-styles_4.3.0+~4.2.0-1 node-anymatch_3.1.2+~cs4.5.6-1 node-archy_1.0.0-4 node-argparse_2.0.1-2 node-array-from_2.1.1-3 node-array-union_2.1.0-2 node-array-uniq_2.1.0-2 node-arrify_2.0.1-2 node-asap_2.0.6-4 node-assert_2.0.0-1 node-async_0.8.0-4 node-async-each_1.0.3-1 node-asynckit_0.4.0-4 node-babel-plugin-add-module-exports_1.0.4+dfsg1~cs5.8.0-2 node-babel-plugin-lodash_3.3.4+~cs2.0.1-5 node-babel7_7.12.12+~cs150.141.84-8 node-babel7-runtime_7.12.12+~cs150.141.84-8 node-balanced-match_2.0.0-1 node-big.js_6.0.3+ds-1 node-binary-extensions_2.2.0-2 node-bl_4.0.3-1 node-brace-expansion_2.0.0-1 node-braces_3.0.2+~3.0.1-1 node-browser-stdout_1.3.1-5 node-browserslist_4.18.1+~cs5.1.2-1 node-camelcase_6.2.0-2 node-caniuse-lite_1.0.30001283+dfsg+~1.0.1-1 node-chalk_4.1.2-1 node-chokidar_3.4.3-3 node-chrome-trace-event_1.0.3-1 node-ci-info_3.2.0+~cs4.2.0-4 node-cli-cursor_3.1.0-2 node-cli-spinners_2.5.0-1 node-cli-width_3.0.0-2 node-cliui_7.0.4+repack+~cs3.1.0-2 node-clone_2.1.2-3 node-co_4.6.0+~4.6.2-2 node-color-convert_2.0.1-1 node-color-name_1.1.4+~1.1.1-2 node-combined-stream_1.0.8-1 node-commander_6.2.1-2 node-commondir_1.0.1-2 node-concat-stream_2.0.0-2 node-convert-source-map_1.7.0+~1.5.1-1 node-core-js_3.8.2-3 node-core-util-is_1.0.3-1 node-cosmiconfig_7.0.0+ds1-2 node-css-loader_5.0.1+~cs14.0.5-1 node-css-selector-tokenizer_0.7.3+~cs4.1.2-1 node-cssom_0.4.4-3 node-cssstyle_2.3.0-2 node-d_1.0.1-1 node-debbundle-es-to-primitive_1.2.1+~cs9.7.15-2 node-debug_4.3.2+~cs4.1.7-1 node-decamelize_4.0.0-1 node-deep-equal_2.0.5+~cs32.11.68-2 node-deep-is_0.1.4-1 node-deepmerge_4.2.2+~1.1.1-1 node-defaults_1.0.3+~1.0.3-1 node-define-properties_1.1.3-3 node-del_5.1.0-3 node-delayed-stream_1.0.0-5 node-detect-newline_3.1.0-2 node-diff_5.0.0~dfsg+~5.0.1-2 node-doctrine_3.0.0-3 node-electron-to-chromium_1.4.4-1 node-emittery_0.10.0-1 node-emojis-list_3.0.0-2 node-end-of-stream_1.4.4+~1.4.1-1 node-enhanced-resolve_4.1.0-4 node-errno_1.0.0-1 node-error-ex_1.3.2-3 node-es-abstract_1.19.1+~cs16.20.21-1 node-es5-ext_0.10.53+~1.1.0-2 node-es6-iterator_2.0.3-3 node-es6-symbol_3.1.3+~cs3.5.0-1 node-escape-string-regexp_4.0.0-2 node-escodegen_2.0.0+dfsg-2 node-eslint-scope_5.1.1-1 node-eslint-utils_2.1.0-3 node-eslint-visitor-keys_2.0.0+~0.0.45-1 node-espree_7.3.1~dfsg1-3 node-esprima_4.0.1+ds+~4.0.3-2 node-esquery_1.4.0~ds-1 node-esrecurse_4.3.0-2 node-estraverse_5.2.0+ds-1 node-esutils_2.0.3-3 node-event-emitter_0.3.5-3 node-events_3.3.0+~3.0.0-2 node-execa_5.1.1+repack+~cs17.3.6-1 node-exit_0.1.2+~0.1.31-2 node-exit-hook_2.2.0-1 node-external-editor_3.1.0+dfsg-1 node-fast-deep-equal_3.1.3-1 node-fast-levenshtein_2.0.6+ds-3 node-fbjs_2.0.0-1 node-fetch_2.6.1-6 node-file-entry-cache_6.0.0+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3 node-fill-range_7.0.1-4 node-find-cache-dir_3.3.2+~3.2.1-1 node-find-up_5.0.0-2 node-flat-cache_3.0.4~6.0.0+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3 node-flatted_3.2.4~ds-1 node-form-data_3.0.0-4 node-fs-readdir-recursive_1.1.0-2 node-fs.realpath_1.0.0-2 node-function-bind_1.1.1+repacked+~1.0.3-1 node-functional-red-black-tree_1.0.1+20181105-5 node-get-caller-file_2.0.5+~cs1.1.1-2 node-get-stream_6.0.1-1 node-glob_7.1.7+~cs7.5.19-2 node-glob-parent_6.0.2+~5.1.1-1 node-globals_13.5.0-1 node-globby_11.0.2+~cs16.20.37-2 node-graceful-fs_4.2.4+repack-1 node-growl_1.10.5-3 node-has-flag_4.0.0-2 node-he_1.2.0-2.1 node-hosted-git-info_4.0.2-1 node-https-proxy-agent_5.0.0+~cs8.0.0-2 node-iconv-lite_0.6.3-2 node-icss-utils_5.1.0-3 node-ignore_5.1.9-1 node-imurmurhash_0.1.4+dfsg+~0.1.1-1 node-indent-string_4.0.0-2 node-inflight_1.0.6-2 node-inherits_2.0.4-4 node-inquirer_8.2.0+~cs26.5.5-1 node-invert-kv_3.0.1-2 node-is-arrayish_0.3.2-2 node-is-binary-path_2.1.0-3.1 node-is-buffer_2.0.5-2 node-is-extglob_2.1.1-4 node-is-generator-fn_2.1.0-2 node-is-glob_4.0.3-1 node-is-number_7.0.0-3 node-is-object_1.0.2+~1.0.2-1 node-is-path-cwd_2.2.0-2 node-is-path-inside_3.0.3-1 node-is-plain-obj_3.0.0-2 node-is-stream_2.0.1-1 node-is-typedarray_1.0.0-4 node-isarray_2.0.5-3 node-isexe_2.0.0+~2.0.1-4 node-isobject_4.0.0-2 node-isomorphic-fetch_3.0.0-2 node-istanbul_0.4.5+repack10+~cs71.23.57-2 node-jest-debbundle_27.4.4~ds+~cs68.44.26-1 node-jest-worker_27.4.4~ds+~cs68.44.26-1 node-js-tokens_6.0.0-2 node-js-yaml_4.1.0+dfsg+~4.0.5-5 node-jschardet_2.2.1+dfsg+~1.3.0-3 node-jsdom_18.1.1+~cs90.11.25-1 node-jsesc_3.0.2-3 node-json-parse-better-errors_1.0.2+~cs3.3.1-1 node-json-schema_0.4.0+~7.0.9-1 node-json-schema-traverse_1.0.0-3 node-json-stable-stringify_1.0.1+~cs5.2.33-1 node-json5_2.2.0+dfsg-1 node-jsonify_0.0.0-1.1 node-kind-of_6.0.3+dfsg-2 node-lcid_3.1.1-2 node-leven_3.1.0+~cs1.1.1-2 node-levn_0.4.1+dfsg-2 node-loader-runner_4.2.0-1 node-loader-utils_2.0.0-1 node-locate-path_6.0.0-2 node-lodash_4.17.21+dfsg+~cs8.31.198.20210220-5 node-lodash-packages_4.17.21+dfsg+~cs8.31.198.20210220-5 node-loose-envify_1.4.0+dfsg1-2 node-lru-cache_6.0.0+~5.1.1-1 node-make-dir_3.1.0-2 node-mem_1.1.0-1.1 node-memory-fs_0.5.0-1 node-merge-descriptors_1.0.1-3 node-merge-stream_2.0.0+~1.1.2-2 node-micromatch_4.0.4+~4.0.2-1 node-mime_2.5.0+dfsg+~cs3.90.0-1 node-mime-types_2.1.33-1 node-mimic-fn_3.1.0-2 node-minimatch_3.0.4+~3.0.3-1 node-minimist_1.2.5+~cs5.3.2-1 node-mkdirp_1.0.4+~1.0.2-1 node-ms_2.1.3+~cs0.7.31-2 node-mute-stream_0.0.8+~0.0.1-1 node-neo-async_2.6.2+~cs3.0.0-2 node-nopt_5.0.0-1 node-normalize-package-data_3.0.3+~2.4.1-1 node-normalize-path_3.0.0-3 node-npm-run-path_4.0.1-1 node-object-assign_4.1.1-6 node-object-inspect_1.11.0+~cs1.8.1-2 node-once_1.4.0-4 node-optimist_0.6.1-1.1 node-optionator_0.9.1+dfsg+~cs1.2.3-1 node-os-locale_5.0.0-2 node-p-limit_3.1.0+~cs2.3.0-1 node-p-locate_5.0.0-2 node-p-map_4.0.0+~3.1.0+~3.0.1-1 node-parse-json_5.1.0+~cs5.1.6-3 node-path-dirname_1.0.2-2 node-path-exists_4.0.0-3 node-path-is-absolute_2.0.0-2 node-path-is-inside_1.0.2+~1.0.0-1 node-path-to-regexp_6.2.0-2 node-path-type_4.0.0-2 node-pify_5.0.0+~cs5.0.0-1 node-pkg-dir_5.0.0-1 node-postcss_8.2.1+~cs5.3.23-8 node-postcss-modules-extract-imports_3.0.0-2 node-postcss-modules-values_4.0.0+~4.0.0-1 node-postcss-value-parser_4.1.0-3 node-prelude-ls_1.2.1+dfsg-3 node-process-nextick-args_2.0.1-1 node-progress_2.0.3-1 node-promise_8.1.0-2 node-prompts_2.4.2+~cs7.5.9-1 node-prop-types_15.7.2+~15.7.4-2 node-prr_1.0.1-2 node-psl_1.8.0+ds-6 node-pump_3.0.0-5 node-punycode_2.1.1-5 node-quick-lru_5.1.1-1 node-randombytes_2.1.0-1 node-react_17.0.2+dfsg+~cs106.66.62-1 node-read_1.0.7-2 node-read-pkg_5.2.0-2 node-read-pkg-up_7.0.1-2 node-readable-stream_3.6.0+~cs3.0.0-1 node-readdirp_3.6.0-1 node-regenerate_1.4.2-3 node-regenerate-unicode-properties_9.0.0+ds-1 node-regenerator-runtime_0.13.7-1 node-regenerator-transform_0.14.5-4 node-regexpp_3.2.0-2 node-regexpu-core_4.8.0-1 node-regjsgen_0.6.0+ds-1 node-regjsparser_0.8.1+ds-1 node-repeat-string_1.6.1+repack-1 node-require-directory_2.1.1-1.1 node-require-main-filename_2.0.0-2 node-resolve_1.20.0+~cs5.27.9-1 node-resolve-cwd_2.0.0-4 node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1 node-restore-cursor_3.1.0-2 node-rimraf_3.0.2-1 node-run-async_2.4.1-2 node-safe-buffer_5.2.1+~cs2.1.2-2 node-sane_4.1.0+~cs18.17.38-1 node-schema-utils_3.1.1~ds-1 node-semver_7.3.5+~7.3.8-1 node-serialize-javascript_6.0.0-1 node-set-blocking_2.0.0-2 node-set-immediate-shim_2.0.0-2 node-setimmediate_1.0.5-6 node-shebang-command_1.2.0-1.1 node-shebang-regex_3.0.0-2 node-signal-exit_3.0.3-1 node-sinon_12.0.1+ds+~cs67.21.20-1 node-slash_3.0.0-2 node-slice-ansi_5.0.0+~4.0.0-4 node-source-list-map_2.0.1+dfsg-2 node-source-map_0.7.0++dfsg2+really.0.6.1-9 node-source-map-support_0.5.21+ds+~0.5.4-1 node-spdx-correct_3.1.1-2 node-spdx-exceptions_2.3.0-2 node-spdx-expression-parse_3.0.1+~3.0.1-1 node-spdx-license-ids_3.0.11-1 node-sprintf-js_1.1.2+ds1+~1.1.2-1 node-stack-utils_2.0.5+~2.0.1-1 node-stealthy-require_1.1.1-4 node-string-decoder_1.3.0-5 node-string-width_4.2.3+~9.2.2-1 node-strip-ansi_6.0.1-1 node-strip-bom_4.0.0-2 node-strip-eof_2.0.0-1 node-strip-json-comments_4.0.0-4 node-supports-color_8.1.1+~8.1.1-1 node-tapable_1.0.0-6 node-terser_4.1.2-9 node-text-table_0.2.0-4 node-through_2.3.8+~cs0.0.30-1 node-tinycolor_0.0.1-4 node-tmp_0.2.1+dfsg+~0.2.2-1 node-to-fast-properties_3.0.1-2 node-to-regex-range_5.0.1-4 node-tough-cookie_4.0.0-2 node-tslib_2.3.1-2 node-type-check_0.4.0+dfsg-3 node-type-detect_4.0.8-3 node-typedarray_0.0.6-2 node-typedarray-to-buffer_4.0.0-2 node-ua-parser-js_0.7.24+ds-2 node-unicode-canonical-property-names-ecmascript_2.0.0-2 node-unicode-match-property-ecmascript_2.0.0-1 node-unicode-match-property-value-ecmascript_2.0.0+ds-2 node-unicode-property-aliases-ecmascript_2.0.0+ds-2 node-uniq_1.0.1-2 node-universalify_2.0.0-3 node-uri-js_4.4.0+dfsg-7 node-util_0.12.4+~1.0.10-1 node-util-deprecate_1.0.2-3 node-uuid_8.3.2+~8.3.3-1 node-v8flags_3.2.0-3 node-validate-npm-package-license_3.0.4-1 node-watchpack_2.2.0-1 node-wcwidth.js_1.0.2-1 node-webassemblyjs_1.11.1+dfsg+~cs10.10.21-1 node-webidl-conversions_7.0.0~1.1.0+~2.0.1~ds+~7.0.0+~0~20180821-3 node-webpack-sources_3.2.1-1 node-whatwg-fetch_3.6.2-5 node-which_2.0.2+~cs1.3.2-2 node-which-module_2.0.0-2 node-wide-align_1.1.3-3 node-wordwrap_1.0.0-3 node-wrap-ansi_4.0.0-5 node-wrappy_1.0.2-2 node-write_2.0.0~6.0.0+~3.0.4+~2.0.0+~1.0.0+~2.0.1-3 node-write-file-atomic_3.0.3+~3.0.2-1 node-ws_7.5.5+~cs13.0.13-1 node-xtend_4.0.2-3 node-y18n_5.0.8-2 node-yallist_4.0.0+~4.0.1-1 node-yaml_1.10.2-1 node-yargs_15.3.1+repack-3 node-yargs-parser_18.1.3+~15.0.0-2 nodejs_12.22.7~dfsg-2 nodejs-doc_12.22.7~dfsg-2 notification-daemon_3.20.0-4+b1 openssl_1.1.1l-1 passwd_1:4.8.1-2 patch_2.7.6-7 perl_5.32.1-6 perl-base_5.32.1-6 perl-modules-5.32_5.32.1-6 perl-openssl-defaults_5 pinentry-curses_1.1.0-4 pkg-js-tools_0.9.84 po-debconf_1.0.21+nmu1 readline-common_8.1-2 rpcsvc-proto_1.4.2-4 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.8-1 sensible-utils_0.0.17 shared-mime-info_2.0-1 systemd_249.7-1 systemd-sysv_249.7-1 systemd-timesyncd_249.7-1 sysvinit-utils_3.00-1 tar_1.34+dfsg-1 tzdata_2021e-1 ucf_3.0043 uglifyjs.terser_4.1.2-9 util-linux_2.37.2-4 webpack_5.58.2+dfsg+~cs5.11.7-1 x11-common_1:7.7+23 xdg-user-dirs_0.17-2 xkb-data_2.33-1 xz-utils_5.2.5-2 zlib1g_1:1.2.11.dfsg-2

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: node-mini-css-extract-plugin
Binary: node-mini-css-extract-plugin
Architecture: all
Version: 1.3.3-2
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
Homepage: https://github.com/webpack-contrib/mini-css-extract-plugin
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mini-css-extract-plugin
Vcs-Git: https://salsa.debian.org/js-team/node-mini-css-extract-plugin.git
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13), jest <!nocheck>, dh-sequence-nodejs, node-babel7, node-css-loader <!nocheck>, node-schema-utils (>= 3.0.0~) <!nocheck>, node-loader-utils (>= 2.0.0~) <!nocheck>, node-webpack-sources (>= 1.1.0) <!nocheck>, webpack <!nocheck>
Package-List:
 node-mini-css-extract-plugin deb javascript optional arch=all
Checksums-Sha1:
 b50616cc1034201150efe772d6f5e1fa4ca65c59 302434 node-mini-css-extract-plugin_1.3.3.orig.tar.gz
 ec46eaf7dc99adff8a1331822c6aeaab73c1afb2 3440 node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz
Checksums-Sha256:
 18b38a374f042e48a9ebef48a267813655d4d40781ee97f67087d9cd1676650e 302434 node-mini-css-extract-plugin_1.3.3.orig.tar.gz
 3bde22d6c8472000fb908416ec8a2b1ee98e02e936a43b106a6b03b04c44a875 3440 node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz
Files:
 8fd9aaf87034b753fc5a64e43ecec771 302434 node-mini-css-extract-plugin_1.3.3.orig.tar.gz
 6c71eacb124ce07265f28f218d5a086a 3440 node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmF2nF0ACgkQ9tdMp8mZ
7unxBw/+JyR8Cx/dV+wnk0Ka5+q+L53j89Um8J/FaKkVKnGRN1+wAWwVj7jQNfKZ
clCL1felwx5Sm5p1FajCEfmwEoKiyunYHBotyQ/sv7vROgZXFC4XUkyXYNMvyYUV
S/fnoWUPAtvn7J1XqQ+mudixaGRAwnZfXwUgi+Jv+P+6LloppW8Q/e1s55pjZEcc
hmj6P/oFTkiF4gUzBgj+LBluemlr1D8KFj2R5vzG+Km0JlUHrxj+eeXueC7fBr7M
PZXQNulJNNdY+rG3BBrcf2q95puK8Wryz5JXjxKK/wU/9QdlCtMnpO1l/hdBYGN1
CK0HWcDX8eRvFvxg1K0m3D0LQo3DP/jVW0v3g2zJwXgPh0QRO7v1F9BzYBCcxxgm
3Wj40GTr3Oaa7m+2iTuJ3Yd0qyS2R0tRUPdMwjT+4m7Ua0JPd6xqeKRYiLdZT2Zj
JaFPn0uigpv8lmwuXiu2atWldBgg7X+SFSaxTYyBPqow7MngnixWCW7cRfm92r7R
yL/FHxR1+8jYmgF/JWak39yOLRZV5J2lACw3H9e+6IwdBvLcK8+gxk33FBfZYLpH
t9qvN4njYEGSs/SZRbP87SBC8MV7DEfEDQOMgPCi2NzR06D6HSdpCtQZ8yk44Kdu
opy5rhUhvjUbsTMtMca/IdsPz2UiPEmyoB/iDMt5A2coACLueX4=
=U1Uf
-----END PGP SIGNATURE-----

gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/tmp/dpkg-verify-sig.MAYk8dsu/trustedkeys.kbx': General error
gpgv: Signature made Mon Oct 25 12:00:29 2021 UTC
gpgv:                using RSA key 00DFE58B8B555779D1005EC9F6D74CA7C999EEE9
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify signature ./node-mini-css-extract-plugin_1.3.3-2.dsc
dpkg-source: info: extracting node-mini-css-extract-plugin in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking node-mini-css-extract-plugin_1.3.3.orig.tar.gz
dpkg-source: info: unpacking node-mini-css-extract-plugin_1.3.3-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying fix-test-for-jest-27.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LOGNAME=ayoyimika
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable-amd64-sbuild
SCHROOT_CHROOT_NAME=unstable-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=ayoyimika
SCHROOT_SESSION_ID=unstable-amd64-sbuild-62707e18-6b7c-46fe-98aa-50a66dccbaa8
SCHROOT_UID=1000
SCHROOT_USER=ayoyimika
SHELL=/bin/sh
USER=ayoyimika

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package node-mini-css-extract-plugin
dpkg-buildpackage: info: source version 1.3.3-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Yadd <yadd at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=nodejs
	rm -rf ./node_modules/.cache
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
   dh_auto_build --buildsystem=nodejs
Found debian/nodejs/./build
	cd ./. && sh -ex debian/nodejs/./build
+ NODE_ENV=production babeljs src -d dist --ignore src/**/*.test.js --copy-files
Successfully compiled 11 files with Babel (2559ms).
   dh_auto_test --buildsystem=nodejs
	mkdir -p node_modules
	ln -s ../. node_modules/mini-css-extract-plugin
	/bin/sh -ex debian/tests/pkg-js/test
+ jest --ci -u test/HMR.test.js test/validate-plugin-options.test.js test/normalize-url.test.js test/cjs.test.js test/TestCache.test.js
PASS test/HMR.test.js
PASS test/normalize-url.test.js
FAIL test/TestCache.test.js (14.713 s)
  ● TestCache › should work without cache

    TypeError: Cannot set property register of #<Object> which has only a getter

      17 |       const originalRegister = webpack.util.serialization.register;
      18 | 
    > 19 |       webpack.util.serialization.register = jest
         |       ^
      20 |         .fn()
      21 |         .mockImplementation((...args) => {
      22 |           if (args[1].startsWith('mini-css-extract-plugin')) {

      at Object.<anonymous> (test/TestCache.test.js:19:7)

  ● TestCache › should work with the "memory" cache

    TypeError: Cannot set property register of #<Object> which has only a getter

      139 |       const originalRegister = webpack.util.serialization.register;
      140 | 
    > 141 |       webpack.util.serialization.register = jest
          |       ^
      142 |         .fn()
      143 |         .mockImplementation((...args) => {
      144 |           if (args[1].startsWith('mini-css-extract-plugin')) {

      at Object.<anonymous> (test/TestCache.test.js:141:7)

  ● TestCache › should work with the "filesystem" cache

    TypeError: Cannot set property register of #<Object> which has only a getter

      265 |       const originalRegister = webpack.util.serialization.register;
      266 | 
    > 267 |       webpack.util.serialization.register = jest
          |       ^
      268 |         .fn()
      269 |         .mockImplementation((...args) => {
      270 |           if (args[1].startsWith('mini-css-extract-plugin')) {

      at Object.<anonymous> (test/TestCache.test.js:267:7)

  ● TestCache › should work with the "filesystem" cache and asset modules

    TypeError: Cannot set property register of #<Object> which has only a getter

      395 |       const originalRegister = webpack.util.serialization.register;
      396 | 
    > 397 |       webpack.util.serialization.register = jest
          |       ^
      398 |         .fn()
      399 |         .mockImplementation((...args) => {
      400 |           if (args[1].startsWith('mini-css-extract-plugin')) {

      at Object.<anonymous> (test/TestCache.test.js:397:7)

  ● TestCache › should work with the "filesystem" cache and file-loader

    TypeError: Cannot set property register of #<Object> which has only a getter

      531 |       const originalRegister = webpack.util.serialization.register;
      532 | 
    > 533 |       webpack.util.serialization.register = jest
          |       ^
      534 |         .fn()
      535 |         .mockImplementation((...args) => {
      536 |           if (args[1].startsWith('mini-css-extract-plugin')) {

      at Object.<anonymous> (test/TestCache.test.js:533:7)

PASS test/cjs.test.js (11.213 s)
PASS test/validate-plugin-options.test.js (18.275 s)

Test Suites: 1 failed, 4 passed, 5 total
Tests:       5 failed, 79 passed, 84 total
Snapshots:   40 passed, 40 total
Time:        24.04 s
Ran all test suites matching /test\/HMR.test.js|test\/validate-plugin-options.test.js|test\/normalize-url.test.js|test\/cjs.test.js|test\/TestCache.test.js/i.
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2021-12-11T03:02:22Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: binary
Build-Space: 3992
Build-Time: 32
Distribution: unstable
Fail-Stage: build
Host Architecture: amd64
Install-Time: 21
Job: /tmp/tmp.kE1IavBzV2/node-mini-css-extract-plugin_1.3.3-2.dsc
Machine Architecture: amd64
Package: node-mini-css-extract-plugin
Package-Time: 74
Source-Version: 1.3.3-2
Space: 3992
Status: attempted
Version: 1.3.3-2
--------------------------------------------------------------------------------
Finished at 2021-12-11T03:02:22Z
Build needed 00:01:14, 3992k disk space
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0x1FF1115A4CAC464D.asc
Type: application/pgp-keys
Size: 3150 bytes
Desc: OpenPGP public key
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20211212/b912bad1/attachment.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20211212/b912bad1/attachment.sig>


More information about the Pkg-javascript-devel mailing list