2025-04-01 15:14.21: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/449/head (f3f35694de09423401878e910e6a26c6ccf720cb) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/449/head" && git reset --hard f3f35694 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3 # debian-12-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --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-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 cppo.1.6.1 dune.3.0.2 dune-build-info.1.11.0 fmt.0.8.7 fpath.0.7.3 inferno.20220603 jbuilder.1.0+beta20.1 logs.0.6.3 menhir.20181006 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-migrate-parsetree.2.3.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 odoc.2.0.2 odoc-parser.0.9.0 pp_loc.2.1.0 pprint.20171003 ppx_blob.0.9.0 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 tyxml.4.3.0 uchar.0.0.2 unionFind.20220109 uutf.1.0.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y gospel.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-04-01 15:14.21: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3-debian-12-4.14_opam-2.3-a48909550a7e57dcf8ccb8aab4594a3b" 2025-04-01 15:14.21: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3) (comment debian-12-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 cppo.1.6.1 dune.3.0.2 dune-build-info.1.11.0 fmt.0.8.7 fpath.0.7.3 inferno.20220603 jbuilder.1.0+beta20.1 logs.0.6.3 menhir.20181006 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-migrate-parsetree.2.3.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 odoc.2.0.2 odoc-parser.0.9.0 pp_loc.2.1.0 pprint.20171003 ppx_blob.0.9.0 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 tyxml.4.3.0 uchar.0.0.2 unionFind.20220109 uutf.1.0.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.3 --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-04-01 15:14.21: Waiting for resource in pool OCluster 2025-04-01 15:14.21: Waiting for worker… 2025-04-01 15:17.53: Got resource from pool OCluster Building on x86-bm-c6.sw.ocaml.org All commits already cached HEAD is now at f3f3569 Processes function specifications (from ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3' locally docker.io/ocaml/opam@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3: Pulling from ocaml/opam ec6fe1b81e45: Pulling fs layer ec6fe1b81e45: Verifying Checksum ec6fe1b81e45: Download complete ec6fe1b81e45: Pull complete Digest: sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3 Status: Downloaded newer image for ocaml/opam@sha256:36c0f277bc81f98c5c149cc949a5f2fd1e53ebf220aa049b9af08402de1402b3 2025-04-01 15:20.21: Cancelling: Auto-cancelling job because it is no longer needed 2025-04-01 15:20.41 ---> saved as "9582c6c8b9c91424f622a6106359e0ce49baed82ab75b8561afa6800b4ec68e5" /: (comment debian-12-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) Job cancelled