Organisationsmiragemmapb8479a (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 mirage/mmap https://github.com/mirage/mmap.git#refs/heads/master (b8479a19367465da3990ddbd7e7eb46c990b843a) (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/mirage/mmap.git" -b "master" && cd "mmap" && git reset --hard b8479a19
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 mmap.opam ./
RUN opam pin add -yn mmap.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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 mmap.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 "mirage/mmap-ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf-debian-12-5.1+flambda_opam-2.1-2e039031600f25426c6162f062e10c0c"
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 mmap.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mmap.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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 mmap.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:06.10: Waiting for worker…
2024-05-11 03:08.58: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at b8479a1 Merge pull request #9 from mirage/prepare-v1.2.0


(from ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf)
Unable to find image 'ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf' locally
docker.io/ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf: Pulling from ocaml/opam
1e1fc625a2d1: Pulling fs layer
1e1fc625a2d1: Verifying Checksum
1e1fc625a2d1: Download complete
1e1fc625a2d1: Pull complete
Digest: sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf
Status: Downloaded newer image for ocaml/opam@sha256:324ea1085dce66005d2a0d7abfbf1e7ec559e9ecedcc9ecd43af76ff086276bf
2024-05-11 03:08.59 ---> 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:08.59 ---> 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:08.59 ---> 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:08.59 ---> using "a4982c3fe73efe678bf9d291ec014dbefe525801b7187df7b119467d88aae742" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 03:08.59 ---> 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:08.59 ---> using "6f509ade75d314f44e54ae378241531906e92a447de46bb890a31dadfcb95e69" from cache


/src: (copy (src mmap.opam) (dst ./))
2024-05-11 03:08.59 ---> saved as "f97831fdf13a13877c3c3b35d98a08b034209eba25af31f7db51fbe9f6b975f1"


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


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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 mmap.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 (725 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mmap.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-05-11 03:09.20 ---> saved as "2f2442fbdd19b75b0e7beba16bcccc8caf88d638768677422ed5955c07e39afd"


/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
  - install bigarray-compat 1.1.0
===== 2 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 03:10.24 ---> saved as "aae993f4db4dcb3d66f487ff2319af30d708bf07aa427528ff6ae4294c21b84a"


/src: (copy (src .) (dst /src))
2024-05-11 03:10.24 ---> saved as "d129843b35121a1bf5f3d3d2ecbfe74bb80a8c8422f5e8de832109106ef892c2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 03:10.25 ---> saved as "7cb0a210a6abbff6fbd518afd541f436e53d42d5ad7b89b5bcda64631e76bcf8"
Job succeeded
2024-05-11 03:10.25: Job succeeded