Organisationskit-ty-katelabrys0ed178 (master)ubuntu-20.04-4.14_opam-2.3

ubuntu-20.04-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-05-02 15:03.19: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:ubuntu-20.04-4.14_opam-2.3)
Base: ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:a9ef2037901cf739734d54587d8b2740cfd3bcede0c134ba97a8a1aae26689d7
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-20.04-ocaml-4.14@sha256:a9ef2037901cf739734d54587d8b2740cfd3bcede0c134ba97a8a1aae26689d7
# ubuntu-20.04-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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-05-02 15:03.19: Using cache hint "kit-ty-kate/labrys-ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:a9ef2037901cf739734d54587d8b2740cfd3bcede0c134ba97a8a1aae26689d7-ubuntu-20.04-4.14_opam-2.3-2becd0362023d281982bd1986567f0ca"
2025-05-02 15:03.19: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:a9ef2037901cf739734d54587d8b2740cfd3bcede0c134ba97a8a1aae26689d7)
(comment ubuntu-20.04-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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.3 --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-05-02 15:03.19: Waiting for resource in pool OCluster
2025-05-02 19:26.13: Waiting for worker…
2025-05-02 19:28.45: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:a9ef2037901cf739734d54587d8b2740cfd3bcede0c134ba97a8a1aae26689d7)
2025-05-02 19:54.22 ---> using "c566b94027c2470652755037399f022539cec81df73bccb1ca26ac8f75007746" from cache


/: (comment ubuntu-20.04-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-05-02 19:54.22 ---> using "819a617e15cffb854a714f865f31eba027e11a708037727fbc000df9c8f47383" 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.


Continue? [y/n] y
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.


[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-05-02 19:54.22 ---> using "2b32b2c544abb1ed0c7dc265d88c8259e2ff2a26407cc25740c782c28cf3db24" 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-05-02 19:54.22 ---> using "cbbbb0ebb41ff9bec9cfdc7ab5d6a9e8dd88f6195375722e34a1d2069b85402b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-02 19:54.22 ---> using "ae2a37b097c2e312a6a3af23e0ee41032e7869eb635a36b4f8e297ea808e3aa2" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
34a3fc46c3..35eb2f107a  master     -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2


<><> 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-05-02 19:54.22 ---> using "f0966ea6ad62c6f010605843e41f817ee4020515695d0a1e01f5137d2df7d0de" from cache


/src: (copy (src labrys.opam) (dst ./))
2025-05-02 19:54.22 ---> saved as "c589f86d26f162f169e48e4ea5dbe310393208ed391ddb7f7f91014ce5db0545"


/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-05-02 19:54.24 ---> saved as "5d29952ce28ff7658672359c467a22c2df767b96d7111ce6da25c7dc0cfbdf65"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 19:54.25 ---> saved as "9bb8cf145ec56b4461877e7002e2f484312c98a229e886d75f6da3a778a62764"


/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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.3 --depext-only -y labrys.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [36.8 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1599 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4911 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4877 kB]
- Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1308 kB]
- Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4617 kB]
- Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4358 kB]
- Fetched 22.1 MB in 2s (11.9 MB/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.8-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 ... 14703 files and directories currently installed.)
- Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.18_amd64.deb ...
- Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.18) ...
- Selecting previously unselected package python3.8-minimal.
- Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.18_amd64.deb ...
- Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.18) ...
- Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.18) ...
- Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.18) ...
- 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 ... 14986 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3-minimal (3.8.2-0ubuntu2) ...
- Selecting previously unselected package mime-support.
- Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
- Unpacking mime-support (3.64ubuntu1) ...
- Selecting previously unselected package libmpdec2:amd64.
- Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
- Unpacking libmpdec2:amd64 (2.4.2-3) ...
- Selecting previously unselected package libpython3.8-stdlib:amd64.
- Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.18_amd64.deb ...
- Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.18) ...
- Selecting previously unselected package python3.8.
- Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.18_amd64.deb ...
- Unpacking python3.8 (3.8.10-0ubuntu1~20.04.18) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up python3-minimal (3.8.2-0ubuntu2) ...
- 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 ... 15388 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3 (3.8.2-0ubuntu2) ...
- Selecting previously unselected package libpython2.7-minimal:amd64.
- Preparing to unpack .../01-libpython2.7-minimal_2.7.18-1~20.04.7_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.7) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../02-python2.7-minimal_2.7.18-1~20.04.7_amd64.deb ...
- Unpacking python2.7-minimal (2.7.18-1~20.04.7) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../03-libmagic-mgc_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic-mgc (1:5.38-4) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../04-libmagic1_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.38-4) ...
- Selecting previously unselected package file.
- Preparing to unpack .../05-file_1%3a5.38-4_amd64.deb ...
- Unpacking file (1:5.38-4) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../06-tzdata_2025b-0ubuntu0.20.04_all.deb ...
- Unpacking tzdata (2025b-0ubuntu0.20.04) ...
- Selecting previously unselected package libicu66:amd64.
- Preparing to unpack .../07-libicu66_66.1-2ubuntu2.1_amd64.deb ...
- Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../08-libxml2_2.9.10+dfsg-5ubuntu0.20.04.10_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.10) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../09-libyaml-0-2_0.2.2-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../10-python3-pkg-resources_45.2.0-1ubuntu0.2_all.deb ...
- Unpacking python3-pkg-resources (45.2.0-1ubuntu0.2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../11-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ...
- Unpacking python3-yaml (5.3.1-1ubuntu0.1) ...
- Selecting previously unselected package libpipeline1:amd64.
- Preparing to unpack .../12-libpipeline1_1.5.2-2build1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../13-libuv1_1.34.2-1ubuntu1.5_amd64.deb ...
- Unpacking libuv1:amd64 (1.34.2-1ubuntu1.5) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../14-binfmt-support_2.2.0-2_amd64.deb ...
- Unpacking binfmt-support (2.2.0-2) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../15-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
- Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../16-libarchive13_3.4.0-2ubuntu1.5_amd64.deb ...
- Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.5) ...
- Selecting previously unselected package libjsoncpp1:amd64.
- Preparing to unpack .../17-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
- Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../18-librhash0_1.3.9-1_amd64.deb ...
- Unpacking librhash0:amd64 (1.3.9-1) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../19-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ...
- Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
- Selecting previously unselected package libllvm11:amd64.
- Preparing to unpack .../20-libllvm11_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking libllvm11:amd64 (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package libclang-cpp11.
- Preparing to unpack .../21-libclang-cpp11_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking libclang-cpp11 (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../22-libncurses-dev_6.2-0ubuntu2.1_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.2-0ubuntu2.1) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../23-libpython2.7-stdlib_2.7.18-1~20.04.7_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.7) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../24-libtinfo-dev_6.2-0ubuntu2.1_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2.1) ...
- Selecting previously unselected package llvm-11-runtime.
- Preparing to unpack .../25-llvm-11-runtime_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking llvm-11-runtime (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../26-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ...
- Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
- Selecting previously unselected package llvm-11.
- Preparing to unpack .../27-llvm-11_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking llvm-11 (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../28-libffi-dev_3.3-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.3-4) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../29-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ...
- Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
- Selecting previously unselected package llvm-11-tools.
- Preparing to unpack .../30-llvm-11-tools_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking llvm-11-tools (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../31-libz3-4_4.8.7-4build1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.7-4build1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../32-libz3-dev_4.8.7-4build1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.7-4build1) ...
- Selecting previously unselected package llvm-11-dev.
- Preparing to unpack .../33-llvm-11-dev_1%3a11.0.0-2~ubuntu20.04.1_amd64.deb ...
- Unpacking llvm-11-dev (1:11.0.0-2~ubuntu20.04.1) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../34-python2.7_2.7.18-1~20.04.7_amd64.deb ...
- Unpacking python2.7 (2.7.18-1~20.04.7) ...
- Setting up libpipeline1:amd64 (1.5.2-2build1) ...
- Setting up libncurses-dev:amd64 (6.2-0ubuntu2.1) ...
- Setting up mime-support (3.64ubuntu1) ...
- Setting up libmagic-mgc (1:5.38-4) ...
- Setting up libyaml-0-2:amd64 (0.2.2-1) ...
- Setting up libmagic1:amd64 (1:5.38-4) ...
- Setting up file (1:5.38-4) ...
- Setting up libffi-dev:amd64 (3.3-4) ...
- Setting up tzdata (2025b-0ubuntu0.20.04) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Fri May  2 20:54:52 BST 2025.
- Universal Time is now:  Fri May  2 19:54:52 UTC 2025.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libz3-4:amd64 (4.8.7-4build1) ...
- Setting up libuv1:amd64 (1.34.2-1ubuntu1.5) ...
- Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
- Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.7) ...
- Setting up libllvm11:amd64 (1:11.0.0-2~ubuntu20.04.1) ...
- Setting up python2.7-minimal (2.7.18-1~20.04.7) ...
- Linking and byte-compiling packages for runtime python2.7...
- 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.9-1) ...
- Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
- Setting up libmpdec2:amd64 (2.4.2-3) ...
- Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.18) ...
- Setting up python3.8 (3.8.10-0ubuntu1~20.04.18) ...
- Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
- Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up libtinfo-dev:amd64 (6.2-0ubuntu2.1) ...
- Setting up libz3-dev:amd64 (4.8.7-4build1) ...
- Setting up llvm-11-runtime (1:11.0.0-2~ubuntu20.04.1) ...
- Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
- Setting up llvm-11 (1:11.0.0-2~ubuntu20.04.1) ...
- Setting up python3 (3.8.2-0ubuntu2) ...
- running python rtupdate hooks for python3.8...
- running python post-rtupdate hooks for python3.8...
- Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.7) ...
- Setting up libclang-cpp11 (1:11.0.0-2~ubuntu20.04.1) ...
- Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.10) ...
- Setting up python3-pkg-resources (45.2.0-1ubuntu0.2) ...
- Setting up python2.7 (2.7.18-1~20.04.7) ...
- Setting up libarchive13:amd64 (3.4.0-2ubuntu1.5) ...
- Setting up python3-yaml (5.3.1-1ubuntu0.1) ...
- Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
- Setting up llvm-11-tools (1:11.0.0-2~ubuntu20.04.1) ...
- Setting up llvm-11-dev (1:11.0.0-2~ubuntu20.04.1) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.17) ...
2025-05-02 19:54.55 ---> saved as "984dddf711a1b76a93e7744f2e918b68bb9fe5fa9a9ac39e41a331ad1f2331c0"


/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.15
- install containers-data   3.15
- install csexp             1.5.2
- install ctypes            0.23.0
- install dune              3.18.2
- install dune-configurator 3.18.2
- install dune-private-libs 3.18.2
- install dune-site         3.18.2
- install dyn               3.18.2
- install either            1.0.0
- install integers          0.7.0
- install llvm              11.0.0
- install menhir            20240715
- install menhirCST         20240715
- install menhirLib         20240715
- install menhirSdk         20240715
- install msgpack           1.3.0
- install num               1.5-1
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install ordering          3.18.2
- install pp                2.0.0
- install pprint            20230830
- install re                1.12.0
- install seq               base
- install stdlib-shims      0.3.0
- install stdune            3.18.2
- install topkg             1.0.8
- 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)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers.3.15, containers-data.3.15  (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.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.18.2, dune-configurator.3.18.2, dune-private-libs.3.18.2, dune-site.3.18.2, dyn.3.18.2, ordering.3.18.2, stdune.3.18.2  (cached)
-> retrieved llvm.11.0.0  (cached)
-> retrieved msgpack.1.3.0  (cached)
-> retrieved num.1.5-1  (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.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed dune.3.18.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed topkg.1.0.8
-> installed either.1.0.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed msgpack.1.3.0
-> installed dune-configurator.3.18.2
-> installed integers.0.7.0
-> installed ordering.3.18.2
-> installed uutf.1.0.4
-> installed containers.3.15
-> installed dyn.3.18.2
-> installed containers-data.3.15
-> installed ctypes.0.23.0
-> installed menhir.20240715
-> installed stdune.3.18.2
-> installed dune-private-libs.3.18.2
-> installed dune-site.3.18.2
-> installed llvm.11.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 19:57.30 ---> saved as "af9e7ff19ff78d4401315bc891569b331f21c9af6cd71c8f730eb9dce3ee53e0"


/src: (copy (src .) (dst /src))
2025-05-02 19:57.30 ---> saved as "caa62a1a26a938b00c94432a1787252bac57f308015179d8fb39ad6286ec0dd5"


/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-05-02 19:57.38 ---> saved as "99f396aa74dae613502a759db2bcb3ea0cfe4274c0a213ab1a5655a3e6fa7710"
Job succeeded
2025-05-02 19:57.38: Job succeeded