Organisationsocaml-gospelortac934324 ()(lower-bound)

(lower-bound)

Logs

Show full logs
2024-08-21 14:39.50: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (93432419241e1e3e428b955e15e4025a8381ebc5) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.12@sha256:a0007b2436a59eab6a8ea3572a03571bc7b30daac164321568289819b5ce9c0e
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-4.12@sha256:a0007b2436a59eab6a8ea3572a03571bc7b30daac164321568289819b5ce9c0e
# debian-12-4.12_opam-2.2
USER 1000:1000
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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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.3 alcotest.1.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 conf-gmp.1 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-build-info.1.11.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 fmt.0.9.0 gospel.0.3.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 lwt-dllist.1.0.0 mdx.2.3.0 menhir.20181006 mmap.1.1.0 monolith.20201026 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 qcheck-core.0.20 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 varray.0.2 zarith.1.3"
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-21 14:39.50: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-12-ocaml-4.12@sha256:a0007b2436a59eab6a8ea3572a03571bc7b30daac164321568289819b5ce9c0e-debian-12-4.12_opam-2.2-532883f4e5f169ea0b59240591b26d6f"
2024-08-21 14:39.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.12@sha256:a0007b2436a59eab6a8ea3572a03571bc7b30daac164321568289819b5ce9c0e)
 (comment debian-12-4.12_opam-2.2)
 (user (uid 1000) (gid 1000))
 (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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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.3 alcotest.1.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 conf-gmp.1 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-build-info.1.11.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 fmt.0.9.0 gospel.0.3.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 lwt-dllist.1.0.0 mdx.2.3.0 menhir.20181006 mmap.1.1.0 monolith.20201026 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 qcheck-core.0.20 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 varray.0.2 zarith.1.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.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-21 14:39.50: Waiting for resource in pool OCluster
2024-08-21 19:20.48: Waiting for worker…
2024-08-21 19:22.55: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 9343241 Merge pull request #246 from n-osborne/dependencies-cleanup

(from ocaml/opam:debian-12-ocaml-4.12@sha256:a0007b2436a59eab6a8ea3572a03571bc7b30daac164321568289819b5ce9c0e)
2024-08-21 19:22.55 ---> using "465aedaea67954d8a3f47d5aaec18faad07865b0efe23a55c2b130c6e4238f45" from cache

/: (comment debian-12-4.12_opam-2.2)

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

/: (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-21 19:22.55 ---> using "bda3178a3eccf24b398015cae45211c7cc8b925dac54c37528079f76063cb40d" 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 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.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-21 19:22.55 ---> using "852a8d95cb67ba1a0a9c280fb4a36fe03b59292d940877b90ced25acadd16ac0" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-116-generic
The OCaml toplevel, version 4.12.1
2.2.0
2024-08-21 19:22.55 ---> using "23a89110dd22279a732034dbc0466b55ff60fed185ed0d674de78c9c280ad38b" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-21 19:22.55 ---> using "b3ce02e988e57e485ce8704056bc1e0e7d7c3f54250860d5a6bb6d8fc4f2cebe" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   7c4ff52ef3..1477721e29  master     -> origin/master
4795e0895b Merge pull request #26339 from mtelvers/macos-m4

<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-08-21 19:24.19 ---> saved as "82762d5701b9ebb3d822028735d12e700b820a56f2c940af611dbe46f6ff4885"

/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-21 19:24.19 ---> saved as "6618c85ef4c11c2b06e4ab8ef49009d6cb39f458d58d5bdfba35f56a0a55a047"

/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-21 19:24.45 ---> saved as "1141774ffe5513096253ddf300f7872ab239e9c0e956d38e7c646b57c9f1e92f"

/src: (env DEPS "afl-persistent.1.3 alcotest.1.0.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 conf-gmp.1 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-build-info.1.11.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 fmt.0.9.0 gospel.0.3.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 lwt-dllist.1.0.0 mdx.2.3.0 menhir.20181006 mmap.1.1.0 monolith.20201026 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 qcheck-core.0.20 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 uuidm.0.9.6 varray.0.2 zarith.1.3")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.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 amd64 Packages [176 kB]
- Fetched 279 kB in 0s (612 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ortac-core.dev] synchronised (no changes)
[ortac-dune.dev] synchronised (no changes)
[ortac-examples.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-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libgmp-dev m4

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18734 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-21 19:25.06 ---> saved as "a41f847f1f291585cb1d3373474d566b006e61516bc1a8f7235b8565fa65dcaf"

/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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 48 packages
  - install afl-persistent             1.3
  - install alcotest                   1.0.0
  - install astring                    0.8.5
  - install base-bytes                 base
  - install cmdliner                   1.1.0
  - install conf-gmp                   1
  - install conf-m4                    1
  - install conf-perl                  1
  - install cppo                       1.6.1
  - install csexp                      1.3.2
  - install dune                       3.8.0
  - install dune-build-info            1.11.0
  - install dune-configurator          2.7.0
  - install dune-private-libs          2.8.0
  - install dune-site                  2.8.0
  - install fmt                        0.9.0
  - install gospel                     0.3.0
  - install jbuilder                   1.0+beta20.1
  - install logs                       0.7.0
  - install lwt                        5.4.0
  - install lwt-dllist                 1.0.0
  - install mdx                        2.3.0
  - install menhir                     20181006
  - install mmap                       1.1.0
  - install monolith                   20201026
  - install ocaml-compiler-libs        v0.12.0
  - install ocaml-version              2.4.0
  - install ocamlbuild                 0.14.0
  - install ocamlfind                  1.8.1
  - install ocplib-endian              1.0
  - install odoc-parser                1.0.0
  - install pp_loc                     2.1.0
  - install pprint                     20200410
  - install ppx_derivers               1.0
  - install ppx_deriving               5.2.1
  - install ppxlib                     0.26.0
  - install qcheck-core                0.20
  - install qcheck-multicoretests-util 0.3
  - install qcheck-stm                 0.3
  - install re                         1.7.2
  - install result                     1.5
  - install seq                        0.2.2
  - install sexplib0                   v0.12.0
  - install stdlib-shims               0.1.0
  - install topkg                      1.0.3
  - install uuidm                      0.9.6
  - install varray                     0.2
  - install zarith                     1.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.3  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-gmp.1  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gmp.1
-> retrieved alcotest.1.0.0  (cached)
-> installed conf-m4.1
-> installed conf-perl.1
-> retrieved csexp.1.3.2  (cached)
-> installed afl-persistent.1.3
-> retrieved dune-build-info.1.11.0  (cached)
-> retrieved dune.3.8.0  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune-private-libs.2.8.0, dune-site.2.8.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gospel.0.3.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt.5.4.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved mdx.2.3.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved monolith.20201026  (cached)
-> retrieved menhir.20181006  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-version.2.4.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved odoc-parser.1.0.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20200410  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved qcheck-core.0.20  (cached)
-> retrieved ppxlib.0.26.0  (cached)
-> retrieved qcheck-multicoretests-util.0.3, qcheck-stm.0.3  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved varray.0.2  (cached)
-> retrieved zarith.1.3  (cached)
-> retrieved topkg.1.0.3  (cached)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed zarith.1.3
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed topkg.1.0.3
-> installed uuidm.0.9.6
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed ocplib-endian.1.0
-> installed dune.3.8.0
-> installed dune-build-info.1.11.0
-> installed mmap.1.1.0
-> installed result.1.5
-> installed pp_loc.2.1.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed pprint.20200410
-> installed varray.0.2
-> installed csexp.1.3.2
-> installed ocaml-version.2.4.0
-> installed dune-configurator.2.7.0
-> installed odoc-parser.1.0.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed alcotest.1.0.0
-> installed monolith.20201026
-> installed qcheck-core.0.20
-> installed qcheck-multicoretests-util.0.3
-> installed qcheck-stm.0.3
-> installed dune-private-libs.2.8.0
-> installed lwt.5.4.0
-> installed lwt-dllist.1.0.0
-> installed dune-site.2.8.0
-> installed logs.0.7.0
-> installed menhir.20181006
-> installed mdx.2.3.0
-> installed ppxlib.0.26.0
-> installed ppx_deriving.5.2.1
-> installed gospel.0.3.0
Done.

<><> afl-persistent.1.3 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, use an OCaml switch such as
   4.07.1+afl.
# Run eval $(opam env) to update the current shell environment
2024-08-21 19:26.35 ---> saved as "262898ebac44a4ea14356233f673884d6445c6b15168f4c2c7c3e2196ab3dfb2"

/src: (copy (src .) (dst /src))
2024-08-21 19:26.35 ---> saved as "12b14a96198a9d1f9d0b664e746033091c1712060439378fbc0d6b08297df90e"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.12/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/runtime/.stdlibset.eobjs/byte -I test/runtime/.stdlibset.eobjs/native -I /home/opam/.opam/4.12/lib/afl-persistent -I /home/opam/.opam/4.12/lib/fmt -I /home/opam/.opam/4.12/lib/monolith -I /home/opam/.opam/4.12/lib/pprint -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/zarith -I src/runtime/.ortac_runtime.objs/byte -I src/runtime/.ortac_runtime.objs/native -intf-suffix .ml -no-alias-deps -opaque -o test/runtime/.stdlibset.eobjs/native/dune__exe__Stdlibset.cmx -c -impl test/runtime/stdlibset.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Z, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/runtime/.ortac_runtime.objs/byte -I src/runtime/.ortac_runtime.objs/native -I /home/opam/.opam/4.12/lib/fmt -I /home/opam/.opam/4.12/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Ortac_runtime__ -o src/runtime/.ortac_runtime.objs/native/ortac_runtime.cmx -c -impl src/runtime/ortac_runtime.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Z, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/runtime/stdlibset.exe /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/afl-persistent/afl-persistent.cmxa /home/opam/.opam/4.12/lib/pprint/pprint.cmxa /home/opam/.opam/4.12/lib/seq/seq.cmxa /home/opam/.opam/4.12/lib/monolith/monolith.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa src/runtime/ortac_runtime.cmxa test/runtime/.stdlibset.eobjs/native/dune__exe__Stdlibset.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/wrapper/test/generated/wrapper.exe /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/wrapper/test/generated/.wrapper.eobjs/native/dune__exe.cmx plugins/wrapper/test/generated/.wrapper.eobjs/native/dune__exe__Lib.cmx plugins/wrapper/test/generated/.wrapper.eobjs/native/dune__exe__Wrapper.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/monolith/test/generated/wrapper.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/afl-persistent/afl-persistent.cmxa /home/opam/.opam/4.12/lib/pprint/pprint.cmxa /home/opam/.opam/4.12/lib/seq/seq.cmxa /home/opam/.opam/4.12/lib/monolith/monolith.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/monolith/src/runtime/ortac_runtime_monolith.cmxa plugins/monolith/test/generated/.wrapper.eobjs/native/dune__exe.cmx plugins/monolith/test/generated/.wrapper.eobjs/native/dune__exe__Lib.cmx plugins/monolith/test/generated/.wrapper.eobjs/native/dune__exe__Wrapper.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

wrapper.exe has been generated with the ortac-monolith plugin.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/ref_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/ref.cmxa plugins/qcheck-stm/test/.ref_stm_tests.eobjs/native/dune__exe__Ref_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/functional_model_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/functional_model.cmxa plugins/qcheck-stm/test/.functional_model_stm_tests.eobjs/native/dune__exe__Functional_model_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/invariants_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/invariants.cmxa plugins/qcheck-stm/test/.invariants_stm_tests.eobjs/native/dune__exe__Invariants_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/sequence_model_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/sequence_model.cmxa plugins/qcheck-stm/test/.sequence_model_stm_tests.eobjs/native/dune__exe__Sequence_model_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/ghost_as_model_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/ghost_as_model.cmxa plugins/qcheck-stm/test/.ghost_as_model_stm_tests.eobjs/native/dune__exe__Ghost_as_model_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/test_cleanup_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/test_cleanup.cmxa plugins/qcheck-stm/test/.test_cleanup_stm_tests.eobjs/native/dune__exe__Test_cleanup_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/record_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/record.cmxa plugins/qcheck-stm/test/.record_stm_tests.eobjs/native/dune__exe__Record_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/integer_in_model_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/integer_in_model.cmxa plugins/qcheck-stm/test/.integer_in_model_stm_tests.eobjs/native/dune__exe__Integer_in_model_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

sut_in_type_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/lwt_dllist_spec_tests.exe examples/lwt_dllist_spec.cmxa /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa examples/.lwt_dllist_spec_tests.eobjs/native/dune__exe__Lwt_dllist_spec_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/test_without_sut_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/test_without_sut.cmxa plugins/qcheck-stm/test/.test_without_sut_stm_tests.eobjs/native/dune__exe__Test_without_sut_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

ref_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.

invariants_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.

ghost_as_model_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.

record_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.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/hashtbl_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/hashtbl.cmxa plugins/qcheck-stm/test/.hashtbl_stm_tests.eobjs/native/dune__exe__Hashtbl_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/wrapper/test/suite/test.exe /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/astring/astring.cmxa /home/opam/.opam/4.12/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.12/lib/fmt/fmt_cli.cmxa /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/fmt/fmt_tty.cmxa -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/uuidm/uuidm.cmxa /home/opam/.opam/4.12/lib/re/re.cmxa /home/opam/.opam/4.12/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.12/lib/alcotest/alcotest.cmxa /home/opam/.opam/4.12/lib/ocaml-compiler-libs/shadow/ocaml_shadow.cmxa /home/opam/.opam/4.12/lib/findlib/findlib.cmxa /home/opam/.opam/4.12/lib/ocaml/compiler-libs/ocamlcommon.cmxa /home/opam/.opam/4.12/lib/ocaml-compiler-libs/common/ocaml_common.cmxa /home/opam/.opam/4.12/lib/ppxlib/astlib/astlib.cmxa /home/opam/.opam/4.12/lib/ppxlib/ast/ppxlib_ast.cmxa /home/opam/.opam/4.12/lib/ppxlib/print_diff/ppxlib_print_diff.cmxa /home/opam/.opam/4.12/lib/ppx_derivers/ppx_derivers.cmxa /home/opam/.opam/4.12/lib/ppxlib/traverse_builtins/ppxlib_traverse_builtins.cmxa /home/opam/.opam/4.12/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/4.12/lib/ppxlib/stdppx/stdppx.cmxa /home/opam/.opam/4.12/lib/ppxlib/ppxlib.cmxa /home/opam/.opam/4.12/lib/pp_loc/pp_loc.cmxa /home/opam/.opam/4.12/lib/result/result.cmxa /home/opam/.opam/4.12/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa /home/opam/.opam/4.12/lib/gospel/gospel.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/wrapper/test/suite/arrays/arrays.cmxa plugins/wrapper/test/suite/arith/arith.cmxa plugins/wrapper/test/suite/exceptions/exceptions.cmxa plugins/wrapper/test/suite/terms/terms.cmxa src/core/ortac_core.cmxa bin/registration.cmxa plugins/wrapper/src/ortac_wrapper.cmxa plugins/wrapper/test/suite/.test.eobjs/native/dune__exe.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Common.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Arith.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Arrays.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Exceptions.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Terms.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Translation.cmx plugins/wrapper/test/suite/.test.eobjs/native/dune__exe__Test.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/tuples_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/tuples.cmxa plugins/qcheck-stm/test/.tuples_stm_tests.eobjs/native/dune__exe__Tuples_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/conjunctive_clauses_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/conjunctive_clauses.cmxa plugins/qcheck-stm/test/.conjunctive_clauses_stm_tests.eobjs/native/dune__exe__Conjunctive_clauses_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

test_without_sut_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.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/custom_config_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/custom_config.cmxa plugins/qcheck-stm/test/.custom_config_stm_tests.eobjs/native/dune__exe__Custom_config_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o plugins/qcheck-stm/test/array_stm_tests.exe /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa plugins/qcheck-stm/test/array.cmxa plugins/qcheck-stm/test/.array_stm_tests.eobjs/native/dune__exe__Array_stm_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default/plugins/wrapper/test/suite && ./test.exe)
Testing Ortac.
This run has ID `E55C421C-7871-4472-865E-A58D2E981CFA`.
 ...                Arrays               0   get out of range.
[OK]                Arrays               0   get out of range.
 ...                Arrays               1   get wrong value.
[OK]                Arrays               1   get wrong value.
 ...                Arrays               2   create wrong value.
[OK]                Arrays               2   create wrong value.
 ...                Arrays               3   correct implementations.
[OK]                Arrays               3   correct implementations.
 ...                Arrays               4   map correct.
[OK]                Arrays               4   map correct.
 ...                Arrays               5   map wrong length.
[OK]                Arrays               5   map wrong length.
 ...                Arrays               6   map wrong function.
[OK]                Arrays               6   map wrong function.
 ...                Arrays               7   create with wrong arguments.
[OK]                Arrays               7   create with wrong arguments.
 ...                Arrays               8   sort is correct.
[OK]                Arrays               8   sort is correct.
 ...                Arrays               9   copy sort is correct.
[OK]                Arrays               9   copy sort is correct.
 ...                Arrays              10   bad sort is wrong.
[OK]                Arrays              10   bad sort is wrong.
 ...                Arrays              11   constant sort is wrong.
[OK]                Arrays              11   constant sort is wrong.
 ...                Arithmetics          0   forall.
[OK]                Arithmetics          0   forall.
 ...                Arithmetics          1   double forall.
[OK]                Arithmetics          1   double forall.
 ...                Arithmetics          2   power.
[OK]                Arithmetics          2   power.
 ...                Exceptions           0   bad_raise_notfound.
[OK]                Exceptions           0   bad_raise_notfound.
 ...                Exceptions           1   undeclared_raise_notfound.
[OK]                Exceptions           1   undeclared_raise_notfound.
 ...                Exceptions           2   raise_notfound.
[OK]                Exceptions           2   raise_notfound.
 ...                Exceptions           3   allowed exceptions.
[OK]                Exceptions           3   allowed exceptions.
 ...                Exceptions           4   raise_invalidarg.
[OK]                Exceptions           4   raise_invalidarg.
 ...                Exceptions           5   bad_raise_notfound.
[OK]                Exceptions           5   bad_raise_notfound.
 ...                Exceptions           6   valid_checks.
[OK]                Exceptions           6   valid_checks.
 ...                Exceptions           7   bad_checks.
[OK]                Exceptions           7   bad_checks.
 ...                Terms                0   boolean operators.
[OK]                Terms                0   boolean operators.
 ...                Terms                1   scopes.
[OK]                Terms                1   scopes.
 ...                Terms                2   logic.
[OK]                Terms                2   logic.
 ...                Terms                3   patterns.
[OK]                Terms                3   patterns.
 ...                Terms                4   peano.
[OK]                Terms                4   peano.
 ...                Terms                5   trees.
[OK]                Terms                5   trees.
 ...                Terms                6   ref_access.
[OK]                Terms                6   ref_access.
 ...                Translation          0   type mutable.
[OK]                Translation          0   type mutable.
 ...                Translation          1   type immutable.
[OK]                Translation          1   type immutable.
 ...                Translation          2   type unknown.
[OK]                Translation          2   type unknown.
 ...                Translation          3   type dependant.
[OK]                Translation          3   type dependant.
 ...                Translation          4   value purity.
[OK]                Translation          4   value purity.
The full test results are available in `/src/_build/default/plugins/wrapper/test/suite/_build/_tests/E55C421C-7871-4472-865E-A58D2E981CFA`.
Test Successful in 0.000s. 35 tests run.
(cd _build/default/examples && ./lwt_dllist_spec_tests.exe --verbose)

random seed: 489248545
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)
[ ]  187    0    0  187 / 1000     0.1s Lwt_dllist_spec STM tests
[ ]  516    0    0  516 / 1000     0.2s Lwt_dllist_spec STM tests
[ ]  789    0    0  789 / 1000     0.3s Lwt_dllist_spec STM tests (collecting)
[ ]  996    0    0  996 / 1000     0.4s Lwt_dllist_spec STM tests (collecting)
[] 1000    0    0 1000 / 1000     0.4s Lwt_dllist_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/varray_circular_spec_tests.exe /home/opam/.opam/4.12/lib/varray/varray.cmxa examples/varray_circular_spec.cmxa /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa examples/.varray_circular_spec_tests.eobjs/native/dune__exe__Varray_circular_spec_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

tuples_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.

custom_config_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.
(cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/varray_spec_tests.exe /home/opam/.opam/4.12/lib/varray/varray.cmxa examples/varray_spec.cmxa /home/opam/.opam/4.12/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.12/lib/ocaml -I /home/opam/.opam/4.12/lib/ocaml /home/opam/.opam/4.12/lib/qcheck-core/qcheck_core.cmxa /home/opam/.opam/4.12/lib/qcheck-core/runner/qcheck_runner.cmxa /home/opam/.opam/4.12/lib/qcheck-multicoretests-util/util.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/stm/STM.cmxa /home/opam/.opam/4.12/lib/qcheck-stm/sequential/STM_sequential.cmxa /home/opam/.opam/4.12/lib/fmt/fmt.cmxa /home/opam/.opam/4.12/lib/zarith/zarith.cmxa -I /home/opam/.opam/4.12/lib/zarith src/runtime/ortac_runtime.cmxa plugins/qcheck-stm/src/runtime/ortac_runtime_qcheck_stm.cmxa examples/.varray_spec_tests.eobjs/native/dune__exe__Varray_spec_tests.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
(cd _build/default/examples && ./varray_circular_spec_tests.exe --verbose)

random seed: 397514084
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)
[ ]  147    0    0  147 / 1000     0.1s Varray_circular_spec STM tests (collecting)
[ ]  361    0    0  361 / 1000     0.2s Varray_circular_spec STM tests (collecting)
[ ]  528    0    0  528 / 1000     0.3s Varray_circular_spec STM tests
[ ]  754    0    0  754 / 1000     0.4s Varray_circular_spec STM tests
[ ]  930    0    0  930 / 1000     0.5s Varray_circular_spec STM tests (collecting)
[] 1000    0    0 1000 / 1000     0.6s Varray_circular_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default/examples && ./varray_spec_tests.exe --verbose)

random seed: 207496864
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)
[ ]  188    0    0  188 / 1000     0.1s Varray_spec STM tests (collecting)
[ ]  416    0    0  416 / 1000     0.2s Varray_spec STM tests (collecting)
[ ]  549    0    0  549 / 1000     0.3s Varray_spec STM tests
[ ]  687    0    0  687 / 1000     0.4s Varray_spec STM tests
[ ]  839    0    0  839 / 1000     0.5s Varray_spec STM tests (collecting)
[ ]  978    0    0  978 / 1000     0.6s Varray_spec STM tests
[] 1000    0    0 1000 / 1000     0.6s Varray_spec STM tests
================================================================================
success (ran 1 tests)
(cd _build/default && /usr/bin/timeout -s INT -k 3 20 test/runtime/stdlibset.exe)
 33K tests run so far ( 32K/s overall,  29K/s now) (fuel = 20).
 55K tests run so far ( 27K/s overall,  19K/s now) (fuel = 20).
 74K tests run so far ( 24K/s overall,  22K/s now) (fuel = 20).
 90K tests run so far ( 22K/s overall,  13K/s now) (fuel = 20).
109K tests run so far ( 21K/s overall,  26K/s now) (fuel = 20).
146K tests run so far ( 24K/s overall,  40K/s now) (fuel = 20).
183K tests run so far ( 26K/s overall,  41K/s now) (fuel = 20).
219K tests run so far ( 27K/s overall,  40K/s now) (fuel = 20).
257K tests run so far ( 28K/s overall,  41K/s now) (fuel = 20).
293K tests run so far ( 29K/s overall,  36K/s now) (fuel = 20).
330K tests run so far ( 29K/s overall,  40K/s now) (fuel = 20).
367K tests run so far ( 30K/s overall,  41K/s now) (fuel = 20).
404K tests run so far ( 31K/s overall,  40K/s now) (fuel = 20).
440K tests run so far ( 31K/s overall,  41K/s now) (fuel = 20).
477K tests run so far ( 31K/s overall,  40K/s now) (fuel = 20).
514K tests run so far ( 32K/s overall,  41K/s now) (fuel = 20).
551K tests run so far ( 32K/s overall,  41K/s now) (fuel = 20).
588K tests run so far ( 32K/s overall,  41K/s now) (fuel = 20).
616K tests run so far ( 32K/s overall,  34K/s now) (fuel = 20).
2024-08-21 19:26.57 ---> saved as "5186b0518ec28f7fd47632518a134493ad6f7d915a2a6c3da1a49f112d4e3773"
Job succeeded
2024-08-21 19:26.57: Job succeeded