2025-04-07 09:28.08: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/449/head (6e197f29286f8066d17dce056e4e8aa0f9a9c39e) (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 6e197f29 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-07 09:28.08: 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-07 09:28.08: 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-07 09:28.08: Waiting for resource in pool OCluster 2025-04-07 09:28.08: Waiting for worker… 2025-04-07 09:29.51: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org HEAD is now at cf46d9b Differentiate between Gospel and OCaml namespaces. HEAD is now at 6e197f2 Differentiate between Gospel and OCaml namespaces. (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-07 09:31.48 ---> 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")) 2025-04-07 09:31.48 ---> saved as "7e1eef056524cd3a8b342c5be8b18e523391119d2d2e6bbfc3f1b748bfdf2088" /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 development 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] y [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> 2025-04-07 09:32.17: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled