Organisationskoonwenobatcher7e66f3 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-09-06 21:05.01: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (7e66f3b8151dfc6381fbf43ab43a766af5831d05) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard 7e66f3b8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd
# debian-12-5.0_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obatcher.opam ./
RUN opam pin add -yn obatcher.dev './'
ENV DEPS="alcotest.1.0.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.1.0 containers.3.7 cppo.1.6.6 dune.3.14.0 dune-configurator.2.7.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.6.3 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.2.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 ounit.2.2.6 ounit2.2.2.6 picos.0.4.0 psq.0.2.1 qcheck.0.13 qcheck-alcotest.0.13 qcheck-core.0.13 qcheck-ounit.0.13 re.1.9.0 seq.0.2.2 stdlib-shims.0.1.0 thread-local-storage.0.1 topkg.1.0.6 uuidm.0.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.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


2024-09-06 21:05.01: Using cache hint "koonwen/obatcher-ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd-debian-12-5.0_opam-2.2-8d69f566fcc23e8434a6fffa632f02f6"
2024-09-06 21:05.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
 (comment debian-12-5.0_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obatcher.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn obatcher.dev './'"))
 (env DEPS "alcotest.1.0.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.1.0 containers.3.7 cppo.1.6.6 dune.3.14.0 dune-configurator.2.7.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.6.3 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.2.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 ounit.2.2.6 ounit2.2.2.6 picos.0.4.0 psq.0.2.1 qcheck.0.13 qcheck-alcotest.0.13 qcheck-core.0.13 qcheck-ounit.0.13 re.1.9.0 seq.0.2.2 stdlib-shims.0.1.0 thread-local-storage.0.1 topkg.1.0.6 uuidm.0.9.8")
 (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.2 --depext-only -y obatcher.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"))
)


2024-09-06 21:05.01: Waiting for resource in pool OCluster
2024-09-06 21:05.01: Waiting for worker…
2024-09-06 21:05.01: Got resource from pool OCluster
Building on x86-bm-c20.sw.ocaml.org
HEAD is now at fee8361 update license
HEAD is now at 7e66f3b work on README


(from ocaml/opam:debian-12-ocaml-5.0@sha256:4709c1d1ba0c8d224c1d78bbc265b386a8a128abe929d2334a7a0eb623b8b1cd)
2024-09-06 21:05.37 ---> saved as "9805adddd64ffacdd5b7ceb881eaa9af3e814c1eabbc3ec4c267d9e0fbefbe78"


/: (comment debian-12-5.0_opam-2.2)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-06 21:05.37 ---> saved as "72145f50d75b52c18953ff6eea62fe0a1fbc25b859b2da63eb36444d45e35bc7"


/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-06 21:07.08: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled