Organisationskit-ty-katelabrys0ed178 (master)ubuntu-22.04-4.14_opam-2.1

ubuntu-22.04-4.14_opam-2.1

Logs

Show full logs
2024-06-17 12:43.28: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:ubuntu-22.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
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:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e
# ubuntu-22.04-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 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.3.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.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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-06-17 12:43.28: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e-ubuntu-22.04-4.14_opam-2.1-5bd31c26946143ce4d8948bdf5550ffd"
2024-06-17 12:43.28: Using OBuilder spec:
((from ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e)
 (comment ubuntu-22.04-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 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.3.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.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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-06-17 12:43.28: Waiting for resource in pool OCluster
2024-06-18 19:49.55: Waiting for worker…
2024-06-18 20:03.17: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/labrys.git-72fef864d3675ef07e1504a20f6627589862938b/.git/
HEAD is now at 0ed178a Always call llc during the tests in CI

(from ocaml/opam@sha256:470dadd201dde5d7b553868d3625a6c0d1ee285646b3a40a444646fb3e03ce9e)
2024-06-18 20:04.18 ---> saved as "174a649f3074b63afe10ebc69abeac72a9d58326f9dac3e9d77ed5ff21bc8a87"

/: (comment ubuntu-22.04-4.14_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-18 20:04.18 ---> saved as "cb317fc9326f8e589518e903c13b5227a581fe88d3c07ed4651c7b6fa12d045d"

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-18 20:05.37 ---> saved as "d2b13812fcd76a8683f694c093b8a182e9585fddb09a13646afbe16cc68a8d26"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-18 20:05.38 ---> saved as "57c43a832b19014045bda310ba1a4a309a2e5d375418ae089601e0a8eb9e1f35"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-06-18 20:05.38 ---> saved as "79a30ce39de1cbe103bf08304e1152e26780d767d2ae2087859fe57b6a65de0d"

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

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

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

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

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

/src: (copy (src labrys.opam) (dst ./))
2024-06-18 20:11.19 ---> saved as "8de5fb87a94b91e7986248e5640b4dca6f3bc0b43a4f93fbed11009a7a2b0ba9"

/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-06-18 20:11.28 ---> saved as "3900cb306aea66d073f0749a335f161baf51db08bd3f7e9c7dcff68ae32f0995"

/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.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.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 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.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:2 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1921 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2474 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1092 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.8 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2546 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1392 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2187 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.8 kB]
- Fetched 12.1 MB in 2s (6876 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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    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 libpython3.10-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 ... 15637 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.3_amd64.deb ...
- Unpacking python3.10-minimal (3.10.12-1~22.04.3) ...
- Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.3) ...
- Setting up python3.10-minimal (3.10.12-1~22.04.3) ...
- 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 ... 15933 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1~22.04) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_7.0.0_all.deb ...
- Unpacking media-types (7.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.3_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.12-1~22.04.3_amd64.deb ...
- Unpacking python3.10 (3.10.12-1~22.04.3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
- Setting up python3-minimal (3.10.6-1~22.04) ...
- 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 ... 16335 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.10.6-1~22.04_amd64.deb ...
- Unpacking python3 (3.10.6-1~22.04) ...
- Selecting previously unselected package libpython2.7-minimal:amd64.
- Preparing to unpack .../01-libpython2.7-minimal_2.7.18-13ubuntu1.2_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.18-13ubuntu1.2) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../02-python2.7-minimal_2.7.18-13ubuntu1.2_amd64.deb ...
- Unpacking python2.7-minimal (2.7.18-13ubuntu1.2) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../03-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../04-libxml2_2.9.13+dfsg-1ubuntu0.4_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../05-libyaml-0-2_0.2.2-1build2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../06-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
- Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../07-python3-yaml_5.4.1-1ubuntu1_amd64.deb ...
- Unpacking python3-yaml (5.4.1-1ubuntu1) ...
- Selecting previously unselected package libpipeline1:amd64.
- Preparing to unpack .../08-libpipeline1_1.5.5-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.5-1) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../09-libuv1_1.43.0-1ubuntu0.1_amd64.deb ...
- Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../10-binfmt-support_2.2.1-2_amd64.deb ...
- Unpacking binfmt-support (2.2.1-2) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../11-libarchive13_3.6.0-1ubuntu1.1_amd64.deb ...
- Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.1) ...
- Selecting previously unselected package libjsoncpp25:amd64.
- Preparing to unpack .../12-libjsoncpp25_1.9.5-3_amd64.deb ...
- Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../13-librhash0_1.4.2-1ubuntu1_amd64.deb ...
- Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
- Selecting previously unselected package dh-elpa-helper.
- Preparing to unpack .../14-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
- Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
- Selecting previously unselected package emacsen-common.
- Preparing to unpack .../15-emacsen-common_3.0.4_all.deb ...
- Unpacking emacsen-common (3.0.4) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../16-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ...
- Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../17-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ...
- Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../18-icu-devtools_70.1-2_amd64.deb ...
- Unpacking icu-devtools (70.1-2) ...
- Selecting previously unselected package libllvm11:amd64.
- Preparing to unpack .../19-libllvm11_1%3a11.1.0-6_amd64.deb ...
- Unpacking libllvm11:amd64 (1:11.1.0-6) ...
- Selecting previously unselected package libclang-cpp11.
- Preparing to unpack .../20-libclang-cpp11_1%3a11.1.0-6_amd64.deb ...
- Unpacking libclang-cpp11 (1:11.1.0-6) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../21-libicu-dev_70.1-2_amd64.deb ...
- Unpacking libicu-dev:amd64 (70.1-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../22-libncurses-dev_6.3-2ubuntu0.1_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.3-2ubuntu0.1) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../23-libpython2.7-stdlib_2.7.18-13ubuntu1.2_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.18-13ubuntu1.2) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../24-libtinfo-dev_6.3-2ubuntu0.1_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.3-2ubuntu0.1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../25-libxml2-dev_2.9.13+dfsg-1ubuntu0.4_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
- Selecting previously unselected package llvm-11-runtime.
- Preparing to unpack .../26-llvm-11-runtime_1%3a11.1.0-6_amd64.deb ...
- Unpacking llvm-11-runtime (1:11.1.0-6) ...
- Selecting previously unselected package llvm-11-linker-tools.
- Preparing to unpack .../27-llvm-11-linker-tools_1%3a11.1.0-6_amd64.deb ...
- Unpacking llvm-11-linker-tools (1:11.1.0-6) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../28-libpfm4_4.11.1+git32-gd0b85fb-1ubuntu0.1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ...
- Selecting previously unselected package llvm-11.
- Preparing to unpack .../29-llvm-11_1%3a11.1.0-6_amd64.deb ...
- Unpacking llvm-11 (1:11.1.0-6) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../30-libffi-dev_3.4.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.2-4) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../31-python3-pygments_2.11.2+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.11.2+dfsg-2) ...
- Selecting previously unselected package llvm-11-tools.
- Preparing to unpack .../32-llvm-11-tools_1%3a11.1.0-6_amd64.deb ...
- Unpacking llvm-11-tools (1:11.1.0-6) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../33-libz3-4_4.8.12-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../34-libz3-dev_4.8.12-1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-1) ...
- Selecting previously unselected package llvm-11-dev.
- Preparing to unpack .../35-llvm-11-dev_1%3a11.1.0-6_amd64.deb ...
- Unpacking llvm-11-dev (1:11.1.0-6) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../36-python2.7_2.7.18-13ubuntu1.2_amd64.deb ...
- Unpacking python2.7 (2.7.18-13ubuntu1.2) ...
- Setting up media-types (7.0.0) ...
- Setting up libpipeline1:amd64 (1.5.5-1) ...
- Setting up libncurses-dev:amd64 (6.3-2ubuntu0.1) ...
- Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
- Setting up libffi-dev:amd64 (3.4.2-4) ...
- Setting up libz3-4:amd64 (4.8.12-1) ...
- Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ...
- Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1ubuntu0.1) ...
- Setting up libpython2.7-minimal:amd64 (2.7.18-13ubuntu1.2) ...
- Setting up emacsen-common (3.0.4) ...
- Setting up python2.7-minimal (2.7.18-13ubuntu1.2) ...
- Linking and byte-compiling packages for runtime python2.7...
- Setting up dh-elpa-helper (2.0.9ubuntu1) ...
- Setting up binfmt-support (2.2.1-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libjsoncpp25:amd64 (1.9.5-3) ...
- Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
- Setting up libmpdec3:amd64 (2.5.1-2build2) ...
- Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libtinfo-dev:amd64 (6.3-2ubuntu0.1) ...
- Setting up libz3-dev:amd64 (4.8.12-1) ...
- Setting up libpython2.7-stdlib:amd64 (2.7.18-13ubuntu1.2) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.3) ...
- Setting up icu-devtools (70.1-2) ...
- Setting up libicu-dev:amd64 (70.1-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
- Setting up python3.10 (3.10.12-1~22.04.3) ...
- Setting up python2.7 (2.7.18-13ubuntu1.2) ...
- Setting up libarchive13:amd64 (3.6.0-1ubuntu1.1) ...
- Setting up python3 (3.10.6-1~22.04) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.4) ...
- Setting up libllvm11:amd64 (1:11.1.0-6) ...
- Setting up llvm-11-linker-tools (1:11.1.0-6) ...
- Setting up cmake (3.22.1-1ubuntu1.22.04.2) ...
- Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
- Setting up llvm-11-runtime (1:11.1.0-6) ...
- Setting up llvm-11 (1:11.1.0-6) ...
- Setting up python3-yaml (5.4.1-1ubuntu1) ...
- Setting up libclang-cpp11 (1:11.1.0-6) ...
- Setting up python3-pygments (2.11.2+dfsg-2) ...
- Setting up llvm-11-tools (1:11.1.0-6) ...
- Setting up llvm-11-dev (1:11.1.0-6) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
2024-06-18 20:12.12 ---> saved as "4b58d4fc203e6ca3582bfcb862ba81aaf43eee03cab8a06b3dc8986f6b97b20d"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-llvm.11.0.0  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.11.0.0)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-llvm.11.0.0
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers-data.3.13.1  (cached)
-> retrieved conf-python-2-7.1.2  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-python-2-7.1.2
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dune-private-libs.3.16.0  (cached)
-> retrieved dune-site.3.16.0  (cached)
-> retrieved dyn.3.16.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> installed cmdliner.1.3.0
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved msgpack.1.3.0  (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ordering.3.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed num.1.5
-> retrieved stdune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> retrieved llvm.11.0.0  (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz)
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed dune.3.16.0
-> 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 msgpack.1.3.0
-> installed dune-configurator.3.16.0
-> installed integers.0.7.0
-> installed ordering.3.16.0
-> installed re.1.11.0
-> installed dyn.3.16.0
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.16.0
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.16.0
-> installed dune-site.3.16.0
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-18 20:15.20 ---> saved as "cebb576ca45ab1e370b6b006136c898d1770b594c3a236c6a50bad42f4276807"

/src: (copy (src .) (dst /src))
2024-06-18 20:15.20 ---> saved as "2af5c8c0e3407fd07eebe528a018132906861a8f7bd6ca03aa666e68962c01a8"

/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-06-18 20:15.31 ---> saved as "5acc545fccd9b6b29896952552ed95a8b374bc7759fd04ff0510a4f380e1bb2c"
Job succeeded
2024-06-18 20:15.31: Job succeeded