2025-09-22 12:29.47: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (linux-x86_64:debian-13-4.13_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "main" && cd "ocaml-hvsock" && git reset --hard 6f7854ab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
# debian-13-4.13_opam-2.4
USER 1000:1000
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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.2 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.8 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-09-22 12:29.47: Using cache hint "mirage/ocaml-hvsock-ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e-debian-13-4.13_opam-2.4-61456c6a099e08f2aecb3dbef4a81c75"
2025-09-22 12:29.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)
(comment debian-13-4.13_opam-2.4)
(user (uid 1000) (gid 1000))
(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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.2 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.8 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-09-22 12:29.47: Waiting for resource in pool OCluster
2025-09-22 15:49.11: Waiting for worker…
2025-09-22 15:52.17: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6f7854a add maintenance intent, fix link
(from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e' locally
docker.io/ocaml/opam@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e: Pulling from ocaml/opam
15b1d8a5ff03: Already exists
4d5eb3ed0208: Already exists
b44e00377829: Already exists
93018e586176: Already exists
587e432a29e2: Already exists
cdf304204754: Already exists
a444cfe202e3: Already exists
964991c828c0: Already exists
a94458d90f79: Already exists
e972c69afbc9: Already exists
3997d62e9de2: Already exists
d78ea61f72f9: Already exists
c68a1176424c: Already exists
63495b383f1a: Already exists
aa1a6204320d: Already exists
187b2023e0b3: Already exists
4787e66ddf43: Already exists
973a552bac2d: Already exists
8ad831d15267: Already exists
a8377bc33a29: Already exists
84a002321686: Already exists
4f4fb700ef54: Already exists
5d52c4f201d6: Already exists
68ef19bc296a: Already exists
1cda2aa0af1b: Already exists
769f31bcfe07: Already exists
b1d715eb0b34: Already exists
6b92d559de80: Already exists
1552f16d9075: Already exists
7a69328970da: Already exists
e66b1fc86e6f: Already exists
b14737f10b30: Already exists
4b7cf33f8dea: Already exists
0499d18bfcaa: Already exists
fb0e4a52e51b: Already exists
af1ea896d29c: Already exists
cff41317f198: Already exists
fbb90a49a8ca: Already exists
2f7f155032eb: Already exists
02f68e1ce660: Already exists
94722d583c59: Pulling fs layer
271ba31d3db0: Pulling fs layer
c99433d5cb1d: Pulling fs layer
939cd5d5e507: Pulling fs layer
939cd5d5e507: Waiting
c99433d5cb1d: Verifying Checksum
c99433d5cb1d: Download complete
271ba31d3db0: Verifying Checksum
271ba31d3db0: Download complete
939cd5d5e507: Verifying Checksum
939cd5d5e507: Download complete
94722d583c59: Verifying Checksum
94722d583c59: Download complete
94722d583c59: Pull complete
271ba31d3db0: Pull complete
c99433d5cb1d: Pull complete
939cd5d5e507: Pull complete
Digest: sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
Status: Downloaded newer image for ocaml/opam@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
2025-09-22 15:52.17 ---> using "edc61b5613d526714c47ca7477704e6216df8c199e369c488443808988d2a3ba" from cache
/: (comment debian-13-4.13_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-22 15:52.17 ---> using "db0365f9e783ff2c38923d5987189ff7c6b3ea34d00037b79605c8ce09dadc39" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-22 15:52.17 ---> using "d655376f1b328583c124d5aee788d10f9c4f2593bb39a3e9f1a549b759496a57" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.13.1
2.4.1
2025-09-22 15:52.17 ---> using "537996ed5dc51738f1bf92750ec11a482391cf41635c886974602ec9c6fcb00f" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-22 15:52.17 ---> using "63911a6b594163eaad95d039548bda0913389ae466376dc50b9628593a7aa064" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..3f21ebe342 master -> origin/master
3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.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-09-22 15:52.17 ---> using "a9d1d5c05522ede24d0f33ac0366b92cc60f1c1706aa282fee62e2ad0cda24a0" from cache
/src: (copy (src hvsock.opam) (dst ./))
2025-09-22 15:52.17 ---> saved as "30cdbcd658aee1048796cb2b63c2e2f1bce44d64ff0645444514d182f5b16e68"
/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-09-22 15:52.19 ---> saved as "0670b9a2fd8867b95173d8d8beb9b9f22558823de3d2e2eb35140ba108433b60"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-22 15:52.19 ---> saved as "a59732e47dcafcb64500b8b6580b3df36620d933946803986a17d431cc6b7c44"
/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.2 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mirage-flow.5.0.0 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.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.8 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"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [44.3 kB]
- Fetched 135 kB in 0s (773 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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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).
2025-09-22 15:52.29 ---> saved as "b7cfaa4632f92dfd5893fc4793e35ad18ba66b6a7c04d9fb6301ef15a28fd02b"
/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 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 29 packages
- install alcotest 1.9.0
- install angstrom 0.16.1
- install astring 0.8.5
- install base-bytes base
- install base64 3.5.2
- 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.2
- install dune-configurator 3.20.2
- install duration 0.2.1
- install fmt 0.11.0
- install logs 0.8.0
- install lwt 5.9.2
- 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.14.0
- 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.8
- 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.2 (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.8.0 (cached)
-> retrieved mirage-flow.5.0.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved re.1.14.0 (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 uuidm.0.9.8 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (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.8
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> 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.14.0
-> installed stdlib-shims.0.3.0
-> 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.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed mirage-flow.5.0.0
-> installed logs.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-22 15:53.18 ---> saved as "bf0aaff48164e95e66681df94392670ccd84ca659ede5bea61d4684577d5aca2"
/src: (copy (src .) (dst /src))
2025-09-22 15:53.18 ---> saved as "f5bb2b6cb1e23aac8a3084874b8e4760081f97ee87b0b9a8e33d36d6441b8964"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.13/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.13/lib/angstrom -I /home/opam/.opam/4.13/lib/base64 -I /home/opam/.opam/4.13/lib/bigstringaf -I /home/opam/.opam/4.13/lib/bytes -I /home/opam/.opam/4.13/lib/cstruct -I /home/opam/.opam/4.13/lib/stringext -I /home/opam/.opam/4.13/lib/uri -I /home/opam/.opam/4.13/lib/uuidm -I /home/opam/.opam/4.13/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-09-22 15:53.19 ---> saved as "6348fdf091a8971f0c3523e92b3ae74bf0447096a3cd57f3fb8535c05e765369"
Job succeeded
2025-09-22 15:53.19: Job succeeded