Organisationsmiragemirage-skeleton0d0c5e ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-02-04 15:26.07: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (0d0c5e528e21aefe9ddfcfc9f3c7e3d10f47e8c1) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/407/head" && git reset --hard 0d0c5e52
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3
# debian-12-4.10_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 47950d8d7324f9d7c80eaaccd551df897ffa89cc || git fetch origin master) && git reset -q --hard 47950d8d7324f9d7c80eaaccd551df897ffa89cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-skeleton.opam ./
RUN opam pin add -yn mirage-skeleton.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
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.3 --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


2025-02-04 15:26.07: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3-debian-12-4.10_opam-2.3-638cb8b02683256e71597e648bdbce08"
2025-02-04 15:26.07: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3)
(comment debian-12-4.10_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 47950d8d7324f9d7c80eaaccd551df897ffa89cc || git fetch origin master) && git reset -q --hard 47950d8d7324f9d7c80eaaccd551df897ffa89cc && 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 './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(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.3 --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"))
)


2025-02-04 15:26.07: Waiting for resource in pool OCluster
2025-02-04 15:26.08: Waiting for worker…
2025-02-04 15:26.39: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0d0c5e5 remove ~deps:[dep noop] now that mirage automatically inserts it


(from ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3' locally
docker.io/ocaml/opam@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3: Pulling from ocaml/opam
ec6d324e888a: Pulling fs layer
ec6d324e888a: Verifying Checksum
ec6d324e888a: Download complete
ec6d324e888a: Pull complete
Digest: sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3
Status: Downloaded newer image for ocaml/opam@sha256:76a66136746b1e94578adf52e7f4db227fc1e45e6aa4fb69ea2cdd0276feedb3
2025-02-04 15:26.39 ---> using "197f2ec906eef7cc3a2a6d66dde9b7407927249d02f4a0a8efa0b795ca1a43af" from cache


/: (comment debian-12-4.10_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-04 15:26.39 ---> using "aecfe1f35b1addb2eadf73d0d3214ae6884630326b4d4a33fe9a5c208e3a9b45" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-04 15:26.39 ---> using "8ab4c619c0457a308e3afac46e8e7e3e2c7c6584542c843b64be5c106a9b3fa3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.10.2
2.3.0
2025-02-04 15:26.39 ---> using "ff615a814e9dc01b533e808d43fc929d4d32db537b8cd78509705a80efdc8347" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-04 15:26.39 ---> using "304331fe641627c765bbb2f34cefc6ec5e10b194b3c3696e2167f4b54a51ff2b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 47950d8d7324f9d7c80eaaccd551df897ffa89cc || git fetch origin master) && git reset -q --hard 47950d8d7324f9d7c80eaaccd551df897ffa89cc && git log --no-decorate -n1 --oneline && opam update -u"))
47950d8d73 Merge pull request #27256 from maiste/chore/mark-jbuilder-as-deprecated


<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-02-04 15:27.40 ---> saved as "1a5d67c61c23216df517d59e154e558219c9f6763095e321e13c461bffc5d1f8"


/src: (copy (src mirage-skeleton.opam) (dst ./))
2025-02-04 15:27.41 ---> saved as "983c99f6ac8d8723f968fa8ee09c79e59d3dee686f0f1edb58356af02739494b"


/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)
[WARNING] Failed checks on mirage-skeleton package definition from source at file:///src:
warning 68: Missing field 'license'
mirage-skeleton is now pinned to file:///src (version dev)
2025-02-04 15:27.42 ---> saved as "74beefba21d5f7054c5e6e1c4eff258b16385bdd46d9bd1d26856151108e7202"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-04 15:27.43 ---> saved as "8dc5e41d03e362baa60863a45d20e9a7339963bcbdb828aecdc1a54ad1c7cccd"


/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.3 --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 [243 kB]
- Fetched 346 kB in 0s (1085 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.dev] synchronised (file:///src)


[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
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-02-04 15:27.59 ---> saved as "0e6c57484459eef0dfde231902184f3312b2df01f02aafe2781166a2f169d80c"


/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 38 packages
- install angstrom          0.14.0
- install astring           0.8.2
- install base-bytes        base
- install base64            3.0.0
- install bigstringaf       0.2.0
- install bos               0.2.1
- install cmdliner          1.1.1
- install conf-m4           1
- install conf-pkg-config   1.0
- install cppo              1.6.1
- install domain-name       0.3.0
- install dune              3.1.0
- install emile             1.1
- install fmt               0.8.10
- install fpath             0.7.3
- install functoria         4.4.0 (deprecated)
- install functoria-runtime 4.4.0 (deprecated)
- install ipaddr            5.0.0
- install jbuilder          1.0+beta20.1 (deprecated)
- install logs              0.6.3
- install lwt               4.2.0
- install macaddr           5.0.0
- install mirage            4.4.0
- install mirage-runtime    4.4.0
- install mmap              1.0.2
- install ocamlbuild        0.14.0
- install ocamlfind         1.8.1
- install opam-monorepo     0.3.2
- install pecu              0.4
- install result            1.5
- install rresult           0.7.0
- install seq               0.2.2
- install stdlib-shims      0.1.0
- install stringext         1.4.0
- install topkg             1.0.3
- install uchar             0.0.2
- install uri               4.2.0
- install uutf              1.0.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.0.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved angstrom.0.14.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 ipaddr.5.0.0, macaddr.5.0.0  (cached)
-> retrieved functoria.4.4.0, functoria-runtime.4.4.0, mirage.4.4.0, mirage-runtime.4.4.0  (cached)
-> retrieved dune.3.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.4.2.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 opam-monorepo.0.3.2  (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)
-> installed cmdliner.1.1.1
-> retrieved uri.4.2.0  (cached)
-> retrieved uutf.1.0.1  (cached)
-> 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 stdlib-shims.0.1.0
-> installed result.1.5
-> installed pecu.0.4
-> 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.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.


<><> functoria-runtime.4.4.0 installed successfully <><><><><><><><><><><><><><>
=> Note: This package is deprecated.


<><> functoria.4.4.0 installed successfully <><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-02-04 15:28.45 ---> saved as "f1bf3af69214f90c1892134fcfef86fde5ec9e818896de23c50769db00ab57d1"


/src: (copy (src .) (dst /src))
2025-02-04 15:28.46 ---> saved as "2bed6d5a48b2cb48571b6b9f6ce06d0d736fb12727a4af78bd311671604c9b00"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-04 15:28.46 ---> saved as "f5736b2498174c90fc983b231515186bfce6a0274a5746c3cffae520727a8cad"
Job succeeded
2025-02-04 15:28.46: Job succeeded