2026-04-13 14:30.17: New job: test art-w/sherlodoc https://github.com/art-w/sherlodoc.git#refs/heads/master (77ecc829dea23a312a50a74852c3263365bbdeab) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/art-w/sherlodoc.git" -b "master" && cd "sherlodoc" && git reset --hard 77ecc829
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
# debian-13-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sherlodoc.opam ./
RUN opam pin add -yn sherlodoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.1 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.0.0 bigstringaf.0.9.1 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.1.0 cppo.1.6.1 crunch.3.2.0 csexp.1.5.1 decompress.1.5.3 dune.3.17.2 dune-configurator.3.13.1 fmt.0.8.6 fpath.0.7.3 gen.0.2.2 jbuilder.1.0+beta20.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 lwt.5.7.0 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 odig.0.0.9 odoc.3.0.0 odoc-parser.3.0.0 optint.0.3.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppxlib.0.26.0 ptime.0.8.5 re.1.7.2 result.1.5 sedlex.3.3 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.6.0 uuidm.0.9.7 uutf.1.0.3 yojson.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y sherlodoc.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
2026-04-13 14:30.17: Using cache hint "art-w/sherlodoc-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-25a22c9d87de51717e177a725a8cbc89"
2026-04-13 14:30.17: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
(comment debian-13-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sherlodoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sherlodoc.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.1 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.0.0 bigstringaf.0.9.1 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.3.1 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.1.0 cppo.1.6.1 crunch.3.2.0 csexp.1.5.1 decompress.1.5.3 dune.3.17.2 dune-configurator.3.13.1 fmt.0.8.6 fpath.0.7.3 gen.0.2.2 jbuilder.1.0+beta20.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 lwt.5.7.0 menhir.20230608 menhirLib.20230608 menhirSdk.20230608 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 odig.0.0.9 odoc.3.0.0 odoc-parser.3.0.0 optint.0.3.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppxlib.0.26.0 ptime.0.8.5 re.1.7.2 result.1.5 sedlex.3.3 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.6.0 uuidm.0.9.7 uutf.1.0.3 yojson.2.1.0")
(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 sherlodoc.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"))
)
2026-04-13 14:30.17: Waiting for resource in pool OCluster