Organisationsocurrentopam-repo-ci9ff251 ()debian-12-4.14_x86_32_opam-2.3

debian-12-4.14_x86_32_opam-2.3

Logs

Show full logs
2024-12-17 07:14.37: New job: test ocurrent/opam-repo-ci https://github.com/ocurrent/opam-repo-ci.git#refs/pull/402/head (9ff251b21266e82064cf75742f553b0dadac0a2c) (linux-x86_64:debian-12-4.14_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:6b1246fb24a0f650d6c7f09d152cdff7faf221cb3cc1f8acce2f22be807a819b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/opam-repo-ci.git" && cd "opam-repo-ci" && git fetch origin "refs/pull/402/head" && git reset --hard 9ff251b2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:6b1246fb24a0f650d6c7f09d152cdff7faf221cb3cc1f8acce2f22be807a819b
# debian-12-4.14_x86_32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-repo-ci-web.opam opam-repo-ci-service.opam opam-repo-ci-client.opam opam-repo-ci-api.opam opam-ci-check.opam ./
RUN opam pin add -yn opam-repo-ci-web.dev './' && \
    opam pin add -yn opam-repo-ci-service.dev './' && \
    opam pin add -yn opam-repo-ci-client.dev './' && \
    opam pin add -yn opam-repo-ci-api.dev './' && \
    opam pin add -yn opam-ci-check.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.18 astring.0.8.5 base.v0.16.3 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.3.0 conf-bash.1 conf-c++.1.0 cppo.1.8.0 csexp.1.5.2 cudf.0.10 dockerfile.8.2.4 dockerfile-opam.8.2.4 dose3.7.0.0 dune.3.17.0 dune-configurator.3.17.0 extlib.1.8.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_32.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 mccs.1.1+18 num.1.5-1 obuilder-spec.0.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-0install-cudf.0.5.0 opam-client.2.3.0 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-solver.2.3.0 opam-state.2.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-ci-check.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=opam-ci-check @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-12-17 07:14.37: Using cache hint "ocurrent/opam-repo-ci-ocaml/opam:debian-12-ocaml-4.14@sha256:6b1246fb24a0f650d6c7f09d152cdff7faf221cb3cc1f8acce2f22be807a819b-debian-12-4.14_x86_32_opam-2.3-2359121bd90019090c0aeb778f9ab2ce"
2024-12-17 07:14.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:6b1246fb24a0f650d6c7f09d152cdff7faf221cb3cc1f8acce2f22be807a819b)
 (comment debian-12-4.14_x86_32_opam-2.3)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-repo-ci-web.opam opam-repo-ci-service.opam opam-repo-ci-client.opam opam-repo-ci-api.opam opam-ci-check.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn opam-repo-ci-web.dev './' && \
             \nopam pin add -yn opam-repo-ci-service.dev './' && \
             \nopam pin add -yn opam-repo-ci-client.dev './' && \
             \nopam pin add -yn opam-repo-ci-api.dev './' && \
             \nopam pin add -yn opam-ci-check.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "0install-solver.2.18 astring.0.8.5 base.v0.16.3 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.3.0 conf-bash.1 conf-c++.1.0 cppo.1.8.0 csexp.1.5.2 cudf.0.10 dockerfile.8.2.4 dockerfile-opam.8.2.4 dose3.7.0.0 dune.3.17.0 dune-configurator.3.17.0 extlib.1.8.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_32.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 mccs.1.1+18 num.1.5-1 obuilder-spec.0.6.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 opam-0install-cudf.0.5.0 opam-client.2.3.0 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-solver.2.3.0 opam-state.2.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (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 opam-ci-check.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 --only-packages=opam-ci-check @install @check @runtest && rm -rf _build"))
)

2024-12-17 07:14.37: Waiting for resource in pool OCluster
2024-12-17 07:14.37: Waiting for worker…
2024-12-17 07:15.43: Cancelling: Auto-cancelling job because it is no longer needed