2025-12-14 10:18.00: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/main (2a9ae8418ab85f8ac2df934448bd83e35a64cdfa) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "main" && cd "ortac" && git reset --hard 2a9ae841cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && 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.20.2 dune-build-info.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 fmt.0.11.0 gospel.dev logs.0.10.0 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 monolith.20250922 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.20.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.4 --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-BLOCK2025-12-14 10:18.00: Using cache hint "ocaml-gospel/ortac-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.4-c514e388d217f67837408907091d94c1"2025-12-14 10:18.00: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && 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.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.20.2 dune-build-info.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 fmt.0.11.0 gospel.dev logs.0.10.0 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 monolith.20250922 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.20.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.4 --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")))2025-12-14 10:18.00: Waiting for resource in pool OCluster2025-12-14 13:01.44: Waiting for worker…2025-12-14 13:06.19: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 2a9ae84 Merge pull request #368 from n-osborne/documentation-frequencies(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locallydocker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opama63ab7a4f8b1: Pulling fs layer90eaeaa9281a: Pulling fs layer3ef4a47fff3b: Pulling fs layera035e4a8df7a: Pulling fs layer27c7c2db42fd: Pulling fs layera035e4a8df7a: Waitingdf73634c59ee: Pulling fs layer27c7c2db42fd: Waiting740506b396c1: Pulling fs layer21424a44369a: Pulling fs layer2cc41c1574c5: Pulling fs layer740506b396c1: Waitingdf73634c59ee: Waiting21424a44369a: Waiting1259261716c5: Pulling fs layerf33cacc11b9e: Pulling fs layer10429a67c15b: Pulling fs layer7696c6935c09: Pulling fs layer55dba079700a: Pulling fs layer8b601b003fab: Pulling fs layer279f815ce75c: Pulling fs layera367a43e37d0: Pulling fs layerddcb4c69ef3f: Pulling fs layerb6cb025b8b92: Pulling fs layera53cdec2dcd7: Pulling fs layer3ee1edbf87cf: Pulling fs layer4f4fb700ef54: Pulling fs layer0f06230845cd: Pulling fs layer8f076ab94419: Pulling fs layer4e40a6b18339: Pulling fs layerc2b833f8d8d5: Pulling fs layer8d153135a1b5: Pulling fs layerf292058db001: Pulling fs layerae41249ac056: Pulling fs layer623c1c0c658a: Pulling fs layer2fa49245472a: Pulling fs layer3c1e1a89d6c4: Pulling fs layerd90aa851c073: Pulling fs layer0d271491b1d0: Pulling fs layer6a54adf70616: Pulling fs layerd86adbce7636: Pulling fs layer5d4020b34d71: Pulling fs layerff38dc168d37: Pulling fs layer5ce90e152ba9: Pulling fs layerc6d794b5689c: Pulling fs layer430a19a7a5b3: Pulling fs layer73dc5c0381a7: Pulling fs layerfc906c842913: Pulling fs layera82583718310: Pulling fs layer1259261716c5: Waitingf33cacc11b9e: Waiting10429a67c15b: Waiting7696c6935c09: Waiting55dba079700a: Waiting8b601b003fab: Waiting279f815ce75c: Waitinga367a43e37d0: Waitingddcb4c69ef3f: Waitingb6cb025b8b92: Waitinga53cdec2dcd7: Waiting3ee1edbf87cf: Waiting4f4fb700ef54: Waiting0f06230845cd: Waiting8f076ab94419: Waiting4e40a6b18339: Waitingc2b833f8d8d5: Waiting8d153135a1b5: Waitingf292058db001: Waitingae41249ac056: Waiting623c1c0c658a: Waiting2fa49245472a: Waiting3c1e1a89d6c4: Waitingd90aa851c073: Waiting0d271491b1d0: Waiting6a54adf70616: Waitingd86adbce7636: Waiting5d4020b34d71: Waitingff38dc168d37: Waiting5ce90e152ba9: Waitingc6d794b5689c: Waiting430a19a7a5b3: Waiting73dc5c0381a7: Waitingfc906c842913: Waitinga82583718310: Waiting3ef4a47fff3b: Download complete90eaeaa9281a: Verifying Checksum90eaeaa9281a: Download complete27c7c2db42fd: Verifying Checksum27c7c2db42fd: Download completea035e4a8df7a: Verifying Checksuma035e4a8df7a: Download complete740506b396c1: Verifying Checksumdf73634c59ee: Verifying Checksumdf73634c59ee: Download complete21424a44369a: Download complete2cc41c1574c5: Verifying Checksum2cc41c1574c5: Download complete1259261716c5: Verifying Checksum1259261716c5: Download completef33cacc11b9e: Download complete7696c6935c09: Verifying Checksum7696c6935c09: Download complete10429a67c15b: Verifying Checksum10429a67c15b: Download complete8b601b003fab: Verifying Checksum8b601b003fab: Download complete55dba079700a: Verifying Checksum55dba079700a: Download complete279f815ce75c: Verifying Checksum279f815ce75c: Download completea63ab7a4f8b1: Verifying Checksuma63ab7a4f8b1: Download completea367a43e37d0: Verifying Checksuma367a43e37d0: Download completea53cdec2dcd7: Verifying Checksuma53cdec2dcd7: Download completeddcb4c69ef3f: Download complete3ee1edbf87cf: Verifying Checksum3ee1edbf87cf: Download completeb6cb025b8b92: Download complete4f4fb700ef54: Download complete0f06230845cd: Verifying Checksum0f06230845cd: Download complete8f076ab94419: Verifying Checksum8f076ab94419: Download complete4e40a6b18339: Verifying Checksum4e40a6b18339: Download completec2b833f8d8d5: Verifying Checksumc2b833f8d8d5: Download complete8d153135a1b5: Verifying Checksum8d153135a1b5: Download completef292058db001: Verifying Checksumf292058db001: Download complete623c1c0c658a: Verifying Checksum623c1c0c658a: Download completeae41249ac056: Verifying Checksumae41249ac056: Download complete3c1e1a89d6c4: Verifying Checksum3c1e1a89d6c4: Download complete2fa49245472a: Verifying Checksum2fa49245472a: Download completed90aa851c073: Download complete0d271491b1d0: Verifying Checksum0d271491b1d0: Download completed86adbce7636: Verifying Checksumd86adbce7636: Download completeff38dc168d37: Verifying Checksumff38dc168d37: Download completea63ab7a4f8b1: Pull complete90eaeaa9281a: Pull complete3ef4a47fff3b: Pull complete5ce90e152ba9: Download completec6d794b5689c: Verifying Checksumc6d794b5689c: Download completea035e4a8df7a: Pull complete27c7c2db42fd: Pull complete5d4020b34d71: Download complete6a54adf70616: Verifying Checksum6a54adf70616: Download complete73dc5c0381a7: Verifying Checksum73dc5c0381a7: Download completefc906c842913: Verifying Checksumfc906c842913: Download completea82583718310: Verifying Checksuma82583718310: Download complete430a19a7a5b3: Verifying Checksum430a19a7a5b3: Download completedf73634c59ee: Pull complete740506b396c1: Pull complete21424a44369a: Pull complete2cc41c1574c5: Pull complete1259261716c5: Pull completef33cacc11b9e: Pull complete10429a67c15b: Pull complete7696c6935c09: Pull complete55dba079700a: Pull complete8b601b003fab: Pull complete279f815ce75c: Pull completea367a43e37d0: Pull completeddcb4c69ef3f: Pull completeb6cb025b8b92: Pull completea53cdec2dcd7: Pull complete3ee1edbf87cf: Pull complete4f4fb700ef54: Pull complete0f06230845cd: Pull complete8f076ab94419: Pull complete4e40a6b18339: Pull completec2b833f8d8d5: Pull complete8d153135a1b5: Pull completef292058db001: Pull completeae41249ac056: Pull complete623c1c0c658a: Pull complete2fa49245472a: Pull complete3c1e1a89d6c4: Pull completed90aa851c073: Pull complete0d271491b1d0: Pull complete6a54adf70616: Pull completed86adbce7636: Pull complete5d4020b34d71: Pull completeff38dc168d37: Pull complete5ce90e152ba9: Pull completec6d794b5689c: Pull complete430a19a7a5b3: Pull complete73dc5c0381a7: Pull completefc906c842913: Pull completea82583718310: Pull completeDigest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-12-14 13:06.20 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-14 13:06.20 ---> using "6775cad8612664835742e792781f343f0e64078bd976698496d1f1898147008e" 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] Initialised2025-12-14 13:06.20 ---> using "2644dadf83db737495e1dd8ed9b3ceae068da85bc3a75294d6d1a20d1bb36578" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-12-14 13:06.20 ---> using "04f9088217ac88c2f12f3cdff9e807f7441ad90b1a6d1930f9b1b42b85e3292f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-14 13:06.20 ---> using "6f5c3bd52ef3e7feb5fc1d553e344a070b026be7be6a6cf8177b4a2983d05e27" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && git log --no-decorate -n1 --oneline && opam update -u"))e4bdfa6ec8 Merge pull request #29045 from dkalinichenko-js/janestreet-package-maintanence-intent<><> 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)2025-12-14 13:06.20 ---> using "c109062fde953862713b01176c6249e8c745b3920e175b12bdcce272e35d1307" 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 ./))2025-12-14 13:06.20 ---> using "8df8f743d853ae938b2d84d15dbb768d741e38c154860d6494718602012f55a2" from cache/src: (run (network host)(shell "opam pin add -yn ortac-wrapper.dev './' && \\nopam pin add -yn ortac-runtime.dev './' && \\nopam pin add -yn ortac-runtime-qcheck-stm.dev './' && \\nopam pin add -yn ortac-runtime-monolith.dev './' && \\nopam pin add -yn ortac-qcheck-stm.dev './' && \\nopam pin add -yn ortac-monolith.dev './' && \\nopam pin add -yn ortac-examples.dev './' && \\nopam pin add -yn ortac-dune.dev './' && \\nopam pin add -yn ortac-core.dev './'"))[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)2025-12-14 13:06.20 ---> using "23de1419488070fc48ee0f3a93e96e8a18c65d24ba4257ee096da78bd717fcf5" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-14 13:06.20 ---> using "58a176bdc996d62b05d890ba94647a546fd8ac9dcad187812ca3664141060e4b" from cache/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.20.2 dune-build-info.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 fmt.0.11.0 gospel.dev logs.0.10.0 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 monolith.20250922 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pp_loc.2.1.0 pprint.20230830 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.20.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.4 --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 i386 Packages [73.8 kB]- Fetched 165 kB in 0s (806 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)[ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/gospel from "git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3":"/usr/bin/git fetch -q" exited with code 1 "error: https://github.com/ocaml-gospel/gospel did not send all necessary objects"[gospel.dev] fetching sources failed: git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3[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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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:i386.- (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 ... 20592 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:i386.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:i386.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_i386.deb ...- Unpacking libpkgconf3:i386 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_i386.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:i386.- Preparing to unpack .../4-pkgconf_1.8.1-4_i386.deb ...- Unpacking pkgconf:i386 (1.8.1-4) ...- Selecting previously unselected package pkg-config:i386.- Preparing to unpack .../5-pkg-config_1.8.1-4_i386.deb ...- Unpacking pkg-config:i386 (1.8.1-4) ...- Setting up libpkgconf3:i386 (1.8.1-4) ...- Setting up libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:i386 (1.8.1-4) ...- Setting up pkg-config:i386 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-12-14 13:06.29 ---> saved as "05e7f31f3920565a5ace9dfabc8c93746c27495f15dac76d3811ba528465c447"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.dev] fetching sources failed: git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3[ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/gospel from "git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3":"/usr/bin/git fetch -q" exited with code 1 "error: https://github.com/ocaml-gospel/gospel did not send all necessary objects"[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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 46 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.20.2- install dune-build-info 3.20.2- install dune-private-libs 3.20.2- install dune-site 3.20.2- install dyn 3.20.2- install fmt 0.11.0- install gospel dev (pinned)- install logs 0.10.0- install mdx 2.5.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install monolith 20250922- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.20.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.37.0- install qcheck-core 0.27- install qcheck-multicoretests-util 0.10- install qcheck-stm 0.10- install re 1.14.0- install result 1.5- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install stdune 3.20.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)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.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.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> installed cmdliner.2.1.0-> retrieved ocamlfind.1.9.8 (cached)-> 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 qcheck-core.0.27 (cached)-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> retrieved topkg.1.1.1 (cached)[ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/gospel from "git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3":"/usr/bin/git fetch -q" exited with code 1 "error: https://github.com/ocaml-gospel/gospel did not send all necessary objects"[ERROR] Failed to get sources of gospel.dev: git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3-> 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 uutf.1.0.4-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.20.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed pp.2.0.0-> installed pp_loc.2.1.0-> installed pprint.20230830-> installed ppx_derivers.1.2.1-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed afl-persistent.1.4-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed qcheck-core.0.27-> installed monolith.20250922-> installed dune-build-info.3.20.2-> installed ordering.3.20.2-> installed alcotest.1.9.1-> installed qcheck-multicoretests-util.0.10-> installed qcheck-stm.0.10-> installed dyn.3.20.2-> installed mdx.2.5.1-> installed stdune.3.20.2-> installed dune-private-libs.3.20.2-> installed menhir.20250912-> installed ppxlib.0.37.0-> installed dune-site.3.20.2-> installed ppx_deriving.6.1.1#=== ERROR while fetching sources for gospel.dev ==============================#OpamSolution.Fetch_fail("git+https://github.com/ocaml-gospel/gospel#c17ae6b808f11192f42009e2837f9c3c9e829eb3")<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - fetch gospel dev+-+- The following changes have been performed| - 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.20.2| - install dune-build-info 3.20.2| - install dune-private-libs 3.20.2| - install dune-site 3.20.2| - install dyn 3.20.2| - install fmt 0.11.0| - install logs 0.10.0| - install mdx 2.5.1| - install menhir 20250912| - install menhirCST 20250912| - install menhirLib 20250912| - install menhirSdk 20250912| - install monolith 20250922| - install ocaml-compiler-libs v0.12.4| - install ocaml-syntax-shims 1.0.0| - install ocaml-version 4.0.3| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install ordering 3.20.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.37.0| - install qcheck-core 0.27| - install qcheck-multicoretests-util 0.10| - install qcheck-stm 0.10| - install re 1.14.0| - install result 1.5| - install sexplib0 v0.16.0| - install stdlib-shims 0.3.0| - install stdune 3.20.2| - install topkg 1.1.1| - install uutf 1.0.4| - install zarith 1.14+-<><> 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.2+afl ocaml-variants.4.14.2+options ocaml-option-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.14/.opam-switch/backup/state-20251214130630.export""/usr/bin/linux32" "/bin/sh" "-c" "opam install $DEPS" failed with exit status 402025-12-14 13:09.19: Job failed: Failed: Build failed