Organisationsmirageocaml-hvsock6f7854 (main)debian-13-4.10_opam-2.4

debian-13-4.10_opam-2.4

Link Copied
Code Copied

Logs

2025-09-22 07:46.34: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (linux-x86_64:debian-13-4.10_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4
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.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4
# debian-13-4.10_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 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && 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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 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.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 07:46.34: Using cache hint "mirage/ocaml-hvsock-ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4-debian-13-4.10_opam-2.4-8535a76ea268cf93e05efa8ef076be2a"
2025-09-22 07:46.34: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4)
(comment debian-13-4.10_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 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && 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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 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.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 07:46.34: Waiting for resource in pool OCluster
2025-09-22 09:18.49: Waiting for worker…
2025-09-22 09:23.26: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 6f7854a add maintenance intent, fix link


(from ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4' locally
docker.io/ocaml/opam@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4: Pulling from ocaml/opam
9a44fb8aefb5: Pulling fs layer
9a44fb8aefb5: Verifying Checksum
9a44fb8aefb5: Download complete
9a44fb8aefb5: Pull complete
Digest: sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4
Status: Downloaded newer image for ocaml/opam@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4
2025-09-22 09:23.29 ---> using "5fd3a5fca27d3eb25404aa4a087bc9755f10827d4a1eea4734f24bf67e5470a7" from cache


/: (comment debian-13-4.10_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 09:23.29 ---> using "6651ac641b5e5a6b0728ee88e0abf932f96c52731eacd8b6c19c138b29b4b39a" 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-09-22 09:23.29 ---> using "c1d782c18d3efa30688cd0913d6ea996ef627faba5e8bf0b7d1d38b6b1687515" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-09-22 09:23.29 ---> using "b2497177abd2a56a2a6f1016f54c7f587efe1c0455cbb2841c38ede0066f04f3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-22 09:23.29 ---> using "62d8bdc6ec7e7afb5d7829363172e8e496739245b042c207d022738a8321f8f6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 209109366a444d7ea71a56ee6cb8f608cdc6ced0 || git fetch origin master) && git reset -q --hard 209109366a444d7ea71a56ee6cb8f608cdc6ced0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..bf453cf4c3  master     -> origin/master
209109366a Merge pull request #28553 from dinosaure/release-base64-v3.5.2


<><> 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 09:23.29 ---> using "19af6ed7aabdb56176883b68cedf5cc0e51918c8dc31993dc1fb957137c7298c" from cache


/src: (copy (src hvsock.opam) (dst ./))
2025-09-22 09:23.29 ---> saved as "3aa7ff31ba129ec024d034f9509f3375a1c19b4da8e215081bdb9738e8018392"


/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 09:23.32 ---> saved as "20c62bc7819293eb6dc70b0567dbfd97927bd57e94ccc085be32b818a31bf082"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-22 09:23.33 ---> saved as "c8f0e1b1a8e91d3a1c0dd33c5933c0b80049992f6ece6e919249d92f3cd56c95"


/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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.11.0 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.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 (566 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hvsock.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).
2025-09-22 09:23.53 ---> saved as "afe111bdc0a04424c4bebf45f1b42ce1fec1d106e7564a5c00630d68a336f3c4"


/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 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.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.11.0
- 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.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 csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (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 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 sha.1.15.4  (cached)
-> retrieved re.1.11.0  (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 base64.3.5.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed duration.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed cppo.1.8.0
-> installed re.1.11.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 mirage-flow.5.0.0
-> installed uri.4.4.0
-> installed logs.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-22 09:26.03 ---> saved as "ca2c0ebae24fc4b659bcc04891da655cedf404a69719f6d04e816be36bf1231d"


/src: (copy (src .) (dst /src))
2025-09-22 09:26.03 ---> saved as "db121c8a5604afd2bf1c01b94d65f11185add67940804137d6cd7b0b87a07803"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-22 09:26.06 ---> saved as "9a46cc443a958b234a03a9af1b9a5d006e0082b75afaa94b8edbe799c8b06b67"
Job succeeded
2025-09-22 09:26.07: Job succeeded