Organisationsmirageocaml-hvsockaa970b ()debian-12-4.14_arm32_opam-2.4

debian-12-4.14_arm32_opam-2.4

Link Copied
Code Copied

Logs

2025-08-24 12:34.34: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/master (aa970b923b67dc51e17b10f4351600a68f4f1ad5) (linux-arm64:debian-12-4.14_arm32_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "master" && cd "ocaml-hvsock" && git reset --hard aa970b92
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2
# debian-12-4.14_arm32_opam-2.4
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 hvsock.opam ./
RUN opam pin add -yn hvsock.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.0 dune-configurator.3.20.0 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.1 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y hvsock.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-08-24 12:34.34: Using cache hint "mirage/ocaml-hvsock-ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2-debian-12-4.14_arm32_opam-2.4-f656eac710ddef283d88d0fb934ea07b"
2025-08-24 12:34.34: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2)
(comment debian-12-4.14_arm32_opam-2.4)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src hvsock.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn hvsock.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.0 dune-configurator.3.20.0 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.1 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4")
(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.4 --depext-only -y hvsock.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-08-24 12:34.34: Waiting for resource in pool OCluster
2025-08-24 12:34.35: Waiting for worker…
2025-08-24 12:34.35: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at aa970b9 Merge pull request #70 from hannesm/rm-mirage-time


(from ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2' locally
docker.io/ocaml/opam@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2: Pulling from ocaml/opam
772cd338ba0d: Pulling fs layer
772cd338ba0d: Verifying Checksum
772cd338ba0d: Download complete
772cd338ba0d: Pull complete
Digest: sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2
Status: Downloaded newer image for ocaml/opam@sha256:7be085b89a4a39e36f40887bfeb90ee14f8a052352eeb2793a207353981e1cb2
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-08-24 12:34.35 ---> using "8111fc7d4314963906f1edeeb308c334ef0ba46189da15a05e488edda8236ca0" from cache


/: (comment debian-12-4.14_arm32_opam-2.4)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-08-24 12:34.35 ---> using "73f9665e4e9d9f4185cbf242a16ee761b1e98fe5f37430d9e8aaa1a69798a68a" 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.2, 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] Initialised
2025-08-24 12:34.35 ---> using "44f6a2957854ba128175e5aa62ccd71db4770f65edcd0e8525e7345485ef403c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-138-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-08-24 12:34.35 ---> using "6e6aa191fef757e14be00dd5dc5e07cc03db1c729e452a2ab955c6f1b7e22ae7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-24 12:34.35 ---> using "c68b21e73d3663fbf3d3ea794a9f79d71f61932d1a396c635ecab2a6154f7e46" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-08-24 12:34.35 ---> using "b530e08a9673a2daade071e3e94dded93b6778e9c22d88f010e16639049339e2" from cache


/src: (copy (src hvsock.opam) (dst ./))
2025-08-24 12:34.35 ---> using "5a5741cfb8c122ea0558c0e6abc340c8b96044ffaa7af36a8e475fbc1c0fa839" from cache


/src: (run (network host)
(shell "opam pin add -yn hvsock.dev './'"))
[hvsock.dev] synchronised (file:///src)
hvsock is now pinned to file:///src (version dev)
2025-08-24 12:34.35 ---> using "e792f6948c5f6796e9270ae8f7b170d2b1caa3188aa7f47ebc9f08cd2b40d145" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-24 12:34.35 ---> using "1799e27b55d9ab8f8d82cd8f918544b6f3844a131f2316bb425774d40944a450" from cache


/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.0 dune-configurator.3.20.0 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.1 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4")


/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.4 --depext-only -y hvsock.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-updates/main armhf Packages.diff/Index [21.8 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages [6928 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [258 kB]
- Fetched 541 kB in 1s (572 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hvsock.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).
2025-08-24 12:34.35 ---> using "4b7d8db18342d952cdaeda2df2acb2dc4b47b9b6d7bd872ac14c40eb2e072af9" 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 30 packages
- install alcotest           1.9.0
- install angstrom           0.16.1
- install astring            0.8.5
- install base-bytes         base
- install base64             3.5.1
- install bigstringaf        0.10.0
- install cmdliner           1.3.0
- install cppo               1.8.0
- install csexp              1.5.2
- install cstruct            6.2.0
- install dune               3.20.0
- install dune-configurator  3.20.0
- install duration           0.2.1
- install fmt                0.11.0
- install logs               0.9.0
- install lwt                5.9.1
- install mirage-flow        5.0.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- install re                 1.13.2
- install seq                base
- install sha                1.15.4
- install stdlib-shims       0.3.0
- install stringext          1.6.0
- install topkg              1.1.0
- install uri                4.4.0
- install uuidm              0.9.10
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.13.2  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved dune.3.20.0, dune-configurator.3.20.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed duration.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed stringext.1.6.0
-> installed ocplib-endian.1.2
-> installed sha.1.15.4
-> installed alcotest.1.9.0
-> installed dune-configurator.3.20.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed lwt.5.9.1
-> installed uri.4.4.0
-> installed mirage-flow.5.0.0
-> installed logs.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-24 12:34.35 ---> using "cd43cc2ef7bcb759046518e38abd98453b980e90fd0f14b0307a323147322dfd" from cache


/src: (copy (src .) (dst /src))
2025-08-24 12:34.35 ---> using "7203bfa7bae4a062c7a6df6ac6e249688470cc38ce3cff145be7325f78b991a4" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w A-4-41-44 -warn-error +1..49 -safe-string -principal -strict-sequence -g -bin-annot -I lib/.hvsock.objs/byte -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uuidm -I /home/opam/.opam/4.14/lib/uutf -no-alias-deps -opaque -open Hvsock -o lib/.hvsock.objs/byte/hvsock__Af_common.cmo -c -impl lib/af_common.ml)
File "lib/af_common.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
2025-08-24 12:34.35 ---> using "650276d883c1583009355cbd092e0482241eaee4c168621bc5cab9af45bdf0ec" from cache
Job succeeded
2025-08-24 12:34.36: Job succeeded