Organisationsmirageeither043eba (main)debian-12-5.1+flambda_opam-2.1

debian-12-5.1+flambda_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.51: New job: test mirage/either https://github.com/mirage/either.git#refs/heads/main (043eba77c144b26790c2fd478bd9e607293099d6) (linux-x86_64:debian-12-5.1+flambda_opam-2.1)
Base: ocaml/opam@sha256:43981f16d271e1a07a567ec9b63223c468652bd439ab06ad03e42a398f41170c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/either.git" -b "main" && cd "either" && git reset --hard 043eba77
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:43981f16d271e1a07a567ec9b63223c468652bd439ab06ad03e42a398f41170c
# 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 either.opam ./
RUN opam pin add -yn either.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y either.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-04-30 08:30.51: Using cache hint "mirage/either-ocaml/opam@sha256:43981f16d271e1a07a567ec9b63223c468652bd439ab06ad03e42a398f41170c-debian-12-5.1+flambda_opam-2.1-d77587a5f1a73d3ad30f593a7c7c327e"
2024-04-30 08:30.51: Using OBuilder spec:
((from ocaml/opam@sha256:43981f16d271e1a07a567ec9b63223c468652bd439ab06ad03e42a398f41170c)
 (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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src either.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn either.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options")
 (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 either.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-04-30 08:30.51: Waiting for resource in pool OCluster
2024-04-30 19:14.50: Waiting for worker…
2024-04-30 19:18.11: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 043eba7 Merge pull request #1 from CraigFe/release-1.0.0


(from ocaml/opam@sha256:43981f16d271e1a07a567ec9b63223c468652bd439ab06ad03e42a398f41170c)
2024-04-30 19:18.11 ---> using "a1a117fda4f37e388cf220abb452c2eb754d0f3832d4cc56cb5f0a218fd07f46" 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-04-30 19:18.11 ---> using "07c3155b1165d265cebf2041a67231f618f520e6fcb8d2c64d60916f1e8c02c5" 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-04-30 19:18.11 ---> using "ac046742fc5bfff3e9492c0c8c89011ee071376fea80b4cb3a1ee3838c848057" 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-04-30 19:18.11 ---> using "4cca96e55afedf5f3966b317aaed167474e07fb87f2c6e5e66442e58f6072972" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:18.11 ---> using "893b0ffcb2fe9dcd27138fd11782c33868d99e5e2abbe5771fc6cf49e6eff950" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..784f6c3aec  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 19:18.11 ---> using "1938bb9b7aee4bf90d9164b29e445b34565cea812585e6105afc01f6aecef7de" from cache


/src: (copy (src either.opam) (dst ./))
2024-04-30 19:18.11 ---> saved as "e89f12ef63e16fbb430d4ed1d4dee4ddd2aa1b8f7de8d279103ca2f9d6ceb2bf"


/src: (run (network host)
           (shell "opam pin add -yn either.dev './'"))
[either.dev] synchronised (file:///src)
either is now pinned to file:///src (version dev)
2024-04-30 19:18.13 ---> saved as "3199a1be345cf382a5b4e3dff09ddbf257919abebd430c62170f19abd942ed4a"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-config.3 ocaml-variants.5.1.1+options")


/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 either.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (903 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[either.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).
2024-04-30 19:18.23 ---> saved as "44c4bd70c43606e9ab355a4eaae31f818199f10707e834c96242696be7f050ef"


/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 dune 3.15.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:19.03 ---> saved as "09d61111d8993157bd4a6d91f322f99a48500a72bb77ba389a63ce1a17079100"


/src: (copy (src .) (dst /src))
2024-04-30 19:19.03 ---> saved as "98f0f0f23c7a008a88e7626b75b65f3fd48f11f4f1f64fa37db23e7d3a196d2e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 19:19.04 ---> saved as "b01e4c09a45841f35320140341f04cd51211b908329d5ae57ad12706541fb43c"
Job succeeded
2024-04-30 19:19.04: Job succeeded