Organisationsahrefsatd94051f ()ubuntu-20.04-5.2_opam-2.3

ubuntu-20.04-5.2_opam-2.3

Logs

Show full logs
2024-12-18 17:26.23: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/pull/418/head (94051f98de3a7e8c91a285a9465646b12d6c4111) (linux-x86_64:ubuntu-20.04-5.2_opam-2.3)
Base: ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:9b53cfa5398fc180c77021bfe00734fe43cc5926995ae8e849132665fe578c99
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ahrefs/atd.git" && cd "atd" && git fetch origin "refs/pull/418/head" && git reset --hard 94051f98
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:9b53cfa5398fc180c77021bfe00734fe43cc5926995ae8e849132665fe578c99
# ubuntu-20.04-5.2_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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam ./
RUN opam pin add -yn atdts.dev './' && \
    opam pin add -yn atds.dev './' && \
    opam pin add -yn atdpy.dev './' && \
    opam pin add -yn atdj.dev './' && \
    opam pin add -yn atdgen.dev './' && \
    opam pin add -yn atdgen-runtime.dev './' && \
    opam pin add -yn atdgen-codec-runtime.dev './' && \
    opam pin add -yn atdd.dev './' && \
    opam pin add -yn atdcpp.dev './' && \
    opam pin add -yn atd.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.17.0 easy-format.1.3.4 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.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-12-18 17:26.23: Using cache hint "ahrefs/atd-ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:9b53cfa5398fc180c77021bfe00734fe43cc5926995ae8e849132665fe578c99-ubuntu-20.04-5.2_opam-2.3-ae83545b2da227ca881812ce390640ec"
2024-12-18 17:26.23: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:9b53cfa5398fc180c77021bfe00734fe43cc5926995ae8e849132665fe578c99)
 (comment ubuntu-20.04-5.2_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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn atdts.dev './' && \
             \nopam pin add -yn atds.dev './' && \
             \nopam pin add -yn atdpy.dev './' && \
             \nopam pin add -yn atdj.dev './' && \
             \nopam pin add -yn atdgen.dev './' && \
             \nopam pin add -yn atdgen-runtime.dev './' && \
             \nopam pin add -yn atdgen-codec-runtime.dev './' && \
             \nopam pin add -yn atdd.dev './' && \
             \nopam pin add -yn atdcpp.dev './' && \
             \nopam pin add -yn atd.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.17.0 easy-format.1.3.4 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (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 atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.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-12-18 17:26.23: Waiting for resource in pool OCluster
2024-12-18 17:26.24: Waiting for worker…
2024-12-18 17:26.36: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
HEAD is now at 6a55687 atdcpp: use double by default instead of float (#411)
HEAD is now at 94051f9 add unix library

(from ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:9b53cfa5398fc180c77021bfe00734fe43cc5926995ae8e849132665fe578c99)
2024-12-18 17:26.37 ---> using "832e373a23593b5102d182c0dd2cbe4ce331159bc96d20403c7787abe74d6a19" from cache

/: (comment ubuntu-20.04-5.2_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"))
2024-12-18 17:26.37 ---> using "400affbb6d2dea8f4d9e984b69126ea00087020cf0dda8c161e4f750dfaea456" 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 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] synchronised from file:///home/opam/opam-repository
2024-12-18 17:26.37 ---> using "50cc200e6ab7e19756b3a187e3cfd2e936efe91eb0e80febc328dba4e5ea5fe8" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.2.0
2.3.0
2024-12-18 17:26.37 ---> using "cae243cf8ffa6078dc6e6579e918cd2894007ab15170932d365c6f4296651448" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-12-18 17:26.37 ---> using "d4f9f5ee9cd5f7c95bdd6c0f63415f46784fe0dd1469ea8b06e6c9342215d24b" from cache

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

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2024-12-18 17:28.04 ---> saved as "e8d54616e56d98ad5f64d0d698325f8edadb23d1a24656447520f3b4568b06fd"

/src: (copy (src atdts.opam atds.opam atdpy.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam)
            (dst ./))
2024-12-18 17:28.04 ---> saved as "d835f7bc02446226e2c1eb2b132f0384e13268d6909117a7529c5a88f3e6b85b"

/src: (run (network host)
           (shell  "opam pin add -yn atdts.dev './' && \
                  \nopam pin add -yn atds.dev './' && \
                  \nopam pin add -yn atdpy.dev './' && \
                  \nopam pin add -yn atdj.dev './' && \
                  \nopam pin add -yn atdgen.dev './' && \
                  \nopam pin add -yn atdgen-runtime.dev './' && \
                  \nopam pin add -yn atdgen-codec-runtime.dev './' && \
                  \nopam pin add -yn atdd.dev './' && \
                  \nopam pin add -yn atdcpp.dev './' && \
                  \nopam pin add -yn atd.dev './'"))
[atdts.dev] synchronised (file:///src)
atdts is now pinned to file:///src (version dev)
[atds.dev] synchronised (file:///src)
atds is now pinned to file:///src (version dev)
[atdpy.dev] synchronised (file:///src)
atdpy is now pinned to file:///src (version dev)
[atdj.dev] synchronised (file:///src)
atdj is now pinned to file:///src (version dev)
[atdgen.dev] synchronised (file:///src)
atdgen is now pinned to file:///src (version dev)
[atdgen-runtime.dev] synchronised (file:///src)
atdgen-runtime is now pinned to file:///src (version dev)
[atdgen-codec-runtime.dev] synchronised (file:///src)
atdgen-codec-runtime is now pinned to file:///src (version dev)
[atdd.dev] synchronised (file:///src)
atdd is now pinned to file:///src (version dev)
Package atdcpp does not exist, create as a NEW package? [y/n] y
[atdcpp.dev] synchronised (file:///src)
atdcpp is now pinned to file:///src (version dev)
[atd.dev] synchronised (file:///src)
atd is now pinned to file:///src (version dev)
2024-12-18 17:28.33 ---> saved as "110ffd72ced26d5891857a172b6486ce7d765f01a32e2af1603f381a81c63a63"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-18 17:28.33 ---> saved as "d4ab2244270d95cf0b8d1844aecce715b9595566cfd14c7195d5733de1cff4a4"

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.1.3.0 conf-python-3.9.0.0 dune.3.17.0 easy-format.1.3.4 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")

/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 atdts.dev atds.dev atdpy.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:2 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4206 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4146 kB]
- Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1281 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4418 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1573 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4632 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [34.6 kB]
- Fetched 20.7 MB in 2s (8414 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[atd.dev] synchronised (file:///src)
[atdcpp.dev] synchronised (file:///src)
[atdd.dev] synchronised (file:///src)
[atdgen.dev] synchronised (file:///src)
[atdgen-codec-runtime.dev] synchronised (file:///src)
[atdgen-runtime.dev] synchronised (file:///src)
[atdj.dev] synchronised (file:///src)
[atdpy.dev] synchronised (file:///src)
[atds.dev] synchronised (file:///src)
[atdts.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    python3

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3"
- 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 ... 14727 files and directories currently installed.)
- Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.13_amd64.deb ...
- Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.13) ...
- Selecting previously unselected package python3.8-minimal.
- Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.13_amd64.deb ...
- Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.13) ...
- Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.13) ...
- Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.13) ...
- 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 ... 15010 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.13_amd64.deb ...
- Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.13) ...
- Selecting previously unselected package python3.8.
- Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.13_amd64.deb ...
- Unpacking python3.8 (3.8.10-0ubuntu1~20.04.13) ...
- 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 ... 15412 files and directories currently installed.)
- Preparing to unpack .../python3_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3 (3.8.2-0ubuntu2) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../libmagic-mgc_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic-mgc (1:5.38-4) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../libmagic1_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.38-4) ...
- Selecting previously unselected package file.
- Preparing to unpack .../file_1%3a5.38-4_amd64.deb ...
- Unpacking file (1:5.38-4) ...
- Setting up mime-support (3.64ubuntu1) ...
- Setting up libmagic-mgc (1:5.38-4) ...
- Setting up libmagic1:amd64 (1:5.38-4) ...
- Setting up file (1:5.38-4) ...
- Setting up libmpdec2:amd64 (2.4.2-3) ...
- Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.13) ...
- Setting up python3.8 (3.8.10-0ubuntu1~20.04.13) ...
- Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up python3 (3.8.2-0ubuntu2) ...
- running python rtupdate hooks for python3.8...
- running python post-rtupdate hooks for python3.8...
- Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
2024-12-18 17:29.08 ---> saved as "8e6e3e035df9e66a90dc6a8219955981578f688c10f0cfee29f7c288e2f4326f"

/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 22 packages
  - install alcotest           1.8.0
  - install astring            0.8.5
  - install biniou             1.2.2
  - install camlp-streams      5.0.1
  - install cmdliner           1.3.0
  - install conf-python-3      9.0.0
  - install dune               3.17.0
  - install easy-format        1.3.4
  - install fmt                0.9.0
  - install menhir             20240715
  - install menhirCST          20240715
  - install menhirLib          20240715
  - install menhirSdk          20240715
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install re                 1.12.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install topkg              1.0.7
  - install uutf               1.0.3
  - install yojson             2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-python-3.9.0.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-python-3.9.0.0
-> retrieved easy-format.1.3.4  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
2024-12-18 17:29.30: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled