2026-01-13 20:18.53: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (6b71f8dd25a02b62d3ba6fb5fd858bf7681f88a3) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "main" && cd "ortac" && git reset --hard 6b71f8ddcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038# debian-13-4.12_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.3 alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.5 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.5.1 dune.3.12.1 dune-build-info.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 fmt.0.9.0 gospel.dev jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.3.0 menhir.20181006 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.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 odoc-parser.1.0.1 ordering.3.15.3 pp.1.2.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.6.1.0 ppxlib.0.37.0 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 stdune.3.15.3 topkg.1.0.8 uuidm.0.9.7 zarith.1.7-1"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-01-13 20:18.53: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038-debian-13-4.12_opam-2.5-bdd3ff1f7db207da33a9417cb7eef4c9"2026-01-13 20:18.53: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038)(comment debian-13-4.12_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.3 alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.5 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.5.1 dune.3.12.1 dune-build-info.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 fmt.0.9.0 gospel.dev jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.3.0 menhir.20181006 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.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 odoc-parser.1.0.1 ordering.3.15.3 pp.1.2.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.6.1.0 ppxlib.0.37.0 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 stdune.3.15.3 topkg.1.0.8 uuidm.0.9.7 zarith.1.7-1")(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-01-13 20:18.53: Waiting for resource in pool OCluster2026-01-13 22:24.19: Waiting for worker…2026-01-13 22:27.46: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 6b71f8d Merge pull request #369 from n-osborne/improve-perf-domain-bug-report(from ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038)2026-01-13 22:27.46 ---> using "572e91790779f2d8323329f50200c2d96fba8fe8bc6cab5afb294d8bc8813a28" from cache/: (comment debian-13-4.12_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-01-13 22:27.46 ---> using "a33b8eb770c06ef4773b3467391caf4e138833bbd862d7ab5095e85b264082a5" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-13 22:27.46 ---> using "41d6beba1df5db8731486a5317168b5bccb8ab9e97b0c4a7a2f271b8afa8ccde" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.12.12.5.02026-01-13 22:27.46 ---> using "3e1e0cdc48caab2b4cb0dc2901f74008baeb48bec15ef51113cffda12f3737d7" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 22:27.46 ---> using "b597d1457a54582522d02bed068f5b823220397f6a030aafb53fe310d6d5b5fa" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.4.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-01-13 22:27.46 ---> using "fd48db1ddd8e6ef523978e13ccf131d25e5c340323f501eff0a9c4f70f2359eb" 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-01-13 22:27.47 ---> saved as "e6cd81808a11ffaa530735ae82af38ac4e0a6c6aaca966ac17b028c76113cd77"/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)The following additional pinnings are required by ortac-wrapper.dev:- gospel.dev at git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3Pin and install them? [Y/n] y[gospel.dev] synchronised (no changes)gospel is now pinned to git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3 (version dev)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-01-13 22:28.00 ---> saved as "f2865b0091a5108432a672302d5aa809e6685d411a27823aefab56243c92f0d5"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 22:28.00 ---> saved as "6c12fe23ae9146b5030adf80c4582b005a049bdecfb68c324cb931fb1bf7c360"/src: (env DEPS "afl-persistent.1.3 alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-gmp.5 conf-m4.1 conf-perl.1 cppo.1.6.1 csexp.1.5.1 dune.3.12.1 dune-build-info.2.9.3 dune-private-libs.3.15.3 dune-site.3.15.3 dyn.3.15.3 fmt.0.9.0 gospel.dev jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.3.0 menhir.20181006 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.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 odoc-parser.1.0.1 ordering.3.15.3 pp.1.2.0 pp_loc.2.1.0 pprint.20200410 ppx_derivers.1.0 ppx_deriving.6.1.0 ppxlib.0.37.0 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 stdune.3.15.3 topkg.1.0.8 uuidm.0.9.7 zarith.1.7-1")/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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 1s (9642 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)[gospel.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"- 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 ... 20622 files and directories currently installed.)- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package m4.- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Processing triggers for libc-bin (2.41-12) ...# To update the current shell environment, run: eval $(opam env)2026-01-13 22:28.14 ---> saved as "a232b38c9bef45c09dc31fb560e7fee4ce665eb7b770a14536656783c1f542f0"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.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 actions will be performed:=== install 47 packages- install afl-persistent 1.3- install alcotest 1.0.1- install astring 0.8.5- install base-bytes base- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-gmp 5- install conf-m4 1- install conf-perl 1- install cppo 1.6.1- install csexp 1.5.1- install dune 3.12.1- install dune-build-info 2.9.3- install dune-private-libs 3.15.3- install dune-site 3.15.3- install dyn 3.15.3- install fmt 0.9.0- install gospel dev (pinned)- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install mdx 2.3.0- install menhir 20181006- install monolith 20201026- install ocaml-compiler-libs v0.12.0- install ocaml-version 3.5.0- install ocamlbuild 0.14.0- install ocamlfind 1.8.1- install odoc-parser 1.0.1- install ordering 3.15.3- install pp 1.2.0- install pp_loc 2.1.0- install pprint 20200410- install ppx_derivers 1.0- install ppx_deriving 6.1.0- install ppxlib 0.37.0- install qcheck-core 0.25- install qcheck-multicoretests-util 0.8- install qcheck-stm 0.8- install re 1.7.2- install result 1.5- install seq 0.3- install sexplib0 v0.12.0- install stdlib-shims 0.1.0- install stdune 3.15.3- install topkg 1.0.8- install uuidm 0.9.7- install zarith 1.7-1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.3 (cached)-> retrieved alcotest.1.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-gmp.5-> installed conf-m4.1-> installed conf-perl.1-> retrieved csexp.1.5.1 (cached)-> retrieved dune-build-info.2.9.3 (cached)-> installed afl-persistent.1.3-> retrieved dune.3.12.1 (cached)-> retrieved dune-private-libs.3.15.3, dune-site.3.15.3, dyn.3.15.3, ordering.3.15.3, stdune.3.15.3 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved mdx.2.3.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> installed cmdliner.1.3.0-> retrieved menhir.20181006 (cached)-> retrieved ocaml-compiler-libs.v0.12.0 (cached)-> retrieved monolith.20201026 (https://opam.ocaml.org/cache)-> retrieved ocaml-version.3.5.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved gospel.dev (no changes)-> retrieved ocamlfind.1.8.1 (cached)-> retrieved odoc-parser.1.0.1 (cached)-> retrieved pp.1.2.0 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved pprint.20200410 (cached)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved qcheck-core.0.25 (cached)-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved sexplib0.v0.12.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved uuidm.0.9.7 (cached)-> retrieved zarith.1.7-1 (cached)-> retrieved topkg.1.0.8 (cached)-> installed ocamlfind.1.8.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed zarith.1.7-1-> installed jbuilder.1.0+beta20.1-> installed ppx_derivers.1.0-> installed cppo.1.6.1-> installed re.1.7.2-> installed dune.3.12.1-> installed topkg.1.0.8-> installed camlp-streams.5.0.1-> installed csexp.1.5.1-> installed dune-build-info.2.9.3-> installed ocaml-compiler-libs.v0.12.0-> installed ocaml-version.3.5.0-> installed pp.1.2.0-> installed pp_loc.2.1.0-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed result.1.5-> installed pprint.20200410-> installed sexplib0.v0.12.0-> installed uuidm.0.9.7-> installed ordering.3.15.3-> installed qcheck-core.0.25-> installed astring.0.8.5-> installed fmt.0.9.0-> installed monolith.20201026-> installed odoc-parser.1.0.1-> installed qcheck-multicoretests-util.0.8-> installed alcotest.1.0.1-> installed qcheck-stm.0.8-> installed dyn.3.15.3-> installed logs.0.7.0-> installed mdx.2.3.0-> installed stdune.3.15.3-> installed dune-private-libs.3.15.3-> installed dune-site.3.15.3-> installed menhir.20181006-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.0[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 255 @install".#=== ERROR while compiling gospel.dev =========================================## context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.12.1 | pinned(git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3#c17ae6b808f11192f42009e2837f9c3c9e829eb3)# path ~/.opam/4.12/.opam-switch/build/gospel.dev# command ~/.opam/4.12/bin/dune build -p gospel -j 255 @install# exit-code 1# env-file ~/.opam/log/gospel-1-c27aa8.env# output-file ~/.opam/log/gospel-1-c27aa8.out### output #### (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -g -I bin/.cli.eobjs/byte -I bin/.cli.eobjs/native -I /home/opam/.opam/4.12/lib/cmdliner -I /home/opam/.opam/4.12/lib/dune-build-info -I /home/opam/.opam/4.12/lib/findlib -I /home/opam/.opam/4.12/lib/fmt -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.12/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/pp_loc -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/ppx_deriving/runtime -I /home/opam/.opam/4.12/lib/ppxlib -I /home/opam/.opam/4.12/lib/ppxlib/ast -I /home/opam/.opam/4.12/lib/ppxlib/astlib -I /home/opam/.opam/4.12/lib/ppxlib/print_diff -I /home/opam/.opam/4.12/lib/ppxlib/stdppx -I /home/opam/.opam/4.12/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.12/lib/sexplib0 -I /home/opam/.opam/4.12/lib/stdlib-shims -I src/.gospel.objs/byte -I src/.gospel.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o bin/.cli.eobjs/native/dune__exe__Cli.cmx -c -impl bin/cli.ml)# File "bin/cli.ml", line 28, characters 2-15:# 28 | Arg.Conv.make ~docv:"INTF" ~parser ~pp ()# ^^^^^^^^^^^^^# Error: Unbound module Arg.Conv<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build gospel dev+-+- The following changes have been performed| - install afl-persistent 1.3| - install alcotest 1.0.1| - install astring 0.8.5| - install base-bytes base| - install camlp-streams 5.0.1| - install cmdliner 1.3.0| - install conf-gmp 5| - install conf-m4 1| - install conf-perl 1| - install cppo 1.6.1| - install csexp 1.5.1| - install dune 3.12.1| - install dune-build-info 2.9.3| - install dune-private-libs 3.15.3| - install dune-site 3.15.3| - install dyn 3.15.3| - install fmt 0.9.0| - install jbuilder 1.0+beta20.1| - install logs 0.7.0| - install mdx 2.3.0| - install menhir 20181006| - install monolith 20201026| - install ocaml-compiler-libs v0.12.0| - install ocaml-version 3.5.0| - install ocamlbuild 0.14.0| - install ocamlfind 1.8.1| - install odoc-parser 1.0.1| - install ordering 3.15.3| - install pp 1.2.0| - install pp_loc 2.1.0| - install pprint 20200410| - install ppx_derivers 1.0| - install ppx_deriving 6.1.0| - install ppxlib 0.37.0| - install qcheck-core 0.25| - install qcheck-multicoretests-util 0.8| - install qcheck-stm 0.8| - install re 1.7.2| - install result 1.5| - install seq 0.3| - install sexplib0 v0.12.0| - install stdlib-shims 0.1.0| - install stdune 3.15.3| - install topkg 1.0.8| - install uuidm 0.9.7| - install zarith 1.7-1+-<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.<><> afl-persistent.1.3 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, use an OCaml switch such as4.07.1+afl.# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/4.12/.opam-switch/backup/state-20260113222815.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312026-01-13 22:29.18: Job failed: Failed: Build failed