Organisationskit-ty-katelabrys0ed178 (master)debian-10-4.14_opam-2.1

debian-10-4.14_opam-2.1

Logs

Show full logs
2024-05-10 15:38.42: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:debian-10-4.14_opam-2.1)
Base: ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
# debian-10-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

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

2024-05-10 15:38.42: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f-debian-10-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-05-10 15:38.42: Using OBuilder spec:
((from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
 (comment debian-10-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-05-10 15:38.42: Waiting for resource in pool OCluster
2024-05-11 02:15.03: Waiting for worker…
2024-05-11 02:18.49: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI

(from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
2024-05-11 02:18.49 ---> using "475f54aefad2f2dc70da95751d4f9e5faea57042851efc6122783ad4185f6de6" from cache

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

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:18.49 ---> using "cc2899cc08be5d27f21b207d2b5e0093d8e8bca1f06a7db4b31490afbdd11c25" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:18.49 ---> using "74c2d2421e9ad373180d09742dcc14b44eb0499e5bcdf7f3cb3acdbf685fa6f0" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:18.49 ---> using "e16b0d9e75de6711e3c04d90f8d2b1a778fd84372412401c801e6ccb826ec033" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:18.49 ---> using "49708b2c07514a880edbf2e0dc67f99079713f9fd58ccd9630304b866a927f21" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:18.49 ---> using "616fde3ce7fb10739f4c1c1752b810f9499888d0f92f22e08998cfba77d1f0a1" from cache

/src: (copy (src labrys.opam) (dst ./))
2024-05-11 02:18.49 ---> saved as "3e54ba3a72c783d1d4a7482c1a60469aa8a26673cb66554c8606698a6dd2d0bd"

/src: (run (network host)
           (shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2024-05-11 02:18.54 ---> saved as "354b01f1892e1f1a43a0ea02feea95006f71cee5f9b4146e49ab4bb90a472af2"

/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3")

/src: (env CI true)

/src: (env OCAMLCI true)

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

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package 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:
    cmake llvm-11-dev python2.7

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "llvm-11-dev" "python2.7"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython2.7-minimal:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17398 files and directories currently installed.)
- Preparing to unpack .../libpython2.7-minimal_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../python2.7-minimal_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking python2.7-minimal (2.7.16-2+deb10u4) ...
- Selecting previously unselected package libpython3.7-minimal:amd64.
- Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u7_amd64.deb ...
- Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u7) ...
- Selecting previously unselected package python3.7-minimal.
- Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u7_amd64.deb ...
- Unpacking python3.7-minimal (3.7.3-2+deb10u7) ...
- Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u7) ...
- Setting up python3.7-minimal (3.7.3-2+deb10u7) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17852 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
- Unpacking python3-minimal (3.7.3-1) ...
- Selecting previously unselected package mime-support.
- Preparing to unpack .../1-mime-support_3.62_all.deb ...
- Unpacking mime-support (3.62) ...
- Selecting previously unselected package libmpdec2:amd64.
- Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
- Unpacking libmpdec2:amd64 (2.4.2-2) ...
- Selecting previously unselected package libpython3.7-stdlib:amd64.
- Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u7_amd64.deb ...
- Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u7) ...
- Selecting previously unselected package python3.7.
- Preparing to unpack .../4-python3.7_3.7.3-2+deb10u7_amd64.deb ...
- Unpacking python3.7 (3.7.3-2+deb10u7) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
- Setting up python3-minimal (3.7.3-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18289 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
- Unpacking python3 (3.7.3-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../01-libncurses6_6.1+20181013-2+deb10u5_amd64.deb ...
- Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u5) ...
- Selecting previously unselected package libprocps7:amd64.
- Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
- Unpacking libprocps7:amd64 (2:3.3.15-2) ...
- Selecting previously unselected package procps.
- Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
- Unpacking procps (2:3.3.15-2) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../04-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../05-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
- Selecting previously unselected package file.
- Preparing to unpack .../06-file_1%3a5.35-4+deb10u2_amd64.deb ...
- Unpacking file (1:5.35-4+deb10u2) ...
- Selecting previously unselected package libicu63:amd64.
- Preparing to unpack .../07-libicu63_63.1-6+deb10u3_amd64.deb ...
- Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../08-libxml2_2.9.4+dfsg1-7+deb10u6_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../09-libpython2.7-stdlib_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../10-python2.7_2.7.16-2+deb10u4_amd64.deb ...
- Unpacking python2.7 (2.7.16-2+deb10u4) ...
- Selecting previously unselected package libpipeline1:amd64.
- Preparing to unpack .../11-libpipeline1_1.5.1-2_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.1-2) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../12-binfmt-support_2.2.0-2_amd64.deb ...
- Unpacking binfmt-support (2.2.0-2) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../13-cmake-data_3.13.4-1_all.deb ...
- Unpacking cmake-data (3.13.4-1) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../14-libarchive13_3.3.3-4+deb10u3_amd64.deb ...
- Unpacking libarchive13:amd64 (3.3.3-4+deb10u3) ...
- Selecting previously unselected package libjsoncpp1:amd64.
- Preparing to unpack .../15-libjsoncpp1_1.7.4-3_amd64.deb ...
- Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../16-librhash0_1.3.8-1_amd64.deb ...
- Unpacking librhash0:amd64 (1.3.8-1) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../17-libuv1_1.24.1-1+deb10u2_amd64.deb ...
- Unpacking libuv1:amd64 (1.24.1-1+deb10u2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../18-cmake_3.13.4-1_amd64.deb ...
- Unpacking cmake (3.13.4-1) ...
- Selecting previously unselected package libllvm11:amd64.
- Preparing to unpack .../19-libllvm11_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking libllvm11:amd64 (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package libclang-cpp11.
- Preparing to unpack .../20-libclang-cpp11_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking libclang-cpp11 (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../21-libffi-dev_3.2.1-9_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.2.1-9) ...
- Selecting previously unselected package libgpm2:amd64.
- Preparing to unpack .../22-libgpm2_1.20.7-5_amd64.deb ...
- Unpacking libgpm2:amd64 (1.20.7-5) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../23-libncurses-dev_6.1+20181013-2+deb10u5_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.1+20181013-2+deb10u5) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../24-libpfm4_4.10.1+git10-gd2a5b56-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.10.1+git10-gd2a5b56-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../25-libtinfo-dev_6.1+20181013-2+deb10u5_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.1+20181013-2+deb10u5) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../26-libyaml-0-2_0.2.1-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../27-libz3-4_4.4.1-1~deb10u1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.4.1-1~deb10u1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../28-libz3-dev_4.4.1-1~deb10u1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.4.1-1~deb10u1) ...
- Selecting previously unselected package llvm-11-runtime.
- Preparing to unpack .../29-llvm-11-runtime_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking llvm-11-runtime (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package llvm-11.
- Preparing to unpack .../30-llvm-11_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking llvm-11 (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../31-python3-pygments_2.3.1+dfsg-1+deb10u2_all.deb ...
- Unpacking python3-pygments (2.3.1+dfsg-1+deb10u2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../32-python3-yaml_3.13-2_amd64.deb ...
- Unpacking python3-yaml (3.13-2) ...
- Selecting previously unselected package llvm-11-tools.
- Preparing to unpack .../33-llvm-11-tools_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking llvm-11-tools (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package llvm-11-dev.
- Preparing to unpack .../34-llvm-11-dev_1%3a11.0.1-2~deb10u1_amd64.deb ...
- Unpacking llvm-11-dev (1:11.0.1-2~deb10u1) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../35-psmisc_23.2-1+deb10u1_amd64.deb ...
- Unpacking psmisc (23.2-1+deb10u1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../36-python3-pkg-resources_40.8.0-1_all.deb ...
- Unpacking python3-pkg-resources (40.8.0-1) ...
- Setting up libpipeline1:amd64 (1.5.1-2) ...
- Setting up libgpm2:amd64 (1.20.7-5) ...
- Setting up mime-support (3.62) ...
- Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
- Setting up psmisc (23.2-1+deb10u1) ...
- Setting up libyaml-0-2:amd64 (0.2.1-1) ...
- Setting up libprocps7:amd64 (2:3.3.15-2) ...
- Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
- Setting up file (1:5.35-4+deb10u2) ...
- Setting up libffi-dev:amd64 (3.2.1-9) ...
- Setting up libicu63:amd64 (63.1-6+deb10u3) ...
- Setting up libz3-4:amd64 (4.4.1-1~deb10u1) ...
- Setting up libuv1:amd64 (1.24.1-1+deb10u2) ...
- Setting up libpfm4:amd64 (4.10.1+git10-gd2a5b56-1) ...
- Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u4) ...
- Setting up libllvm11:amd64 (1:11.0.1-2~deb10u1) ...
- Setting up python2.7-minimal (2.7.16-2+deb10u4) ...
- Linking and byte-compiling packages for runtime python2.7...
- Setting up libncurses6:amd64 (6.1+20181013-2+deb10u5) ...
- Setting up binfmt-support (2.2.0-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up librhash0:amd64 (1.3.8-1) ...
- Setting up procps (2:3.3.15-2) ...
- update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
- Setting up cmake-data (3.13.4-1) ...
- Setting up libmpdec2:amd64 (2.4.2-2) ...
- Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ...
- Setting up libjsoncpp1:amd64 (1.7.4-3) ...
- Setting up libz3-dev:amd64 (4.4.1-1~deb10u1) ...
- Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u7) ...
- Setting up libncurses-dev:amd64 (6.1+20181013-2+deb10u5) ...
- Setting up llvm-11-runtime (1:11.0.1-2~deb10u1) ...
- Setting up libarchive13:amd64 (3.3.3-4+deb10u3) ...
- Setting up llvm-11 (1:11.0.1-2~deb10u1) ...
- Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u4) ...
- Setting up libclang-cpp11 (1:11.0.1-2~deb10u1) ...
- Setting up cmake (3.13.4-1) ...
- Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
- Setting up libtinfo-dev:amd64 (6.1+20181013-2+deb10u5) ...
- Setting up python3.7 (3.7.3-2+deb10u7) ...
- Setting up python2.7 (2.7.16-2+deb10u4) ...
- Setting up python3 (3.7.3-1) ...
- running python rtupdate hooks for python3.7...
- running python post-rtupdate hooks for python3.7...
- Setting up python3-pygments (2.3.1+dfsg-1+deb10u2) ...
- Setting up python3-pkg-resources (40.8.0-1) ...
- Setting up python3-yaml (3.13-2) ...
- Setting up llvm-11-tools (1:11.0.1-2~deb10u1) ...
- Setting up llvm-11-dev (1:11.0.1-2~deb10u1) ...
- Processing triggers for libc-bin (2.28-10+deb10u2) ...
2024-05-11 02:19.27 ---> saved as "2215d86aadf0c0406253c119065605108fc34fc642b285a782abf1fafbf976dc"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-bash         1
  - install num               1.5
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install dune              3.15.2
  - install conf-python-2-7   1.2
  - install conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install stdlib-shims      0.3.0
  - install re                1.11.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.15.2
  - install menhirSdk         20231231
  - install menhirLib         20231231
  - install menhirCST         20231231
  - install either            1.0.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install integers          0.7.0
  - install dyn               3.15.2
  - install menhir            20231231
  - install dune-configurator 3.15.2
  - install stdune            3.15.2
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.15.2
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.15.2
===== 36 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved containers-data.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-llvm.11.0.0
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune-private-libs.3.15.2  (cached)
-> retrieved dune-site.3.15.2  (cached)
-> retrieved dyn.3.15.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> installed cmdliner.1.2.0
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved msgpack.1.3.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ordering.3.15.2  (cached)
-> retrieved stdune.3.15.2  (cached)
-> installed num.1.5
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved llvm.11.0.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed msgpack.1.3.0
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed pp.1.2.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed re.1.11.0
-> installed ordering.3.15.2
-> installed dune-configurator.3.15.2
-> installed dyn.3.15.2
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.15.2
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.15.2
-> installed dune-site.3.15.2
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:21.58 ---> saved as "363f04bdd15babfcfc88c3848c1e1edefea5210e9e2f8425b36d0adbd2c8e5c7"

/src: (copy (src .) (dst /src))
2024-05-11 02:21.58 ---> saved as "956110173afcd7112544c36c26326dd3e7914bfaf9cd8727a87e4a5fb5479f1a"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw)
Compiling Prelude
Module Prelude compiled
2024-05-11 02:22.05 ---> saved as "49f31560708ff86a246549e017853a1602333b26020e2fc5afc354e2f053dd78"
Job succeeded
2024-05-11 02:22.05: Job succeeded