Organisationsmirageezjsonmcc48cb (master)debian-10-4.14_opam-2.1

debian-10-4.14_opam-2.1

Logs

Show full logs
2024-06-17 13:14.25: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (cc48cba51117b4436690f7fe451a2240b3464ae9) (linux-x86_64:debian-10-4.14_opam-2.1)
Base: ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/ezjsonm.git" -b "master" && cd "ezjsonm" && git reset --hard cc48cba5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
# debian-10-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ezjsonm.opam ezjsonm-lwt.opam ./
RUN opam pin add -yn ezjsonm.dev './' && \
    opam pin add -yn ezjsonm-lwt.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-06-17 13:14.25: Using cache hint "mirage/ezjsonm-ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f-debian-10-4.14_opam-2.1-ca8486b12501f3084c1188786c68d898"
2024-06-17 13:14.25: Using OBuilder spec:
((from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
 (comment debian-10-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ezjsonm.dev './' && \
             \nopam pin add -yn ezjsonm-lwt.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-06-17 13:14.25: Waiting for resource in pool OCluster
2024-06-19 15:01.54: Waiting for worker…
2024-06-19 15:05.35: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at cc48cba Merge pull request #50 from mirage/prepare-v1.3.0

(from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
Unable to find image 'ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f' locally
docker.io/ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f: Pulling from ocaml/opam
87d1f41a8fb9: Pulling fs layer
87d1f41a8fb9: Download complete
87d1f41a8fb9: Pull complete
Digest: sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Status: Downloaded newer image for ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
2024-06-19 15:08.06 ---> saved as "475f54aefad2f2dc70da95751d4f9e5faea57042851efc6122783ad4185f6de6"

/: (comment debian-10-4.14_opam-2.1)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 15:08.07 ---> saved as "cc2899cc08be5d27f21b207d2b5e0093d8e8bca1f06a7db4b31490afbdd11c25"

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-19 15:09.35 ---> saved as "74c2d2421e9ad373180d09742dcc14b44eb0499e5bcdf7f3cb3acdbf685fa6f0"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-06-19 15:09.35 ---> saved as "e16b0d9e75de6711e3c04d90f8d2b1a778fd84372412401c801e6ccb826ec033"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-06-19 15:09.35 ---> saved as "49708b2c07514a880edbf2e0dc67f99079713f9fd58ccd9630304b866a927f21"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:14.56 ---> saved as "2d376fa8d248df4565931f5d26684966dd42025e3be906f95d077c3f7ed79025"

/src: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst ./))
2024-06-19 15:14.57 ---> saved as "958735671d1264d9843b5ea4c0a371a07501c199f4574f12bd7d8de6b58b057d"

/src: (run (network host)
           (shell  "opam pin add -yn ezjsonm.dev './' && \
                  \nopam pin add -yn ezjsonm-lwt.dev './'"))
[ezjsonm.dev] synchronised (file:///src)
ezjsonm is now pinned to file:///src (version dev)
[ezjsonm-lwt.dev] synchronised (file:///src)
ezjsonm-lwt is now pinned to file:///src (version dev)
2024-06-19 15:15.10 ---> saved as "797f89b3816c31312b398ec6faeca2808ce31fb4a8ded4e4b49071232b68a087"

/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-npm.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 jsonm.1.0.2 lwt.5.7.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.1")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian buster InRelease
- Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Hit:3 http://deb.debian.org/debian buster-updates InRelease
- Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [604 kB]
- Fetched 639 kB in 1s (587 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ezjsonm.dev] synchronised (no changes)
[ezjsonm-lwt.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    npm

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "npm"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython2.7-minimal:amd64.
- (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 ... 17398 files and directories currently installed.)
- Preparing to unpack .../0-libpython2.7-minimal_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../1-python2.7-minimal_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking python2.7-minimal (2.7.16-2+deb10u4) ...
- Selecting previously unselected package python2-minimal.
- Preparing to unpack .../2-python2-minimal_2.7.16-1_amd64.deb ...
- Unpacking python2-minimal (2.7.16-1) ...
- Selecting previously unselected package python-minimal.
- Preparing to unpack .../3-python-minimal_2.7.16-1_amd64.deb ...
- Unpacking python-minimal (2.7.16-1) ...
- Selecting previously unselected package mime-support.
- Preparing to unpack .../4-mime-support_3.62_all.deb ...
- Unpacking mime-support (3.62) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../5-libpython2.7-stdlib_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../6-python2.7_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking python2.7 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package libpython2-stdlib:amd64.
- Preparing to unpack .../7-libpython2-stdlib_2.7.16-1_amd64.deb ...
- Unpacking libpython2-stdlib:amd64 (2.7.16-1) ...
- Selecting previously unselected package libpython-stdlib:amd64.
- Preparing to unpack .../8-libpython-stdlib_2.7.16-1_amd64.deb ...
- Unpacking libpython-stdlib:amd64 (2.7.16-1) ...
- Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u4) ...
- Setting up python2.7-minimal (2.7.16-2+deb10u4) ...
- Linking and byte-compiling packages for runtime python2.7...
- Setting up python2-minimal (2.7.16-1) ...
- Selecting previously unselected package python2.
- (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 ... 18183 files and directories currently installed.)
- Preparing to unpack .../python2_2.7.16-1_amd64.deb ...
- Unpacking python2 (2.7.16-1) ...
- Setting up python-minimal (2.7.16-1) ...
- Selecting previously unselected package python.
- (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 ... 18216 files and directories currently installed.)
- Preparing to unpack .../000-python_2.7.16-1_amd64.deb ...
- Unpacking python (2.7.16-1) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../001-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../002-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
- Selecting previously unselected package file.
- Preparing to unpack .../003-file_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking file (1:5.35-4+deb10u2) ...
- Selecting previously unselected package python-pkg-resources.
- Preparing to unpack .../004-python-pkg-resources_40.8.0-1_all.deb ...
- Unpacking python-pkg-resources (40.8.0-1) ...
- Selecting previously unselected package gyp.
- Preparing to unpack .../005-gyp_0.1+20180428git4d467626-3_all.deb ...
- Unpacking gyp (0.1+20180428git4d467626-3) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../006-javascript-common_11_all.deb ...
- Unpacking javascript-common (11) ...
- Selecting previously unselected package libbrotli1:amd64.
- Preparing to unpack .../007-libbrotli1_1.0.7-2+deb10u1_amd64.deb ...
- Unpacking libbrotli1:amd64 (1.0.7-2+deb10u1) ...
- Selecting previously unselected package libicu63:amd64.
- Preparing to unpack .../008-libicu63_63.1-6+deb10u3_amd64.deb ...
- Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
- Selecting previously unselected package libjs-inherits.
- Preparing to unpack .../009-libjs-inherits_2.0.3-1_all.deb ...
- Unpacking libjs-inherits (2.0.3-1) ...
- Selecting previously unselected package libjs-is-typedarray.
- Preparing to unpack .../010-libjs-is-typedarray_1.0.0-2_all.deb ...
- Unpacking libjs-is-typedarray (1.0.0-2) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../011-libssl-dev_1.1.1n-0+deb10u6_amd64.deb ...
- Unpacking libssl-dev:amd64 (1.1.1n-0+deb10u6) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../012-libuv1_1.24.1-1+deb10u2_amd64.deb ...
- Unpacking libuv1:amd64 (1.24.1-1+deb10u2) ...
- Selecting previously unselected package libuv1-dev:amd64.
- Preparing to unpack .../013-libuv1-dev_1.24.1-1+deb10u2_amd64.deb ...
- Unpacking libuv1-dev:amd64 (1.24.1-1+deb10u2) ...
- Selecting previously unselected package libc-ares2:amd64.
- Preparing to unpack .../014-libc-ares2_1.14.0-1+deb10u4_amd64.deb ...
- Unpacking libc-ares2:amd64 (1.14.0-1+deb10u4) ...
- Selecting previously unselected package libnode64:amd64.
- Preparing to unpack .../015-libnode64_10.24.0~dfsg-1~deb10u4_amd64.deb ...
- Unpacking libnode64:amd64 (10.24.0~dfsg-1~deb10u4) ...
- Selecting previously unselected package libnode-dev:amd64.
- Preparing to unpack .../016-libnode-dev_10.24.0~dfsg-1~deb10u4_amd64.deb ...
- Unpacking libnode-dev:amd64 (10.24.0~dfsg-1~deb10u4) ...
- Selecting previously unselected package nodejs.
- Preparing to unpack .../017-nodejs_10.24.0~dfsg-1~deb10u4_amd64.deb ...
- Unpacking nodejs (10.24.0~dfsg-1~deb10u4) ...
- Selecting previously unselected package node-abbrev.
- Preparing to unpack .../018-node-abbrev_1.1.1-1_all.deb ...
- Unpacking node-abbrev (1.1.1-1) ...
- Selecting previously unselected package node-jsonify.
- Preparing to unpack .../019-node-jsonify_0.0.0-1_all.deb ...
- Unpacking node-jsonify (0.0.0-1) ...
- Selecting previously unselected package node-json-stable-stringify.
- Preparing to unpack .../020-node-json-stable-stringify_1.0.1-1_all.deb ...
- Unpacking node-json-stable-stringify (1.0.1-1) ...
- Selecting previously unselected package node-co.
- Preparing to unpack .../021-node-co_4.6.0-1_all.deb ...
- Unpacking node-co (4.6.0-1) ...
- Selecting previously unselected package node-ajv.
- Preparing to unpack .../022-node-ajv_5.0.0-1_all.deb ...
- Unpacking node-ajv (5.0.0-1) ...
- Selecting previously unselected package node-ansi.
- Preparing to unpack .../023-node-ansi_0.3.0-3_all.deb ...
- Unpacking node-ansi (0.3.0-3) ...
- Selecting previously unselected package node-clone.
- Preparing to unpack .../024-node-clone_2.1.2-1_all.deb ...
- Unpacking node-clone (2.1.2-1) ...
- Selecting previously unselected package node-defaults.
- Preparing to unpack .../025-node-defaults_1.0.3-1_all.deb ...
- Unpacking node-defaults (1.0.3-1) ...
- Selecting previously unselected package node-wcwidth.js.
- Preparing to unpack .../026-node-wcwidth.js_1.0.0-1_all.deb ...
- Unpacking node-wcwidth.js (1.0.0-1) ...
- Selecting previously unselected package node-ansi-regex.
- Preparing to unpack .../027-node-ansi-regex_3.0.0-1+deb10u1_all.deb ...
- Unpacking node-ansi-regex (3.0.0-1+deb10u1) ...
- Selecting previously unselected package node-strip-ansi.
- Preparing to unpack .../028-node-strip-ansi_4.0.0-1_all.deb ...
- Unpacking node-strip-ansi (4.0.0-1) ...
- Selecting previously unselected package node-string-width.
- Preparing to unpack .../029-node-string-width_2.1.1-1_all.deb ...
- Unpacking node-string-width (2.1.1-1) ...
- Selecting previously unselected package node-ansi-align.
- Preparing to unpack .../030-node-ansi-align_2.0.0-1_all.deb ...
- Unpacking node-ansi-align (2.0.0-1) ...
- Selecting previously unselected package node-color-name.
- Preparing to unpack .../031-node-color-name_1.1.3-1_all.deb ...
- Unpacking node-color-name (1.1.3-1) ...
- Selecting previously unselected package node-color-convert.
- Preparing to unpack .../032-node-color-convert_1.9.0-3_all.deb ...
- Unpacking node-color-convert (1.9.0-3) ...
- Selecting previously unselected package node-ansi-styles.
- Preparing to unpack .../033-node-ansi-styles_3.2.1-1_all.deb ...
- Unpacking node-ansi-styles (3.2.1-1) ...
- Selecting previously unselected package node-ansistyles.
- Preparing to unpack .../034-node-ansistyles_0.1.3-1_all.deb ...
- Unpacking node-ansistyles (0.1.3-1) ...
- Selecting previously unselected package node-aproba.
- Preparing to unpack .../035-node-aproba_1.2.0-1_all.deb ...
- Unpacking node-aproba (1.2.0-1) ...
- Selecting previously unselected package node-archy.
- Preparing to unpack .../036-node-archy_1.0.0-2_all.deb ...
- Unpacking node-archy (1.0.0-2) ...
- Selecting previously unselected package node-delegates.
- Preparing to unpack .../037-node-delegates_1.0.0-1_all.deb ...
- Unpacking node-delegates (1.0.0-1) ...
- Selecting previously unselected package node-are-we-there-yet.
- Preparing to unpack .../038-node-are-we-there-yet_1.1.4-1_all.deb ...
- Unpacking node-are-we-there-yet (1.1.4-1) ...
- Selecting previously unselected package node-asn1.
- Preparing to unpack .../039-node-asn1_0.2.3-1_all.deb ...
- Unpacking node-asn1 (0.2.3-1) ...
- Selecting previously unselected package node-assert-plus.
- Preparing to unpack .../040-node-assert-plus_1.0.0-1_all.deb ...
- Unpacking node-assert-plus (1.0.0-1) ...
- Selecting previously unselected package node-asynckit.
- Preparing to unpack .../041-node-asynckit_0.4.0-2_all.deb ...
- Unpacking node-asynckit (0.4.0-2) ...
- Selecting previously unselected package node-aws-sign2.
- Preparing to unpack .../042-node-aws-sign2_0.7.1-1_all.deb ...
- Unpacking node-aws-sign2 (0.7.1-1) ...
- Selecting previously unselected package node-aws4.
- Preparing to unpack .../043-node-aws4_1.8.0-1_all.deb ...
- Unpacking node-aws4 (1.8.0-1) ...
- Selecting previously unselected package node-balanced-match.
- Preparing to unpack .../044-node-balanced-match_0.4.2-1_all.deb ...
- Unpacking node-balanced-match (0.4.2-1) ...
- Selecting previously unselected package node-tweetnacl.
- Preparing to unpack .../045-node-tweetnacl_0.14.5+dfsg-3_all.deb ...
- Unpacking node-tweetnacl (0.14.5+dfsg-3) ...
- Selecting previously unselected package node-bcrypt-pbkdf.
- Preparing to unpack .../046-node-bcrypt-pbkdf_1.0.1-1_all.deb ...
- Unpacking node-bcrypt-pbkdf (1.0.1-1) ...
- Selecting previously unselected package node-bluebird.
- Preparing to unpack .../047-node-bluebird_3.5.1+dfsg2-2_all.deb ...
- Unpacking node-bluebird (3.5.1+dfsg2-2) ...
- Selecting previously unselected package node-camelcase.
- Preparing to unpack .../048-node-camelcase_5.0.0-1_all.deb ...
- Unpacking node-camelcase (5.0.0-1) ...
- Selecting previously unselected package node-escape-string-regexp.
- Preparing to unpack .../049-node-escape-string-regexp_1.0.5-1_all.deb ...
- Unpacking node-escape-string-regexp (1.0.5-1) ...
- Selecting previously unselected package node-has-flag.
- Preparing to unpack .../050-node-has-flag_2.0.0-1_all.deb ...
- Unpacking node-has-flag (2.0.0-1) ...
- Selecting previously unselected package node-supports-color.
- Preparing to unpack .../051-node-supports-color_4.4.0-2_all.deb ...
- Unpacking node-supports-color (4.4.0-2) ...
- Selecting previously unselected package node-chalk.
- Preparing to unpack .../052-node-chalk_2.3.0-2_all.deb ...
- Unpacking node-chalk (2.3.0-2) ...
- Selecting previously unselected package node-cli-boxes.
- Preparing to unpack .../053-node-cli-boxes_1.0.0-1_all.deb ...
- Unpacking node-cli-boxes (1.0.0-1) ...
- Selecting previously unselected package node-yallist.
- Preparing to unpack .../054-node-yallist_3.0.3-1_all.deb ...
- Unpacking node-yallist (3.0.3-1) ...
- Selecting previously unselected package node-lru-cache.
- Preparing to unpack .../055-node-lru-cache_5.1.1-4_all.deb ...
- Unpacking node-lru-cache (5.1.1-4) ...
- Selecting previously unselected package node-isexe.
- Preparing to unpack .../056-node-isexe_2.0.0-4_all.deb ...
- Unpacking node-isexe (2.0.0-4) ...
- Selecting previously unselected package node-which.
- Preparing to unpack .../057-node-which_1.3.0-2_all.deb ...
- Unpacking node-which (1.3.0-2) ...
- Selecting previously unselected package node-shebang-regex.
- Preparing to unpack .../058-node-shebang-regex_2.0.0-1_all.deb ...
- Unpacking node-shebang-regex (2.0.0-1) ...
- Selecting previously unselected package node-shebang-command.
- Preparing to unpack .../059-node-shebang-command_1.2.0-1_all.deb ...
- Unpacking node-shebang-command (1.2.0-1) ...
- Selecting previously unselected package node-cross-spawn.
- Preparing to unpack .../060-node-cross-spawn_5.1.0-2_all.deb ...
- Unpacking node-cross-spawn (5.1.0-2) ...
- Selecting previously unselected package node-get-stream.
- Preparing to unpack .../061-node-get-stream_3.0.0-1_all.deb ...
- Unpacking node-get-stream (3.0.0-1) ...
- Selecting previously unselected package node-is-stream.
- Preparing to unpack .../062-node-is-stream_1.1.0-1_all.deb ...
- Unpacking node-is-stream (1.1.0-1) ...
- Selecting previously unselected package node-npm-run-path.
- Preparing to unpack .../063-node-npm-run-path_2.0.2-2_all.deb ...
- Unpacking node-npm-run-path (2.0.2-2) ...
- Selecting previously unselected package node-p-finally.
- Preparing to unpack .../064-node-p-finally_1.0.0-2_all.deb ...
- Unpacking node-p-finally (1.0.0-2) ...
- Selecting previously unselected package node-signal-exit.
- Preparing to unpack .../065-node-signal-exit_3.0.2-1_all.deb ...
- Unpacking node-signal-exit (3.0.2-1) ...
- Selecting previously unselected package node-strip-eof.
- Preparing to unpack .../066-node-strip-eof_1.0.0-2_all.deb ...
- Unpacking node-strip-eof (1.0.0-2) ...
- Selecting previously unselected package node-execa.
- Preparing to unpack .../067-node-execa_0.10.0+dfsg-1_all.deb ...
- Unpacking node-execa (0.10.0+dfsg-1) ...
- Selecting previously unselected package node-term-size.
- Preparing to unpack .../068-node-term-size_1.2.0+dfsg-2_all.deb ...
- Unpacking node-term-size (1.2.0+dfsg-2) ...
- Selecting previously unselected package node-widest-line.
- Preparing to unpack .../069-node-widest-line_1.2.2-1_all.deb ...
- Unpacking node-widest-line (1.2.2-1) ...
- Selecting previously unselected package node-boxen.
- Preparing to unpack .../070-node-boxen_1.2.2-1_all.deb ...
- Unpacking node-boxen (1.2.2-1) ...
- Selecting previously unselected package node-concat-map.
- Preparing to unpack .../071-node-concat-map_0.0.1-1_all.deb ...
- Unpacking node-concat-map (0.0.1-1) ...
- Selecting previously unselected package node-brace-expansion.
- Preparing to unpack .../072-node-brace-expansion_1.1.8-1_all.deb ...
- Unpacking node-brace-expansion (1.1.8-1) ...
- Selecting previously unselected package node-builtin-modules.
- Preparing to unpack .../073-node-builtin-modules_3.0.0-1_all.deb ...
- Unpacking node-builtin-modules (3.0.0-1) ...
- Selecting previously unselected package node-builtins.
- Preparing to unpack .../074-node-builtins_1.0.3-1_all.deb ...
- Unpacking node-builtins (1.0.3-1) ...
- Selecting previously unselected package node-chownr.
- Preparing to unpack .../075-node-chownr_1.1.1-1_all.deb ...
- Unpacking node-chownr (1.1.1-1) ...
- Selecting previously unselected package node-minimatch.
- Preparing to unpack .../076-node-minimatch_3.0.4-3+deb10u1_all.deb ...
- Unpacking node-minimatch (3.0.4-3+deb10u1) ...
- Selecting previously unselected package node-inherits.
- Preparing to unpack .../077-node-inherits_2.0.3-1_all.deb ...
- Unpacking node-inherits (2.0.3-1) ...
- Selecting previously unselected package node-wrappy.
- Preparing to unpack .../078-node-wrappy_1.0.2-1_all.deb ...
- Unpacking node-wrappy (1.0.2-1) ...
- Selecting previously unselected package node-once.
- Preparing to unpack .../079-node-once_1.4.0-3_all.deb ...
- Unpacking node-once (1.4.0-3) ...
- Selecting previously unselected package node-fs.realpath.
- Preparing to unpack .../080-node-fs.realpath_1.0.0-1_all.deb ...
- Unpacking node-fs.realpath (1.0.0-1) ...
- Selecting previously unselected package node-inflight.
- Preparing to unpack .../081-node-inflight_1.0.6-1_all.deb ...
- Unpacking node-inflight (1.0.6-1) ...
- Selecting previously unselected package node-path-is-absolute.
- Preparing to unpack .../082-node-path-is-absolute_1.0.0-1_all.deb ...
- Unpacking node-path-is-absolute (1.0.0-1) ...
- Selecting previously unselected package node-glob.
- Preparing to unpack .../083-node-glob_7.1.3-2_all.deb ...
- Unpacking node-glob (7.1.3-2) ...
- Selecting previously unselected package node-graceful-fs.
- Preparing to unpack .../084-node-graceful-fs_4.1.11-1_all.deb ...
- Unpacking node-graceful-fs (4.1.11-1) ...
- Selecting previously unselected package node-typedarray.
- Preparing to unpack .../085-node-typedarray_0.0.6-1_all.deb ...
- Unpacking node-typedarray (0.0.6-1) ...
- Selecting previously unselected package node-concat-stream.
- Preparing to unpack .../086-node-concat-stream_1.6.2-1_all.deb ...
- Unpacking node-concat-stream (1.6.2-1) ...
- Selecting previously unselected package node-end-of-stream.
- Preparing to unpack .../087-node-end-of-stream_1.4.1-1+deb10u1_all.deb ...
- Unpacking node-end-of-stream (1.4.1-1+deb10u1) ...
- Selecting previously unselected package node-core-util-is.
- Preparing to unpack .../088-node-core-util-is_1.0.2-1_all.deb ...
- Unpacking node-core-util-is (1.0.2-1) ...
- Selecting previously unselected package node-safe-buffer.
- Preparing to unpack .../089-node-safe-buffer_5.1.2-1_all.deb ...
- Unpacking node-safe-buffer (5.1.2-1) ...
- Selecting previously unselected package node-string-decoder.
- Preparing to unpack .../090-node-string-decoder_1.2.0-1_all.deb ...
- Unpacking node-string-decoder (1.2.0-1) ...
- Selecting previously unselected package node-process-nextick-args.
- Preparing to unpack .../091-node-process-nextick-args_2.0.0-1_all.deb ...
- Unpacking node-process-nextick-args (2.0.0-1) ...
- Selecting previously unselected package node-util-deprecate.
- Preparing to unpack .../092-node-util-deprecate_1.0.2-1_all.deb ...
- Unpacking node-util-deprecate (1.0.2-1) ...
- Selecting previously unselected package node-isarray.
- Preparing to unpack .../093-node-isarray_2.0.4-1_all.deb ...
- Unpacking node-isarray (2.0.4-1) ...
- Selecting previously unselected package node-readable-stream.
- Preparing to unpack .../094-node-readable-stream_2.3.6-1_all.deb ...
- Unpacking node-readable-stream (2.3.6-1) ...
- Selecting previously unselected package node-stream-shift.
- Preparing to unpack .../095-node-stream-shift_1.0.0-1_all.deb ...
- Unpacking node-stream-shift (1.0.0-1) ...
- Selecting previously unselected package node-duplexify.
- Preparing to unpack .../096-node-duplexify_3.6.1-1_all.deb ...
- Unpacking node-duplexify (3.6.1-1) ...
- Selecting previously unselected package node-flush-write-stream.
- Preparing to unpack .../097-node-flush-write-stream_1.0.3-1_all.deb ...
- Unpacking node-flush-write-stream (1.0.3-1) ...
- Selecting previously unselected package node-from2.
- Preparing to unpack .../098-node-from2_2.3.0-1_all.deb ...
- Unpacking node-from2 (2.3.0-1) ...
- Selecting previously unselected package node-cyclist.
- Preparing to unpack .../099-node-cyclist_1.0.1-2_all.deb ...
- Unpacking node-cyclist (1.0.1-2) ...
- Selecting previously unselected package node-parallel-transform.
- Preparing to unpack .../100-node-parallel-transform_1.1.0-2_all.deb ...
- Unpacking node-parallel-transform (1.1.0-2) ...
- Selecting previously unselected package node-pump.
- Preparing to unpack .../101-node-pump_3.0.0-1_all.deb ...
- Unpacking node-pump (3.0.0-1) ...
- Selecting previously unselected package node-pumpify.
- Preparing to unpack .../102-node-pumpify_1.5.1-1_all.deb ...
- Unpacking node-pumpify (1.5.1-1) ...
- Selecting previously unselected package node-stream-each.
- Preparing to unpack .../103-node-stream-each_1.2.2-2_all.deb ...
- Unpacking node-stream-each (1.2.2-2) ...
- Selecting previously unselected package node-xtend.
- Preparing to unpack .../104-node-xtend_4.0.1-2_all.deb ...
- Unpacking node-xtend (4.0.1-2) ...
- Selecting previously unselected package node-through2.
- Preparing to unpack .../105-node-through2_2.0.5-2_all.deb ...
- Unpacking node-through2 (2.0.5-2) ...
- Selecting previously unselected package node-mississippi.
- Preparing to unpack .../106-node-mississippi_3.0.0-1_all.deb ...
- Unpacking node-mississippi (3.0.0-1) ...
- Selecting previously unselected package node-mkdirp.
- Preparing to unpack .../107-node-mkdirp_0.5.1-1_all.deb ...
- Unpacking node-mkdirp (0.5.1-1) ...
- Selecting previously unselected package node-run-queue.
- Preparing to unpack .../108-node-run-queue_1.0.3-1_all.deb ...
- Unpacking node-run-queue (1.0.3-1) ...
- Selecting previously unselected package node-rimraf.
- Preparing to unpack .../109-node-rimraf_2.6.2-1_all.deb ...
- Unpacking node-rimraf (2.6.2-1) ...
- Selecting previously unselected package node-imurmurhash.
- Preparing to unpack .../110-node-imurmurhash_0.1.4-1_all.deb ...
- Unpacking node-imurmurhash (0.1.4-1) ...
- Selecting previously unselected package node-iferr.
- Preparing to unpack .../111-node-iferr_1.0.2-1_all.deb ...
- Unpacking node-iferr (1.0.2-1) ...
- Selecting previously unselected package node-fs-write-stream-atomic.
- Preparing to unpack .../112-node-fs-write-stream-atomic_1.0.10-4_all.deb ...
- Unpacking node-fs-write-stream-atomic (1.0.10-4) ...
- Selecting previously unselected package node-copy-concurrently.
- Preparing to unpack .../113-node-copy-concurrently_1.0.5-4_all.deb ...
- Unpacking node-copy-concurrently (1.0.5-4) ...
- Selecting previously unselected package node-move-concurrently.
- Preparing to unpack .../114-node-move-concurrently_1.0.1-2_all.deb ...
- Unpacking node-move-concurrently (1.0.1-2) ...
- Selecting previously unselected package node-promise-inflight.
- Preparing to unpack .../115-node-promise-inflight_1.0.1-1_all.deb ...
- Unpacking node-promise-inflight (1.0.1-1) ...
- Selecting previously unselected package node-ssri.
- Preparing to unpack .../116-node-ssri_5.2.4-2_all.deb ...
- Unpacking node-ssri (5.2.4-2) ...
- Selecting previously unselected package node-unique-filename.
- Preparing to unpack .../117-node-unique-filename_1.1.0+ds-2_all.deb ...
- Unpacking node-unique-filename (1.1.0+ds-2) ...
- Selecting previously unselected package node-y18n.
- Preparing to unpack .../118-node-y18n_3.2.1-2+deb10u1_all.deb ...
- Unpacking node-y18n (3.2.1-2+deb10u1) ...
- Selecting previously unselected package node-cacache.
- Preparing to unpack .../119-node-cacache_11.3.2-2_all.deb ...
- Unpacking node-cacache (11.3.2-2) ...
- Selecting previously unselected package node-call-limit.
- Preparing to unpack .../120-node-call-limit_1.1.0-1_all.deb ...
- Unpacking node-call-limit (1.1.0-1) ...
- Selecting previously unselected package node-caseless.
- Preparing to unpack .../121-node-caseless_0.12.0-1_all.deb ...
- Unpacking node-caseless (0.12.0-1) ...
- Selecting previously unselected package node-wrap-ansi.
- Preparing to unpack .../122-node-wrap-ansi_4.0.0-1_all.deb ...
- Unpacking node-wrap-ansi (4.0.0-1) ...
- Selecting previously unselected package node-cliui.
- Preparing to unpack .../123-node-cliui_4.1.0-1_all.deb ...
- Unpacking node-cliui (4.1.0-1) ...
- Selecting previously unselected package node-delayed-stream.
- Preparing to unpack .../124-node-delayed-stream_0.0.5-1_all.deb ...
- Unpacking node-delayed-stream (0.0.5-1) ...
- Selecting previously unselected package node-combined-stream.
- Preparing to unpack .../125-node-combined-stream_1.0.7-1_all.deb ...
- Unpacking node-combined-stream (1.0.7-1) ...
- Selecting previously unselected package node-proto-list.
- Preparing to unpack .../126-node-proto-list_1.2.4-1_all.deb ...
- Unpacking node-proto-list (1.2.4-1) ...
- Selecting previously unselected package node-ini.
- Preparing to unpack .../127-node-ini_1.3.5-1+deb10u1_all.deb ...
- Unpacking node-ini (1.3.5-1+deb10u1) ...
- Selecting previously unselected package node-config-chain.
- Preparing to unpack .../128-node-config-chain_1.1.11-1_all.deb ...
- Unpacking node-config-chain (1.1.11-1) ...
- Selecting previously unselected package node-console-control-strings.
- Preparing to unpack .../129-node-console-control-strings_1.1.0-1_all.deb ...
- Unpacking node-console-control-strings (1.1.0-1) ...
- Selecting previously unselected package node-dashdash.
- Preparing to unpack .../130-node-dashdash_1.14.1-2_all.deb ...
- Unpacking node-dashdash (1.14.1-2) ...
- Selecting previously unselected package node-decamelize.
- Preparing to unpack .../131-node-decamelize_1.2.0-1_all.deb ...
- Unpacking node-decamelize (1.2.0-1) ...
- Selecting previously unselected package node-mimic-response.
- Preparing to unpack .../132-node-mimic-response_1.0.0-1_all.deb ...
- Unpacking node-mimic-response (1.0.0-1) ...
- Selecting previously unselected package node-decompress-response.
- Preparing to unpack .../133-node-decompress-response_3.3.0-1_all.deb ...
- Unpacking node-decompress-response (3.3.0-1) ...
- Selecting previously unselected package node-deep-extend.
- Preparing to unpack .../134-node-deep-extend_0.4.1-2_all.deb ...
- Unpacking node-deep-extend (0.4.1-2) ...
- Selecting previously unselected package node-detect-indent.
- Preparing to unpack .../135-node-detect-indent_5.0.0-1_all.deb ...
- Unpacking node-detect-indent (5.0.0-1) ...
- Selecting previously unselected package node-detect-newline.
- Preparing to unpack .../136-node-detect-newline_2.1.0-1_all.deb ...
- Unpacking node-detect-newline (2.1.0-1) ...
- Selecting previously unselected package node-duplexer3.
- Preparing to unpack .../137-node-duplexer3_0.1.4-4_all.deb ...
- Unpacking node-duplexer3 (0.1.4-4) ...
- Selecting previously unselected package node-jsbn.
- Preparing to unpack .../138-node-jsbn_1.1.0-1_all.deb ...
- Unpacking node-jsbn (1.1.0-1) ...
- Selecting previously unselected package node-ecc-jsbn.
- Preparing to unpack .../139-node-ecc-jsbn_0.1.1-1_all.deb ...
- Unpacking node-ecc-jsbn (0.1.1-1) ...
- Selecting previously unselected package node-editor.
- Preparing to unpack .../140-node-editor_1.0.0-1_all.deb ...
- Unpacking node-editor (1.0.0-1) ...
- Selecting previously unselected package node-iconv-lite.
- Preparing to unpack .../141-node-iconv-lite_0.4.13-2_all.deb ...
- Unpacking node-iconv-lite (0.4.13-2) ...
- Selecting previously unselected package node-encoding.
- Preparing to unpack .../142-node-encoding_0.1.12-2_all.deb ...
- Unpacking node-encoding (0.1.12-2) ...
- Selecting previously unselected package node-prr.
- Preparing to unpack .../143-node-prr_1.0.1-1_all.deb ...
- Unpacking node-prr (1.0.1-1) ...
- Selecting previously unselected package node-errno.
- Preparing to unpack .../144-node-errno_0.1.4-1_all.deb ...
- Unpacking node-errno (0.1.4-1) ...
- Selecting previously unselected package node-extend.
- Preparing to unpack .../145-node-extend_3.0.2-1_all.deb ...
- Unpacking node-extend (3.0.2-1) ...
- Selecting previously unselected package node-extsprintf.
- Preparing to unpack .../146-node-extsprintf_1.3.0-1_all.deb ...
- Unpacking node-extsprintf (1.3.0-1) ...
- Selecting previously unselected package node-p-limit.
- Preparing to unpack .../147-node-p-limit_1.1.0-1_all.deb ...
- Unpacking node-p-limit (1.1.0-1) ...
- Selecting previously unselected package node-p-locate.
- Preparing to unpack .../148-node-p-locate_2.0.0-1_all.deb ...
- Unpacking node-p-locate (2.0.0-1) ...
- Selecting previously unselected package node-path-exists.
- Preparing to unpack .../149-node-path-exists_3.0.0-1_all.deb ...
- Unpacking node-path-exists (3.0.0-1) ...
- Selecting previously unselected package node-locate-path.
- Preparing to unpack .../150-node-locate-path_2.0.0-1_all.deb ...
- Unpacking node-locate-path (2.0.0-1) ...
- Selecting previously unselected package node-find-up.
- Preparing to unpack .../151-node-find-up_2.1.0-1_all.deb ...
- Unpacking node-find-up (2.1.0-1) ...
- Selecting previously unselected package node-forever-agent.
- Preparing to unpack .../152-node-forever-agent_0.6.1-1_all.deb ...
- Unpacking node-forever-agent (0.6.1-1) ...
- Selecting previously unselected package node-mime-types.
- Preparing to unpack .../153-node-mime-types_2.1.21-1_all.deb ...
- Unpacking node-mime-types (2.1.21-1) ...
- Selecting previously unselected package node-form-data.
- Preparing to unpack .../154-node-form-data_2.3.2-2_all.deb ...
- Unpacking node-form-data (2.3.2-2) ...
- Selecting previously unselected package node-path-is-inside.
- Preparing to unpack .../155-node-path-is-inside_1.0.2-1_all.deb ...
- Unpacking node-path-is-inside (1.0.2-1) ...
- Selecting previously unselected package node-fs-vacuum.
- Preparing to unpack .../156-node-fs-vacuum_1.2.10-2_all.deb ...
- Unpacking node-fs-vacuum (1.2.10-2) ...
- Selecting previously unselected package node-object-assign.
- Preparing to unpack .../157-node-object-assign_4.1.1-2_all.deb ...
- Unpacking node-object-assign (4.1.1-2) ...
- Selecting previously unselected package node-has-unicode.
- Preparing to unpack .../158-node-has-unicode_2.0.1-2_all.deb ...
- Unpacking node-has-unicode (2.0.1-2) ...
- Selecting previously unselected package node-wide-align.
- Preparing to unpack .../159-node-wide-align_1.1.0-1_all.deb ...
- Unpacking node-wide-align (1.1.0-1) ...
- Selecting previously unselected package node-gauge.
- Preparing to unpack .../160-node-gauge_2.7.4-1_all.deb ...
- Unpacking node-gauge (2.7.4-1) ...
- Selecting previously unselected package node-get-caller-file.
- Preparing to unpack .../161-node-get-caller-file_1.0.2-1_all.deb ...
- Unpacking node-get-caller-file (1.0.2-1) ...
- Selecting previously unselected package node-getpass.
- Preparing to unpack .../162-node-getpass_0.1.7-1_all.deb ...
- Unpacking node-getpass (0.1.7-1) ...
- Selecting previously unselected package node-is-retry-allowed.
- Preparing to unpack .../163-node-is-retry-allowed_1.1.0-1_all.deb ...
- Unpacking node-is-retry-allowed (1.1.0-1) ...
- Selecting previously unselected package node-p-cancelable.
- Preparing to unpack .../164-node-p-cancelable_0.3.0-1_all.deb ...
- Unpacking node-p-cancelable (0.3.0-1) ...
- Selecting previously unselected package node-p-timeout.
- Preparing to unpack .../165-node-p-timeout_1.2.0-1_all.deb ...
- Unpacking node-p-timeout (1.2.0-1) ...
- Selecting previously unselected package node-is-plain-obj.
- Preparing to unpack .../166-node-is-plain-obj_1.1.0-1_all.deb ...
- Unpacking node-is-plain-obj (1.1.0-1) ...
- Selecting previously unselected package node-url-to-options.
- Preparing to unpack .../167-node-url-to-options_1.0.1-1_all.deb ...
- Unpacking node-url-to-options (1.0.1-1) ...
- Selecting previously unselected package node-timed-out.
- Preparing to unpack .../168-node-timed-out_4.0.1-4_all.deb ...
- Unpacking node-timed-out (4.0.1-4) ...
- Selecting previously unselected package node-lowercase-keys.
- Preparing to unpack .../169-node-lowercase-keys_1.0.0-2_all.deb ...
- Unpacking node-lowercase-keys (1.0.0-2) ...
- Selecting previously unselected package node-is-object.
- Preparing to unpack .../170-node-is-object_1.0.1-1_all.deb ...
- Unpacking node-is-object (1.0.1-1) ...
- Selecting previously unselected package node-has-symbol-support-x.
- Preparing to unpack .../171-node-has-symbol-support-x_1.4.1+dfsg-1_all.deb ...
- Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ...
- Selecting previously unselected package node-has-to-string-tag-x.
- Preparing to unpack .../172-node-has-to-string-tag-x_1.4.1+dfsg-1_all.deb ...
- Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ...
- Selecting previously unselected package node-isurl.
- Preparing to unpack .../173-node-isurl_1.0.0-1_all.deb ...
- Unpacking node-isurl (1.0.0-1) ...
- Selecting previously unselected package node-prepend-http.
- Preparing to unpack .../174-node-prepend-http_2.0.0-1_all.deb ...
- Unpacking node-prepend-http (2.0.0-1) ...
- Selecting previously unselected package node-url-parse-lax.
- Preparing to unpack .../175-node-url-parse-lax_1.0.0-1_all.deb ...
- Unpacking node-url-parse-lax (1.0.0-1) ...
- Selecting previously unselected package node-got.
- Preparing to unpack .../176-node-got_7.1.0-1_all.deb ...
- Unpacking node-got (7.1.0-1) ...
- Selecting previously unselected package node-nopt.
- Preparing to unpack .../177-node-nopt_3.0.6-3_all.deb ...
- Unpacking node-nopt (3.0.6-3) ...
- Selecting previously unselected package node-set-blocking.
- Preparing to unpack .../178-node-set-blocking_2.0.0-1_all.deb ...
- Unpacking node-set-blocking (2.0.0-1) ...
- Selecting previously unselected package node-npmlog.
- Preparing to unpack .../179-node-npmlog_4.1.2-1_all.deb ...
- Unpacking node-npmlog (4.1.2-1) ...
- Selecting previously unselected package node-osenv.
- Preparing to unpack .../180-node-osenv_0.1.5-1_all.deb ...
- Unpacking node-osenv (0.1.5-1) ...
- Selecting previously unselected package node-har-schema.
- Preparing to unpack .../181-node-har-schema_2.0.0-1_all.deb ...
- Unpacking node-har-schema (2.0.0-1) ...
- Selecting previously unselected package node-har-validator.
- Preparing to unpack .../182-node-har-validator_5.1.0-1_all.deb ...
- Unpacking node-har-validator (5.1.0-1) ...
- Selecting previously unselected package node-json-schema.
- Preparing to unpack .../183-node-json-schema_0.2.3-1+deb10u1_all.deb ...
- Unpacking node-json-schema (0.2.3-1+deb10u1) ...
- Selecting previously unselected package node-verror.
- Preparing to unpack .../184-node-verror_1.10.0-1_all.deb ...
- Unpacking node-verror (1.10.0-1) ...
- Selecting previously unselected package node-jsprim.
- Preparing to unpack .../185-node-jsprim_1.4.0-1_all.deb ...
- Unpacking node-jsprim (1.4.0-1) ...
- Selecting previously unselected package node-sshpk.
- Preparing to unpack .../186-node-sshpk_1.13.1+dfsg-2_all.deb ...
- Unpacking node-sshpk (1.13.1+dfsg-2) ...
- Selecting previously unselected package node-http-signature.
- Preparing to unpack .../187-node-http-signature_1.2.0-1_all.deb ...
- Unpacking node-http-signature (1.2.0-1) ...
- Selecting previously unselected package node-is-typedarray.
- Preparing to unpack .../188-node-is-typedarray_1.0.0-2_all.deb ...
- Unpacking node-is-typedarray (1.0.0-2) ...
- Selecting previously unselected package node-isstream.
- Preparing to unpack .../189-node-isstream_0.1.2+dfsg-1_all.deb ...
- Unpacking node-isstream (0.1.2+dfsg-1) ...
- Selecting previously unselected package node-json-stringify-safe.
- Preparing to unpack .../190-node-json-stringify-safe_5.0.1-1_all.deb ...
- Unpacking node-json-stringify-safe (5.0.1-1) ...
- Selecting previously unselected package node-oauth-sign.
- Preparing to unpack .../191-node-oauth-sign_0.9.0-1_all.deb ...
- Unpacking node-oauth-sign (0.9.0-1) ...
- Selecting previously unselected package node-performance-now.
- Preparing to unpack .../192-node-performance-now_2.1.0+debian-1_all.deb ...
- Unpacking node-performance-now (2.1.0+debian-1) ...
- Selecting previously unselected package node-qs.
- Preparing to unpack .../193-node-qs_6.5.2-1+deb10u1_all.deb ...
- Unpacking node-qs (6.5.2-1+deb10u1) ...
- Selecting previously unselected package node-punycode.
- Preparing to unpack .../194-node-punycode_2.1.1-2_all.deb ...
- Unpacking node-punycode (2.1.1-2) ...
- Selecting previously unselected package node-tough-cookie.
- Preparing to unpack .../195-node-tough-cookie_2.3.4+dfsg-1+deb10u1_all.deb ...
- Unpacking node-tough-cookie (2.3.4+dfsg-1+deb10u1) ...
- Selecting previously unselected package node-tunnel-agent.
- Preparing to unpack .../196-node-tunnel-agent_0.6.1-1_all.deb ...
- Unpacking node-tunnel-agent (0.6.1-1) ...
- Selecting previously unselected package node-uuid.
- Preparing to unpack .../197-node-uuid_3.3.2-2_all.deb ...
- Unpacking node-uuid (3.3.2-2) ...
- Selecting previously unselected package node-node-uuid.
- Preparing to unpack .../198-node-node-uuid_3.3.2-2_all.deb ...
- Unpacking node-node-uuid (3.3.2-2) ...
- Selecting previously unselected package node-request.
- Preparing to unpack .../199-node-request_2.88.1-2_all.deb ...
- Unpacking node-request (2.88.1-2) ...
- Selecting previously unselected package node-semver.
- Preparing to unpack .../200-node-semver_5.5.1-1_all.deb ...
- Unpacking node-semver (5.5.1-1) ...
- Selecting previously unselected package node-tar.
- Preparing to unpack .../201-node-tar_4.4.6+ds1-3+deb10u2_all.deb ...
- Unpacking node-tar (4.4.6+ds1-3+deb10u2) ...
- Selecting previously unselected package node-gyp.
- Preparing to unpack .../202-node-gyp_3.8.0-6_all.deb ...
- Unpacking node-gyp (3.8.0-6) ...
- Selecting previously unselected package node-hosted-git-info.
- Preparing to unpack .../203-node-hosted-git-info_2.7.1-1+deb10u1_all.deb ...
- Unpacking node-hosted-git-info (2.7.1-1+deb10u1) ...
- Selecting previously unselected package node-import-lazy.
- Preparing to unpack .../204-node-import-lazy_3.0.0.REALLY.2.1.0-1_all.deb ...
- Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ...
- Selecting previously unselected package node-invert-kv.
- Preparing to unpack .../205-node-invert-kv_1.0.0-1_all.deb ...
- Unpacking node-invert-kv (1.0.0-1) ...
- Selecting previously unselected package node-is-builtin-module.
- Preparing to unpack .../206-node-is-builtin-module_2.0.0-1_all.deb ...
- Unpacking node-is-builtin-module (2.0.0-1) ...
- Selecting previously unselected package node-is-npm.
- Preparing to unpack .../207-node-is-npm_1.0.0-1_all.deb ...
- Unpacking node-is-npm (1.0.0-1) ...
- Selecting previously unselected package node-json-parse-better-errors.
- Preparing to unpack .../208-node-json-parse-better-errors_1.0.2-2_all.deb ...
- Unpacking node-json-parse-better-errors (1.0.2-2) ...
- Selecting previously unselected package node-jsonparse.
- Preparing to unpack .../209-node-jsonparse_1.3.1-6_all.deb ...
- Unpacking node-jsonparse (1.3.1-6) ...
- Selecting previously unselected package node-through.
- Preparing to unpack .../210-node-through_2.3.8-1_all.deb ...
- Unpacking node-through (2.3.8-1) ...
- Selecting previously unselected package node-jsonstream.
- Preparing to unpack .../211-node-jsonstream_1.3.2-1_all.deb ...
- Unpacking node-jsonstream (1.3.2-1) ...
- Selecting previously unselected package node-minimist.
- Preparing to unpack .../212-node-minimist_1.2.0-1+deb10u2_all.deb ...
- Unpacking node-minimist (1.2.0-1+deb10u2) ...
- Selecting previously unselected package node-strip-json-comments.
- Preparing to unpack .../213-node-strip-json-comments_2.0.1-2_all.deb ...
- Unpacking node-strip-json-comments (2.0.1-2) ...
- Selecting previously unselected package node-rc.
- Preparing to unpack .../214-node-rc_1.1.6-2_all.deb ...
- Unpacking node-rc (1.1.6-2) ...
- Selecting previously unselected package node-registry-url.
- Preparing to unpack .../215-node-registry-url_3.1.0-1_all.deb ...
- Unpacking node-registry-url (3.1.0-1) ...
- Selecting previously unselected package node-registry-auth-token.
- Preparing to unpack .../216-node-registry-auth-token_3.3.1-1_all.deb ...
- Unpacking node-registry-auth-token (3.3.1-1) ...
- Selecting previously unselected package node-package-json.
- Preparing to unpack .../217-node-package-json_4.0.1-1_all.deb ...
- Unpacking node-package-json (4.0.1-1) ...
- Selecting previously unselected package node-latest-version.
- Preparing to unpack .../218-node-latest-version_3.1.0-1_all.deb ...
- Unpacking node-latest-version (3.1.0-1) ...
- Selecting previously unselected package node-lazy-property.
- Preparing to unpack .../219-node-lazy-property_1.0.0-3_all.deb ...
- Unpacking node-lazy-property (1.0.0-3) ...
- Selecting previously unselected package node-lcid.
- Preparing to unpack .../220-node-lcid_1.0.0-1_all.deb ...
- Unpacking node-lcid (1.0.0-1) ...
- Selecting previously unselected package node-validate-npm-package-name.
- Preparing to unpack .../221-node-validate-npm-package-name_3.0.0-1_all.deb ...
- Unpacking node-validate-npm-package-name (3.0.0-1) ...
- Selecting previously unselected package node-npm-package-arg.
- Preparing to unpack .../222-node-npm-package-arg_6.0.0-2_all.deb ...
- Unpacking node-npm-package-arg (6.0.0-2) ...
- Selecting previously unselected package node-require-directory.
- Preparing to unpack .../223-node-require-directory_2.1.1-1_all.deb ...
- Unpacking node-require-directory (2.1.1-1) ...
- Selecting previously unselected package node-require-main-filename.
- Preparing to unpack .../224-node-require-main-filename_1.0.1-1_all.deb ...
- Unpacking node-require-main-filename (1.0.1-1) ...
- Selecting previously unselected package node-which-module.
- Preparing to unpack .../225-node-which-module_2.0.0-1_all.deb ...
- Unpacking node-which-module (2.0.0-1) ...
- Selecting previously unselected package node-mimic-fn.
- Preparing to unpack .../226-node-mimic-fn_1.1.0-1_all.deb ...
- Unpacking node-mimic-fn (1.1.0-1) ...
- Selecting previously unselected package node-mem.
- Preparing to unpack .../227-node-mem_1.1.0-1_all.deb ...
- Unpacking node-mem (1.1.0-1) ...
- Selecting previously unselected package node-os-locale.
- Preparing to unpack .../228-node-os-locale_2.0.0-1_all.deb ...
- Unpacking node-os-locale (2.0.0-1) ...
- Selecting previously unselected package node-yargs-parser.
- Preparing to unpack .../229-node-yargs-parser_11.1.1-1+deb10u1_all.deb ...
- Unpacking node-yargs-parser (11.1.1-1+deb10u1) ...
- Selecting previously unselected package node-yargs.
- Preparing to unpack .../230-node-yargs_10.0.3-2_all.deb ...
- Unpacking node-yargs (10.0.3-2) ...
- Selecting previously unselected package node-libnpx.
- Preparing to unpack .../231-node-libnpx_10.2.0+repack-1_all.deb ...
- Unpacking node-libnpx (10.2.0+repack-1) ...
- Selecting previously unselected package node-lockfile.
- Preparing to unpack .../232-node-lockfile_1.0.4-1_all.deb ...
- Unpacking node-lockfile (1.0.4-1) ...
- Selecting previously unselected package node-mute-stream.
- Preparing to unpack .../233-node-mute-stream_0.0.8-1_all.deb ...
- Unpacking node-mute-stream (0.0.8-1) ...
- Selecting previously unselected package node-spdx-license-ids.
- Preparing to unpack .../234-node-spdx-license-ids_1.2.2-1_all.deb ...
- Unpacking node-spdx-license-ids (1.2.2-1) ...
- Selecting previously unselected package node-spdx-correct.
- Preparing to unpack .../235-node-spdx-correct_1.0.2-1_all.deb ...
- Unpacking node-spdx-correct (1.0.2-1) ...
- Selecting previously unselected package node-spdx-expression-parse.
- Preparing to unpack .../236-node-spdx-expression-parse_1.0.4-1_all.deb ...
- Unpacking node-spdx-expression-parse (1.0.4-1) ...
- Selecting previously unselected package node-validate-npm-package-license.
- Preparing to unpack .../237-node-validate-npm-package-license_3.0.1-1_all.deb ...
- Unpacking node-validate-npm-package-license (3.0.1-1) ...
- Selecting previously unselected package node-normalize-package-data.
- Preparing to unpack .../238-node-normalize-package-data_2.4.0-1_all.deb ...
- Unpacking node-normalize-package-data (2.4.0-1) ...
- Selecting previously unselected package node-opener.
- Preparing to unpack .../239-node-opener_1.4.3-1_all.deb ...
- Unpacking node-opener (1.4.3-1) ...
- Selecting previously unselected package node-read.
- Preparing to unpack .../240-node-read_1.0.7-1_all.deb ...
- Unpacking node-read (1.0.7-1) ...
- Selecting previously unselected package node-promzard.
- Preparing to unpack .../241-node-promzard_0.3.0-1_all.deb ...
- Unpacking node-promzard (0.3.0-1) ...
- Selecting previously unselected package node-qw.
- Preparing to unpack .../242-node-qw_1.0.1-1_all.deb ...
- Unpacking node-qw (1.0.1-1) ...
- Selecting previously unselected package node-slash.
- Preparing to unpack .../243-node-slash_1.0.0-1_all.deb ...
- Unpacking node-slash (1.0.0-1) ...
- Selecting previously unselected package node-read-package-json.
- Preparing to unpack .../244-node-read-package-json_2.0.13-1_all.deb ...
- Unpacking node-read-package-json (2.0.13-1) ...
- Selecting previously unselected package node-resolve-from.
- Preparing to unpack .../245-node-resolve-from_4.0.0-1_all.deb ...
- Unpacking node-resolve-from (4.0.0-1) ...
- Selecting previously unselected package node-retry.
- Preparing to unpack .../246-node-retry_0.10.1-1_all.deb ...
- Unpacking node-retry (0.10.1-1) ...
- Selecting previously unselected package node-semver-diff.
- Preparing to unpack .../247-node-semver-diff_2.1.0-2_all.deb ...
- Unpacking node-semver-diff (2.1.0-2) ...
- Selecting previously unselected package node-sha.
- Preparing to unpack .../248-node-sha_2.0.1-1_all.deb ...
- Unpacking node-sha (2.0.1-1) ...
- Selecting previously unselected package node-slide.
- Preparing to unpack .../249-node-slide_1.1.6-2_all.deb ...
- Unpacking node-slide (1.1.6-2) ...
- Selecting previously unselected package node-sorted-object.
- Preparing to unpack .../250-node-sorted-object_2.0.1-1_all.deb ...
- Unpacking node-sorted-object (2.0.1-1) ...
- Selecting previously unselected package node-stream-iterate.
- Preparing to unpack .../251-node-stream-iterate_1.2.0-4_all.deb ...
- Unpacking node-stream-iterate (1.2.0-4) ...
- Selecting previously unselected package node-text-table.
- Preparing to unpack .../252-node-text-table_0.2.0-2_all.deb ...
- Unpacking node-text-table (0.2.0-2) ...
- Selecting previously unselected package node-uid-number.
- Preparing to unpack .../253-node-uid-number_0.0.6-1_all.deb ...
- Unpacking node-uid-number (0.0.6-1) ...
- Selecting previously unselected package node-unpipe.
- Preparing to unpack .../254-node-unpipe_1.0.0-1_all.deb ...
- Unpacking node-unpipe (1.0.0-1) ...
- Selecting previously unselected package node-write-file-atomic.
- Preparing to unpack .../255-node-write-file-atomic_2.3.0-1_all.deb ...
- Unpacking node-write-file-atomic (2.3.0-1) ...
- Selecting previously unselected package node-xdg-basedir.
- Preparing to unpack .../256-node-xdg-basedir_3.0.0-1_all.deb ...
- Unpacking node-xdg-basedir (3.0.0-1) ...
- Selecting previously unselected package nodejs-doc.
- Preparing to unpack .../257-nodejs-doc_10.24.0~dfsg-1~deb10u4_all.deb ...
- Unpacking nodejs-doc (10.24.0~dfsg-1~deb10u4) ...
- Selecting previously unselected package npm.
- Preparing to unpack .../258-npm_5.8.0+ds6-4+deb10u2_all.deb ...
- Unpacking npm (5.8.0+ds6-4+deb10u2) ...
- Setting up javascript-common (11) ...
- Setting up mime-support (3.62) ...
- Setting up libjs-inherits (2.0.3-1) ...
- Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
- Setting up libbrotli1:amd64 (1.0.7-2+deb10u1) ...
- Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
- Setting up libc-ares2:amd64 (1.14.0-1+deb10u4) ...
- Setting up file (1:5.35-4+deb10u2) ...
- Setting up libicu63:amd64 (63.1-6+deb10u3) ...
- Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u4) ...
- Setting up libuv1:amd64 (1.24.1-1+deb10u2) ...
- Setting up libssl-dev:amd64 (1.1.1n-0+deb10u6) ...
- Setting up libnode64:amd64 (10.24.0~dfsg-1~deb10u4) ...
- Setting up nodejs-doc (10.24.0~dfsg-1~deb10u4) ...
- Setting up libjs-is-typedarray (1.0.0-2) ...
- Setting up libuv1-dev:amd64 (1.24.1-1+deb10u2) ...
- Setting up python2.7 (2.7.16-2+deb10u4) ...
- Setting up libnode-dev:amd64 (10.24.0~dfsg-1~deb10u4) ...
- Setting up libpython2-stdlib:amd64 (2.7.16-1) ...
- Setting up nodejs (10.24.0~dfsg-1~deb10u4) ...
- update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
- Setting up node-minimist (1.2.0-1+deb10u2) ...
- Setting up node-aws4 (1.8.0-1) ...
- Setting up python2 (2.7.16-1) ...
- Setting up node-prepend-http (2.0.0-1) ...
- Setting up node-typedarray (0.0.6-1) ...
- Setting up node-clone (2.1.2-1) ...
- Setting up node-iferr (1.0.2-1) ...
- Setting up node-chownr (1.1.1-1) ...
- Setting up node-has-flag (2.0.0-1) ...
- Setting up node-inherits (2.0.3-1) ...
- Setting up node-builtin-modules (3.0.0-1) ...
- Setting up node-path-is-absolute (1.0.0-1) ...
- Setting up libpython-stdlib:amd64 (2.7.16-1) ...
- Setting up node-ini (1.3.5-1+deb10u1) ...
- Setting up node-iconv-lite (0.4.13-2) ...
- Setting up node-is-npm (1.0.0-1) ...
- Setting up node-safe-buffer (5.1.2-1) ...
- Setting up node-promise-inflight (1.0.1-1) ...
- Setting up node-json-stringify-safe (5.0.1-1) ...
- Setting up node-json-parse-better-errors (1.0.2-2) ...
- Setting up node-y18n (3.2.1-2+deb10u1) ...
- Setting up node-detect-newline (2.1.0-1) ...
- Setting up node-shebang-regex (2.0.0-1) ...
- Setting up node-har-schema (2.0.0-1) ...
- Setting up node-mime-types (2.1.21-1) ...
- Setting up node-performance-now (2.1.0+debian-1) ...
- Setting up node-resolve-from (4.0.0-1) ...
- Setting up node-balanced-match (0.4.2-1) ...
- Setting up node-ansi (0.3.0-3) ...
- Setting up node-is-object (1.0.1-1) ...
- Setting up node-is-stream (1.1.0-1) ...
- Setting up node-deep-extend (0.4.1-2) ...
- Setting up node-p-finally (1.0.0-2) ...
- Setting up node-get-stream (3.0.0-1) ...
- Setting up node-set-blocking (2.0.0-1) ...
- Setting up node-prr (1.0.1-1) ...
- Setting up node-tunnel-agent (0.6.1-1) ...
- Setting up node-uid-number (0.0.6-1) ...
- Setting up node-signal-exit (3.0.2-1) ...
- Setting up node-spdx-expression-parse (1.0.4-1) ...
- Setting up node-cyclist (1.0.1-2) ...
- Setting up node-wrappy (1.0.2-1) ...
- Setting up node-text-table (0.2.0-2) ...
- Setting up node-asynckit (0.4.0-2) ...
- Setting up node-proto-list (1.2.4-1) ...
- Setting up node-require-directory (2.1.1-1) ...
- Setting up node-punycode (2.1.1-2) ...
- Setting up node-concat-stream (1.6.2-1) ...
- Setting up node-defaults (1.0.3-1) ...
- Setting up node-is-typedarray (1.0.0-2) ...
- Setting up node-mute-stream (0.0.8-1) ...
- Setting up node-mimic-response (1.0.0-1) ...
- Setting up node-duplexer3 (0.1.4-4) ...
- Setting up node-graceful-fs (4.1.11-1) ...
- Setting up node-jsonify (0.0.0-1) ...
- Setting up node-json-stable-stringify (1.0.1-1) ...
- Setting up node-hosted-git-info (2.7.1-1+deb10u1) ...
- Setting up node-aproba (1.2.0-1) ...
- Setting up node-tough-cookie (2.3.4+dfsg-1+deb10u1) ...
- Setting up node-mimic-fn (1.1.0-1) ...
- Setting up node-spdx-license-ids (1.2.2-1) ...
- Setting up node-string-decoder (1.2.0-1) ...
- Setting up node-mkdirp (0.5.1-1) ...
- Setting up node-run-queue (1.0.3-1) ...
- Setting up node-call-limit (1.1.0-1) ...
- Setting up node-core-util-is (1.0.2-1) ...
- Setting up node-json-schema (0.2.3-1+deb10u1) ...
- Setting up node-is-builtin-module (2.0.0-1) ...
- Setting up node-cli-boxes (1.0.0-1) ...
- Setting up node-opener (1.4.3-1) ...
- Setting up node-archy (1.0.0-2) ...
- Setting up node-caseless (0.12.0-1) ...
- Setting up node-imurmurhash (0.1.4-1) ...
- Setting up node-xtend (4.0.1-2) ...
- Setting up node-p-timeout (1.2.0-1) ...
- Setting up node-encoding (0.1.12-2) ...
- Setting up node-config-chain (1.1.11-1) ...
- Setting up node-read (1.0.7-1) ...
- Setting up node-detect-indent (5.0.0-1) ...
- Setting up python (2.7.16-1) ...
- Setting up node-npm-run-path (2.0.2-2) ...
- Setting up node-asn1 (0.2.3-1) ...
- Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ...
- Setting up node-sorted-object (2.0.1-1) ...
- Setting up node-isarray (2.0.4-1) ...
- Setting up node-osenv (0.1.5-1) ...
- Setting up node-is-plain-obj (1.1.0-1) ...
- Setting up node-shebang-command (1.2.0-1) ...
- Setting up node-lowercase-keys (1.0.0-2) ...
- Setting up node-decompress-response (3.3.0-1) ...
- Setting up node-strip-eof (1.0.0-2) ...
- Setting up node-process-nextick-args (2.0.0-1) ...
- Setting up node-semver (5.5.1-1) ...
- Setting up node-has-unicode (2.0.1-2) ...
- Setting up node-fs-write-stream-atomic (1.0.10-4) ...
- Setting up node-forever-agent (0.6.1-1) ...
- Setting up node-unpipe (1.0.0-1) ...
- Setting up node-qs (6.5.2-1+deb10u1) ...
- Setting up node-slide (1.1.6-2) ...
- Setting up node-delayed-stream (0.0.5-1) ...
- Setting up node-isstream (0.1.2+dfsg-1) ...
- Setting up node-builtins (1.0.3-1) ...
- Setting up node-stream-shift (1.0.0-1) ...
- Setting up node-fs.realpath (1.0.0-1) ...
- Setting up node-oauth-sign (0.9.0-1) ...
- Setting up node-ssri (5.2.4-2) ...
- Setting up node-url-to-options (1.0.1-1) ...
- Setting up node-jsbn (1.1.0-1) ...
- Setting up node-object-assign (4.1.1-2) ...
- Setting up node-extsprintf (1.3.0-1) ...
- Setting up node-abbrev (1.1.1-1) ...
- Setting up node-mem (1.1.0-1) ...
- Setting up node-path-is-inside (1.0.2-1) ...
- Setting up node-supports-color (4.4.0-2) ...
- Setting up node-invert-kv (1.0.0-1) ...
- Setting up node-p-limit (1.1.0-1) ...
- Setting up node-yallist (3.0.3-1) ...
- Setting up node-p-cancelable (0.3.0-1) ...
- Setting up node-ansi-regex (3.0.0-1+deb10u1) ...
- Setting up node-timed-out (4.0.1-4) ...
- Setting up node-strip-json-comments (2.0.1-2) ...
- Setting up node-once (1.4.0-3) ...
- Setting up node-write-file-atomic (2.3.0-1) ...
- Setting up node-slash (1.0.0-1) ...
- Setting up node-util-deprecate (1.0.2-1) ...
- Setting up node-editor (1.0.0-1) ...
- Setting up node-retry (0.10.1-1) ...
- Setting up node-get-caller-file (1.0.2-1) ...
- Setting up node-sha (2.0.1-1) ...
- Setting up node-require-main-filename (1.0.1-1) ...
- Setting up node-url-parse-lax (1.0.0-1) ...
- Setting up node-concat-map (0.0.1-1) ...
- Setting up node-import-lazy (3.0.0.REALLY.2.1.0-1) ...
- Setting up node-is-retry-allowed (1.1.0-1) ...
- Setting up python-pkg-resources (40.8.0-1) ...
- Setting up node-assert-plus (1.0.0-1) ...
- Setting up node-ansistyles (0.1.3-1) ...
- Setting up node-delegates (1.0.0-1) ...
- Setting up node-xdg-basedir (3.0.0-1) ...
- Setting up node-co (4.6.0-1) ...
- Setting up node-isexe (2.0.0-4) ...
- Setting up node-jsonparse (1.3.1-6) ...
- Setting up node-ajv (5.0.0-1) ...
- Setting up node-path-exists (3.0.0-1) ...
- Setting up node-qw (1.0.1-1) ...
- Setting up node-tweetnacl (0.14.5+dfsg-3) ...
- Setting up node-escape-string-regexp (1.0.5-1) ...
- Setting up node-are-we-there-yet (1.1.4-1) ...
- Setting up node-through (2.3.8-1) ...
- Setting up node-errno (0.1.4-1) ...
- Setting up node-p-locate (2.0.0-1) ...
- Setting up node-which-module (2.0.0-1) ...
- Setting up node-decamelize (1.2.0-1) ...
- Setting up node-aws-sign2 (0.7.1-1) ...
- Setting up node-color-name (1.1.3-1) ...
- Setting up node-semver-diff (2.1.0-2) ...
- Setting up node-bluebird (3.5.1+dfsg2-2) ...
- Setting up node-console-control-strings (1.1.0-1) ...
- Setting up node-camelcase (5.0.0-1) ...
- Setting up node-uuid (3.3.2-2) ...
- Setting up node-from2 (2.3.0-1) ...
- Setting up node-extend (3.0.2-1) ...
- Setting up node-jsonstream (1.3.2-1) ...
- Setting up node-lazy-property (1.0.0-3) ...
- Setting up node-yargs-parser (11.1.1-1+deb10u1) ...
- Setting up node-dashdash (1.14.1-2) ...
- Setting up node-validate-npm-package-name (3.0.0-1) ...
- Setting up node-promzard (0.3.0-1) ...
- Setting up node-wcwidth.js (1.0.0-1) ...
- Setting up node-locate-path (2.0.0-1) ...
- Setting up node-spdx-correct (1.0.2-1) ...
- Setting up node-ecc-jsbn (0.1.1-1) ...
- Setting up node-combined-stream (1.0.7-1) ...
- Setting up node-unique-filename (1.1.0+ds-2) ...
- Setting up node-brace-expansion (1.1.8-1) ...
- Setting up node-form-data (2.3.2-2) ...
- Setting up node-strip-ansi (4.0.0-1) ...
- Setting up node-lockfile (1.0.4-1) ...
- Setting up node-parallel-transform (1.1.0-2) ...
- Setting up node-which (1.3.0-2) ...
- Setting up node-lcid (1.0.0-1) ...
- Setting up node-stream-iterate (1.2.0-4) ...
- Setting up node-tar (4.4.6+ds1-3+deb10u2) ...
- Setting up node-node-uuid (3.3.2-2) ...
- Setting up node-inflight (1.0.6-1) ...
- Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ...
- Setting up node-rc (1.1.6-2) ...
- Setting up node-minimatch (3.0.4-3+deb10u1) ...
- Setting up node-npm-package-arg (6.0.0-2) ...
- Setting up node-verror (1.10.0-1) ...
- Setting up node-getpass (0.1.7-1) ...
- Setting up node-nopt (3.0.6-3) ...
- Setting up node-isurl (1.0.0-1) ...
- Setting up node-color-convert (1.9.0-3) ...
- Setting up node-string-width (2.1.1-1) ...
- Setting up gyp (0.1+20180428git4d467626-3) ...
- Setting up node-har-validator (5.1.0-1) ...
- Setting up node-validate-npm-package-license (3.0.1-1) ...
- Setting up node-readable-stream (2.3.6-1) ...
- Setting up node-through2 (2.0.5-2) ...
- Setting up node-lru-cache (5.1.1-4) ...
- Setting up node-bcrypt-pbkdf (1.0.1-1) ...
- Setting up node-end-of-stream (1.4.1-1+deb10u1) ...
- Setting up node-pump (3.0.0-1) ...
- Setting up node-jsprim (1.4.0-1) ...
- Setting up node-flush-write-stream (1.0.3-1) ...
- Setting up node-find-up (2.1.0-1) ...
- Setting up node-duplexify (3.6.1-1) ...
- Setting up node-cross-spawn (5.1.0-2) ...
- Setting up node-normalize-package-data (2.4.0-1) ...
- Setting up node-ansi-styles (3.2.1-1) ...
- Setting up node-glob (7.1.3-2) ...
- Setting up node-pumpify (1.5.1-1) ...
- Setting up node-widest-line (1.2.2-1) ...
- Setting up node-got (7.1.0-1) ...
- Setting up node-chalk (2.3.0-2) ...
- Setting up node-registry-url (3.1.0-1) ...
- Setting up node-registry-auth-token (3.3.1-1) ...
- Setting up node-wide-align (1.1.0-1) ...
- Setting up node-ansi-align (2.0.0-1) ...
- Setting up node-rimraf (2.6.2-1) ...
- Setting up node-sshpk (1.13.1+dfsg-2) ...
- Setting up node-stream-each (1.2.2-2) ...
- Setting up node-mississippi (3.0.0-1) ...
- Setting up node-execa (0.10.0+dfsg-1) ...
- Setting up node-read-package-json (2.0.13-1) ...
- Setting up node-copy-concurrently (1.0.5-4) ...
- Setting up node-move-concurrently (1.0.1-2) ...
- Setting up node-term-size (1.2.0+dfsg-2) ...
- Setting up node-os-locale (2.0.0-1) ...
- Setting up node-http-signature (1.2.0-1) ...
- Setting up node-fs-vacuum (1.2.10-2) ...
- Setting up node-gauge (2.7.4-1) ...
- Setting up node-wrap-ansi (4.0.0-1) ...
- Setting up node-boxen (1.2.2-1) ...
- Setting up node-package-json (4.0.1-1) ...
- Setting up node-latest-version (3.1.0-1) ...
- Setting up node-request (2.88.1-2) ...
- Setting up node-npmlog (4.1.2-1) ...
- Setting up node-cliui (4.1.0-1) ...
- Setting up node-yargs (10.0.3-2) ...
- Setting up node-cacache (11.3.2-2) ...
- Setting up node-gyp (3.8.0-6) ...
- Setting up node-libnpx (10.2.0+repack-1) ...
- Setting up npm (5.8.0+ds6-4+deb10u2) ...
- Processing triggers for libc-bin (2.28-10+deb10u2) ...
2024-06-19 15:15.54 ---> saved as "9e98a95d9eaf40b9194966e7367392ad7d66212a43d93a5664f5a644ee61531d"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.16.0
  - install conf-bash            1
  - install num                  1.5
  - install ocamlfind            1.9.6
  - install seq                  base
  - install conf-npm             1
  - install cmdliner             1.3.0
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.16.0
  - install ppx_derivers         1.2.1
  - install ocaml-syntax-shims   1.0.0
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install topkg                1.0.7
  - install base-bytes           base
  - install yojson               2.2.1
  - install re                   1.11.0
  - install gen                  1.1
  - install parsexp              v0.16.0
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install dune-configurator    3.16.0
  - install uutf                 1.0.3
  - install fmt                  0.9.0
  - install astring              0.8.5
  - install ocplib-endian        1.2
  - install sexplib              v0.16.0
  - install sedlex               3.2
  - install base                 v0.16.3
  - install jsonm                1.0.2
  - install cstruct              6.2.0
  - install alcotest             1.7.0
  - install lwt                  5.7.0
  - install js_of_ocaml-compiler 5.8.2
  - install ppx_sexp_conv        v0.16.0
  - install hex                  1.5.0
===== 41 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> installed conf-npm.1
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved js_of_ocaml-compiler.5.8.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.2  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed gen.1.1
-> installed hex.1.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocplib-endian.1.2
-> installed yojson.2.2.1
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.16.0
-> installed alcotest.1.7.0
-> installed sexplib.v0.16.0
-> installed lwt.5.7.0
-> installed base.v0.16.3
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed sedlex.3.2
-> installed ppx_sexp_conv.v0.16.0
-> installed js_of_ocaml-compiler.5.8.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:17.39 ---> saved as "8e115ca3e0e1fd0699460ab59b5a6345a07a7c6f597f79ad70aba1a68a20c5d0"

/src: (copy (src .) (dst /src))
2024-06-19 15:17.39 ---> saved as "8af25af922ffa4114055157ad1b8e9a30f50dc55b375da5961f4908d6e817ea9"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_unix.exe)
Testing `ezjsonm'.
This run has ID `S2C7D2IF'.

  [OK]          stream          0   stream0.

Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `9261IZBA'.

  [OK]          string          0   test.
  [OK]          list            0   test.
  [OK]          dict            0   test.
  [OK]          nested          0   test.
  [OK]          sexp            0   sexp_of_t.
  [OK]          sexp            1   sexp_of_value.
  [OK]          errors          0   error: empty.
  [OK]          errors          1   error: parse error.
  [OK]          errors          2   error: not a value.

Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.155s. 9 tests run.
(cd _build/default/lib_test && /usr/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `56AJEBGZ'.

  [OK]          string          0   test.
  [OK]          list            0   test.
  [OK]          dict            0   test.
  [OK]          nested          0   test.
  [OK]          sexp            0   sexp_of_t.
  [OK]          sexp            1   sexp_of_value.
  [OK]          errors          0   error: empty.
  [OK]          errors          1   error: parse error.
  [OK]          errors          2   error: not a value.

Full test results in `/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 2.178s. 9 tests run.
2024-06-19 15:17.45 ---> saved as "f478015fb01b4c3d9f63aaf86da2f476ba674ddd1ce7baa2e7dd1ce4ec17a4a9"
Job succeeded
2024-06-19 15:17.46: Job succeeded