2026-04-14 07:59.58: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (a86251abd76694e2e444bc88ea5c05e342053db9) (linux-s390x:debian-13-4.14_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "main" && cd "ortac" && git reset --hard a86251abcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b# debian-13-4.14_s390x_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 fmt.0.11.0 fs-io.3.22.2 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.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 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.22.2 top-closure.3.22.2 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN 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 _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-14 07:59.58: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b-debian-13-4.14_s390x_opam-2.5-33d3e234e84b86d13163112204be5002"2026-04-14 07:59.58: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b)(comment debian-13-4.14_s390x_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 './'"))(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.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 fmt.0.11.0 fs-io.3.22.2 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.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 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.22.2 top-closure.3.22.2 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-04-14 07:59.58: Waiting for resource in pool OCluster2026-04-14 10:42.16: Waiting for worker…2026-04-14 18:04.21: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at a86251a Merge pull request #378 from n-osborne/quickfix(from ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b' locallydocker.io/ocaml/opam@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b: Pulling from ocaml/opam7bc76783a615: Pulling fs layere5c029bbebea: Pulling fs layer2831c6fbf632: Pulling fs layer3ee23e5e99f4: Pulling fs layer3ee23e5e99f4: Waitingcfd1e5736b52: Pulling fs layerc42f7f6bf034: Pulling fs layercfd1e5736b52: Waiting6f4efda41913: Pulling fs layerc42f7f6bf034: Waiting80fe60453bff: Pulling fs layer6f4efda41913: Waitingdf4a45a10d2e: Pulling fs layerab850f8f052b: Pulling fs layer80fe60453bff: Waitingdf4a45a10d2e: Waitingab850f8f052b: Waiting7190eb8da37e: Pulling fs layer7190eb8da37e: Waitingc9ba0635b9b8: Pulling fs layer16636cf71a80: Pulling fs layerf2ecd3dfa44a: Pulling fs layerc3cfae2fe5aa: Pulling fs layer2e8849b41258: Pulling fs layer5c3534a012b5: Pulling fs layerc9ba0635b9b8: Waiting16636cf71a80: Waitingf2ecd3dfa44a: Waitingc3cfae2fe5aa: Waiting2e8849b41258: Waitingdf5b694713fc: Pulling fs layer4a5cd4bf1a5f: Pulling fs layer62b3d7d93928: Pulling fs layer97663d853f95: Pulling fs layer4f4fb700ef54: Pulling fs layerc41e9c4e9804: Pulling fs layere91d8c689be2: Pulling fs layer5c3534a012b5: Waitingdf5b694713fc: Waiting4a5cd4bf1a5f: Waiting62b3d7d93928: Waiting97663d853f95: Waiting4f4fb700ef54: Waitingc41e9c4e9804: Waitinge91d8c689be2: Waitinge75c0c9be254: Pulling fs layer19060346f782: Pulling fs layer1af391db4678: Pulling fs layer542793b924cd: Pulling fs layer0b624b36bd8a: Pulling fs layerc1a9f1d4af3b: Pulling fs layer3d615b5c82ea: Pulling fs layera359c96d19d0: Pulling fs layer63b67ddb36f8: Pulling fs layer708c6571ed7b: Pulling fs layer924966b7a474: Pulling fs layer07933439b512: Pulling fs layercd1963a65068: Pulling fs layer09bd249f1a71: Pulling fs layerc27ee200f933: Pulling fs layer1839f6a949b5: Pulling fs layere75c0c9be254: Waiting19060346f782: Waiting1af391db4678: Waiting3d615b5c82ea: Waiting542793b924cd: Waiting0b624b36bd8a: Waitingc1a9f1d4af3b: Waitinga359c96d19d0: Waiting708c6571ed7b: Waiting924966b7a474: Waiting07933439b512: Waitingcd1963a65068: Waiting63b67ddb36f8: Waiting09bd249f1a71: Waitingc27ee200f933: Waiting1839f6a949b5: Waitinge50478fada21: Pulling fs layerb17b5957c7f2: Pulling fs layer506b38886d9b: Pulling fs layer3f7468707b82: Pulling fs layer506b38886d9b: Waiting3f7468707b82: Waitinge50478fada21: Waitingb17b5957c7f2: Waitinge5c029bbebea: Verifying Checksume5c029bbebea: Download complete7bc76783a615: Download complete2831c6fbf632: Verifying Checksum2831c6fbf632: Download completecfd1e5736b52: Verifying Checksumcfd1e5736b52: Download complete3ee23e5e99f4: Verifying Checksum3ee23e5e99f4: Download complete80fe60453bff: Verifying Checksum80fe60453bff: Download complete6f4efda41913: Verifying Checksum6f4efda41913: Download completeab850f8f052b: Verifying Checksumab850f8f052b: Download completec42f7f6bf034: Verifying Checksumc42f7f6bf034: Download completedf4a45a10d2e: Verifying Checksumdf4a45a10d2e: Download complete7190eb8da37e: Verifying Checksum7190eb8da37e: Download completec9ba0635b9b8: Verifying Checksumc9ba0635b9b8: Download complete16636cf71a80: Verifying Checksum16636cf71a80: Download completef2ecd3dfa44a: Verifying Checksumf2ecd3dfa44a: Download completec3cfae2fe5aa: Download completedf5b694713fc: Verifying Checksumdf5b694713fc: Download complete5c3534a012b5: Download complete2e8849b41258: Verifying Checksum2e8849b41258: Download complete4a5cd4bf1a5f: Verifying Checksum4a5cd4bf1a5f: Download complete62b3d7d93928: Verifying Checksum62b3d7d93928: Download complete97663d853f95: Verifying Checksum97663d853f95: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completee75c0c9be254: Verifying Checksume75c0c9be254: Download completec41e9c4e9804: Verifying Checksumc41e9c4e9804: Download completee91d8c689be2: Verifying Checksume91d8c689be2: Download complete19060346f782: Verifying Checksum19060346f782: Download complete1af391db4678: Verifying Checksum1af391db4678: Download complete542793b924cd: Verifying Checksum542793b924cd: Download complete0b624b36bd8a: Verifying Checksum0b624b36bd8a: Download completec1a9f1d4af3b: Verifying Checksumc1a9f1d4af3b: Download complete3d615b5c82ea: Verifying Checksum3d615b5c82ea: Download complete63b67ddb36f8: Verifying Checksum63b67ddb36f8: Download completea359c96d19d0: Verifying Checksuma359c96d19d0: Download complete708c6571ed7b: Verifying Checksum708c6571ed7b: Download complete07933439b512: Download complete09bd249f1a71: Verifying Checksum09bd249f1a71: Download completec27ee200f933: Download complete1839f6a949b5: Verifying Checksum1839f6a949b5: Download complete7bc76783a615: Pull completee5c029bbebea: Pull complete2831c6fbf632: Pull complete3ee23e5e99f4: Pull completecd1963a65068: Download completecfd1e5736b52: Pull completeb17b5957c7f2: Verifying Checksumb17b5957c7f2: Download complete506b38886d9b: Verifying Checksum506b38886d9b: Download complete3f7468707b82: Verifying Checksum3f7468707b82: Download completee50478fada21: Verifying Checksume50478fada21: Download complete924966b7a474: Verifying Checksum924966b7a474: Download completec42f7f6bf034: Pull complete6f4efda41913: Pull complete80fe60453bff: Pull completedf4a45a10d2e: Pull completeab850f8f052b: Pull complete7190eb8da37e: Pull completec9ba0635b9b8: Pull complete16636cf71a80: Pull completef2ecd3dfa44a: Pull completec3cfae2fe5aa: Pull complete2e8849b41258: Pull complete5c3534a012b5: Pull completedf5b694713fc: Pull complete4a5cd4bf1a5f: Pull complete62b3d7d93928: Pull complete97663d853f95: Pull complete4f4fb700ef54: Pull completec41e9c4e9804: Pull completee91d8c689be2: Pull completee75c0c9be254: Pull complete19060346f782: Pull complete1af391db4678: Pull complete542793b924cd: Pull complete0b624b36bd8a: Pull completec1a9f1d4af3b: Pull complete3d615b5c82ea: Pull completea359c96d19d0: Pull complete63b67ddb36f8: Pull complete708c6571ed7b: Pull complete924966b7a474: Pull complete07933439b512: Pull completecd1963a65068: Pull complete09bd249f1a71: Pull completec27ee200f933: Pull complete1839f6a949b5: Pull completee50478fada21: Pull completeb17b5957c7f2: Pull complete506b38886d9b: Pull complete3f7468707b82: Pull completeDigest: sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6bStatus: Downloaded newer image for ocaml/opam@sha256:93b97cbbf617c70103102d5b5b855706fc607c58f4be988647af96b1f50d7a6b2026-04-14 18:04.21 ---> using "085f133598c48984747c2b9c9a82fc3bcf302d7a3c9e2d0e9ddaf6d6aaa08c17" from cache/: (comment debian-13-4.14_s390x_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-14 18:04.21 ---> using "b2a56a4aa7808c48b2752c5bddb1ba6d70627617d9c2778664e5e1eb9cc81d63" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-14 18:04.21 ---> using "f2f0f4a7c7ceb0b1b57e9d6806470955555bde43372782d196487cacc1da3b45" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-14 18:04.21 ---> using "20680a32b8609a3c3def2fe680a20e9095c47e6cd297b3cefe39ad9a9f35d1a5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-14 18:04.21 ---> using "72ecde6990417bff5773dccff1fab235a08981facf4c042bba9b601f8028bba1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD58be49813c..5f7bb1a6e6 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-14 18:04.21 ---> using "187fc5ac54e94e75fe59c67a1478beeb8e2239f7907ea9b4e11c565d48d72919" 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-04-14 18:04.40 ---> saved as "c94261225f97cd50c8fe5486f903cd66aa0fa271a9bca393b81e885feab6f586"/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-04-14 18:04.57 ---> saved as "c39aaf3f51c5080c0e110906bd1c1670f49e11eeab013bd9efac4318b9bd476d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-14 18:05.01 ---> saved as "78381e4a6b52940dbc0b6edec014d76fd0ace78e192f4cbbd4a0af2b1ae16161"/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.0 conf-gmp.5 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-private-libs.3.22.2 dune-site.3.22.2 dyn.3.22.2 fmt.0.11.0 fs-io.3.22.2 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.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.2 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.22.2 top-closure.3.22.2 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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [115 kB]- Fetched 206 kB in 0s (1111 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ortac-core.dev] synchronised (file:///src)[ortac-dune.dev] synchronised (file:///src)[ortac-monolith.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:s390x.- (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 ... 20382 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_s390x.deb ...- Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:s390x.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_s390x.deb ...- Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:s390x.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_s390x.deb ...- Unpacking libpkgconf3:s390x (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_s390x.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:s390x.- Preparing to unpack .../4-pkgconf_1.8.1-4_s390x.deb ...- Unpacking pkgconf:s390x (1.8.1-4) ...- Selecting previously unselected package pkg-config:s390x.- Preparing to unpack .../5-pkg-config_1.8.1-4_s390x.deb ...- Unpacking pkg-config:s390x (1.8.1-4) ...- Setting up libpkgconf3:s390x (1.8.1-4) ...- Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:s390x (2:6.3.0+dfsg-3) ...- Setting up pkgconf:s390x (1.8.1-4) ...- Setting up pkg-config:s390x (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...# To update the current shell environment, run: eval $(opam env)2026-04-14 18:05.17 ---> saved as "4e29e820471af1652e3b84150365e854d77b0c5b93e2afad68991c20c26e2450"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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- install afl-persistent 1.4- install alcotest 1.9.1- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-gmp 5- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install dune-build-info 3.22.2- install dune-private-libs 3.22.2- install dune-site 3.22.2- install dyn 3.22.2- install fmt 0.11.0- install fs-io 3.22.2- install gospel 0.3.1- install logs 0.10.0- install mdx 2.5.2- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install monolith 20250922- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.22.2- install pp 2.0.0- install pp_loc 2.1.0- install pprint 20230830- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install qcheck-core 0.91- install qcheck-multicoretests-util 0.10- install qcheck-stm 0.10- install re 1.14.0- install result 1.5- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install stdune 3.22.2- install top-closure 3.22.2- install topkg 1.1.1- install uutf 1.0.4- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved gospel.0.3.1 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2 (cached)-> retrieved monolith.20250922 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.2.1.0-> retrieved pp.2.0.0 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved qcheck-core.0.91 (cached)-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed logs.0.10.0-> installed dune.3.22.2-> installed afl-persistent.1.4-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed dune-build-info.3.22.2-> installed fs-io.3.22.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirSdk.20260209-> installed menhirLib.20260209-> installed ocaml-version.4.0.4-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed pp.2.0.0-> installed ordering.3.22.2-> installed pp_loc.2.1.0-> installed pprint.20230830-> installed ppx_derivers.1.2.1-> installed dyn.3.22.2-> installed monolith.20250922-> installed qcheck-core.0.91-> installed result.1.5-> installed menhir.20260209-> installed qcheck-multicoretests-util.0.10-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed re.1.14.0-> installed qcheck-stm.0.10-> installed top-closure.3.22.2-> installed alcotest.1.9.1-> installed mdx.2.5.2-> installed stdune.3.22.2-> installed dune-private-libs.3.22.2-> installed dune-site.3.22.2-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1-> installed gospel.0.3.1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 4.14.3+afl ocaml-variants.4.14.3+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-04-14 18:07.28 ---> saved as "72a94225c1d8ebd3cc926c619b16c88f6630352db363c5adc75e91b3cb9ac4b2"/src: (copy (src .) (dst /src))2026-04-14 18:07.41 ---> saved as "76a83144505eac0301235e9f978e691a86a33082948e62aa302db8f4b2dc5e44"/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"))(cd _build/default/plugins/wrapper/test/generated && ./test.exe)Testing `Wrapped lib'.This run has ID `ACAW61M2'.[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.001s. 13 tests run.submodule_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.module_prefix_tests.exe has been generated with the ortac-qcheck-stm plugin.record_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.array_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.sequence_model_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.invariants_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.custom_config_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.test_cleanup_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.functional_model_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.stack_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.wrapper.exe has been generated with the ortac-monolith plugin.function_args_stm_tests.exe has been generated with the ortac-qcheck-stm plugin.(cd _build/default/plugins/wrapper/test/suite && ./test.exe)Testing `Ortac'.This run has ID `MX9MPPBZ'.[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.019s. 31 tests run.(cd _build/default && /usr/bin/timeout -s INT -k 3 20 test/runtime/stdlibset.exe)1K tests run so far ( 50K/s overall, 509K/s now) (fuel = 20).58K tests run so far ( 56K/s overall, 55K/s now) (fuel = 20).113K tests run so far ( 55K/s overall, 51K/s now) (fuel = 20).188K tests run so far ( 61K/s overall, 64K/s now) (fuel = 20).239K tests run so far ( 58K/s overall, 50K/s now) (fuel = 20).288K tests run so far ( 56K/s overall, 54K/s now) (fuel = 20).353K tests run so far ( 57K/s overall, 57K/s now) (fuel = 20).414K tests run so far ( 58K/s overall, 88K/s now) (fuel = 20).492K tests run so far ( 60K/s overall, 86K/s now) (fuel = 20).568K tests run so far ( 62K/s overall, 84K/s now) (fuel = 20).621K tests run so far ( 61K/s overall, 65K/s now) (fuel = 20).668K tests run so far ( 60K/s overall, 46K/s now) (fuel = 20).735K tests run so far ( 60K/s overall, 87K/s now) (fuel = 20).812K tests run so far ( 61K/s overall, 85K/s now) (fuel = 20).889K tests run so far ( 62K/s overall, 84K/s now) (fuel = 20).965K tests run so far ( 63K/s overall, 86K/s now) (fuel = 20).1M tests run so far ( 64K/s overall, 82K/s now) (fuel = 20).1M tests run so far ( 64K/s overall, 87K/s now) (fuel = 20).1M tests run so far ( 65K/s overall, 90K/s now) (fuel = 20).1M tests run so far ( 66K/s overall, 89K/s now) (fuel = 20).2026-04-14 18:08.11 ---> saved as "ba8e1fbb641180c45696e7aabb77821f65e6785a09fe295ece3c3da374ec2780"Job succeeded2026-04-14 18:08.12: Job succeeded