Organisationsmiragemirage-skeletonffe72c ()debian-12-4.13_opam-2.1

debian-12-4.13_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:04.39: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/391/head (ffe72c3e52c3f20d6b93bd785585b9f2199d8c9b) (linux-x86_64:debian-12-4.13_opam-2.1)
Base: ocaml/opam@sha256:80911a0ed3d29c7e6fdba4eba8967b675dc083149882f9121deaddc8d2cb0be0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/391/head" && git reset --hard ffe72c3e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:80911a0ed3d29c7e6fdba4eba8967b675dc083149882f9121deaddc8d2cb0be0
# debian-12-4.13_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-skeleton.opam ./
RUN opam pin add -yn mirage-skeleton.dev './'
ENV DEPS="angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.5.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-skeleton.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-06-17 13:04.39: Using cache hint "mirage/mirage-skeleton-ocaml/opam@sha256:80911a0ed3d29c7e6fdba4eba8967b675dc083149882f9121deaddc8d2cb0be0-debian-12-4.13_opam-2.1-08d90ac0bd21a16ca43165b88b5c5fb7"
2024-06-17 13:04.39: Using OBuilder spec:
((from ocaml/opam@sha256:80911a0ed3d29c7e6fdba4eba8967b675dc083149882f9121deaddc8d2cb0be0)
 (comment debian-12-4.13_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-skeleton.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-skeleton.dev './'"))
 (env DEPS "angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.5.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
 (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 mirage-skeleton.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-06-17 13:04.39: Waiting for resource in pool OCluster
2024-06-19 14:03.27: Waiting for worker…
2024-06-19 14:07.07: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at ffe72c3 add dream example to Makefile


(from ocaml/opam@sha256:80911a0ed3d29c7e6fdba4eba8967b675dc083149882f9121deaddc8d2cb0be0)
2024-06-19 14:07.07 ---> using "e4f29b72d3db50e73a23324b29149cc40459ad99a9ff133157f8ac9d3629eced" from cache


/: (comment debian-12-4.13_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-06-19 14:07.07 ---> using "9431197e784987f7efc5f235413802265a6b942390ff2daaa6763c8015d53c0e" 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-06-19 14:07.07 ---> using "4df5cd27b13c58f04954c5d70635db1759e8b3e641d57d2ea942e952cdd8138a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.13.1
2.1.6
2024-06-19 14:07.07 ---> using "203c07cbef88d74a74839fc8adb90145c7b3f0d5e2651ac16c7eec76cb7c86e7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 14:07.07 ---> using "224ff4774e38820ac854934d75fd43ca58b89bf16500617d3c05d9d630e17b68" from cache


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


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.13.1* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.13.1  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.13.1
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.13.1
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 14:07.07 ---> using "625ca80d4af74e8be3499a415a9fa78c520eaa7171030398c1394319f2d10679" from cache


/src: (copy (src mirage-skeleton.opam) (dst ./))
2024-06-19 14:07.08 ---> saved as "d650a8eb60637b3c26f42d427ee903d8f33d1614768f5c75758a98eba3a918cf"


/src: (run (network host)
           (shell "opam pin add -yn mirage-skeleton.dev './'"))
Package mirage-skeleton does not exist, create as a NEW package? [Y/n] y
[mirage-skeleton.dev] synchronised (file:///src)
mirage-skeleton is now pinned to file:///src (version dev)
2024-06-19 14:07.09 ---> saved as "a103cf85cfd654ff005051077be02a1103fd94cffb5c6c249404ea0c9b45d889"


/src: (env DEPS "angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.5.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")


/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 mirage-skeleton.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 [160 kB]
- Fetched 263 kB in 0s (699 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    pkg-config


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


2024-06-19 14:07.23 ---> saved as "9862fc2ecf58bdbd2ce61a1d8854d5d6404db21e2a992c3c7335561fe00a2bd7"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install conf-pkg-config    3
  - install dune               3.16.0
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install stringext          1.6.0
  - install pecu               0.7
  - install opam-monorepo      0.4.0
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.6.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install base64             3.5.1
  - install topkg              1.0.7
  - install ipaddr             5.6.0
  - install dune-configurator  3.16.0
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install bigstringaf        0.9.1
  - install logs               0.7.0
  - install fpath              0.7.3
  - install angstrom           0.16.0
  - install bos                0.2.1
  - install uri                4.4.0
  - install emile              1.1
  - install mirage             4.5.1
===== 28 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved domain-name.0.4.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved mirage.4.5.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved uri.4.4.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed macaddr.5.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed stringext.1.6.0
-> installed ipaddr.5.6.0
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed emile.1.1
-> installed uri.4.4.0
-> installed opam-monorepo.0.4.0
-> installed mirage.4.5.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 14:08.18 ---> saved as "a0753d84d4ffb42adf647d8b59b085b2e6cc48c89510464816ec3021598cf029"


/src: (copy (src .) (dst /src))
2024-06-19 14:08.18 ---> saved as "86dc32a5558c649f74b296271584f81f9ed9cabd5378abfc61c2829101e7a1ed"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-19 14:08.18 ---> saved as "f60fc946719b39c30154cfb9be2c550f7e1a58c915340a12352dcb41a9ab4e19"
Job succeeded
2024-06-19 14:08.19: Job succeeded