2025-10-07 19:12.43: New job: test ocaml-gospel/ortac https://github.com/ocaml-gospel/ortac.git#refs/heads/revert-341-tmp_rm_ortac_monolith (d1b4593a2df89e148dfa4b80a9bd3fddd30d525f) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-gospel/ortac.git" -b "revert-341-tmp_rm_ortac_monolith" && cd "ortac" && git reset --hard d1b4593a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c990f6cbef1c145f97ddcf8e898b842429ca7b9d || git fetch origin master) && git reset -q --hard c990f6cbef1c145f97ddcf8e898b842429ca7b9d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ortac-wrapper.opam ortac-runtime.opam ortac-runtime-qcheck-stm.opam ortac-runtime-monolith.opam ortac-qcheck-stm.opam ortac-monolith.opam ortac-examples.opam ortac-dune.opam ortac-core.opam ./
RUN opam pin add -yn ortac-wrapper.dev './' && \
opam pin add -yn ortac-runtime.dev './' && \
opam pin add -yn ortac-runtime-qcheck-stm.dev './' && \
opam pin add -yn ortac-runtime-monolith.dev './' && \
opam pin add -yn ortac-qcheck-stm.dev './' && \
opam pin add -yn ortac-monolith.dev './' && \
opam pin add -yn ortac-examples.dev './' && \
opam pin add -yn ortac-dune.dev './' && \
opam pin add -yn ortac-core.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.0.3.0 logs.0.9.0 lwt-dllist.1.1.0 mdx.2.5.0 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.1 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.0.3 ppxlib.0.35.0 qcheck-core.0.26 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.20.2 topkg.1.1.0 uutf.1.0.4 varray.0.2 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-examples.dev ortac-dune.dev ortac-core.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-10-07 19:12.43: Using cache hint "ocaml-gospel/ortac-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-b8bda1b2e061b41023387d5cf09c4078"
2025-10-07 19:12.43: 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 c990f6cbef1c145f97ddcf8e898b842429ca7b9d || git fetch origin master) && git reset -q --hard c990f6cbef1c145f97ddcf8e898b842429ca7b9d && 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.1.3.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.0.3.0 logs.0.9.0 lwt-dllist.1.1.0 mdx.2.5.0 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.1 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.0.3 ppxlib.0.35.0 qcheck-core.0.26 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.20.2 topkg.1.1.0 uutf.1.0.4 varray.0.2 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-examples.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 @install @check @runtest && rm -rf _build"))
)
2025-10-07 19:12.43: Waiting for resource in pool OCluster
2025-10-07 22:32.16: Waiting for worker…
2025-10-08 00:16.54: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at d1b4593 Revert "Remove Ortac/Monolith plugin temporarily"
(from freebsd-14.3-ocaml-4.14)
2025-10-08 00:25.50 ---> 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-08 00:25.50 ---> 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 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-10-08 00:25.51 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-08 00:25.51 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-08 00:25.52 ---> 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 c990f6cbef1c145f97ddcf8e898b842429ca7b9d || git fetch origin master) && git reset -q --hard c990f6cbef1c145f97ddcf8e898b842429ca7b9d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
98696b94e2..c990f6cbef master -> origin/master
c990f6cbef Merge pull request #28664 from jmid/opam-publish-qcheck-multicoretests-util.0.10
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.3.0
- ocaml-config.3
However, 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-08 00:25.52 ---> using "15c9ae23ec06339af10f42d2fed88d012e50cf8a8cf30f8d806f6293f6722b0a" 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-10-08 00:25.53 ---> saved as "5b6155727af58f4ef05071922ec0510ad7c980ee9de7367547407b48b3dc8379"
/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)
2025-10-08 00:26.05 ---> saved as "9eac781e15072afe7ca9e9dd73eb31f3616511b748fd2f0426886f122a8d8c6e"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-08 00:26.05 ---> saved as "707d8bec8c7403a062bb0c269c5ce74cd4c6012a7023ee67acbbb534c589afce"
/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.1.3.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.0.3.0 logs.0.9.0 lwt-dllist.1.1.0 mdx.2.5.0 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.1 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.0.3 ppxlib.0.35.0 qcheck-core.0.26 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.20.2 topkg.1.1.0 uutf.1.0.4 varray.0.2 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-examples.dev ortac-dune.dev ortac-core.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ortac-examples.dev] synchronised (file:///src)
[ortac-dune.dev] synchronised (file:///src)
[ortac-core.dev] synchronised (file:///src)
[ortac-qcheck-stm.dev] synchronised (file:///src)
[ortac-runtime.dev] synchronised (file:///src)
[ortac-monolith.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.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:
gmp
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- ..
- ...
- ...
- . done
- Processing entries:
- .
- .
- .
- ..
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 36549 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- gmp: 6.3.0 [FreeBSD]
-
- Number of packages to be installed: 1
-
- The process will require 3 MiB more space.
- 500 KiB to be downloaded.
- [rosemary] [1/1] Fetching gmp-6.3.0.pkg:
- .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing gmp-6.3.0...
- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done
2025-10-08 00:26.35 ---> saved as "fb104ab1eab5907a69835d1c5d9f7c3c0010eebea1effbb07423b374faa134a9"
/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 48 packages
∗ afl-persistent 1.4
∗ alcotest 1.9.1
∗ astring 0.8.5
∗ camlp-streams 5.0.1
∗ cmdliner 1.3.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 0.3.0
∗ logs 0.9.0
∗ lwt-dllist 1.1.0
∗ mdx 2.5.0
∗ menhir 20250912
∗ menhirCST 20250912
∗ menhirLib 20250912
∗ menhirSdk 20250912
∗ monolith 20250922
∗ ocaml-compiler-libs v0.12.4
∗ ocaml-syntax-shims 1.0.0
∗ ocaml-version 4.0.1
∗ 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.0.3
∗ ppxlib 0.35.0
∗ qcheck-core 0.26
∗ 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.20.2
∗ topkg 1.1.0
∗ uutf 1.0.4
∗ varray 0.2
∗ zarith 1.14
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved alcotest.1.9.1 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved cppo.1.8.0 (cached)
∗ installed conf-pkg-config.4
⬇ retrieved csexp.1.5.2 (cached)
∗ installed conf-gmp.5
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved afl-persistent.1.4 (cached)
⬇ retrieved logs.0.9.0 (cached)
⬇ retrieved lwt-dllist.1.1.0 (cached)
⬇ retrieved mdx.2.5.0 (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 ocaml-compiler-libs.v0.12.4 (cached)
⬇ retrieved gospel.0.3.0 (https://github.com/ocaml-gospel/gospel/archive/refs/tags/0.3.0.tar.gz)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved pp.2.0.0 (cached)
⬇ retrieved ocaml-version.4.0.1 (cached)
⬇ retrieved pp_loc.2.1.0 (cached)
⬇ retrieved pprint.20230830 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
∗ installed cmdliner.1.3.0
⬇ retrieved ppx_deriving.6.0.3 (cached)
⬇ retrieved ppxlib.0.35.0 (cached)
⬇ retrieved qcheck-core.0.26 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)
⬇ retrieved result.1.5 (cached)
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved topkg.1.1.0 (cached)
⬇ retrieved zarith.1.14 (cached)
⬇ retrieved varray.0.2 (https://github.com/art-w/varray/archive/refs/tags/0.2.tar.gz)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.0
∗ installed uutf.1.0.4
∗ installed fmt.0.11.0
∗ installed astring.0.8.5
∗ installed logs.0.9.0
∗ installed dune.3.20.2
∗ installed ocaml-version.4.0.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed ppx_derivers.1.2.1
∗ installed pp.2.0.0
∗ installed menhirSdk.20250912
∗ installed menhirLib.20250912
∗ installed menhirCST.20250912
∗ installed stdlib-shims.0.3.0
∗ installed result.1.5
∗ installed pprint.20230830
∗ installed pp_loc.2.1.0
∗ installed lwt-dllist.1.1.0
∗ installed csexp.1.5.2
∗ installed varray.0.2
∗ installed cppo.1.8.0
∗ installed camlp-streams.5.0.1
∗ installed afl-persistent.1.4
∗ installed sexplib0.v0.17.0
∗ installed ordering.3.20.2
∗ installed dune-build-info.3.20.2
∗ installed re.1.14.0
∗ installed qcheck-core.0.26
∗ installed qcheck-multicoretests-util.0.10
∗ installed dyn.3.20.2
∗ installed qcheck-stm.0.10
∗ installed mdx.2.5.0
∗ installed alcotest.1.9.1
∗ installed stdune.3.20.2
∗ installed dune-private-libs.3.20.2
∗ installed dune-site.3.20.2
∗ installed ppxlib.0.35.0
∗ installed menhir.20250912
∗ installed ppx_deriving.6.0.3
∗ installed gospel.0.3.0
[ERROR] Failed to get sources of monolith.20250922: curl failed
#=== ERROR while fetching sources for monolith.20250922 =======================#
OpamSolution.Fetch_fail("https://gitlab.inria.fr/fpottier/monolith/-/archive/20250922/archive.tar.gz (curl failed: \"/usr/local/bin/curl --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.4.1 -L -o /tmp/opam-93874-8eeb89/archive.tar.gz.part -- https://gitlab.inria.fr/fpottier/monolith/-/archive/20250922/archive.tar.gz\" exited with code 28)")
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ ⬇ fetch monolith 20250922
└─
┌─ 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 1.3.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 0.3.0
│ ∗ install logs 0.9.0
│ ∗ install lwt-dllist 1.1.0
│ ∗ install mdx 2.5.0
│ ∗ install menhir 20250912
│ ∗ install menhirCST 20250912
│ ∗ install menhirLib 20250912
│ ∗ install menhirSdk 20250912
│ ∗ install ocaml-compiler-libs v0.12.4
│ ∗ install ocaml-syntax-shims 1.0.0
│ ∗ install ocaml-version 4.0.1
│ ∗ 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.0.3
│ ∗ install ppxlib 0.35.0
│ ∗ install qcheck-core 0.26
│ ∗ 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.20.2
│ ∗ install topkg 1.1.0
│ ∗ install uutf 1.0.4
│ ∗ install varray 0.2
│ ∗ install zarith 1.14
└─
<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.
To globally enable AFL instrumentation, create an OCaml switch like:
opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
The former state can be restored with:
/usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20251008002637.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.0.3.0 logs.0.9.0 lwt-dllist.1.1.0 mdx.2.5.0 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.1 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.0.3 ppxlib.0.35.0 qcheck-core.0.26 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.20.2 topkg.1.1.0 uutf.1.0.4 varray.0.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_73090_8954" "mount.fstab=/tmp/obuilder-jail-252d0c/fstab" "mount.devfs" "path=/obuilder/result/48b1662eae8efb141cb4c358f4b8223441ab5c1e3564d307b8752b5fc79255eb/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.0.3.0 logs.0.9.0 lwt-dllist.1.1.0 mdx.2.5.0 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.1 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.0.3 ppxlib.0.35.0 qcheck-core.0.26 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.20.2 topkg.1.1.0 uutf.1.0.4 varray.0.2 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2025-10-08 00:33.45: Job failed: Failed: Build failed