Organisationsmiragemirage-skeleton043caa ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-06-29 08:26.30: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/394/head (043caaeb84b1d33bccd6afbd2b26d7654b071315) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:e36f23bdb54e73750a636b54f87d0879dca93dbebfc5ef71b5bb701c1a908cf2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/394/head" && git reset --hard 043caaeb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e36f23bdb54e73750a636b54f87d0879dca93dbebfc5ef71b5bb701c1a908cf2
# debian-12-4.10_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 54fcd3e447eb686fafbcc22ff932ebae133ed39e || git fetch origin master) && git reset -q --hard 54fcd3e447eb686fafbcc22ff932ebae133ed39e && 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.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.2.0 bos.0.2.1 cmdliner.1.1.1 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 functoria.4.4.0 functoria-runtime.4.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mirage.4.4.0 mirage-runtime.4.4.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.4 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uutf.1.0.1"
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-29 08:26.30: Using cache hint "mirage/mirage-skeleton-ocaml/opam@sha256:e36f23bdb54e73750a636b54f87d0879dca93dbebfc5ef71b5bb701c1a908cf2-debian-12-4.10_opam-2.1-638cb8b02683256e71597e648bdbce08"
2024-06-29 08:26.30: Using OBuilder spec:
((from ocaml/opam@sha256:e36f23bdb54e73750a636b54f87d0879dca93dbebfc5ef71b5bb701c1a908cf2)
 (comment debian-12-4.10_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 54fcd3e447eb686fafbcc22ff932ebae133ed39e || git fetch origin master) && git reset -q --hard 54fcd3e447eb686fafbcc22ff932ebae133ed39e && 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.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.2.0 bos.0.2.1 cmdliner.1.1.1 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 functoria.4.4.0 functoria-runtime.4.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mirage.4.4.0 mirage-runtime.4.4.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.4 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uutf.1.0.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 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-29 08:26.30: Waiting for resource in pool OCluster
2024-06-29 19:21.55: Waiting for worker…
2024-06-29 19:26.47: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 043caae changes


(from ocaml/opam@sha256:e36f23bdb54e73750a636b54f87d0879dca93dbebfc5ef71b5bb701c1a908cf2)
2024-06-29 19:26.48 ---> using "1b885d0eb042886c68eb0fcad47a3e11552a3b74c8a317040dbbe7da7cf45794" from cache


/: (comment debian-12-4.10_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-29 19:26.48 ---> using "40cd3271df8cdadc44908519429fade55d1ced37cac8dd9f92fc7cd9978cbfa2" 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.


Continue? [Y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-29 19:26.48 ---> using "e04b28b364ee70259d995237aafb32ac710a9ec04ea053019d07a49108a1edde" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.10.2
2.1.6
2024-06-29 19:26.48 ---> using "19ef7b2c50f227bab8806d084ba672b74064a656e2a2d6543aa1e329d5054ae1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-29 19:26.48 ---> using "8cece2a7b9dfb89945af52e031783576290db9fbc43477cbbf5e8e49b1788253" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 54fcd3e447eb686fafbcc22ff932ebae133ed39e || git fetch origin master) && git reset -q --hard 54fcd3e447eb686fafbcc22ff932ebae133ed39e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..9a2dc81b1c  master     -> origin/master
54fcd3e447 Update pkg-config depexts for Cygwin


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


The following actions will be performed:
  - recompile ocaml-config 1       [upstream or system changes]
  - recompile ocaml        4.10.2  [uses ocaml-config]
  - recompile opam-depext  1.2.1-1 [uses ocaml]
===== 3 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.10.2
-> removed   ocaml-config.1
-> installed ocaml-config.1
-> installed ocaml.4.10.2
-> 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-29 19:26.48 ---> using "284d9dcb626e61d12d75e47500a397ecb30dbc87400cd8477a3ed0cc8b08d3cf" from cache


/src: (copy (src mirage-skeleton.opam) (dst ./))
2024-06-29 19:26.48 ---> saved as "6c27b0da7c9a26cefcee7e51898bd75d6125d66df7e8b54460912b8f27bd02a5"


/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-29 19:26.50 ---> saved as "b48554e67e97f00f0cb07bcdbd71bb558ccd870c59607f3a4f089bed889b1130"


/src: (env DEPS "angstrom.0.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.2.0 bos.0.2.1 cmdliner.1.1.1 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 functoria.4.4.0 functoria-runtime.4.4.0 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mirage.4.4.0 mirage-runtime.4.4.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.4 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uutf.1.0.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 mirage-skeleton.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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/main amd64 Packages [8788 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [164 kB]
- Fetched 9206 kB in 1s (6624 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 system packages will first need to be installed:
    m4 pkg-config


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


2024-06-29 19:27.06 ---> saved as "c69b0845b689def833094e41c95fde06f7d08a6358854b3f6c0940a3a44015b3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 conf-m4           1
  - install jbuilder          1.0+beta20.1
  - install cmdliner          1.1.1
  - install ocamlbuild        0.14.0
  - install conf-pkg-config   1.0
  - install dune              3.1.0
  - install ocamlfind         1.8.1
  - install bigstringaf       0.2.0
  - install uchar             0.0.2
  - install stdlib-shims      0.1.0
  - install seq               0.2.2
  - install result            1.5
  - install pecu              0.4
  - install opam-monorepo     0.3.2
  - install mmap              1.0.2
  - install macaddr           5.0.0
  - install functoria-runtime 4.4.0
  - install topkg             1.0.3
  - install base-bytes        base
  - install angstrom          0.14.0
  - install uutf              1.0.1
  - install rresult           0.7.0
  - install fmt               0.8.10
  - install stringext         1.4.0
  - install cppo              1.6.1
  - install base64            3.0.0
  - install astring           0.8.2
  - install uri               4.2.0
  - install lwt               4.2.0
  - install fpath             0.7.3
  - install domain-name       0.3.0
  - install logs              0.6.3
  - install ipaddr            5.0.0
  - install bos               0.2.1
  - install mirage-runtime    4.4.0
  - install emile             1.1
  - install functoria         4.4.0
  - install mirage            4.4.0
===== 38 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved bigstringaf.0.2.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.1.1  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved domain-name.0.3.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.8.10  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved functoria.4.4.0  (cached)
-> retrieved functoria-runtime.4.4.0  (cached)
-> retrieved ipaddr.5.0.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.3.1.0  (cached)
-> retrieved macaddr.5.0.0  (cached)
-> retrieved mirage.4.4.0  (cached)
-> retrieved mirage-runtime.4.4.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved pecu.0.4  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.4.2.0  (cached)
-> retrieved opam-monorepo.0.3.2  (cached)
-> installed cmdliner.1.1.1
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed bigstringaf.0.2.0
-> installed cppo.1.6.1
-> installed stringext.1.4.0
-> installed topkg.1.0.3
-> installed rresult.0.7.0
-> installed uutf.1.0.1
-> installed fmt.0.8.10
-> installed astring.0.8.2
-> installed dune.3.1.0
-> installed fpath.0.7.3
-> installed domain-name.0.3.0
-> installed functoria-runtime.4.4.0
-> installed macaddr.5.0.0
-> installed mmap.1.0.2
-> installed pecu.0.4
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed base64.3.0.0
-> installed seq.0.2.2
-> installed angstrom.0.14.0
-> installed ipaddr.5.0.0
-> installed emile.1.1
-> installed uri.4.2.0
-> installed lwt.4.2.0
-> installed logs.0.6.3
-> installed mirage-runtime.4.4.0
-> installed bos.0.2.1
-> installed functoria.4.4.0
-> installed opam-monorepo.0.3.2
-> installed mirage.4.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-29 19:27.55 ---> saved as "3a32e87f0e691e72f5677b618bf2b17951ccdf4c382870bc962d3521e9c1475e"


/src: (copy (src .) (dst /src))
2024-06-29 19:27.55 ---> saved as "06a97f94b7db65828d4fb1ffbfdef95297aec93d886bfc0842beb5a0cbc5728c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-29 19:27.56 ---> saved as "037ccc6c7ba65f55ae35405df198a2aee2d73b5c4709c21c978ac6ce187b4a76"
Job succeeded
2024-06-29 19:27.56: Job succeeded