Organisationsdune-universeZarith9b19c5 (master)debian-12-5.1+flambda_opam-2.1

debian-12-5.1+flambda_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:50.57: New job: test dune-universe/Zarith https://github.com/dune-universe/Zarith.git#refs/heads/master (9b19c59b7d8eb76bf45994f122863050a63fa506) (linux-x86_64:debian-12-5.1+flambda_opam-2.1)
Base: ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dune-universe/Zarith.git" -b "master" && cd "Zarith" && git reset --hard 9b19c59b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf
# debian-12-5.1+flambda_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 zarith.opam ./
RUN opam pin add -yn zarith.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-gmp.4 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options ocamlfind.1.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y zarith.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-05-10 15:50.57: Using cache hint "dune-universe/Zarith-ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf-debian-12-5.1+flambda_opam-2.1-daf49426143c002aea302289a0be441d"
2024-05-10 15:50.57: Using OBuilder spec:
((from ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf)
 (comment debian-12-5.1+flambda_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src zarith.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn zarith.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-gmp.4 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options ocamlfind.1.9.6")
 (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.1 --depext-only -y zarith.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-05-10 15:50.57: Waiting for resource in pool OCluster
2024-05-11 03:02.49: Waiting for worker…
2024-05-11 03:07.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9b19c59 Merge pull request #144 from hhugo/jsoo-doc


(from ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf)
2024-05-11 03:07.25 ---> using "f93a5586a152ec3894794cec9af382d4895dbc74df3207c50129932ae5ce6591" from cache


/: (comment debian-12-5.1+flambda_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 03:07.25 ---> using "f47259148d96504c2cda8cc78867cf88ffbdc36e9103fa7b9b3f2b60a931e82b" from cache


/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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 03:07.25 ---> using "96b7bdcf7d2f0664dc329e1f74692a4abcf3dd892adce61eeafdc1f3b8f4deb4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 03:07.25 ---> using "a4982c3fe73efe678bf9d291ec014dbefe525801b7187df7b119467d88aae742" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 03:07.25 ---> using "3bebc6533d66081d77fac8614311ebaa261648bca7aacf3adbfed279e5d9c892" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:07.25 ---> using "6f509ade75d314f44e54ae378241531906e92a447de46bb890a31dadfcb95e69" from cache


/src: (copy (src zarith.opam) (dst ./))
2024-05-11 03:07.26 ---> saved as "fd7472cdab64d25e02e1cc61f9c1f2c9637283d442557ce9311c993b72f853c3"


/src: (run (network host)
           (shell "opam pin add -yn zarith.dev './'"))
[zarith.dev] synchronised (file:///src)
zarith is now pinned to file:///src (version dev)
2024-05-11 03:07.27 ---> saved as "75d4f5a06ac1adf12056b7683aacd785ca17e02d622730578a4b5428de3dff42"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-gmp.4 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options ocamlfind.1.9.6")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y zarith.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (896 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[zarith.dev] synchronised (no changes)


[NOTE] Package ocaml-variants is already installed (current version is 5.1.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 03:07.41 ---> saved as "817c1e2b3662008ae3732e4d22d785a314a48041ef14db6ed5599054e058f7d4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.1.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-gmp  4
  - install ocamlfind 1.9.6
===== 2 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed conf-gmp.4
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:08.02 ---> saved as "21d8aeeb499b93cebe35aac12638040e384236ecca3dfde4bf98ca5931954c48"


/src: (copy (src .) (dst /src))
2024-05-11 03:08.02 ---> saved as "0c1529c4b031525e44d127bbcc67719ee0f4f45dfa65561070d99fe4ee185d5a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
[ERROR] Command not found 'dune'
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 127
2024-05-11 03:08.03: Job failed: Failed: Build failed