2025-02-05 08:39.47: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (0d0c5e528e21aefe9ddfcfc9f3c7e3d10f47e8c1) (linux-x86_64:debian-11-4.14_opam-2.3)
Base: ocaml/opam:debian-11-ocaml-4.14@sha256:41704df3926b582b6128ba4d2ad1aead06d73e31f12e8f9a9d65843a63a718ad
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-11-ocaml-4.14@sha256:41704df3926b582b6128ba4d2ad1aead06d73e31f12e8f9a9d65843a63a718ad
# debian-11-4.14_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 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.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-05 08:39.47: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-11-ocaml-4.14@sha256:41704df3926b582b6128ba4d2ad1aead06d73e31f12e8f9a9d65843a63a718ad-debian-11-4.14_opam-2.3-10b2c27d0f7ef8136031f14b86a7063c"
2025-02-05 08:39.47: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-4.14@sha256:41704df3926b582b6128ba4d2ad1aead06d73e31f12e8f9a9d65843a63a718ad)
(comment debian-11-4.14_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 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.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-05 08:39.47: Waiting for resource in pool OCluster
2025-02-05 13:40.56: Waiting for worker…
2025-02-05 13:43.12: Got resource from pool OCluster
Building on phoebe.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-11-ocaml-4.14@sha256:41704df3926b582b6128ba4d2ad1aead06d73e31f12e8f9a9d65843a63a718ad)
2025-02-05 13:43.13 ---> using "1e96671a0653051d10f729136d6e0cc4c4be614dd0f60ccb60146e322f55a932" from cache
/: (comment debian-11-4.14_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-05 13:43.13 ---> using "64869270ba73b4b4975aea60f72ff8787e264fa6242eb89db3154b8ff3c31295" 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 31 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=31 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-05 13:43.13 ---> using "3e8c538cd7c2ea276eb782ac693e276a499f921f3f85539a06fc31cbc98320bf" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-05 13:43.13 ---> using "9e0be2ee2a73a79f46d4d5d98ba815eb7bac8a1a339371d2880d3f2bb8fca8de" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-05 13:43.13 ---> using "7c369c9c4b3b1eb60b7fb6ec7e39b580a977ea5ff74c2ab37a861100b2b66b14" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
3e681a81f6..157ad6fa0b master -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8
<><> 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-05 13:43.13 ---> using "85f7f7329d650eb93b09b00be292f413a47d5bcb52687dd8467a7b6eca0a2d3a" from cache
/src: (copy (src mirage-skeleton.opam) (dst ./))
2025-02-05 13:43.13 ---> using "3ef21078723a41156b2e3d92685088624936fca943d0f29919bdf0b717b75929" from cache
/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
[WARNING] Failed checks on mirage-skeleton package definition from source at file:///src:
warning 68: Missing field 'license'
[mirage-skeleton.dev] synchronised (file:///src)
mirage-skeleton is now pinned to file:///src (version dev)
2025-02-05 13:43.13 ---> using "056e981ae9743cce4e63f998aa42b38320f300a767bbd711fe0ae86d0f6eec28" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-05 13:43.13 ---> using "09ade7ad0fd3cb45649e678c73d568bc15763a87f598826301d2eb6e7ed6469c" from cache
/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.8 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.3 --depext-only -y mirage-skeleton.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 [27.2 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 [341 kB]
- Fetched 412 kB in 2s (243 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.dev] synchronised (file:///src)
[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 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
- Selecting previously unselected package libglib2.0-0: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 ... 18339 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u5_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u5) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u5_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u5) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../2-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../3-libxml2_2.9.10+dfsg-6.7+deb11u5_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u5) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../4-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../5-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../6-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u5) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u5) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u5) ...
- Setting up shared-mime-info (2.0-1) ...
- Processing triggers for libc-bin (2.31-13+deb11u11) ...
2025-02-05 13:43.13 ---> using "fc22697b7a138858b113283500b21a77f10acc9db9f37418ca2fc5411d61e7f4" from cache
/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 28 packages
- install angstrom 0.16.1
- install astring 0.8.5
- install base64 3.5.1
- install bigstringaf 0.10.0
- install bos 0.2.1
- install cmdliner 1.3.0
- install conf-pkg-config 4
- install csexp 1.5.2
- install domain-name 0.4.0
- install dune 3.17.2
- install dune-configurator 3.17.2
- install emile 1.1
- install fmt 0.9.0
- install fpath 0.7.3
- install ipaddr 5.6.0
- install logs 0.7.0
- install macaddr 5.6.0
- install mirage 4.8.2
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.8
- install opam-monorepo 0.4.0
- install pecu 0.7
- install rresult 0.7.0
- install stringext 1.6.0
- install topkg 1.0.7
- install uri 4.4.0
- install uutf 1.0.3
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> 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, macaddr.5.6.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved mirage.4.8.2 (cached)
-> retrieved ocamlfind.1.9.8 (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 uri.4.4.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved opam-monorepo.0.4.0 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.17.2
-> 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.17.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed emile.1.1
-> installed uri.4.4.0
-> installed opam-monorepo.0.4.0
-> installed mirage.4.8.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-05 13:43.13 ---> using "2998c6fa8b890192f0c5c8829216a08f779d453bd938a130b988513cd4f5e5fc" from cache
/src: (copy (src .) (dst /src))
2025-02-05 13:43.13 ---> saved as "6b0562bf2927c3255c179ae36646b1684b4777a56b2b8b24949f2c1e081e7b8a"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-05 13:43.14 ---> saved as "5557f844b0b470cbeb9a93b5942d9a49ef3fcd2537f98b6fb3517e35bbd0c5ea"
Job succeeded
2025-02-05 13:43.15: Job succeeded