Organisationsocaml-gospelortac934324 ()debian-12-5.2_arm32_opam-2.2

debian-12-5.2_arm32_opam-2.2

Logs

Show full logs
2024-08-28 13:39.00: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (93432419241e1e3e428b955e15e4025a8381ebc5) (linux-arm64:debian-12-5.2_arm32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "main" && cd "ortac" && git reset --hard 93432419
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8
# debian-12-5.2_arm32_opam-2.2
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 || git fetch origin master) && git reset -q --hard 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ortac-wrapper.opam ortac-runtime.opam ortac-runtime-qcheck-stm.opam ortac-runtime-monolith.opam ortac-qcheck-stm.opam ortac-monolith.opam ortac-examples.opam ortac-dune.opam ortac-core.opam ./
RUN opam pin add -yn ortac-wrapper.dev './' && \
    opam pin add -yn ortac-runtime.dev './' && \
    opam pin add -yn ortac-runtime-qcheck-stm.dev './' && \
    opam pin add -yn ortac-runtime-monolith.dev './' && \
    opam pin add -yn ortac-qcheck-stm.dev './' && \
    opam pin add -yn ortac-monolith.dev './' && \
    opam pin add -yn ortac-examples.dev './' && \
    opam pin add -yn ortac-dune.dev './' && \
    opam pin add -yn ortac-core.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 fmt.0.9.0 gospel.0.3.0 host-arch-arm32.1 host-system-other.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 monolith.20230604 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 uutf.1.0.3 varray.0.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ortac-wrapper.dev ortac-runtime.dev ortac-runtime-qcheck-stm.dev ortac-runtime-monolith.dev ortac-qcheck-stm.dev ortac-monolith.dev ortac-examples.dev ortac-dune.dev ortac-core.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-08-28 13:39.00: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8-debian-12-5.2_arm32_opam-2.2-bf0c6178533a543d33e8bf204f0ab67e"
2024-08-28 13:39.00: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8)
 (comment debian-12-5.2_arm32_opam-2.2)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 || git fetch origin master) && git reset -q --hard 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ortac-wrapper.opam ortac-runtime.opam ortac-runtime-qcheck-stm.opam ortac-runtime-monolith.opam ortac-qcheck-stm.opam ortac-monolith.opam ortac-examples.opam ortac-dune.opam ortac-core.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ortac-wrapper.dev './' && \
             \nopam pin add -yn ortac-runtime.dev './' && \
             \nopam pin add -yn ortac-runtime-qcheck-stm.dev './' && \
             \nopam pin add -yn ortac-runtime-monolith.dev './' && \
             \nopam pin add -yn ortac-qcheck-stm.dev './' && \
             \nopam pin add -yn ortac-monolith.dev './' && \
             \nopam pin add -yn ortac-examples.dev './' && \
             \nopam pin add -yn ortac-dune.dev './' && \
             \nopam pin add -yn ortac-core.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 fmt.0.9.0 gospel.0.3.0 host-arch-arm32.1 host-system-other.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 monolith.20230604 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 uutf.1.0.3 varray.0.2 zarith.1.14")
 (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.2 --depext-only -y ortac-wrapper.dev ortac-runtime.dev ortac-runtime-qcheck-stm.dev ortac-runtime-monolith.dev ortac-qcheck-stm.dev ortac-monolith.dev ortac-examples.dev ortac-dune.dev ortac-core.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-08-28 13:39.00: Waiting for resource in pool OCluster
2024-08-28 13:39.00: Waiting for worker…
2024-08-28 13:46.04: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 9343241 Merge pull request #246 from n-osborne/dependencies-cleanup

(from ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8' locally
docker.io/ocaml/opam@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8: Pulling from ocaml/opam
7574553771a3: Pulling fs layer
7574553771a3: Verifying Checksum
7574553771a3: Download complete
7574553771a3: Pull complete
Digest: sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8
Status: Downloaded newer image for ocaml/opam@sha256:2e4e678ac08163f2cbf81ead151a53d4ed67500c40544fb541225f8b0f06d0c8
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-08-28 13:46.08 ---> using "f432d9bf046539507c3e0c8768b653469d775a1bde042e1d110e886bf2dad4db" from cache

/: (comment debian-12-5.2_arm32_opam-2.2)

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

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-08-28 13:46.08 ---> using "b5540eebc6166a2481f79e8e7ac1c5f7b0267030732f43452a0fba4096a1f1d2" 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-28 13:46.08 ---> using "85830a122b0e4211a3878bf03e65f4df332ff5ec40dd283a40d2e2e32f156b81" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-117-generic
The OCaml toplevel, version 5.2.0
2.2.0
2024-08-28 13:46.08 ---> using "8e30eb3c1a131f6bd177b9208350211b046281d34bd02839f18212af6da3dcde" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-28 13:46.08 ---> using "78e37a9abf4324d82503df4ecb782d4775a78fc40cb8cef360c331b40176bbb4" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 || git fetch origin master) && git reset -q --hard 2c6ced5ce1aa21f25fbb395652fb1b3b30c9d5d5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   7c4ff52ef3..2c6ced5ce1  master     -> origin/master
2c6ced5ce1 Merge pull request #26448 from avsm/upper-mdx

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
=== upgrade 1 package
  - upgrade opam-depext 1.2.1-1 to 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 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-08-28 13:46.08 ---> using "29c1e6b5ca7be37395cf5db1956fc496f9a3f955f993c73e6189aa64fb6df92c" from cache

/src: (copy (src ortac-wrapper.opam ortac-runtime.opam ortac-runtime-qcheck-stm.opam ortac-runtime-monolith.opam ortac-qcheck-stm.opam ortac-monolith.opam ortac-examples.opam ortac-dune.opam ortac-core.opam)
            (dst ./))
2024-08-28 13:46.08 ---> using "abc60329dddfaa8b0c2d6af5b9789dbfdde8dd32d04435c9bb95d95cb8245462" from cache

/src: (run (network host)
           (shell  "opam pin add -yn ortac-wrapper.dev './' && \
                  \nopam pin add -yn ortac-runtime.dev './' && \
                  \nopam pin add -yn ortac-runtime-qcheck-stm.dev './' && \
                  \nopam pin add -yn ortac-runtime-monolith.dev './' && \
                  \nopam pin add -yn ortac-qcheck-stm.dev './' && \
                  \nopam pin add -yn ortac-monolith.dev './' && \
                  \nopam pin add -yn ortac-examples.dev './' && \
                  \nopam pin add -yn ortac-dune.dev './' && \
                  \nopam pin add -yn ortac-core.dev './'"))
Package ortac-wrapper does not exist, create as a NEW package? [y/n] y
[ortac-wrapper.dev] synchronised (file:///src)
ortac-wrapper is now pinned to file:///src (version dev)
[ortac-runtime.dev] synchronised (file:///src)
ortac-runtime is now pinned to file:///src (version dev)
[ortac-runtime-qcheck-stm.dev] synchronised (file:///src)
ortac-runtime-qcheck-stm is now pinned to file:///src (version dev)
Package ortac-runtime-monolith does not exist, create as a NEW package? [y/n] y
[ortac-runtime-monolith.dev] synchronised (file:///src)
ortac-runtime-monolith is now pinned to file:///src (version dev)
[ortac-qcheck-stm.dev] synchronised (file:///src)
ortac-qcheck-stm is now pinned to file:///src (version dev)
Package ortac-monolith does not exist, create as a NEW package? [y/n] y
[ortac-monolith.dev] synchronised (file:///src)
ortac-monolith is now pinned to file:///src (version dev)
Package ortac-examples does not exist, create as a NEW package? [y/n] y
[ortac-examples.dev] synchronised (file:///src)
ortac-examples is now pinned to file:///src (version dev)
[ortac-dune.dev] synchronised (file:///src)
ortac-dune is now pinned to file:///src (version dev)
[ortac-core.dev] synchronised (file:///src)
ortac-core is now pinned to file:///src (version dev)
2024-08-28 13:46.48 ---> saved as "fa01ea371035b10bf37efb56682a91cea3aeca90cab8a061958b2dbf87d4f029"

/src: (env DEPS "afl-persistent.1.4 alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-build-info.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 fmt.0.9.0 gospel.0.3.0 host-arch-arm32.1 host-system-other.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 monolith.20230604 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 uutf.1.0.3 varray.0.2 zarith.1.14")

/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.2 --depext-only -y ortac-wrapper.dev ortac-runtime.dev ortac-runtime-qcheck-stm.dev ortac-runtime-monolith.dev ortac-qcheck-stm.dev ortac-monolith.dev ortac-examples.dev ortac-dune.dev ortac-core.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [172 kB]
- Fetched 276 kB in 3s (99.9 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ortac-examples.dev] synchronised (no changes)
[ortac-core.dev] synchronised (no changes)
[ortac-dune.dev] synchronised (no changes)
[ortac-monolith.dev] synchronised (no changes)
[ortac-qcheck-stm.dev] synchronised (no changes)
[ortac-runtime.dev] synchronised (no changes)
[ortac-runtime-monolith.dev] synchronised (no changes)
[ortac-runtime-qcheck-stm.dev] synchronised (no changes)
[ortac-wrapper.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only 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-arm32 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:
    libgmp-dev pkg-config

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- (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 ... 18493 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../4-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../5-pkg-config_1.8.1-1_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-1) ...
- Setting up libpkgconf3:armhf (1.8.1-1) ...
- Setting up libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:armhf (1.8.1-1) ...
- Setting up pkg-config:armhf (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-28 13:47.31 ---> saved as "ab958f9b1ba05782da0cf482f8ba860c3b2e2fd3abf9f1ba0e1ec0dd9f8973b3"

/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-option-bytecode-only 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-arm32 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 49 packages
  - install afl-persistent             1.4
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install camlp-streams              5.0.1
  - install cmdliner                   1.3.0
  - install conf-gmp                   4
  - install conf-pkg-config            3
  - install cppo                       1.6.9
  - install csexp                      1.5.2
  - install dune                       3.16.0
  - install dune-build-info            3.16.0
  - install dune-private-libs          3.16.0
  - install dune-site                  3.16.0
  - install dyn                        3.16.0
  - install fmt                        0.9.0
  - install gospel                     0.3.0
  - install logs                       0.7.0
  - install lwt-dllist                 1.0.1
  - install mdx                        2.4.1
  - install menhir                     20240715
  - install menhirCST                  20240715
  - install menhirLib                  20240715
  - install menhirSdk                  20240715
  - install monolith                   20230604
  - install ocaml-compiler-libs        v0.17.0
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.6.8
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install ordering                   3.16.0
  - install pp                         1.2.0
  - install pp_loc                     2.1.0
  - install pprint                     20230830
  - install ppx_derivers               1.2.1
  - install ppx_deriving               6.0.2
  - install ppxlib                     0.33.0
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.3
  - install qcheck-stm                 0.3
  - install re                         1.11.0
  - install result                     1.5
  - install seq                        base
  - install sexplib0                   v0.16.0
  - install stdlib-shims               0.3.0
  - install stdune                     3.16.0
  - install topkg                      1.0.7
  - install uutf                       1.0.3
  - install varray                     0.2
  - install zarith                     1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved gospel.0.3.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.16.0, dune-build-info.3.16.0, dune-private-libs.3.16.0, dune-site.3.16.0, dyn.3.16.0, ordering.3.16.0, stdune.3.16.0  (cached)
-> retrieved monolith.20230604  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.8  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed cmdliner.1.3.0
-> retrieved pp.1.2.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.3, qcheck-stm.0.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved varray.0.2  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.6
-> installed zarith.1.14
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.9
-> installed csexp.1.5.2
-> installed lwt-dllist.1.0.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.6.8
-> installed pp.1.2.0
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.22
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed varray.0.2
-> installed qcheck-multicoretests-util.0.3
-> installed afl-persistent.1.4
-> installed qcheck-stm.0.3
-> installed alcotest.1.8.0
-> installed dune-build-info.3.16.0
-> installed monolith.20230604
-> installed ordering.3.16.0
-> installed dyn.3.16.0
-> installed mdx.2.4.1
-> installed stdune.3.16.0
-> installed dune-private-libs.3.16.0
-> installed dune-site.3.16.0
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed ppx_deriving.6.0.2
-> installed gospel.0.3.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 5.2.0+afl ocaml-variants.5.2.0+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-08-28 13:50.55 ---> saved as "63696e67bd0cd44ca3bf9107be516d26fdb2b4095b7b2ad57af07cc3d7f1472c"

/src: (copy (src .) (dst /src))
2024-08-28 13:50.56 ---> saved as "b52b2b4eae9f9ed107601d5530a09e642d15046ba3809c7cf49514567cfbcff4"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))

wrapper.exe has been generated with the ortac-monolith plugin.

sut_in_type_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

ghost_as_model_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

invariants_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

test_cleanup_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

functional_model_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

custom_config_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

ref_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

array_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

hashtbl_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

integer_in_model_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

tuples_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

record_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

sequence_model_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

conjunctive_clauses_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.

test_without_sut_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.
(cd _build/default/examples && ./lwt_dllist_spec_tests.exe --verbose)

random seed: 186103834
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Lwt_dllist_spec STM tests
[ ]    0    0    0    0 / 1000     0.0s Lwt_dllist_spec STM tests (generating)
[ ]    4    0    0    4 / 1000     0.1s Lwt_dllist_spec STM tests (collecting)
[ ]   82    0    0   82 / 1000     0.2s Lwt_dllist_spec STM tests (collecting)
[ ]  109    0    0  109 / 1000     0.3s Lwt_dllist_spec STM tests (collecting)
[ ]  232    0    0  232 / 1000     0.4s Lwt_dllist_spec STM tests
[ ]  290    0    0  290 / 1000     0.5s Lwt_dllist_spec STM tests
[ ]  343    0    0  343 / 1000     0.6s Lwt_dllist_spec STM tests (collecting)
[ ]  406    0    0  406 / 1000     0.7s Lwt_dllist_spec STM tests (collecting)
[ ]  450    0    0  450 / 1000     0.8s Lwt_dllist_spec STM tests (collecting)
[ ]  543    0    0  543 / 1000     1.0s Lwt_dllist_spec STM tests (collecting)
[ ]  581    0    0  581 / 1000     1.1s Lwt_dllist_spec STM tests (collecting)
[ ]  626    0    0  626 / 1000     1.2s Lwt_dllist_spec STM tests (collecting)
[ ]  692    0    0  692 / 1000     1.3s Lwt_dllist_spec STM tests (collecting)
[ ]  720    0    0  720 / 1000     1.4s Lwt_dllist_spec STM tests (collecting)
[ ]  750    0    0  750 / 1000     1.5s Lwt_dllist_spec STM tests (collecting)
[ ]  782    0    0  782 / 1000     1.6s Lwt_dllist_spec STM tests
[ ]  802    0    0  802 / 1000     1.7s Lwt_dllist_spec STM tests
[ ]  810    0    0  810 / 1000     1.8s Lwt_dllist_spec STM tests (collecting)
[ ]  841    0    0  841 / 1000     2.0s Lwt_dllist_spec STM tests (collecting)
[ ]  883    0    0  883 / 1000     2.1s Lwt_dllist_spec STM tests (collecting)
[ ]  908    0    0  908 / 1000     2.2s Lwt_dllist_spec STM tests (collecting)
[ ]  965    0    0  965 / 1000     2.3s Lwt_dllist_spec STM tests (collecting)
[] 1000    0    0 1000 / 1000     2.4s Lwt_dllist_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default && /usr/bin/timeout -s INT -k 3 20 test/runtime/stdlibset.exe)
  8K tests run so far (  7K/s overall,   9K/s now) (fuel = 20).
 15K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 23K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 30K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 37K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
 45K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 52K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 59K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 66K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
 73K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
 79K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
 87K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
 94K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
101K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
107K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
113K tests run so far (  7K/s overall,   6K/s now) (fuel = 20).
120K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
127K tests run so far (  7K/s overall,   7K/s now) (fuel = 20).
134K tests run so far (  7K/s overall,   8K/s now) (fuel = 20).
(cd _build/default/examples && ./varray_circular_spec_tests.exe --verbose)

random seed: 444897243
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Varray_circular_spec STM tests
[ ]    0    0    0    0 / 1000     0.0s Varray_circular_spec STM tests (generating)
[ ]   24    0    0   24 / 1000     0.1s Varray_circular_spec STM tests (collecting)
[ ]   50    0    0   50 / 1000     0.2s Varray_circular_spec STM tests (collecting)
[ ]   53    0    0   53 / 1000     0.3s Varray_circular_spec STM tests (collecting)
[ ]   88    0    0   88 / 1000     0.4s Varray_circular_spec STM tests (collecting)
[ ]  122    0    0  122 / 1000     0.6s Varray_circular_spec STM tests (collecting)
[ ]  168    0    0  168 / 1000     0.7s Varray_circular_spec STM tests (collecting)
[ ]  176    0    0  176 / 1000     0.8s Varray_circular_spec STM tests (collecting)
[ ]  199    0    0  199 / 1000     0.9s Varray_circular_spec STM tests (collecting)
[ ]  220    0    0  220 / 1000     1.0s Varray_circular_spec STM tests
[ ]  231    0    0  231 / 1000     1.2s Varray_circular_spec STM tests (collecting)
[ ]  235    0    0  235 / 1000     1.3s Varray_circular_spec STM tests
[ ]  247    0    0  247 / 1000     1.4s Varray_circular_spec STM tests (collecting)
[ ]  298    0    0  298 / 1000     1.5s Varray_circular_spec STM tests
[ ]  325    0    0  325 / 1000     1.6s Varray_circular_spec STM tests (collecting)
[ ]  377    0    0  377 / 1000     1.7s Varray_circular_spec STM tests
[ ]  429    0    0  429 / 1000     1.9s Varray_circular_spec STM tests (collecting)
[ ]  441    0    0  441 / 1000     2.0s Varray_circular_spec STM tests
[ ]  495    0    0  495 / 1000     2.1s Varray_circular_spec STM tests (collecting)
[ ]  507    0    0  507 / 1000     2.3s Varray_circular_spec STM tests
[ ]  584    0    0  584 / 1000     2.4s Varray_circular_spec STM tests
[ ]  603    0    0  603 / 1000     2.5s Varray_circular_spec STM tests (collecting)
[ ]  629    0    0  629 / 1000     2.6s Varray_circular_spec STM tests
[ ]  653    0    0  653 / 1000     2.7s Varray_circular_spec STM tests (collecting)
[ ]  701    0    0  701 / 1000     2.8s Varray_circular_spec STM tests
[ ]  717    0    0  717 / 1000     2.9s Varray_circular_spec STM tests (collecting)
[ ]  769    0    0  769 / 1000     3.0s Varray_circular_spec STM tests (collecting)
[ ]  775    0    0  775 / 1000     3.1s Varray_circular_spec STM tests (collecting)
[ ]  798    0    0  798 / 1000     3.3s Varray_circular_spec STM tests (collecting)
[ ]  809    0    0  809 / 1000     3.4s Varray_circular_spec STM tests
[ ]  889    0    0  889 / 1000     3.5s Varray_circular_spec STM tests
[ ]  900    0    0  900 / 1000     3.6s Varray_circular_spec STM tests (collecting)
[ ]  910    0    0  910 / 1000     3.7s Varray_circular_spec STM tests (collecting)
[ ]  949    0    0  949 / 1000     3.8s Varray_circular_spec STM tests
[ ]  960    0    0  960 / 1000     3.9s Varray_circular_spec STM tests
[ ]  979    0    0  979 / 1000     4.0s Varray_circular_spec STM tests (collecting)
[] 1000    0    0 1000 / 1000     4.1s Varray_circular_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default/examples && ./varray_spec_tests.exe --verbose)

random seed: 136522711
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Varray_spec STM tests
[ ]    0    0    0    0 / 1000     0.0s Varray_spec STM tests (generating)
[ ]   32    0    0   32 / 1000     0.1s Varray_spec STM tests (collecting)
[ ]   55    0    0   55 / 1000     0.2s Varray_spec STM tests
[ ]  138    0    0  138 / 1000     0.4s Varray_spec STM tests (collecting)
[ ]  158    0    0  158 / 1000     0.5s Varray_spec STM tests (collecting)
[ ]  189    0    0  189 / 1000     0.6s Varray_spec STM tests (collecting)
[ ]  204    0    0  204 / 1000     0.7s Varray_spec STM tests (collecting)
[ ]  249    0    0  249 / 1000     0.9s Varray_spec STM tests
[ ]  270    0    0  270 / 1000     1.0s Varray_spec STM tests (collecting)
[ ]  331    0    0  331 / 1000     1.1s Varray_spec STM tests (collecting)
[ ]  352    0    0  352 / 1000     1.2s Varray_spec STM tests
[ ]  384    0    0  384 / 1000     1.3s Varray_spec STM tests
[ ]  454    0    0  454 / 1000     1.4s Varray_spec STM tests
[ ]  515    0    0  515 / 1000     1.5s Varray_spec STM tests (collecting)
[ ]  540    0    0  540 / 1000     1.6s Varray_spec STM tests
[ ]  592    0    0  592 / 1000     1.7s Varray_spec STM tests
[ ]  603    0    0  603 / 1000     1.8s Varray_spec STM tests
[ ]  645    0    0  645 / 1000     1.9s Varray_spec STM tests
[ ]  661    0    0  661 / 1000     2.1s Varray_spec STM tests
[ ]  695    0    0  695 / 1000     2.2s Varray_spec STM tests
[ ]  759    0    0  759 / 1000     2.3s Varray_spec STM tests (collecting)
[ ]  768    0    0  768 / 1000     2.4s Varray_spec STM tests
[ ]  836    0    0  836 / 1000     2.5s Varray_spec STM tests
[ ]  875    0    0  875 / 1000     2.6s Varray_spec STM tests (collecting)
[ ]  908    0    0  908 / 1000     2.7s Varray_spec STM tests (collecting)
[ ]  947    0    0  947 / 1000     2.8s Varray_spec STM tests (collecting)
[ ]  962    0    0  962 / 1000     2.9s Varray_spec STM tests (collecting)
[] 1000    0    0 1000 / 1000     3.0s Varray_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default/plugins/wrapper/test/suite && ./test.exe)
Testing `Ortac'.
This run has ID `TTYH8HD2'.

  [OK]          Arrays               0   get out of range.
  [OK]          Arrays               1   get wrong value.
  [OK]          Arrays               2   create wrong value.
  [OK]          Arrays               3   correct implementations.
  [OK]          Arrays               4   map correct.
  [OK]          Arrays               5   map wrong length.
  [OK]          Arrays               6   map wrong function.
  [OK]          Arrays               7   create with wrong arguments.
  [OK]          Arrays               8   sort is correct.
  [OK]          Arrays               9   copy sort is correct.
  [OK]          Arrays              10   bad sort is wrong.
  [OK]          Arrays              11   constant sort is wrong.
  [OK]          Arithmetics          0   forall.
  [OK]          Arithmetics          1   double forall.
  [OK]          Arithmetics          2   power.
  [OK]          Exceptions           0   bad_raise_notfound.
  [OK]          Exceptions           1   undeclared_raise_notfound.
  [OK]          Exceptions           2   raise_notfound.
  [OK]          Exceptions           3   allowed exceptions.
  [OK]          Exceptions           4   raise_invalidarg.
  [OK]          Exceptions           5   bad_raise_notfound.
  [OK]          Exceptions           6   valid_checks.
  [OK]          Exceptions           7   bad_checks.
  [OK]          Terms                0   boolean operators.
  [OK]          Terms                1   scopes.
  [OK]          Terms                2   logic.
  [OK]          Terms                3   patterns.
  [OK]          Terms                4   peano.
  [OK]          Terms                5   trees.
  [OK]          Terms                6   ref_access.
  [OK]          Translation          0   type mutable.
  [OK]          Translation          1   type immutable.
  [OK]          Translation          2   type unknown.
  [OK]          Translation          3   type dependant.
  [OK]          Translation          4   value purity.

Full test results in `/src/_build/default/plugins/wrapper/test/suite/_build/_tests/Ortac'.
Test Successful in 0.569s. 35 tests run.
2024-08-28 13:51.26 ---> saved as "063bb64b6a83f368400c7f69c67fbd2d8deae2a1c0d69cf9c5806585b779d495"
Job succeeded
2024-08-28 13:51.27: Job succeeded