2025-09-16 10:11.22: 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.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0
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:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0
# ubuntu-22.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
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.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-09-16 10:11.22: Using cache hint "kit-ty-kate/labrys-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0-ubuntu-22.04-4.14_opam-2.4-92e8fe05da255aac19e1eff7e3a6d884"
2025-09-16 10:11.22: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0)
(comment ubuntu-22.04-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src labrys.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn labrys.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(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.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4")
(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.4 --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"))
)
2025-09-16 10:11.22: Waiting for resource in pool OCluster
2025-09-16 10:42.17: Waiting for worker…
2025-09-16 10:45.18: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI
(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0' locally
docker.io/ocaml/opam@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0: Pulling from ocaml/opam
2bf01afabfb3: Pulling fs layer
0c4c73378cbb: Pulling fs layer
32ff58dcdf62: Pulling fs layer
1fdc92e78b50: Pulling fs layer
2bf01afabfb3: Waiting
3a95fa8fb957: Pulling fs layer
32ff58dcdf62: Waiting
0c4c73378cbb: Waiting
1fdc92e78b50: Waiting
0c4c73378cbb: Verifying Checksum
0c4c73378cbb: Download complete
32ff58dcdf62: Download complete
1fdc92e78b50: Verifying Checksum
1fdc92e78b50: Download complete
3a95fa8fb957: Download complete
2bf01afabfb3: Verifying Checksum
2bf01afabfb3: Download complete
2bf01afabfb3: Pull complete
0c4c73378cbb: Pull complete
32ff58dcdf62: Pull complete
1fdc92e78b50: Pull complete
3a95fa8fb957: Pull complete
Digest: sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0
Status: Downloaded newer image for ocaml/opam@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0
2025-09-16 10:45.19 ---> using "9788e33ef607d2b7d16da1da8c9768e17c160a2726ede1f146b519665e9cf0d1" from cache
/: (comment ubuntu-22.04-4.14_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-16 10:45.19 ---> using "36309014802b5585a47bd941a41e09e7bccd90cf2b9c5e55446ac06000110e29" 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.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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-16 10:45.19 ---> using "367fe7bbb11f9e19633334a09f69b69b2e93cd97a20ba7b1a5418f08fd1b587c" 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.4.1
2025-09-16 10:45.19 ---> using "a63d95c5e399e3449ec90f817a72a36dd76b8b3aacf2c62fbcb73512facb171a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:45.19 ---> using "e52c3de1fb615b52180169c08dfe256d7833f99199c243c0acfbb71c9b3b81c4" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee24528071..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-16 10:45.19 ---> using "35cfd2a516f805b236bc932204acfb3f1e62c8559e62b9d18784a097eb8d85db" from cache
/src: (copy (src labrys.opam) (dst ./))
2025-09-16 10:45.20 ---> saved as "6669ccd6eaf0ccd6a375c53dc5ab2cbda0280cd7d1581f89164fc9a5417eb13f"
/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)
2025-09-16 10:45.24 ---> saved as "d64ff559c6bc5bfca5022f188888d309b47e848ffec20c9c7c1f2b3e57c5f0fd"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:45.25 ---> saved as "f36253ca70cf23e4d53dcd2a5cf49150fd562c81777ab266faf69aaada7824be"
/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.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4")
/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.4 --depext-only -y labrys.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [80.3 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3311 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1274 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5441 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3624 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1581 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5627 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [88.8 kB]
- Fetched 21.4 MB in 5s (4371 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.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:
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 ... 15645 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.11_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.11) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.11_amd64.deb ...
- Unpacking python3.10-minimal (3.10.12-1~22.04.11) ...
- Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.11) ...
- Setting up python3.10-minimal (3.10.12-1~22.04.11) ...
- 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 ... 15941 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1~22.04.1) ...
- 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.11_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.11) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.12-1~22.04.11_amd64.deb ...
- Unpacking python3.10 (3.10.12-1~22.04.11) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3-minimal (3.10.6-1~22.04.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 ... 16343 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3 (3.10.6-1~22.04.1) ...
- Selecting previously unselected package libpython2.7-minimal:amd64.
- Preparing to unpack .../01-libpython2.7-minimal_2.7.18-13ubuntu1.5_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.18-13ubuntu1.5) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../02-python2.7-minimal_2.7.18-13ubuntu1.5_amd64.deb ...
- Unpacking python2.7-minimal (2.7.18-13ubuntu1.5) ...
- 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.9_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
- 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.3_all.deb ...
- Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.3) ...
- 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.5_amd64.deb ...
- Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.5) ...
- 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.5_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.18-13ubuntu1.5) ...
- 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.9_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
- 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-2ubuntu0.1_all.deb ...
- Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ...
- 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.5_amd64.deb ...
- Unpacking python2.7 (2.7.18-13ubuntu1.5) ...
- 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.5) ...
- Setting up emacsen-common (3.0.4) ...
- Setting up python2.7-minimal (2.7.18-13ubuntu1.5) ...
- 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.5) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.11) ...
- Setting up icu-devtools (70.1-2) ...
- Setting up libicu-dev:amd64 (70.1-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3.10 (3.10.12-1~22.04.11) ...
- Setting up python2.7 (2.7.18-13ubuntu1.5) ...
- Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ...
- Setting up python3 (3.10.6-1~22.04.1) ...
- 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.9) ...
- 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.3) ...
- 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-2ubuntu0.1) ...
- 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.10) ...
2025-09-16 10:46.37 ---> saved as "2f1c51397cff041babffc15f5dd6f18d2fd72cd4967d1f597ec3f0b5c3e34850"
/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 36 packages
- install base-bytes base
- install bigarray-compat 1.1.0
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-cmake 1
- install conf-llvm 11.0.0
- install conf-python-2-7 1.2
- install containers 3.16
- install containers-data 3.16
- install csexp 1.5.2
- install ctypes 0.23.0
- install dune 3.20.2
- install dune-configurator 3.20.2
- install dune-private-libs 3.20.2
- install dune-site 3.20.2
- install dyn 3.20.2
- install either 1.0.0
- install integers 0.7.0
- install llvm 11.0.0
- install menhir 20250912
- install menhirCST 20250912
- install menhirLib 20250912
- install menhirSdk 20250912
- install msgpack 1.3.0
- install num 1.6
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ordering 3.20.2
- install pp 2.0.0
- install pprint 20230830
- install re 1.13.2
- install seq base
- install stdlib-shims 0.3.0
- install stdune 3.20.2
- install topkg 1.1.0
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm.11.0.0 (cached)
-> retrieved conf-python-2-7.1.2 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved containers.3.16, containers-data.3.16 (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0 (cached)
-> installed conf-llvm.11.0.0
-> retrieved either.1.0.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved llvm.11.0.0 (cached)
-> retrieved msgpack.1.3.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved seq.base (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved pprint.20230830 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed msgpack.1.3.0
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed re.1.13.2
-> installed integers.0.7.0
-> installed ordering.3.20.2
-> installed dune-configurator.3.20.2
-> installed dyn.3.20.2
-> installed containers.3.16
-> installed containers-data.3.16
-> installed stdune.3.20.2
-> installed ctypes.0.23.0
-> installed dune-private-libs.3.20.2
-> installed dune-site.3.20.2
-> installed menhir.20250912
-> installed llvm.11.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:53.18 ---> saved as "d17229458be57ff0a13894aefa1986ba8690b867a048b3e716f0a291ef3a95c0"
/src: (copy (src .) (dst /src))
2025-09-16 10:53.19 ---> saved as "1f211e1ede973b3aa74abe2063675e59bc2c9d62e448537b561695acf71ba3de"
/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
2025-09-16 10:53.40 ---> saved as "62be2c753b6c533c2e89251b4a1c3585f2ed843fb5f91c3e71827c2b8d47fc31"
Job succeeded
2025-09-16 10:53.40: Job succeeded