Organisationsmiragemmapb8479a (master)debian-11-4.14_opam-2.1

debian-11-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:38.28: New job: test mirage/mmap https://github.com/mirage/mmap.git#refs/heads/master (b8479a19367465da3990ddbd7e7eb46c990b843a) (linux-x86_64:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
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:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
# debian-11-4.14_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-threads.base base-unix.base bigarray-compat.1.1.0 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
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:38.28: Using cache hint "mirage/mmap-ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c-debian-11-4.14_opam-2.1-e85e8e7479f0a08f8f42dfc8dd0389ba"
2024-05-10 15:38.28: Using OBuilder spec:
((from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
 (comment debian-11-4.14_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-threads.base base-unix.base bigarray-compat.1.1.0 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (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:38.28: Waiting for resource in pool OCluster
2024-05-11 02:08.26: Waiting for worker…
2024-05-11 02:11.08: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mmap.git-2da2b23245866a318103f376718737e58374078a/.git/
HEAD is now at b8479a1 Merge pull request #9 from mirage/prepare-v1.2.0


(from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
Unable to find image 'ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c' locally
docker.io/ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c: Pulling from ocaml/opam
0782514e26b2: Pulling fs layer
0782514e26b2: Verifying Checksum
0782514e26b2: Download complete
0782514e26b2: Pull complete
Digest: sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
Status: Downloaded newer image for ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
2024-05-11 02:11.09 ---> using "0a68a7ef48d04995f866560cc82f65b9ea786951ab10b045040903504cc4621a" from cache


/: (comment debian-11-4.14_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 02:11.09 ---> using "03eada02df4b11050d660e20cd1b4f1e7eaa7a67da4435b4fc6e5f64876da9db" 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 02:11.09 ---> using "3bbd3c16f84325ae9af9bb0680bb071b9a0d11c99cb1032ba4c1af0ac26884b9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:11.09 ---> using "912b7854718f552d433c81fee48b75c45d6897a15fdbcf7524c353657d1f9644" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:11.09 ---> using "4a66a257e8f8eaa8eef3922652ecae936eb1fcd5b983a944f4e89f53ae12cce6" 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
   d4fc3679e9..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 02:11.09 ---> using "a9a2eaa551a5e1aeb9c7ef55ab6c0aab40b1541a8523d03b2922ba6ad11223bd" from cache


/src: (copy (src mmap.opam) (dst ./))
2024-05-11 02:11.09 ---> saved as "35e83ffd9662997747e044e3faccfc70181b54523261901e72a0903469f89ba2"


/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 02:11.12 ---> saved as "77b2977ee732dc802939e891a3c3265fc7793837380aa192200379db8c978b09"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/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 bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [272 kB]
- Fetched 365 kB in 1s (622 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2024-05-11 02:11.39 ---> saved as "81f8361aabffa754ac78ab9202c71c79f1fa80548f3fab56f07824e28b3549b1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 02:12.51 ---> saved as "ec0c1022905fc746ab9ba894b54f33baebc7c3b08dbf672d4f25bc2a5e9bd209"


/src: (copy (src .) (dst /src))
2024-05-11 02:12.51 ---> saved as "37124450f4040fb493a998c9d8733d50f9de778b00ff107a1fc4ba04cd10abd5"


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