Organisationsmefyltimmyf04cba (sandbox/mefyl/ci)ubuntu-24.10-4.14_opam-2.3

ubuntu-24.10-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-06-02 22:28.29: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/sandbox/mefyl/ci (f04cba128089886d16e090e59ffa7eb4492bdbfa) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3)
Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bda0b8f2ebcbe30ade287195cc6a7024c8701a2c2417fee04dc649d5c4d3efe6
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mefyl/timmy.git" -b "sandbox/mefyl/ci" && cd "timmy" && git reset --hard f04cba12
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bda0b8f2ebcbe30ade287195cc6a7024c8701a2c2417fee04dc649d5c4d3efe6
# ubuntu-24.10-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'opam/'
COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam ./
COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-ios.opam opam/timmy-android.opam opam/
RUN opam pin add -yn timmy.dev './' && \
opam pin add -yn timmy-unix.dev './' && \
opam pin add -yn timmy-timezones.dev './' && \
opam pin add -yn timmy-lwt.dev './' && \
opam pin add -yn timmy-jsoo.dev './' && \
opam pin add -yn timmy-windows.dev 'opam/' && \
opam pin add -yn timmy-unix-windows.dev 'opam/' && \
opam pin add -yn timmy-unix-macos.dev 'opam/' && \
opam pin add -yn timmy-unix-ios.dev 'opam/' && \
opam pin add -yn timmy-unix-android.dev 'opam/' && \
opam pin add -yn timmy-timezones-windows.dev 'opam/' && \
opam pin add -yn timmy-timezones-macos.dev 'opam/' && \
opam pin add -yn timmy-timezones-ios.dev 'opam/' && \
opam pin add -yn timmy-timezones-android.dev 'opam/' && \
opam pin add -yn timmy-macos.dev 'opam/' && \
opam pin add -yn timmy-lwt-windows.dev 'opam/' && \
opam pin add -yn timmy-lwt-macos.dev 'opam/' && \
opam pin add -yn timmy-lwt-ios.dev 'opam/' && \
opam pin add -yn timmy-lwt-android.dev 'opam/' && \
opam pin add -yn timmy-ios.dev 'opam/' && \
opam pin add -yn timmy-android.dev 'opam/'
RUN echo '(lang dune 3.0)' > './dune-project' && \
echo '(lang dune 3.0)' > 'opam/dune-project'
ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-configurator.3.19.0 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.dev timmy-lwt.dev timmy-jsoo.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


2025-06-02 22:28.29: Using cache hint "mefyl/timmy-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bda0b8f2ebcbe30ade287195cc6a7024c8701a2c2417fee04dc649d5c4d3efe6-ubuntu-24.10-4.14_opam-2.3-7499902267864bccfbd97dc3dbf4bb4c"
2025-06-02 22:28.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bda0b8f2ebcbe30ade287195cc6a7024c8701a2c2417fee04dc649d5c4d3efe6)
(comment ubuntu-24.10-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u"))
(run (shell "mkdir -p 'opam/'"))
(copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./))
(copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-ios.opam opam/timmy-android.opam)
(dst opam/))
(run (network host)
(shell  "opam pin add -yn timmy.dev './' && \
\nopam pin add -yn timmy-unix.dev './' && \
\nopam pin add -yn timmy-timezones.dev './' && \
\nopam pin add -yn timmy-lwt.dev './' && \
\nopam pin add -yn timmy-jsoo.dev './' && \
\nopam pin add -yn timmy-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-macos.dev 'opam/' && \
\nopam pin add -yn timmy-unix-ios.dev 'opam/' && \
\nopam pin add -yn timmy-unix-android.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-windows.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-macos.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-ios.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-android.dev 'opam/' && \
\nopam pin add -yn timmy-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-ios.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-android.dev 'opam/' && \
\nopam pin add -yn timmy-ios.dev 'opam/' && \
\nopam pin add -yn timmy-android.dev 'opam/'"))
(run (network host)
(shell  "echo '(lang dune 3.0)' > './dune-project' && \
\necho '(lang dune 3.0)' > 'opam/dune-project'"))
(env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-configurator.3.19.0 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0")
(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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.dev timmy-lwt.dev timmy-jsoo.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"))
)


2025-06-02 22:28.29: Waiting for resource in pool OCluster
2025-06-02 23:51.38: Waiting for worker…
2025-06-02 23:56.36: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at f04cba1 Fix optional dependencies.


(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bda0b8f2ebcbe30ade287195cc6a7024c8701a2c2417fee04dc649d5c4d3efe6)
2025-06-02 23:56.36 ---> using "72717d05a71db332f638e3471fb1ead49edd1237d9ab814a71a0b4841a4b80f5" from cache


/: (comment ubuntu-24.10-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-02 23:56.36 ---> using "f0454adb33f2aae4338a25ecf7a48533f5e7c830afef32dd051639de6164e235" from cache


/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 31 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=31 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-02 23:56.36 ---> using "21a983263f7b9aba64b446b5d431ebb214cd8b37a9d50467e5a9b290379fb09e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-02 23:56.36 ---> using "d791034d1f7062f9e9ca994e7769ad1103bcbea8ad4b09b0d69fb5556a95e2b9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-02 23:56.36 ---> using "39d23ffca5d0fc189fb629ae3ac4c26553c311d35195f5eee6e7e3ad477d3c70" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 0e1a25ffde388b436cc1998777c138d69666193d || git fetch origin master) && git reset -q --hard 0e1a25ffde388b436cc1998777c138d69666193d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
0d013e603b..c037675bed  master     -> origin/master
0e1a25ffde Merge pull request #27956 from Leonidas-from-XIV/release-yojson-3.0.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-02 23:56.36 ---> using "f4fd20bd437a7502e4c8dccdbc7c8f166cd7a976c9849be975176e183f2c0528" from cache


/src: (run (shell "mkdir -p 'opam/'"))
2025-06-02 23:56.36 ---> using "eceb4de8ccae018aadb164395c1741b11d509e69632f6ab8ab6cdf07f33d617a" from cache


/src: (copy (src timmy.opam timmy-unix.opam timmy-timezones.opam timmy-lwt.opam timmy-jsoo.opam)
(dst ./))
2025-06-02 23:56.37 ---> saved as "077a475cbb1a9bfb6e8014c1124ba92a935f34bfeda741c74ccece51d5311f0b"


/src: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-unix-ios.opam opam/timmy-unix-android.opam opam/timmy-timezones-windows.opam opam/timmy-timezones-macos.opam opam/timmy-timezones-ios.opam opam/timmy-timezones-android.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-lwt-ios.opam opam/timmy-lwt-android.opam opam/timmy-ios.opam opam/timmy-android.opam)
(dst opam/))
2025-06-02 23:56.37 ---> saved as "c347343dbcd420b139241a629fceb9d7e8c2fe078698ebdf386e33ffe08e4661"


/src: (run (network host)
(shell  "opam pin add -yn timmy.dev './' && \
\nopam pin add -yn timmy-unix.dev './' && \
\nopam pin add -yn timmy-timezones.dev './' && \
\nopam pin add -yn timmy-lwt.dev './' && \
\nopam pin add -yn timmy-jsoo.dev './' && \
\nopam pin add -yn timmy-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-windows.dev 'opam/' && \
\nopam pin add -yn timmy-unix-macos.dev 'opam/' && \
\nopam pin add -yn timmy-unix-ios.dev 'opam/' && \
\nopam pin add -yn timmy-unix-android.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-windows.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-macos.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-ios.dev 'opam/' && \
\nopam pin add -yn timmy-timezones-android.dev 'opam/' && \
\nopam pin add -yn timmy-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-windows.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-macos.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-ios.dev 'opam/' && \
\nopam pin add -yn timmy-lwt-android.dev 'opam/' && \
\nopam pin add -yn timmy-ios.dev 'opam/' && \
\nopam pin add -yn timmy-android.dev 'opam/'"))
[timmy.dev] synchronised (file:///src)
timmy is now pinned to file:///src (version dev)
[timmy-unix.dev] synchronised (file:///src)
timmy-unix is now pinned to file:///src (version dev)
Package timmy-timezones does not exist, create as a NEW package? [y/n] y
[timmy-timezones.dev] synchronised (file:///src)
timmy-timezones is now pinned to file:///src (version dev)
[timmy-lwt.dev] synchronised (file:///src)
timmy-lwt is now pinned to file:///src (version dev)
[timmy-jsoo.dev] synchronised (file:///src)
timmy-jsoo is now pinned to file:///src (version dev)
Package timmy-windows does not exist, create as a NEW package? [y/n] y
[timmy-windows.dev] synchronised (file:///src/opam)
timmy-windows is now pinned to file:///src/opam (version dev)
Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y
[timmy-unix-windows.dev] synchronised (file:///src/opam)
timmy-unix-windows is now pinned to file:///src/opam (version dev)
Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y
[timmy-unix-macos.dev] synchronised (file:///src/opam)
timmy-unix-macos is now pinned to file:///src/opam (version dev)
Package timmy-unix-ios does not exist, create as a NEW package? [y/n] y
[timmy-unix-ios.dev] synchronised (file:///src/opam)
timmy-unix-ios is now pinned to file:///src/opam (version dev)
Package timmy-unix-android does not exist, create as a NEW package? [y/n] y
[timmy-unix-android.dev] synchronised (file:///src/opam)
timmy-unix-android is now pinned to file:///src/opam (version dev)
Package timmy-timezones-windows does not exist, create as a NEW package? [y/n] y
[timmy-timezones-windows.dev] synchronised (file:///src/opam)
timmy-timezones-windows is now pinned to file:///src/opam (version dev)
Package timmy-timezones-macos does not exist, create as a NEW package? [y/n] y
[timmy-timezones-macos.dev] synchronised (file:///src/opam)
timmy-timezones-macos is now pinned to file:///src/opam (version dev)
Package timmy-timezones-ios does not exist, create as a NEW package? [y/n] y
[timmy-timezones-ios.dev] synchronised (file:///src/opam)
timmy-timezones-ios is now pinned to file:///src/opam (version dev)
Package timmy-timezones-android does not exist, create as a NEW package? [y/n] y
[timmy-timezones-android.dev] synchronised (file:///src/opam)
timmy-timezones-android is now pinned to file:///src/opam (version dev)
Package timmy-macos does not exist, create as a NEW package? [y/n] y
[timmy-macos.dev] synchronised (file:///src/opam)
timmy-macos is now pinned to file:///src/opam (version dev)
Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y
[timmy-lwt-windows.dev] synchronised (file:///src/opam)
timmy-lwt-windows is now pinned to file:///src/opam (version dev)
Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y
[timmy-lwt-macos.dev] synchronised (file:///src/opam)
timmy-lwt-macos is now pinned to file:///src/opam (version dev)
Package timmy-lwt-ios does not exist, create as a NEW package? [y/n] y
[timmy-lwt-ios.dev] synchronised (file:///src/opam)
timmy-lwt-ios is now pinned to file:///src/opam (version dev)
Package timmy-lwt-android does not exist, create as a NEW package? [y/n] y
[timmy-lwt-android.dev] synchronised (file:///src/opam)
timmy-lwt-android is now pinned to file:///src/opam (version dev)
Package timmy-ios does not exist, create as a NEW package? [y/n] y
[timmy-ios.dev] synchronised (file:///src/opam)
timmy-ios is now pinned to file:///src/opam (version dev)
Package timmy-android does not exist, create as a NEW package? [y/n] y
[timmy-android.dev] synchronised (file:///src/opam)
timmy-android is now pinned to file:///src/opam (version dev)
2025-06-02 23:57.52 ---> saved as "2cecbb82400f81290b8a6f81f6f72b09d91f40e8ec1bddfeb3343cc7485cbd32"


/src: (run (network host)
(shell  "echo '(lang dune 3.0)' > './dune-project' && \
\necho '(lang dune 3.0)' > 'opam/dune-project'"))
2025-06-02 23:57.53 ---> saved as "0226402e8f61b6e96e0f7888ef4fb7a3d0ab540712dd5a2a1b3a9784efaae6f4"


/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 conf-npm.1 conf-tzdata.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.0 dune-configurator.3.19.0 ezjsonm.1.3.0 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.4 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 timedesc.3.1.0 timedesc-tzdb.3.1.0 timedesc-tzlocal.3.1.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0")


/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.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.dev timmy-lwt.dev timmy-jsoo.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [315 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [258 kB]
- Get:7 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [409 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [548 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [337 kB]
- Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [321 kB]
- Fetched 2567 kB in 1s (2324 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[timmy-jsoo.dev] synchronised (file:///src)
[timmy.dev] synchronised (file:///src)
[timmy-lwt.dev] synchronised (file:///src)
[timmy-timezones.dev] synchronised (file:///src)
[timmy-unix.dev] synchronised (file:///src)


[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 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 tzdata


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "npm" "tzdata"
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3-minimal_3.12.6-0ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/media-types/media-types_10.1.0_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtirpc/libtirpc-common_1.3.4%2bds-1.3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtirpc/libtirpc3t64_1.3.4%2bds-1.3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnsl/libnsl2_1.3.0-3build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/libpython3-stdlib_3.12.6-0ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3_3.12.6-0ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/libdbus-1-3_1.14.10-4ubuntu5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-bin_1.14.10-4ubuntu5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-session-bus-common_1.14.10-4ubuntu5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-daemon_1.14.10-4ubuntu5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-system-bus-common_1.14.10-4ubuntu5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus_1.14.10-4ubuntu5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu74_74.2-1ubuntu4_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtext-iconv-perl/libtext-iconv-perl_1.7-8build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/shared-mime-info/shared-mime-info_2.4-5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xdg-user-dirs/xdg-user-dirs_0.18-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-common_2.4.122-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm2_2.4.122-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpng1.6/libpng16-16t64_1.6.44-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors-config_3.6.0-10_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/lm-sensors/libsensors5_3.6.0-10_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/libuv1/libuv1t64_1.48.0-5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fast-deep-equal/node-fast-deep-equal_3.1.3-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json-schema-traverse/node-json-schema-traverse_1.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-jsonify/node-jsonify_0.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json-stable-stringify/node-json-stable-stringify_1.0.2%2brepack1%2b%7ecs1.0.34-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-punycode/node-punycode_2.2.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-uri-js/node-uri-js_4.4.0%2bdfsg-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-xtend/node-xtend_4.0.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/a/acorn/node-acorn_8.8.1%2bds%2b%7ecs25.17.7-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cjs-module-lexer/node-cjs-module-lexer_1.2.3%2bdfsg-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-undici/node-undici_5.28.4%2bdfsg1%2b%7ecs23.12.11-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/nodejs/libnode115_20.16.0%2bdfsg-1ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/nodejs/nodejs_20.16.0%2bdfsg-1ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ajv/node-ajv_8.12.0%7eds%2b%7e2.1.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-inherits/libjs-inherits_2.0.4-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-inherits/node-inherits_2.0.4-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-core-util-is/node-core-util-is_1.0.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-safe-buffer/node-safe-buffer_5.2.1%2b%7ecs2.1.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-string-decoder/node-string-decoder_1.3.0-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-process-nextick-args/node-process-nextick-args_2.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-util-deprecate/node-util-deprecate_1.0.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-isarray/node-isarray_2.0.5-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-readable-stream/node-readable-stream_3.6.0%2b%7ecs3.0.0-4build1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-typedarray/node-typedarray_0.0.7-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-concat-stream/node-concat-stream_2.0.0%2b%7e2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ms/node-ms_2.1.3%2b%7ecs0.7.31-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-debug/node-debug_4.3.4%2b%7ecs4.1.7-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-esutils/node-esutils_2.0.3%2b%7e2.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-doctrine/node-doctrine_3.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-eslint-visitor-keys/node-eslint-visitor-keys_3.3.0%2b%7e1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-estraverse/node-estraverse_5.3.0%2bds%2b%7e5.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-object-assign/node-object-assign_4.1.1-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-esrecurse/node-esrecurse_4.3.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-eslint-scope/node-eslint-scope_7.1.1%2b%7e3.7.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-espree/node-espree_9.4.1%7edfsg-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-esquery/node-esquery_1.4.2%7eds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-eslint-utils/node-eslint-utils_3.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-flatted/node-flatted_3.2.7%7eds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fs.realpath/node-fs.realpath_1.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-wrappy/node-wrappy_1.0.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-once/node-once_1.4.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-inflight/node-inflight_1.0.6-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-balanced-match/node-balanced-match_2.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-brace-expansion/node-brace-expansion_2.0.1%2b%7e1.1.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-minimatch/node-minimatch_9.0.3-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-glob/node-glob_8.1.0%2b%7ecs8.5.15-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-rimraf/node-rimraf_3.0.2-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-file-entry-cache/node-write_2.0.0%7e6.0.1%2b%7e3.0.4%2b%7e2.0.0%2b%7e1.0.0%2b%7e2.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-file-entry-cache/node-flat-cache_3.0.4%7e6.0.1%2b%7e3.0.4%2b%7e2.0.0%2b%7e1.0.0%2b%7e2.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-file-entry-cache/node-file-entry-cache_6.0.1%2b%7e3.0.4%2b%7e2.0.0%2b%7e1.0.0%2b%7e2.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-functional-red-black-tree/node-functional-red-black-tree_1.0.1%2b20181105-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-extglob/node-is-extglob_2.1.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-glob/node-is-glob_4.0.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-path-dirname/node-path-dirname_1.0.2-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-glob-parent/node-glob-parent_6.0.2%2b%7e5.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-globals/node-globals_13.23.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-resolve-from/node-resolve-from_5.0.0%2b%7e3.1.0%2b%7e3.3.0%2b%7e2.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-imurmurhash/node-imurmurhash_0.1.4%2bdfsg%2b%7e0.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ignore/node-ignore_5.2.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-prelude-ls/node-prelude-ls_1.2.1%2bdfsg-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-type-check/node-type-check_0.4.0%2bdfsg-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-levn/node-levn_0.4.1%2bdfsg-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-lodash/node-lodash_4.17.21%2bdfsg%2b%7ecs8.31.198.20210220-9_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-memfs/node-memfs_3.4.12%2b%7ecs1.0.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mkdirp/node-mkdirp_1.0.4%2b%7e1.0.2-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-deep-is/node-deep-is_0.1.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fast-levenshtein/node-fast-levenshtein_2.0.6%2bds-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-optionator/node-optionator_0.9.1%2bdfsg%2b%7ecs1.2.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-progress/node-progress_2.0.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regenerate/libjs-regenerate_1.4.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regenerate/node-regenerate_1.4.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regenerate-unicode-properties/node-regenerate-unicode-properties_10.1.0%2bds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regexpp/node-regexpp_3.2.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-lru-cache/node-lru-cache_10.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-semver/node-semver_7.6.1%2b%7e7.5.8-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-strip-json-comments/node-strip-json-comments_4.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json-schema/node-json-schema_0.4.0%2b%7e7.0.11-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-v8-compile-cache/node-v8-compile-cache_2.4.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/e/eslint/eslint_6.4.0%7edfsg%2b%7e6.1.9-12_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-autocommand/python3-autocommand_2.2.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/more-itertools/python3-more-itertools_10.3.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-typing-extensions/python3-typing-extensions_4.12.2-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-typeguard/python3-typeguard_4.3.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-inflect/python3-inflect_7.3.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/j/jaraco.context/python3-jaraco.context_6.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-jaraco.functools/python3-jaraco.functools_4.0.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-packaging/python3-packaging_24.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/g/gyp/gyp_0.16.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-neo-async/node-neo-async_2.6.2%2b%7ecs3.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-arrify/node-arrify_2.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-plain-obj/node-is-plain-obj_3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-buffer/node-is-buffer_2.0.5-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-kind-of/node-kind-of_6.0.3%2bdfsg-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-minimist/node-minimist_1.2.8%2b%7ecs5.3.5-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-wordwrap/node-wordwrap_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-optimist/node-optimist_0.6.1%2b%7e0.0.30-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-source-map/libjs-source-map_0.7.0%2b%2bdfsg2%2breally.0.6.1-15_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-source-map/node-source-map_0.7.0%2b%2bdfsg2%2breally.0.6.1-15_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-handlebars/handlebars_4.7.7%2b%7e4.1.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/j/javascript-common/javascript-common_11%2bnmu1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libc/libclone-perl/libclone-perl_0.46-1build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdata-dump-perl/libdata-dump-perl_1.25-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdeflate/libdeflate0_1.21-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-intel1_2.4.122-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-nouveau2_2.4.122-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-radeon1_2.4.122-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-server0_1.23.0-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libglapi-mesa_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/llvm-toolchain-19/libllvm19_19.1.1-1ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libx11/libx11-xcb1_1.8.7-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-dri2-0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-dri3-0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-present0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-sync1_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/mesa-libgallium_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgbm1_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/w/wayland/libwayland-client0_1.23.0-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libe/libencode-locale-perl/libencode-locale-perl_1.05-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libipc-system-simple-perl/libipc-system-simple-perl_1.30-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libf/libfile-basedir-perl/libfile-basedir-perl_0.09-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/liburi-perl/liburi-perl_5.28-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libf/libfile-desktopentry-perl/libfile-desktopentry-perl_0.22-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtimedate-perl/libtimedate-perl_2.3300-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-date-perl/libhttp-date-perl_6.06-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libf/libfile-listing-perl/libfile-listing-perl_6.16-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libf/libfile-mimeinfo-perl/libfile-mimeinfo-perl_0.35-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libf/libfont-afm-perl/libfont-afm-perl_1.20-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/freetype/libfreetype6_2.13.3%2bdfsg-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.42.12%2bdfsg-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/lerc/liblerc4_4.0.0%2bds-4ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwebp/libsharpyuv0_1.4.0-0.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebp7_1.4.0-0.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff6_4.5.1%2bgit230720-4ubuntu4_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-0_2.42.12%2bdfsg-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-bin_2.42.12%2bdfsg-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa-amber/libgl1-amber-dri_21.3.9-0ubuntu2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/v/vulkan-loader/libvulkan1_1.3.290.0-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgl1-mesa-dri_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-glx0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build4_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/libglx-mesa0_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-tagset-perl/libhtml-tagset-perl_3.24-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-parser-perl/libhtml-parser-perl_3.83-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libio-html-perl/libio-html-perl_1.004-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libl/liblwp-mediatypes-perl/liblwp-mediatypes-perl_6.04-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-message-perl/libhttp-message-perl_6.46-1ubuntu1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-form-perl/libhtml-form-perl_6.11-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-tree-perl/libhtml-tree-perl_5.07-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhtml-format-perl/libhtml-format-perl_2.16-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-cookies-perl/libhttp-cookies-perl_6.11-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-daemon-perl/libhttp-daemon-perl_6.16-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libh/libhttp-negotiate-perl/libhttp-negotiate-perl_6.01-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xorg/x11-common_7.7%2b23ubuntu3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/perl-openssl-defaults/perl-openssl-defaults_7build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnet-ssleay-perl/libnet-ssleay-perl_1.94-1build4_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libio-socket-ssl-perl/libio-socket-ssl-perl_2.088-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libi/libio-stringy-perl/libio-stringy-perl_2.113-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-async/libjs-async_0.8.0-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-events/libjs-events_3.3.0%2b%7e3.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-typedarray/libjs-is-typedarray_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/prettify.js/libjs-prettify_2015.12.04%2bdfsg-1.1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-sprintf-js/libjs-sprintf-js_1.1.2%2bds1%2b%7e1.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-typedarray-to-buffer/libjs-typedarray-to-buffer_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-lodash/node-lodash-packages_4.17.21%2bdfsg%2b%7ecs8.31.198.20210220-9_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-function-bind/node-function-bind_1.1.2%2b%7ecs2.1.14-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-object-inspect/node-object-inspect_1.12.2%2b%7ecs1.8.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-es-abstract/node-es-abstract_1.20.4%2b%7ecs26.27.47-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-resolve/node-resolve_1.22.8%2b%7ecs5.34.15-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-define-properties/node-define-properties_1.2.1%2b%7ecs2.2.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-debbundle-es-to-primitive/node-debbundle-es-to-primitive_1.2.1%2b%7ecs9.7.25-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-isobject/node-isobject_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-descriptor/node-is-descriptor_3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-define-property/node-define-property_2.0.2%2breally%2b2.0.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-defined/node-defined_1.0.1%2b%7e1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-abbrev/node-abbrev_1.1.1%2b%7e1.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-archy/node-archy_1.0.0-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-async/node-async_0.8.0-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-convert-source-map/node-convert-source-map_1.9.0%2b%7e1.5.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-decamelize/node-decamelize_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-es6-error/node-es6-error_4.1.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-esprima/node-esprima_4.0.1%2bds%2b%7e4.0.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-escodegen/node-escodegen_2.1.0%2bdfsg%2b%7e0.0.8-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-commondir/node-commondir_1.0.1%2b%7e1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-number/node-is-number_7.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-repeat-string/node-repeat-string_1.6.1%2brepack-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-to-regex-range/node-to-regex-range_5.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fill-range/node-fill-range_7.1.1%2b%7e7.0.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-braces/node-braces_3.0.3%2b%7e3.0.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-normalize-path/node-normalize-path_3.0.0%2b%7e3.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-anymatch/node-anymatch_3.1.3%2b%7ecs4.6.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-micromatch/node-micromatch_4.0.7%2b%7e4.0.9-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-pify/node-pify_5.0.0%2b%7ecs5.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-path-type/node-path-type_4.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-n3/node-n3_1.16.3%2b%7e1.2.3%2b%7e1.10.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-slash/node-slash_4.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-globby/node-globby_13.1.3%2b%7ecs16.25.40-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-graceful-fs/node-graceful-fs_4.2.10-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-path-cwd/node-is-path-cwd_2.2.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-path-is-inside/node-path-is-inside_1.0.2%2b%7e1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-path-inside/node-is-path-inside_3.0.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-escape-string-regexp/node-escape-string-regexp_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-indent-string/node-indent-string_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-p-map/node-p-map_4.0.0%2b%7e3.1.0%2b%7e3.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-del/node-del_7.0.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-make-dir/node-make-dir_3.1.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-p-limit/node-p-limit_4.0.0%2b%7ecs4.0.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-p-locate/node-p-locate_6.0.0-12_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-locate-path/node-locate-path_7.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-path-exists/node-path-exists_5.0.0-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-find-up/node-find-up_6.3.0-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-pkg-dir/node-pkg-dir_5.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-find-cache-dir/node-find-cache-dir_3.3.2%2b%7e3.2.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-signal-exit/node-signal-exit_4.1.0-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-foreground-child/node-foreground-child_3.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-stream/node-is-stream_3.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-windows/node-is-windows_1.0.2%2b%7ecs1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ampproject-remapping/node-ampproject-remapping_2.2.0%2b%7ecs5.15.37-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-sprintf-js/node-sprintf-js_1.1.2%2bds1%2b%7e1.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-argparse/node-argparse_2.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-js-yaml/node-js-yaml_4.1.0%2bdfsg%2b%7e4.0.5-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-nopt/node-nopt_5.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-npm-run-path/node-npm-run-path_5.1.0%2b%7e4.0.0-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-shebang-regex/node-shebang-regex_3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-shebang-command/node-shebang-command_2.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-strip-bom/node-strip-bom_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-has-flag/node-has-flag_5.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-supports-color/node-supports-color_8.1.1%2b%7e8.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-util/node-util_0.12.5%2b%7e1.0.10-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-assert/node-assert_2.0.0%2b%7ecs3.9.8-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-plugin-add-module-exports/node-babel-plugin-add-module-exports_1.0.4%2bdfsg1%7ecs5.8.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regenerator/node-regenerator-runtime_0.15.2%2b%7e0.10.8-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel7/node-babel7-runtime_7.20.15%2bds1%2b%7ecs214.269.168-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-polyfills/node-babel-helper-define-polyfill-provider_0.3.3%7e0%7e20220913%2bds1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-polyfills/node-babel-plugin-polyfill-corejs2_0.3.3%7e0%7e20220913%2bds1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-caniuse-lite/node-caniuse-lite_1.0.30001620%2bdfsg%2b%7e1.0.5-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-electron-to-chromium/node-electron-to-chromium_1.4.773-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-picocolors/node-picocolors_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-browserslist/node-browserslist_4.23.0%2b%7ecs6.1.32-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-core-js/node-core-js-compat_3.33.2-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-polyfills/node-babel-plugin-polyfill-corejs3_0.6.0%7e0%7e20220913%2bds1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-polyfills/node-babel-plugin-polyfill-regenerator_0.4.1%7e0%7e20220913%2bds1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-color-name/node-color-name_1.1.4%2b%7e1.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-color-convert/node-color-convert_2.0.1%2b%7ecs2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ansi-styles/node-ansi-styles_6.2.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-chalk/node-chalk_5.3.0-1build1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-for-in/node-for-in_1.0.2-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-for-own/node-for-own_1.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-plain-object/node-is-plain-object_5.0.0-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-extendable/node-is-extendable_1.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-clone-deep/node-clone-deep_4.0.1%2b%7ecs7.0.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-commander/node-commander_9.4.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-core-js/node-core-js_3.33.2-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-core-js/node-core-js-pure_3.33.2-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fs-readdir-recursive/node-fs-readdir-recursive_1.1.0%2b%7e1.1.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-js-tokens/node-js-tokens_8.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-jsesc/node-jsesc_3.0.2%2b%7e3.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json5/node-json5_2.2.3%2bdfsg-1build1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-quick-lru/node-quick-lru_6.1.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regenerator/node-regenerator-transform_0.15.2%2b%7e0.10.8-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regjsgen/node-regjsgen_0.7.1%2bds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regjsparser/node-regjsparser_0.9.1%2bds-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unicode-canonical-property-names-ecmascript/node-unicode-canonical-property-names-ecmascript_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unicode-property-aliases-ecmascript/node-unicode-property-aliases-ecmascript_2.1.0%2bds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unicode-match-property-ecmascript/node-unicode-match-property-ecmascript_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unicode-match-property-value-ecmascript/node-unicode-match-property-value-ecmascript_2.1.0%2bds-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-regexpu-core/node-regexpu-core_5.2.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-source-map-support/node-source-map-support_0.5.21%2bds%2b%7e0.5.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-to-fast-properties/node-to-fast-properties_3.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-v8flags/node-v8flags_3.2.0%2b%7e3.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel7/node-babel7_7.20.15%2bds1%2b%7ecs214.269.168-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-arrayish/node-is-arrayish_0.3.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-error-ex/node-error-ex_1.3.2-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json-parse-better-errors/node-json-parse-better-errors_1.0.2%2b%7ecs3.3.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-parse-json/node-parse-json_5.2.0%2b%7ecs5.1.7-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-hosted-git-info/node-hosted-git-info_6.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-spdx-license-ids/node-spdx-license-ids_3.0.12-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-spdx-exceptions/node-spdx-exceptions_2.3.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-spdx-expression-parse/node-spdx-expression-parse_3.0.1%2b%7e3.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-spdx-correct/node-spdx-correct_3.1.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-validate-npm-package-license/node-validate-npm-package-license_3.0.4-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-normalize-package-data/node-normalize-package-data_4.0.1%2b%7e2.4.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-read-pkg/node-read-pkg_5.2.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-uuid/node-uuid_8.3.2%2b%7e8.3.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-isexe/node-isexe_2.0.0%2b%7e2.0.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-which/node-which_2.0.2%2b%7ecs1.3.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-typedarray/node-is-typedarray_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-typedarray-to-buffer/node-typedarray-to-buffer_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-write-file-atomic/node-write-file-atomic_4.0.2%2b%7e4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-slice-ansi/node-slice-ansi_5.0.0%2b%7ecs9.0.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ansi-regex/node-ansi-regex_5.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-strip-ansi/node-strip-ansi_6.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-clone/node-clone_2.1.2%2b%7e2.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-defaults/node-defaults_1.0.4%2b%7e1.0.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-wcwidth.js/node-wcwidth.js_1.0.2-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-string-width/node-string-width_4.2.3%2b%7ecs13.2.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-wrap-ansi/node-wrap-ansi_8.0.1%2b%7e8.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cliui/node-cliui_7.0.4%2brepack%2b%7ecs3.1.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-get-caller-file/node-get-caller-file_2.0.5%2b%7ecs1.1.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-require-directory/node-require-directory_2.1.1%2b%7e2.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-y18n/node-y18n_5.0.8%2b%7e5.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-camelcase/node-camelcase_7.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-yargs-parser/node-yargs-parser_21.1.1%2b%7e21.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-yargs/node-yargs_16.2.0%2b%7e16.0.4-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-istanbul/node-istanbul_0.4.5%2brepack10%2b%7ecs98.25.59-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-through/node-through_2.3.8%2b%7ecs0.0.30-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-resumer/node-resumer_0.0.0-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tape/node-tape_5.6.1%2b%7ecs8.20.19-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-deep-equal/node-deep-equal_2.2.3%2b%7ecs43.15.94-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-util/libjs-util_0.12.5%2b%7e1.0.10-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnet-http-perl/libnet-http-perl_6.23-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtry-tiny-perl/libtry-tiny-perl_0.31-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwww-robotrules-perl/libwww-robotrules-perl_6.02-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libw/libwww-perl/libwww-perl_6.77-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libl/liblwp-protocol-https-perl/liblwp-protocol-https-perl_6.14-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnet-smtp-ssl-perl/libnet-smtp-ssl-perl_1.04-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libm/libmailtools-perl/libmailtools-perl_2.21-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml-parser-perl/libxml-parser-perl_2.47-1build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml-twig-perl/libxml-twig-perl_3.52-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnet-dbus-perl/libnet-dbus-perl_1.2.0-2build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libu/libuv1/libuv1-dev_1.48.0-5_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/nodejs/libnode-dev_20.16.0%2bdfsg-1ubuntu1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
[ERROR] System package install failed with exit code 100 at command:
sudo apt-get install -qq -yy npm tzdata
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnotify/libnotify4_0.8.3-1build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libn/libnotify/libnotify-bin_0.8.3-1build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/r/re2/libre2-11_20240501-3build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libt/libtie-ixhash-perl/libtie-ixhash-perl_1.23-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libx11-protocol-perl/libx11-protocol-perl_0.56-9_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shape0_1.17.0-2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcomposite/libxcomposite1_0.4.5-1build3_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcursor/libxcursor1_1.2.2-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xft/libxft2_2.3.6-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxi/libxi6_1.8.2-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxinerama/libxinerama1_1.1.4-3build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxkbfile/libxkbfile1_1.1.0-1build4_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxml-xpathengine-perl/libxml-xpathengine-perl_0.14-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxrandr/libxrandr2_1.5.4-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxtst/libxtst6_1.2.3-1.1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxv/libxv1_1.0.11-1.1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86dga/libxxf86dga1_1.1.5-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/luit/luit_2.0.20221028-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/mesa-vulkan-drivers_24.2.8-1ubuntu1%7e24.10.1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-proxy-agents/node-agent-base_7.1.1%7e0%7e2024040606-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ajv-keywords/node-ajv-keywords_5.1.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ansi-escapes/node-ansi-escapes_5.0.0%2breally.4.3.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-aproba/node-aproba_2.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-delegates/node-delegates_1.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-are-we-there-yet/node-are-we-there-yet_3.0.1%2b%7e1.1.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-async-each/node-async-each_1.0.3-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-auto-bind/node-auto-bind_4.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-babel-plugin-lodash/node-babel-plugin-lodash_3.3.4%2b%7ecs2.0.1-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-object-visit/node-object-visit_1.0.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-map-visit/node-map-visit_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-collection-visit/node-collection-visit_1.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-get-value/node-get-value_3.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-sellside-emitter/node-sellside-emitter_1.2.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-primitive/node-is-primitive_3.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-set-value/node-set-value_4.1.0%2b%7e4.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-union-value/node-union-value_2.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-has-values/node-has-values_2.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-has-value/node-has-value_2.0.2-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unset-value/node-unset-value_2.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cache-base/node-cache-base_4.0.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mixin-deep/node-mixin-deep_2.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-pascalcase/node-pascalcase_1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-base/node-base_3.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-base64-js/node-base64-js_1.5.1%2bdfsg%2b%7e1.3.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-binary-extensions/node-binary-extensions_2.2.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-builtins/node-builtins_5.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-chownr/node-chownr_2.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-iconv-lite/node-iconv-lite_0.6.3-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-encoding/node-encoding_0.1.13-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-jsonparse/node-jsonparse_1.3.1-10_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-yallist/node-yallist_4.0.0%2b%7e4.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-minipass/node-minipass_5.0.0%2b%7ecs10.3.21-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-iferr/node-iferr_1.0.2%2b%7e1.0.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fs-write-stream-atomic/node-fs-write-stream-atomic_1.0.10-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-run-queue/node-run-queue_2.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-copy-concurrently/node-copy-concurrently_1.0.5-9_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-move-concurrently/node-move-concurrently_1.0.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-promise-inflight/node-promise-inflight_1.0.1%2b%7e1.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ssri/node-ssri_9.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-unique-filename/node-unique-filename_1.1.1%2bds-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cacache/node-cacache_17.0.3%2b%7ecs10.3.7-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-is-binary-path/node-is-binary-path_2.1.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-path-is-absolute/node-path-is-absolute_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-set-immediate-shim/node-set-immediate-shim_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-readdirp/node-readdirp_3.6.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-chokidar/node-chokidar_3.6.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tslib/node-tslib_2.4.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-chrome-trace-event/node-chrome-trace-event_1.0.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ci-info/node-ci-info_4.0.0%2b%7ecs1.1.0-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cli-boxes/node-cli-boxes_3.0.0-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-restore-cursor/node-restore-cursor_4.0.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cli-cursor/node-cli-cursor_4.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cli-truncate/node-cli-truncate_2.1.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/c/colors.js/node-color_1.4.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-columnify/node-columnify_1.6.0%2b%7e1.5.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-console-control-strings/node-console-control-strings_1.1.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-growl/node-growl_1.10.5-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-lcov-parse/node-lcov-parse_1.0.0%2b20170612git80d039574ed9-6_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-log-driver/node-log-driver_1.2.7%2bgit%2b20180219%2bbba1761737-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-proxy-agents/node-data-uri-to-buffer_6.0.2%7e0%7e2024040606-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fetch/node-fetch_3.3.2%2b%7ecs11.4.11-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-coveralls/node-coveralls_3.1.1-2build1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-css-selector-tokenizer/node-css-selector-tokenizer_0.8.0%2b%7ecs4.8.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-postcss/node-postcss_8.4.39%2b%7ecs9.2.29-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-icss-utils/node-icss-utils_5.1.0%2b%7e5.1.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-postcss-modules-extract-imports/node-postcss-modules-extract-imports_3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-postcss-modules-values/node-postcss-modules-values_4.0.0%2b%7e4.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-postcss-value-parser/node-postcss-value-parser_4.2.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-prr/node-prr_1.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-errno/node-errno_1.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-memory-fs/node-memory-fs_0.5.0%2b%7e0.3.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tapable/node-tapable_2.2.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-enhanced-resolve/node-enhanced-resolve_5.15.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-es-module-lexer/node-es-module-lexer_1.1.0%2bdfsg-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-events/node-events_3.3.0%2b%7e3.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-resolve-cwd/node-resolve-cwd_3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-jest/node-jest-debbundle_29.6.2%7eds1%2b%7ecs73.45.28-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-interpret/node-interpret_2.2.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-merge-stream/node-merge-stream_2.0.0%2b%7e1.1.2-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-jest/node-jest-worker_29.6.2%7eds1%2b%7ecs73.45.28-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-loader-runner/node-loader-runner_4.3.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mime/node-mime_3.0.0%2bdfsg%2b%7ecs6.97.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mime-types/node-mime-types_2.1.35-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-rechoir/node-rechoir_0.8.0%2b%7e0.6.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-schema-utils/node-schema-utils_4.2.0%7eds-3build3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-randombytes/node-randombytes_2.1.0%2b%7e2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-serialize-javascript/node-serialize-javascript_6.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-watchpack/node-watchpack_2.4.0%2b%7ecs2.8.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-webassemblyjs/node-webassemblyjs_1.11.4%2bdfsg%2b%7ecs10.11.17-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-source-list-map/node-source-list-map_2.0.1%2bdfsg%2b%7e0.1.2-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-webpack-sources/node-webpack-sources_3.2.3%2b%7e3.2.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-terser/node-terser_5.31.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-terser/terser_5.31.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-get-stream/node-get-stream_8.0.1-11_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mimic-fn/node-mimic-fn_4.0.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-strip-eof/node-strip-eof_3.0.0-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-execa/node-execa_8.0.1%2bdfsg1%2b%7ecs12.0.0-1build2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-envinfo/node-envinfo_7.11.0%2b%7ecs14.3.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-webpack/webpack_5.76.1%2bdfsg2%2b%7ecs10.8.15-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-css-loader/node-css-loader_6.8.1%2b%7ecs14.0.17-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mimic-response/node-mimic-response_3.1.0-8_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-decompress-response/node-decompress-response_6.0.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-diff/node-diff_5.0.0%7edfsg%2b%7e5.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-err-code/node-err-code_2.0.3%2bdfsg-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-time-stamp/node-time-stamp_2.2.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-fancy-log/node-fancy-log_1.3.3%2b%7ecs1.3.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-has-unicode/node-has-unicode_2.0.1-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-wide-align/node-wide-align_1.1.3-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-gauge/node-gauge_4.0.4-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-lowercase-keys/node-lowercase-keys_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-json-buffer/node-json-buffer_3.0.1%2b%7e3.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-p-cancelable/node-p-cancelable_2.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-got/node-got_11.8.5%2b%7ecs58.13.36-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-proxy-agents/node-http-proxy-agent_7.0.2%7e0%7e2024040606-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-proxy-agents/node-https-proxy-agent_7.0.4%7e0%7e2024040606-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ieee754/node-ieee754_1.2.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ip/node-ip_2.0.1%2b%7e1.1.3-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ip-regex/node-ip-regex_4.3.0%2b%7e4.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-read-package-json/node-read-package-json_5.0.2%2b%7e2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-npm-bundled/node-npm-bundled_2.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-osenv/node-osenv_0.1.5%2b%7e0.1.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-validate-npm-package-name/node-validate-npm-package-name_5.0.0%2b%7e4.0.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-npm-package-arg/node-npm-package-arg_10.0.0%2b%7e3.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xdg-utils/xdg-utils_1.2.1-0ubuntu1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-opener/node-opener_1.5.2%2b%7e1.4.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-retry/node-retry_0.13.1.%2b%7ecs2.19.16-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-promise-retry/node-promise-retry_2.0.1-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-mute-stream/node-mute-stream_0.0.8%2b%7e0.0.1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-read/node-read_1.0.7-5_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-promzard/node-promzard_0.3.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-re2/node-re2_1.20.12%2b%7ecs2.13.13-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-require-from-string/node-require-from-string_2.0.2%2b%7e1.2.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-set-blocking/node-set-blocking_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-shell-quote/node-shell-quote_1.7.4%2b%7e1.7.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-stack-utils/node-stack-utils_2.0.6%2b%7e2.0.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-yaml/node-yaml_2.3.4%2b%7ecs0.4.0-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tap-parser/node-tap-parser_13.0.1%2b%7ecs4.1.3-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tap-mocha-reporter/node-tap-mocha-reporter_5.0.3%2b%7e2.0.2-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-text-table/node-text-table_0.2.0-4_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-widest-line/node-widest-line_3.1.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/nodejs/nodejs-doc_20.16.0%2bdfsg-1ubuntu1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libglvnd0_1.7.0-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libglx0_1.7.0-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libgl1_1.7.0-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/x11-utils/x11-utils_7.7%2b7_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/x11-xserver-utils/x11-xserver-utils_7.7%2b10build2_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libegl1_1.7.0-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libg/libglvnd/libgles2_1.7.0-1build1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/z/zutty/zutty_0.16.0.20240607%2bdfsg1-1_amd64.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/liba/libauthen-sasl-perl/libauthen-sasl-perl_2.1700-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-cli-table/node-cli-table_0.3.11%2b%7ecs0.13.4-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-depd/node-depd_2.0.0-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-npmlog/node-npmlog_7.0.1%2b%7e4.1.4-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tar/node-tar_6.2.1%2b%7ecs7.0.8-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-gyp/node-gyp_9.3.0-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ini/node-ini_3.0.1-2_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-negotiator/node-negotiator_0.6.3%2b%7e0.6.1-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-ws/node-ws_8.18.0%2b%7ecs13.7.11-1_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/node-tap/node-tap_16.3.7%2bds1%2b%7ecs50.9.19-7_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/n/npm/npm_9.2.0%7eds1-3_all.deb  403  Forbidden [IP: 2620:2d:4000:1::102 80]
- E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR] These packages are still missing: npm tzdata


[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.


"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-timezones.dev timmy-lwt.dev timmy-jsoo.dev $DEPS" failed with exit status 10
2025-06-02 23:58.41: Job failed: Failed: Build failed