2025-10-21 09:24.13: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/454/head (e2377a2af6ef5e84c7e1210c925f9a767d4142fe) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/454/head" && git reset --hard e2377a2acat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 gospel.opam ./RUN opam pin add -yn gospel.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-21 09:24.13: Using cache hint "ocaml-gospel/gospel-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-4046e957875346b8adbdfb53808e3f50"2025-10-21 09:24.13: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src gospel.opam) (dst ./))(run (network host)(shell "opam pin add -yn gospel.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")(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 gospel.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-21 09:24.13: Waiting for resource in pool OCluster2025-10-21 09:24.13: Waiting for worker…2025-10-21 09:24.13: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at e2377a2 Fix print function for tagged identifiers(from freebsd-14.3-ocaml-4.14)2025-10-21 09:22.54 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-10-21 09:22.54 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-10-21 09:22.54 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-10-21 09:22.55 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-21 09:22.55 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-10-21 09:22.55 ---> using "58a385d95bb58205051a02d5115df9dda4fc5a2433e410b31fca36e6fc369d12" from cache/src: (copy (src gospel.opam) (dst ./))2025-10-21 09:22.55 ---> using "ad5b182de925527b6670dde48286e1dba9042d633085bebd4401587c052f6371" from cache/src: (run (network host)(shell "opam pin add -yn gospel.dev './'"))[gospel.dev] synchronised (file:///src)gospel is now pinned to file:///src (version dev)2025-10-21 09:22.55 ---> using "8616832eef639dc88eae828f9d55157686a32925ee842749b90f5187fda576d8" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-21 09:22.55 ---> using "a7b9c073306e11abd50e80e5f41ccbd21c7f21b618d9d509930a520b9ed8111a" from cache/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")/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 gospel.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.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.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).2025-10-21 09:22.56 ---> using "2c989953450a41ccbd13fdca77fcd8b09faf9fb9fe0ca0190790fd071b926bc0" from cache/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.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 34 packages∗ astring 0.8.5∗ camlp-streams 5.0.1∗ cmdliner 1.3.0∗ cppo 1.8.0∗ crunch 4.0.0∗ dune 3.20.2∗ dune-build-info 3.20.2∗ fmt 0.11.0∗ fpath 0.7.3∗ inferno 20220603∗ menhir 20250912∗ menhirCST 20250912∗ menhirLib 20250912∗ menhirSdk 20250912∗ ocaml-compiler-libs v0.12.4∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ odoc 3.1.0∗ odoc-parser 3.1.0∗ pp_loc 2.1.0∗ pprint 20230830∗ ppx_blob 0.9.0∗ ppx_derivers 1.2.1∗ ppx_deriving 6.1.1∗ ppxlib 0.37.0∗ ptime 1.2.0∗ re 1.14.0∗ seq base∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0∗ topkg 1.1.0∗ tyxml 4.6.0∗ unionFind 20250818∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.1.3.0 (cached)⬇ retrieved camlp-streams.5.0.1 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved crunch.4.0.0 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved inferno.20220603 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)⬇ retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)⬇ retrieved pp_loc.2.1.0 (cached)⬇ retrieved dune.3.20.2, dune-build-info.3.20.2 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ppx_blob.0.9.0 (cached)⬇ retrieved ppx_deriving.6.1.1 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved pprint.20230830 (cached)⬇ retrieved seq.base (cached)⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ppxlib.0.37.0 (cached)⬇ retrieved tyxml.4.6.0 (cached)⬇ retrieved unionFind.20250818 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved uutf.1.0.4 (cached)∗ installed ocamlfind.1.9.8∗ installed cmdliner.1.3.0∗ installed ocamlbuild.0.16.1∗ installed seq.base∗ installed topkg.1.1.0∗ installed uutf.1.0.4∗ installed ptime.1.2.0∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed fpath.0.7.3∗ installed dune.3.20.2∗ installed menhirCST.20250912∗ installed crunch.4.0.0∗ installed cppo.1.8.0∗ installed camlp-streams.5.0.1∗ installed unionFind.20250818∗ installed stdlib-shims.0.3.0∗ installed ppx_derivers.1.2.1∗ installed pprint.20230830∗ installed sexplib0.v0.17.0∗ installed pp_loc.2.1.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed menhirSdk.20250912∗ installed menhirLib.20250912∗ installed dune-build-info.3.20.2∗ installed inferno.20220603∗ installed odoc-parser.3.1.0∗ installed re.1.14.0∗ installed tyxml.4.6.0∗ installed odoc.3.1.0∗ installed menhir.20250912∗ installed ppxlib.0.37.0∗ installed ppx_blob.0.9.0∗ installed ppx_deriving.6.1.1Done.2025-10-21 09:22.56 ---> using "5daf02ced85b0a0f528265297cc3a5e257f133ab5bd23fc56ac55f50bc333195" from cache/src: (copy (src .) (dst /src))2025-10-21 09:22.56 ---> saved as "967b202d8cf6c27de6f1a83629df658423bf5fce13d5450941bf1825e5a43a43"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-21 09:23.03 ---> saved as "f08b944af957f6aa33dcc789b17036a502016982f2cec7ddb47f5fa3c25d15c6"Job succeeded2025-10-21 09:24.24: Job succeeded