Organisationsmirageocaml-xenstore947003 ()debian-12-4.09_opam-2.2

debian-12-4.09_opam-2.2

Link Copied
Code Copied

Logs

2024-11-18 08:30.13: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/pull/55/head (94700392986b2e46270bf86e93c9236a102bbb96) (linux-x86_64:debian-12-4.09_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-xenstore.git" && cd "ocaml-xenstore" && git fetch origin "refs/pull/55/head" && git reset --hard 94700392
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb
# debian-12-4.09_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 xenstore.opam ./
RUN opam pin add -yn xenstore.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.9.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y xenstore.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


2024-11-18 08:30.13: Using cache hint "mirage/ocaml-xenstore-ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb-debian-12-4.09_opam-2.2-8cef36357276896ce50ae2c7d5c39bc1"
2024-11-18 08:30.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb)
(comment debian-12-4.09_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src xenstore.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn xenstore.dev './'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.9.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")
(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.2 --depext-only -y xenstore.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"))
)


2024-11-18 08:30.13: Waiting for resource in pool OCluster
2024-11-18 08:30.13: Waiting for worker…
2024-11-18 08:30.13: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at 9470039 client_unix: Add Directory_part support


(from ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb' locally
docker.io/ocaml/opam@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb: Pulling from ocaml/opam
ad25db0ffd4f: Pulling fs layer
ad25db0ffd4f: Verifying Checksum
ad25db0ffd4f: Download complete
ad25db0ffd4f: Pull complete
Digest: sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb
Status: Downloaded newer image for ocaml/opam@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb
2024-11-18 08:32.15 ---> saved as "09c36b1e41a3e8caad74e8d70d0f8511d6ad43ab7125c0c211b1727a0311d905"


/: (comment debian-12-4.09_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-11-18 08:32.15 ---> saved as "4de0edf6b99990f49a98b7554f94a185ec013d5c1453192b95fb7b007e3eff2c"


/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
2024-11-18 08:33.24 ---> saved as "f4545d9fa180d0085040175b73bf49cead8c7e16f099a8a143b2aadecf791314"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 4.09.1
2.2.1
2024-11-18 08:33.25 ---> saved as "ae4a43fc4e5d107291cf924899783549f405e13fe131a0d6269960f3e58be715"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-18 08:33.25 ---> saved as "9d12c57690c70b6c619aea55698dff793d2c878a37e76823d5b1788dd69d3640"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
d872638bdf..a6cd5e9297  master     -> origin/master
bf952fff41 Merge pull request #26877 from raphael-proust/opam-publish-lwt.5.9.0


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-11-18 08:34.28 ---> saved as "ed8cf943c638a96c8cd5c3620a50e5e56200d75b07281bf134e8e86a8ac2774b"


/src: (copy (src xenstore.opam) (dst ./))
2024-11-18 08:34.28 ---> saved as "cf80c20551b9d23c69e189961f5768661bc0da3d35b1e2439f6476e2f51458eb"


/src: (run (network host)
(shell "opam pin add -yn xenstore.dev './'"))
[xenstore.dev] synchronised (file:///src)
xenstore is now pinned to file:///src (version dev)
2024-11-18 08:34.30 ---> saved as "cc05a1ae0019c97f700fe8c09c14c480f125baa41436fa397efadb80c064c315"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.9.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")


/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.2 --depext-only -y xenstore.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/main amd64 Packages [8789 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB]
- Fetched 9247 kB in 1s (6638 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xenstore.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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).
2024-11-18 08:34.48 ---> saved as "e0807f0d186d88a18e039410daad2355f9763bec8c3b2a4171e66e860a2fbc63"


/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.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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 11 packages
- install base-bytes        base
- install cppo              1.7.0
- install csexp             1.5.2
- install dune              3.16.1
- install dune-configurator 3.16.1
- install lwt               5.9.0
- install ocamlfind         1.9.6
- install ocplib-endian     1.2
- install ounit2            2.2.7
- install seq               base
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.7.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved ounit2.2.2.7  (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.16.1
-> installed lwt.5.9.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-18 08:35.37 ---> saved as "f690acad7456b41d1f8fd5d9c7f99c8d299eee5ad48ce10c6a103aaf20e84733"


/src: (copy (src .) (dst /src))
2024-11-18 08:35.37 ---> saved as "985c7e8e067e1c1f8b47ba25aeec13740b6433b0a600734235d865e5731d3692"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.09/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 -g -bin-annot -I client_unix/.xenstore_unix.objs/byte -I /home/opam/.opam/4.09/lib/ocaml/threads -I core/.xenstore.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o client_unix/.xenstore_unix.objs/byte/xs_client_unix.cmo -c -impl client_unix/xs_client_unix.ml)
File "client_unix/xs_client_unix.ml", line 324, characters 20-36:
324 |             else if String.ends_with ~suffix:"\000\000" data then
^^^^^^^^^^^^^^^^
Error: Unbound value String.ends_with
(cd _build/default && /home/opam/.opam/4.09/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 -g -bin-annot -I server/.xenstore_server.objs/byte -I /home/opam/.opam/4.09/lib/lwt -I core/.xenstore.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Xenstore_server -o server/.xenstore_server.objs/byte/xenstore_server__Store.cmo -c -impl server/store.ml)
File "server/store.ml", line 88, characters 39-53:
88 | let name_is_valid name = name <> "" && String.for_all char_is_valid name
^^^^^^^^^^^^^^
Error: Unbound value String.for_all
(cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I server/.xenstore_server.objs/byte -I server/.xenstore_server.objs/native -I /home/opam/.opam/4.09/lib/lwt -I core/.xenstore.objs/byte -I core/.xenstore.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Xenstore_server -o server/.xenstore_server.objs/native/xenstore_server__Store.cmx -c -impl server/store.ml)
File "server/store.ml", line 88, characters 39-53:
88 | let name_is_valid name = name <> "" && String.for_all char_is_valid name
^^^^^^^^^^^^^^
Error: Unbound value String.for_all
(cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I client_unix/.xenstore_unix.objs/byte -I client_unix/.xenstore_unix.objs/native -I /home/opam/.opam/4.09/lib/ocaml/threads -I core/.xenstore.objs/byte -I core/.xenstore.objs/native -intf-suffix .ml -no-alias-deps -opaque -o client_unix/.xenstore_unix.objs/native/xs_client_unix.cmx -c -impl client_unix/xs_client_unix.ml)
File "client_unix/xs_client_unix.ml", line 324, characters 20-36:
324 |             else if String.ends_with ~suffix:"\000\000" data then
^^^^^^^^^^^^^^^^
Error: Unbound value String.ends_with
(cd _build/default/core_test && ./xs_test.exe)
.............................................................................................
Ran: 93 tests in: 0.06 seconds.
OK
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-11-18 08:35.38: Job failed: Failed: Build failed