2026-06-30 19:39.51: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (a86251abd76694e2e444bc88ea5c05e342053db9) (freebsd-x86_64:freebsd-15.1-4.14_opam-2.5) Base: freebsd-15.1-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "main" && cd "ortac" && git reset --hard a86251ab cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-15.1-ocaml-4.14 # freebsd-15.1-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 conf-gmp.5 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-build-info.3.24.0 dune-private-libs.3.24.0 dune-site.3.24.0 dyn.3.24.0 fmt.0.11.0 fs-io.3.24.0 gospel.0.3.1 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 monolith.20250922 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.24.0 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.17.0 stdlib-shims.0.3.0 stdune.3.24.0 top-closure.3.24.0 topkg.1.1.1 uutf.1.0.4 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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-dune.dev ortac-core.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=ortac-wrapper,ortac-runtime,ortac-runtime-qcheck-stm,ortac-runtime-monolith,ortac-qcheck-stm,ortac-monolith,ortac-dune,ortac-core @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-30 19:39.51: Using cache hint "ocaml-gospel/ortac-freebsd-15.1-ocaml-4.14-freebsd-15.1-4.14_opam-2.5-d249511d670904a82197fa0afb7d9da7" 2026-06-30 19:39.51: Using OBuilder spec: ((from freebsd-15.1-ocaml-4.14) (comment freebsd-15.1-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) (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 "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 './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 conf-gmp.5 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-build-info.3.24.0 dune-private-libs.3.24.0 dune-site.3.24.0 dyn.3.24.0 fmt.0.11.0 fs-io.3.24.0 gospel.0.3.1 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 monolith.20250922 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.24.0 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.17.0 stdlib-shims.0.3.0 stdune.3.24.0 top-closure.3.24.0 topkg.1.1.1 uutf.1.0.4 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.5 --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-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 --only-packages=ortac-wrapper,ortac-runtime,ortac-runtime-qcheck-stm,ortac-runtime-monolith,ortac-qcheck-stm,ortac-monolith,ortac-dune,ortac-core @install @check @runtest && rm -rf _build")) ) 2026-06-30 19:39.51: Waiting for resource in pool OCluster 2026-06-30 23:05.08: Waiting for worker… 2026-07-01 00:00.34: Got resource from pool OCluster Building on rosemary hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /obuilder/state/git/ortac.git-c3f61c08f014b97a6e27abb935a8578eb8a22ca5/.git/ HEAD is now at a86251a Merge pull request #378 from n-osborne/quickfix (from freebsd-15.1-ocaml-4.14) 2026-06-30 23:51.42 ---> using "2464f15022a3165e1976d60db98cf7d9951b75807dc9e9c0887ed1602f1ec094" from cache /: (comment freebsd-15.1-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-06-30 23:51.43 ---> using "956cfeb560b8d68962767ce50da46ea47d35dec6f5230c0d6c9a0ec8683ff490" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline")) 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0 2026-06-30 23:51.43 ---> using "346befd23e69585646c5933984974bf8f5adc95a3b1eea4a103b2b68e0af391f" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-06-30 23:51.44 ---> using "53ff967bd6e1112fe2772ac4e5d125785c1e5646b386deebfce174f2ceb6fe27" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.1-RELEASE The OCaml toplevel, version 4.14.4 2.5.0 2026-06-30 23:51.44 ---> using "a14560cbe75e85cc6442f69643ee7c6e4100cfaa384d9afce99924f9c94bb75e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-30 23:51.45 ---> using "340f56efa0646309b863cf2bee4107b4897347441e5b5d636a8046b07518b398" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.1 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-06-30 23:51.45 ---> using "a3bd13b56a8101c12a528e0a18a0532605a3c821eef895621831c7d3850199a8" 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 ./)) 2026-06-30 23:51.48 ---> saved as "e892c65dc5220dc3c9efe96fdd884443180de02f2149e32f7996a5cf992c1585" /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 './'")) [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) [NOTE] Package ortac-runtime-monolith does not exist in opam repositories registered in the current switch. [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) [NOTE] Package ortac-monolith does not exist in opam repositories registered in the current switch. [ortac-monolith.dev] synchronised (file:///src) ortac-monolith is now pinned to file:///src (version dev) [NOTE] Package ortac-examples does not exist in opam repositories registered in the current switch. [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) 2026-06-30 23:51.58 ---> saved as "bd77b5f9935b3df2c9c3ebf3d1c41db5eaaaf6ebb2c019eba182c38ffb2c9371" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-30 23:52.00 ---> saved as "88bf7fedf34219184497ca4487c9cc0cd99bd36496936fbd2424ffd63d4e364e" /src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 conf-gmp.5 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-build-info.3.24.0 dune-private-libs.3.24.0 dune-site.3.24.0 dyn.3.24.0 fmt.0.11.0 fs-io.3.24.0 gospel.0.3.1 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 monolith.20250922 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.24.0 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.17.0 stdlib-shims.0.3.0 stdune.3.24.0 top-closure.3.24.0 topkg.1.1.1 uutf.1.0.4 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.5 --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-dune.dev ortac-core.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ortac-monolith.dev] synchronised (file:///src) [ortac-dune.dev] synchronised (file:///src) [ortac-core.dev] synchronised (file:///src) [ortac-qcheck-stm.dev] synchronised (file:///src) [ortac-runtime.dev] synchronised (file:///src) [ortac-runtime-monolith.dev] synchronised (file:///src) [ortac-runtime-qcheck-stm.dev] synchronised (file:///src) [ortac-wrapper.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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: gmp <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "gmp" - Updating FreeBSD-ports repository catalogue... - FreeBSD-ports repository is up to date. - Updating FreeBSD-ports-kmods repository catalogue... - FreeBSD-ports-kmods repository is up to date. - All repositories are up to date. - The following 1 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - gmp: 6.3.0 [FreeBSD-ports] - - Number of packages to be installed: 1 - - The process will require 2 MiB more space. - 504 KiB to be downloaded. - [rosemary] [1/1] Fetching gmp-6.3.0: .......... done - Checking integrity... done (0 conflicting) - [rosemary] [1/1] Installing gmp-6.3.0... - [rosemary] [1/1] Extracting gmp-6.3.0: .......... done 2026-06-30 23:52.17 ---> saved as "17f97dc5d0e5d40113d4b9cdccf6216432903ef3fbddca7b54178ce0676acf6d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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 49 packages ∗ afl-persistent 1.4 ∗ alcotest 1.9.1 ∗ astring 0.8.5 ∗ camlp-streams 5.0.1 ∗ cmdliner 2.1.1 ∗ conf-gmp 5 ∗ conf-pkg-config 5 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ dune 3.24.0 ∗ dune-build-info 3.24.0 ∗ dune-private-libs 3.24.0 ∗ dune-site 3.24.0 ∗ dyn 3.24.0 ∗ fmt 0.11.0 ∗ fs-io 3.24.0 ∗ gospel 0.3.1 ∗ logs 0.10.0 ∗ mdx 2.5.2 ∗ menhir 20260209 ∗ menhirCST 20260209 ∗ menhirGLR 20260209 ∗ menhirLib 20260209 ∗ menhirSdk 20260209 ∗ monolith 20250922 ∗ ocaml-compiler-libs v0.12.4 ∗ ocaml-syntax-shims 1.0.0 ∗ ocaml-version 4.1.3 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ordering 3.24.0 ∗ pp 2.0.0 ∗ pp_loc 2.1.0 ∗ pprint 20230830 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.1.1 ∗ ppxlib 0.38.0 ∗ qcheck-core 0.91 ∗ qcheck-multicoretests-util 0.10 ∗ qcheck-stm 0.10 ∗ re 1.14.0 ∗ result 1.5 ∗ sexplib0 v0.17.0 ∗ stdlib-shims 0.3.0 ∗ stdune 3.24.0 ∗ top-closure 3.24.0 ∗ topkg 1.1.1 ∗ uutf 1.0.4 ∗ zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved alcotest.1.9.1 (cached) ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved conf-gmp.5 (cached) ⬇ retrieved conf-pkg-config.5 (cached) ⬇ retrieved cppo.1.8.0 (cached) ∗ installed conf-gmp.5 ∗ installed conf-pkg-config.5 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cmdliner.2.1.1 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved afl-persistent.1.4 (https://github.com/stedolan/ocaml-afl-persistent/archive/refs/tags/v1.4.tar.gz) ⬇ retrieved logs.0.10.0 (cached) ⬇ retrieved mdx.2.5.2 (cached) ⬇ retrieved gospel.0.3.1 (https://github.com/ocaml-gospel/gospel/archive/refs/tags/v0.3.1.tar.gz) ⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved monolith.20250922 (https://gitlab.inria.fr/fpottier/monolith/-/archive/20250922/archive.tar.gz) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved ocaml-version.4.1.3 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved dune.3.24.0, dune-build-info.3.24.0, dune-private-libs.3.24.0, dune-site.3.24.0, dyn.3.24.0, fs-io.3.24.0, ordering.3.24.0, stdune.3.24.0, top-closure.3.24.0 (cached) ∗ installed ocamlbuild.0.16.1 ⬇ retrieved pprint.20230830 (https://github.com/fpottier/pprint/archive/20230830.tar.gz) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved pp.2.0.0 (https://github.com/ocaml-dune/pp/releases/download/2.0.0/pp-2.0.0.tbz) ⬇ retrieved pp_loc.2.1.0 (https://github.com/Armael/pp_loc/releases/download/v2.1.0/pp_loc-2.1.0.tbz) ⬇ retrieved ppx_deriving.6.1.1 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.1/ppx_deriving-6.1.1.tar.gz) ∗ installed cmdliner.2.1.1 ⬇ retrieved ppxlib.0.38.0 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved qcheck-core.0.91 (https://github.com/c-cube/qcheck/archive/v0.91.tar.gz) ⬇ retrieved result.1.5 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.10.tar.gz) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved zarith.1.14 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed zarith.1.14 ∗ installed topkg.1.1.1 ∗ installed uutf.1.0.4 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed logs.0.10.0 ∗ installed dune.3.24.0 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed result.1.5 ∗ installed re.1.14.0 ∗ installed qcheck-core.0.91 ∗ installed ppx_derivers.1.2.1 ∗ installed pprint.20230830 ∗ installed pp_loc.2.1.0 ∗ installed pp.2.0.0 ∗ installed ordering.3.24.0 ∗ installed qcheck-multicoretests-util.0.10 ∗ installed top-closure.3.24.0 ∗ installed ocaml-version.4.1.3 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.12.4 ∗ installed menhirSdk.20260209 ∗ installed menhirLib.20260209 ∗ installed menhirGLR.20260209 ∗ installed qcheck-stm.0.10 ∗ installed menhirCST.20260209 ∗ installed alcotest.1.9.1 ∗ installed dyn.3.24.0 ∗ installed fs-io.3.24.0 ∗ installed dune-build-info.3.24.0 ∗ installed csexp.1.5.2 ∗ installed cppo.1.8.0 ∗ installed camlp-streams.5.0.1 ∗ installed afl-persistent.1.4 ∗ installed monolith.20250922 ∗ installed menhir.20260209 ∗ installed mdx.2.5.2 ∗ installed ppxlib.0.38.0 ∗ installed stdune.3.24.0 ∗ installed ppx_deriving.6.1.1 ∗ installed dune-private-libs.3.24.0 ∗ installed gospel.0.3.1 ∗ installed dune-site.3.24.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 4.14.4+afl ocaml-variants.4.14.4+options ocaml-option-afl 2026-06-30 23:58.50 ---> saved as "fffaf726842408752d3ca57bf6ab430957ecbef60d585a2f62bb3d5fb916767b" /src: (copy (src .) (dst /src)) 2026-06-30 23:58.55 ---> saved as "fe4d52f6f2a56122b5d414d57f1143d2c0f669b6d4af5eeb5a97159d3e4a7024" /src: (run (shell "opam exec -- dune build --only-packages=ortac-wrapper,ortac-runtime,ortac-runtime-qcheck-stm,ortac-runtime-monolith,ortac-qcheck-stm,ortac-monolith,ortac-dune,ortac-core @install @check @runtest && rm -rf _build")) File "plugins/wrapper/test/generated/wrapper_behaviour.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/wrapper/test/generated/wrapper_behaviour.expected.ml _build/default/plugins/wrapper/test/generated/wrapper_behaviour.ml diff --git a/_build/default/plugins/wrapper/test/generated/wrapper_behaviour.expected.ml b/_build/default/plugins/wrapper/test/generated/wrapper_behaviour.ml index f078b5a..1fff5e6 100644 --- a/_build/default/plugins/wrapper/test/generated/wrapper_behaviour.expected.ml +++ b/_build/default/plugins/wrapper/test/generated/wrapper_behaviour.ml @@ -29,17 +29,17 @@ let create_int n = { Ortac_runtime.start = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 7; - pos_bol = 211; - pos_cnum = 211 + pos_bol = 217; + pos_cnum = 217 }; Ortac_runtime.stop = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 10; - pos_bol = 365; - pos_cnum = 392 + pos_bol = 375; + pos_cnum = 402 } } "create_int" in if @@ -90,17 +90,17 @@ let bad_create_int n_1 = { Ortac_runtime.start = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 16; - pos_bol = 540; - pos_cnum = 540 + pos_bol = 550; + pos_cnum = 550 }; Ortac_runtime.stop = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 18; - pos_bol = 683; - pos_cnum = 710 + pos_bol = 697; + pos_cnum = 724 } } "bad_create_int" in Ortac_runtime.Errors.report __error__005_; @@ -136,17 +136,17 @@ let increment_int x = { Ortac_runtime.start = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 20; - pos_bol = 712; - pos_cnum = 712 + pos_bol = 726; + pos_cnum = 726 }; Ortac_runtime.stop = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 25; - pos_bol = 948; - pos_cnum = 984 + pos_bol = 966; + pos_cnum = 1002 } } "increment_int" in if @@ -261,17 +261,17 @@ let bad_increment_int x_1 = { Ortac_runtime.start = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 30; - pos_bol = 1078; - pos_cnum = 1078 + pos_bol = 1096; + pos_cnum = 1096 }; Ortac_runtime.stop = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 34; - pos_bol = 1291; - pos_cnum = 1327 + pos_bol = 1313; + pos_cnum = 1349 } } "bad_increment_int" in __invariant___001_ __error__008_ Pre x_1; @@ -370,17 +370,17 @@ let bad2_increment_int x_2 = { Ortac_runtime.start = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 39; - pos_bol = 1426; - pos_cnum = 1426 + pos_bol = 1448; + pos_cnum = 1448 }; Ortac_runtime.stop = { - pos_fname = "lib_behaviour.mli"; + pos_fname = "./lib_behaviour.mli"; pos_lnum = 44; - pos_bol = 1672; - pos_cnum = 1708 + pos_bol = 1698; + pos_cnum = 1734 } } "bad2_increment_int" in if File "plugins/wrapper/test/generated/pascal_wrapped.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/wrapper/test/generated/pascal_wrapped.expected.ml _build/default/plugins/wrapper/test/generated/pascal_wrapped.ml diff --git a/_build/default/plugins/wrapper/test/generated/pascal_wrapped.expected.ml b/_build/default/plugins/wrapper/test/generated/pascal_wrapped.ml index a8591d5..d999629 100644 --- a/_build/default/plugins/wrapper/test/generated/pascal_wrapped.expected.ml +++ b/_build/default/plugins/wrapper/test/generated/pascal_wrapped.ml @@ -8,17 +8,17 @@ let __projection_n__001_ __arg0 = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 10; - pos_bol = 617; - pos_cnum = 617 + pos_bol = 631; + pos_cnum = 631 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 10; - pos_bol = 617; - pos_cnum = 638 + pos_bol = 631; + pos_cnum = 652 } } "__projection_n__001_" in let result = @@ -38,17 +38,17 @@ let __projection_row__002_ __arg0_1 = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 11; - pos_bol = 639; - pos_cnum = 639 + pos_bol = 653; + pos_cnum = 653 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 11; - pos_bol = 639; - pos_cnum = 694 + pos_bol = 653; + pos_cnum = 708 } } "__projection_row__002_" in let result_1 = @@ -82,17 +82,17 @@ let n __arg0 = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 10; - pos_bol = 617; - pos_cnum = 617 + pos_bol = 631; + pos_cnum = 631 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 10; - pos_bol = 617; - pos_cnum = 638 + pos_bol = 631; + pos_cnum = 652 } } "n" in Ortac_runtime.Errors.report __error__005_; @@ -113,17 +113,17 @@ let to_list __arg0_1 = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 11; - pos_bol = 639; - pos_cnum = 639 + pos_bol = 653; + pos_cnum = 653 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 11; - pos_bol = 639; - pos_cnum = 694 + pos_bol = 653; + pos_cnum = 708 } } "to_list" in Ortac_runtime.Errors.report __error__006_; @@ -144,17 +144,17 @@ let init () = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 12; - pos_bol = 695; - pos_cnum = 695 + pos_bol = 709; + pos_cnum = 709 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 14; - pos_bol = 806; - pos_cnum = 828 + pos_bol = 824; + pos_cnum = 846 } } "init" in Ortac_runtime.Errors.report __error__007_; @@ -190,17 +190,17 @@ let next r_1 = { Ortac_runtime.start = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 16; - pos_bol = 830; - pos_cnum = 830 + pos_bol = 848; + pos_cnum = 848 }; Ortac_runtime.stop = { - pos_fname = "pascal.mli"; + pos_fname = "./pascal.mli"; pos_lnum = 20; - pos_bol = 1022; - pos_cnum = 1085 + pos_bol = 1044; + pos_cnum = 1107 } } "next" in let ___ortac_copy_1 = Ortac_runtime.copy r_1 in File "plugins/wrapper/test/generated/wrapper.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/wrapper/test/generated/wrapper.expected.ml _build/default/plugins/wrapper/test/generated/wrapper.ml diff --git a/_build/default/plugins/wrapper/test/generated/wrapper.expected.ml b/_build/default/plugins/wrapper/test/generated/wrapper.ml index 162fefc..d3987da 100644 --- a/_build/default/plugins/wrapper/test/generated/wrapper.expected.ml +++ b/_build/default/plugins/wrapper/test/generated/wrapper.ml @@ -71,17 +71,17 @@ let create n = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 9; - pos_bol = 399; - pos_cnum = 399 + pos_bol = 409; + pos_cnum = 409 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 13; - pos_bol = 585; - pos_cnum = 638 + pos_bol = 599; + pos_cnum = 652 } } "create" in if @@ -162,17 +162,17 @@ let add i_2 bv_2 = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 15; - pos_bol = 640; - pos_cnum = 640 + pos_bol = 654; + pos_cnum = 654 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 20; - pos_bol = 871; - pos_cnum = 926 + pos_bol = 889; + pos_cnum = 944 } } "add" in let ___ortac_copy_1 = Ortac_runtime.copy bv_2 in @@ -258,17 +258,17 @@ let mem i_3 bv_3 = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 22; - pos_bol = 928; - pos_cnum = 928 + pos_bol = 946; + pos_cnum = 946 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 25; - pos_bol = 1074; - pos_cnum = 1103 + pos_bol = 1096; + pos_cnum = 1125 } } "mem" in if File "plugins/wrapper/test/generated/wrapper_model.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/wrapper/test/generated/wrapper_model.expected.ml _build/default/plugins/wrapper/test/generated/wrapper_model.ml diff --git a/_build/default/plugins/wrapper/test/generated/wrapper_model.expected.ml b/_build/default/plugins/wrapper/test/generated/wrapper_model.ml index caf72f1..3bf60a9 100644 --- a/_build/default/plugins/wrapper/test/generated/wrapper_model.expected.ml +++ b/_build/default/plugins/wrapper/test/generated/wrapper_model.ml @@ -8,17 +8,17 @@ let __projection_capacity__001_ __arg0 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 8; - pos_bol = 277; - pos_cnum = 277 + pos_bol = 283; + pos_cnum = 283 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 8; - pos_bol = 277; - pos_cnum = 303 + pos_bol = 283; + pos_cnum = 309 } } "__projection_capacity__001_" in let result = @@ -38,17 +38,17 @@ let __projection_view__002_ __arg0_1 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 9; - pos_bol = 304; - pos_cnum = 304 + pos_bol = 310; + pos_cnum = 310 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 9; - pos_bol = 304; - pos_cnum = 330 + pos_bol = 310; + pos_cnum = 336 } } "__projection_view__002_" in let result_1 = @@ -116,17 +116,17 @@ let capacity __arg0 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 8; - pos_bol = 277; - pos_cnum = 277 + pos_bol = 283; + pos_cnum = 283 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 8; - pos_bol = 277; - pos_cnum = 303 + pos_bol = 283; + pos_cnum = 309 } } "capacity" in __invariant___006_ __error__009_ Pre __arg0; @@ -157,17 +157,17 @@ let view __arg0_1 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 9; - pos_bol = 304; - pos_cnum = 304 + pos_bol = 310; + pos_cnum = 310 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 9; - pos_bol = 304; - pos_cnum = 330 + pos_bol = 310; + pos_cnum = 336 } } "view" in __invariant___006_ __error__010_ Pre __arg0_1; @@ -198,17 +198,17 @@ let create c = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 10; - pos_bol = 331; - pos_cnum = 331 + pos_bol = 337; + pos_cnum = 337 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 14; - pos_bol = 498; - pos_cnum = 524 + pos_bol = 508; + pos_cnum = 534 } } "create" in if @@ -273,17 +273,17 @@ let is_empty t_3 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 16; - pos_bol = 526; - pos_cnum = 526 + pos_bol = 536; + pos_cnum = 536 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 19; - pos_bol = 667; - pos_cnum = 699 + pos_bol = 681; + pos_cnum = 713 } } "is_empty" in __invariant___006_ __error__012_ Pre t_3; @@ -327,17 +327,17 @@ let mem t_4 x = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 21; - pos_bol = 701; - pos_cnum = 701 + pos_bol = 715; + pos_cnum = 715 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 24; - pos_bol = 846; - pos_cnum = 884 + pos_bol = 864; + pos_cnum = 902 } } "mem" in __invariant___006_ __error__013_ Pre t_4; @@ -385,17 +385,17 @@ let clear t_5 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 26; - pos_bol = 886; - pos_cnum = 886 + pos_bol = 904; + pos_cnum = 904 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 29; - pos_bol = 1021; - pos_cnum = 1046 + pos_bol = 1043; + pos_cnum = 1068 } } "clear" in __invariant___006_ __error__014_ Pre t_5; @@ -439,17 +439,17 @@ let add t_6 x_1 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 31; - pos_bol = 1048; - pos_cnum = 1048 + pos_bol = 1070; + pos_cnum = 1070 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 35; - pos_bol = 1246; - pos_cnum = 1287 + pos_bol = 1272; + pos_cnum = 1313 } } "add" in let ___ortac_copy_1 = Ortac_runtime.copy t_6 in @@ -541,17 +541,17 @@ let tail t_7 = { Ortac_runtime.start = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 37; - pos_bol = 1289; - pos_cnum = 1289 + pos_bol = 1315; + pos_cnum = 1315 }; Ortac_runtime.stop = { - pos_fname = "lib_model.mli"; + pos_fname = "./lib_model.mli"; pos_lnum = 42; - pos_bol = 1511; - pos_cnum = 1555 + pos_bol = 1541; + pos_cnum = 1585 } } "tail" in let (___ortac_copy_3, ___ortac_copy_2) = Ortac_runtime.copy (t_7, t_7) in File "plugins/monolith/test/generated/wrapper.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/monolith/test/generated/wrapper.expected.ml _build/default/plugins/monolith/test/generated/wrapper.ml diff --git a/_build/default/plugins/monolith/test/generated/wrapper.expected.ml b/_build/default/plugins/monolith/test/generated/wrapper.ml index ccf7308..37647de 100644 --- a/_build/default/plugins/monolith/test/generated/wrapper.expected.ml +++ b/_build/default/plugins/monolith/test/generated/wrapper.ml @@ -76,17 +76,17 @@ module R = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 9; - pos_bol = 399; - pos_cnum = 399 + pos_bol = 409; + pos_cnum = 409 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 13; - pos_bol = 585; - pos_cnum = 638 + pos_bol = 599; + pos_cnum = 652 } } "create" in if @@ -171,17 +171,17 @@ module R = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 15; - pos_bol = 640; - pos_cnum = 640 + pos_bol = 654; + pos_cnum = 654 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 20; - pos_bol = 871; - pos_cnum = 926 + pos_bol = 889; + pos_cnum = 944 } } "add" in let ___ortac_copy_1 = Ortac_runtime.copy bv_2 in @@ -268,17 +268,17 @@ module R = { Ortac_runtime.start = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 22; - pos_bol = 928; - pos_cnum = 928 + pos_bol = 946; + pos_cnum = 946 }; Ortac_runtime.stop = { - pos_fname = "lib.mli"; + pos_fname = "./lib.mli"; pos_lnum = 25; - pos_bol = 1074; - pos_cnum = 1103 + pos_bol = 1096; + pos_cnum = 1125 } } "mem" in if (cd _build/default/plugins/wrapper/test/generated && ./test.exe) Testing `Wrapped lib'. This run has ID `C6KNYUZ2'. [OK] lib 0 create is correct. [OK] lib 1 create fails with negativ size. [OK] lib 2 add is correct. [OK] lib 3 add fails with negativ arg. [OK] lib 4 mem fails with negativ arg. [OK] behaviour tests 0 invariant violated hit. [OK] behaviour tests 1 good incrementation. [OK] behaviour tests 2 precondition violated hit. [OK] behaviour tests 3 Int_overflow raised. [OK] behaviour tests 4 checks no hold, Invalid_argument... [OK] behaviour tests 5 postcondition hit. [OK] model tests 0 add model. [OK] pascal tests 0 three nexts. Full test results in `/src/_build/default/plugins/wrapper/test/generated/_build/_tests/Wrapped lib'. Test Successful in 0.018s. 13 tests run. ./wrapper.exe has been generated with the ortac-monolith plugin. (cd _build/default/plugins/wrapper/test/suite && ./test.exe) Testing `Ortac'. This run has ID `UWZIW3S8'. [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 value purity. Full test results in `/src/_build/default/plugins/wrapper/test/suite/_build/_tests/Ortac'. Test Successful in 0.061s. 31 tests run. File "plugins/qcheck-stm/test/submodule_tests.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/qcheck-stm/test/submodule_tests.expected.ml _build/default/plugins/qcheck-stm/test/submodule_tests.ml diff --git a/_build/default/plugins/qcheck-stm/test/submodule_tests.expected.ml b/_build/default/plugins/qcheck-stm/test/submodule_tests.ml index c7b6bc5..1157b89 100644 --- a/_build/default/plugins/qcheck-stm/test/submodule_tests.expected.ml +++ b/_build/default/plugins/qcheck-stm/test/submodule_tests.ml @@ -23,17 +23,17 @@ module ModelElt = { Ortac_runtime.start = { - pos_fname = "submodule.mli"; + pos_fname = "./submodule.mli"; pos_lnum = 7; - pos_bol = 241; - pos_cnum = 265 + pos_bol = 249; + pos_cnum = 273 }; Ortac_runtime.stop = { - pos_fname = "submodule.mli"; + pos_fname = "./submodule.mli"; pos_lnum = 7; - pos_bol = 241; - pos_cnum = 266 + pos_bol = 249; + pos_cnum = 274 } }))) } @@ -89,17 +89,17 @@ module Spec = { Ortac_runtime.start = { - pos_fname = "submodule.mli"; + pos_fname = "./submodule.mli"; pos_lnum = 7; - pos_bol = 241; - pos_cnum = 265 + pos_bol = 249; + pos_cnum = 273 }; Ortac_runtime.stop = { - pos_fname = "submodule.mli"; + pos_fname = "./submodule.mli"; pos_lnum = 7; - pos_bol = 241; - pos_cnum = 266 + pos_bol = 249; + pos_cnum = 274 } }))) } in File "plugins/qcheck-stm/test/submodule_and_prefix_tests.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.expected.ml _build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.ml diff --git a/_build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.expected.ml b/_build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.ml index 83037b6..ef372f5 100644 --- a/_build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.expected.ml +++ b/_build/default/plugins/qcheck-stm/test/submodule_and_prefix_tests.ml @@ -23,17 +23,17 @@ module ModelElt = { Ortac_runtime.start = { - pos_fname = "submodule_and_prefix.mli"; + pos_fname = "./submodule_and_prefix.mli"; pos_lnum = 7; - pos_bol = 285; - pos_cnum = 309 + pos_bol = 293; + pos_cnum = 317 }; Ortac_runtime.stop = { - pos_fname = "submodule_and_prefix.mli"; + pos_fname = "./submodule_and_prefix.mli"; pos_lnum = 7; - pos_bol = 285; - pos_cnum = 310 + pos_bol = 293; + pos_cnum = 318 } }))) } @@ -89,17 +89,17 @@ module Spec = { Ortac_runtime.start = { - pos_fname = "submodule_and_prefix.mli"; + pos_fname = "./submodule_and_prefix.mli"; pos_lnum = 7; - pos_bol = 285; - pos_cnum = 309 + pos_bol = 293; + pos_cnum = 317 }; Ortac_runtime.stop = { - pos_fname = "submodule_and_prefix.mli"; + pos_fname = "./submodule_and_prefix.mli"; pos_lnum = 7; - pos_bol = 285; - pos_cnum = 310 + pos_bol = 293; + pos_cnum = 318 } }))) } in File "plugins/qcheck-stm/test/all_warnings_errors.expected", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/qcheck-stm/test/all_warnings_errors.expected _build/default/plugins/qcheck-stm/test/all_warnings_errors diff --git a/_build/default/plugins/qcheck-stm/test/all_warnings_errors.expected b/_build/default/plugins/qcheck-stm/test/all_warnings_errors index 7812085..e7196fc 100644 --- a/_build/default/plugins/qcheck-stm/test/all_warnings_errors.expected +++ b/_build/default/plugins/qcheck-stm/test/all_warnings_errors @@ -1,15 +1,15 @@ -File "all_warnings_config.ml", line 9, characters 2-18: +File "./all_warnings_config.ml", line 9, characters 2-18: 9 | let lenght = bob ^^^^^^^^^^^^^^^^ Warning: Ill formed weight configuration is ignored. Weight should be configured as follow: let <function_name> = int litteral>. -File "all_warnings.mli", line 12, characters 0-52: +File "./all_warnings.mli", line 12, characters 0-52: 12 | val constant : unit 13 | (*@ constant 14 | ensures true *) Warning: Skipping constant: constants cannot be tested. -File "all_warnings.mli", line 17, characters 3-24: +File "./all_warnings.mli", line 17, characters 3-24: 17 | (*@ t = returning_sut a *) ^^^^^^^^^^^^^^^^^^^^^ Warning: Skipping returning_sut: the specification of the function does not @@ -17,35 +17,35 @@ Warning: Skipping returning_sut: the specification of the function does not Specifications should contain at least one "ensures x.contents = expr" where x is the returned SUT and expr can refer to other SUTs only under an old operator. -File "all_warnings.mli", line 22, characters 24-29: +File "./all_warnings.mli", line 22, characters 24-29: 22 | val incompatible_type : int t -> bool ^^^^^ Warning: Skipping incompatible_type: the type of its SUT-type argument is incompatible with the configured SUT type: char t. -File "all_warnings.mli", line 25, characters 0-26: +File "./all_warnings.mli", line 25, characters 0-26: 25 | val no_spec : 'a t -> bool ^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Skipping no_spec: functions without specifications cannot be tested. -File "all_warnings.mli", line 40, characters 3-37: +File "./all_warnings.mli", line 40, characters 3-37: 40 | ('a -> 'a -> 'a -> 'a -> 'a -> bool) -> 'a t -> bool ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Skipping functional_argument_arity: Can only test function arguments with arity < 5. -File "all_warnings.mli", line 44, characters 3-35: +File "./all_warnings.mli", line 44, characters 3-35: 44 | ('a -> ('a -> 'a -> bool) -> bool) -> 'a t -> bool ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Third-order functions and above are not supported in functional_argument_third_order. -File "all_warnings.mli", line 48, characters 24-25: +File "./all_warnings.mli", line 48, characters 24-25: 48 | (*@ b = ghost_argument [x : bool] t *) ^ Warning: Skipping ghost_argument: functions with a ghost argument are not supported. -File "all_warnings.mli", line 51, characters 6-7: +File "./all_warnings.mli", line 51, characters 6-7: 51 | (*@ [ x : bool ], b = ghost_returned_value t *) ^ Warning: Skipping ghost_returned_value: functions with a ghost returned value are not supported. -File "all_warnings.mli", line 34, characters 13-23: +File "./all_warnings.mli", line 34, characters 13-23: 34 | modifies t.contents *) ^^^^^^^^^^ Warning: Skipping ensures_not_found_for_next_state: model contents is @@ -53,7 +53,7 @@ Warning: Skipping ensures_not_found_for_next_state: model contents is was found. Specifications should contain at least one "ensures x.contents = expr" where x is the SUT and expr can refer to the SUT only under an old operator and can't refer to the returned value. -File "all_warnings.mli", line 66, characters 13-23: +File "./all_warnings.mli", line 66, characters 13-23: 66 | modifies t.contents ^^^^^^^^^^ Warning: Skipping term_refer_to_returned_value_next_state: model contents is @@ -61,33 +61,33 @@ Warning: Skipping term_refer_to_returned_value_next_state: model contents is was found. Specifications should contain at least one "ensures x.contents = expr" where x is the SUT and expr can refer to the SUT only under an old operator and can't refer to the returned value. -File "all_warnings.mli", line 19, characters 0-85: +File "./all_warnings.mli", line 19, characters 0-85: 19 | val multiple_sut_argument : 'a t -> 'a t -> bool 20 | (*@ b = multiple_sut_argument x y *) Warning: Incomplete computation of the returned value in the specification of multiple_sut_argument. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 36, characters 0-66: +File "./all_warnings.mli", line 36, characters 0-66: 36 | val type_not_supported : 'a t -> s 37 | (*@ s = type_not_supported t *) Warning: Incomplete computation of the returned value in the specification of type_not_supported. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 53, characters 0-144: +File "./all_warnings.mli", line 53, characters 0-144: 53 | val unsupported_quantification : 'a t -> bool 54 | (*@ b = unsupported_quantification t 55 | ensures b = forall a. Sequence.mem a t.contents -> p a *) Warning: Incomplete computation of the returned value in the specification of unsupported_quantification. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 55, characters 16-58: +File "./all_warnings.mli", line 55, characters 16-58: 55 | ensures b = forall a. Sequence.mem a t.contents -> p a *) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Skipping clause: unsupported quantification. -File "all_warnings.mli", line 57, characters 0-111: +File "./all_warnings.mli", line 57, characters 0-111: 57 | val record_not_model_field : 'a t -> bool 58 | (*@ b = record_not_model_field t 59 | requires Array.length t.v > 0 *) Warning: Incomplete computation of the returned value in the specification of record_not_model_field. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 61, characters 0-67: +File "./all_warnings.mli", line 61, characters 0-67: 61 | val return_tuple : 'a t -> 'a * bool 62 | (*@ (a, b) = return_tuple t *) Warning: Incomplete computation of the returned value in the specification of return_tuple. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 64, characters 0-278: +File "./all_warnings.mli", line 64, characters 0-278: 64 | val term_refer_to_returned_value_next_state : 'a t -> 'a option 65 | (*@ o = term_refer_to_returned_value_next_state t 66 | modifies t.contents @@ -95,16 +95,16 @@ File "all_warnings.mli", line 64, characters 0-278: 68 | | None -> old t.contents 69 | | Some _ -> old t.contents *) Warning: Incomplete computation of the returned value in the specification of term_refer_to_returned_value_next_state. Failure message won't be able to display the expected returned value. -File "all_warnings.mli", line 59, characters 26-29: +File "./all_warnings.mli", line 59, characters 26-29: 59 | requires Array.length t.v > 0 *) ^^^ Warning: Skipping clause: occurrences of the SUT in clauses are only supported to access its model fields. -File "all_warnings_config.ml", line 8, characters 6-9: +File "./all_warnings_config.ml", line 8, characters 6-9: 8 | let bob = 42 ^^^ Warning: Unused weight from configuration file: bob. -File "all_warnings_config.ml", line 10, characters 6-14: +File "./all_warnings_config.ml", line 10, characters 6-14: 10 | let constant = 42 ^^^^^^^^ Warning: Unused weight from configuration file: constant. File "plugins/qcheck-stm/test/module_prefix_tests.expected.ml", line 1, characters 0-0: /usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/plugins/qcheck-stm/test/module_prefix_tests.expected.ml _build/default/plugins/qcheck-stm/test/module_prefix_tests.ml diff --git a/_build/default/plugins/qcheck-stm/test/module_prefix_tests.expected.ml b/_build/default/plugins/qcheck-stm/test/module_prefix_tests.ml index 3881a3c..cfc6891 100644 --- a/_build/default/plugins/qcheck-stm/test/module_prefix_tests.expected.ml +++ b/_build/default/plugins/qcheck-stm/test/module_prefix_tests.ml @@ -23,17 +23,17 @@ module ModelElt = { Ortac_runtime.start = { - pos_fname = "module_prefix.mli"; + pos_fname = "./module_prefix.mli"; pos_lnum = 6; - pos_bol = 228; - pos_cnum = 250 + pos_bol = 236; + pos_cnum = 258 }; Ortac_runtime.stop = { - pos_fname = "module_prefix.mli"; + pos_fname = "./module_prefix.mli"; pos_lnum = 6; - pos_bol = 228; - pos_cnum = 251 + pos_bol = 236; + pos_cnum = 259 } }))) } @@ -89,17 +89,17 @@ module Spec = { Ortac_runtime.start = { - pos_fname = "module_prefix.mli"; + pos_fname = "./module_prefix.mli"; pos_lnum = 6; - pos_bol = 228; - pos_cnum = 250 + pos_bol = 236; + pos_cnum = 258 }; Ortac_runtime.stop = { - pos_fname = "module_prefix.mli"; + pos_fname = "./module_prefix.mli"; pos_lnum = 6; - pos_bol = 228; - pos_cnum = 251 + pos_bol = 236; + pos_cnum = 259 } }))) } in ./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. ./conjunctive_clauses_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. ./functional_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. ./sequence_model_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. (cd _build/default && /bin/timeout -s INT -k 3 20 test/runtime/stdlibset.exe) 1K tests run so far ( 21K/s overall, 218K/s now) (fuel = 20). 25K tests run so far ( 23K/s overall, 26K/s now) (fuel = 20). 49K tests run so far ( 23K/s overall, 25K/s now) (fuel = 20). 73K tests run so far ( 23K/s overall, 27K/s now) (fuel = 20). 99K tests run so far ( 23K/s overall, 26K/s now) (fuel = 20). 122K tests run so far ( 23K/s overall, 28K/s now) (fuel = 20). 146K tests run so far ( 23K/s overall, 24K/s now) (fuel = 20). 171K tests run so far ( 23K/s overall, 27K/s now) (fuel = 20). 194K tests run so far ( 23K/s overall, 25K/s now) (fuel = 20). 207K tests run so far ( 22K/s overall, 10K/s now) (fuel = 20). 218K tests run so far ( 20K/s overall, 11K/s now) (fuel = 20). 234K tests run so far ( 20K/s overall, 14K/s now) (fuel = 20). 246K tests run so far ( 19K/s overall, 15K/s now) (fuel = 20). 261K tests run so far ( 19K/s overall, 13K/s now) (fuel = 20). 284K tests run so far ( 19K/s overall, 25K/s now) (fuel = 20). 301K tests run so far ( 18K/s overall, 12K/s now) (fuel = 20). 325K tests run so far ( 19K/s overall, 25K/s now) (fuel = 20). 344K tests run so far ( 19K/s overall, 19K/s now) (fuel = 20). 367K tests run so far ( 19K/s overall, 26K/s now) (fuel = 20). ./hashtbl_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. ./submodule_and_prefix_tests.exe has been generated with the ortac-qcheck-stm plugin. ./invariants_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. ./module_prefix_tests.exe has been generated with the ortac-qcheck-stm plugin. ./submodule_tests.exe has been generated with the ortac-qcheck-stm plugin. ./array_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. ./sut_in_type_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. ./stack_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. ./function_args_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. ./test_without_sut_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. ./queue_stm_tests.exe has been generated with the ortac-qcheck-stm plugin. jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 conf-gmp.5 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-build-info.3.24.0 dune-private-libs.3.24.0 dune-site.3.24.0 dyn.3.24.0 fmt.0.11.0 fs-io.3.24.0 gospel.0.3.1 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 monolith.20250922 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.24.0 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.17.0 stdlib-shims.0.3.0 stdune.3.24.0 top-closure.3.24.0 topkg.1.1.1 uutf.1.0.4 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build --only-packages=ortac-wrapper,ortac-runtime,ortac-runtime-qcheck-stm,ortac-runtime-monolith,ortac-qcheck-stm,ortac-monolith,ortac-dune,ortac-core @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_61357_5092" "mount.devfs" "path=/obuilder/result/352b3400a26de496722662b7c24d10de28d90247dbab96c17f395f051efda8ab/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 conf-gmp.5 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-build-info.3.24.0 dune-private-libs.3.24.0 dune-site.3.24.0 dyn.3.24.0 fmt.0.11.0 fs-io.3.24.0 gospel.0.3.1 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 monolith.20250922 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.24.0 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.17.0 stdlib-shims.0.3.0 stdune.3.24.0 top-closure.3.24.0 topkg.1.1.1 uutf.1.0.4 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build --only-packages=ortac-wrapper,ortac-runtime,ortac-runtime-qcheck-stm,ortac-runtime-monolith,ortac-qcheck-stm,ortac-monolith,ortac-dune,ortac-core @install @check @runtest && rm -rf _build'" failed with exit status 1 2026-07-01 00:08.27: Job failed: Failed: Build failed