Organisationsmirageocaml-xenstore2168f0 ()debian-12-4.09_opam-2.1

debian-12-4.09_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:36.16: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/heads/master (2168f073ab5f0d8a609db2bc8c52d67fcd814398) (linux-x86_64:debian-12-4.09_opam-2.1)
Base: ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-xenstore.git" -b "master" && cd "ocaml-xenstore" && git reset --hard 2168f073
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb
# debian-12-4.09_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 lwt.5.7.0 num.1.5 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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-04-30 08:36.16: Using cache hint "mirage/ocaml-xenstore-ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb-debian-12-4.09_opam-2.1-295df073b47de2d0d667de3a8876b60e"
2024-04-30 08:36.16: Using OBuilder spec:
((from ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb)
 (comment debian-12-4.09_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 lwt.5.7.0 num.1.5 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7")
 (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.1 --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-04-30 08:36.16: Waiting for resource in pool OCluster
2024-04-30 20:03.15: Waiting for worker…
2024-04-30 20:07.12: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 2168f07 fix typo in changes


(from ocaml/opam@sha256:fd688b3c141791c4fcd2c77f186f037a36655b5660cb1059f03021c8051942cb)
2024-04-30 20:08.01 ---> saved as "acac52f5c4ab00c4a305d6686612add4400c376e9a7f88e5ad3c8653a6f62d84"


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:08.01 ---> saved as "16d28cb3a08597617b220079f99af0d2ef1f0af5bd438f58f6071335625d5571"


/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.1, 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] synchronised from file:///home/opam/opam-repository
2024-04-30 20:09.41 ---> saved as "9696e307b31dd2f7ae2e4a486930855313e361ff60eebee188477357de79f921"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-04-30 20:09.42 ---> saved as "77b10282a58df79acf961ab5253d66263bd409007a469c7f52ac8744f2241c37"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:09.42 ---> saved as "ed09b3fc26f3b3c60f2053d37f0966fb7e88e4ce8eb2d1c2200a22fbb8939c9c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..bafea8d973  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> 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-04-30 20:11.01 ---> saved as "bc839ce56f897bab11b367ba1e2f1ff2457ae5458456101d356a547f9c0fe852"


/src: (copy (src xenstore.opam) (dst ./))
2024-04-30 20:11.01 ---> saved as "5f334427dcfeed5985751c0ecc4912b87206323f2dde9bf60c9115f1ab0ce6c0"


/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-04-30 20:11.03 ---> saved as "c4adb8a608849d59564639917845355e1680a79b1a0237730da7cc38c6576ef7"


/src: (env DEPS "base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 lwt.5.7.0 num.1.5 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 parsexp.v0.14.2 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7")


/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.1 --depext-only -y xenstore.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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 amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1070 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-04-30 20:11.19 ---> saved as "f19dd42fc4c86b336908b9371b84e4b4fa840f9879534782e2158776c6f3bff8"


/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 ocamlbuild          0.14.3
  - install num                 1.5
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                3.15.2
  - install topkg               1.0.7
  - install base-bytes          base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.14.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install fmt                 0.9.0
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install dune-configurator   3.15.2
  - install ocplib-endian       1.2
  - install cstruct             6.2.0
  - install base                v0.14.3
  - install lwt                 5.7.0
  - install parsexp             v0.14.2
  - install sexplib             v0.14.0
  - install ppx_cstruct         6.2.0
===== 24 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> installed num.1.5
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> retrieved ppx_cstruct.6.2.0  (cached)
-> installed seq.base
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.15.2
-> installed lwt.5.7.0
-> installed base.v0.14.3
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.32.1
-> installed ppx_cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:12.40 ---> saved as "bc9b9bb7965432828c9698b1207bdd51b3caba00c5530b0253ab91db6b8edc92"


/src: (copy (src .) (dst /src))
2024-04-30 20:12.40 ---> saved as "22f7c083ea92f07cda1662d470433cf76e4c7ad726cc56db44778474b7a93f85"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/core_test && ./xs_test.exe)
.............................................................................................
Ran: 93 tests in: 0.05 seconds.
OK
(cd _build/default/server_test && ./server_test.exe)
....................
Ran: 20 tests in: 0.01 seconds.
OK
2024-04-30 20:12.43 ---> saved as "9e28cbe1f8c14fe0c5f5d6aed9b681bce7923dcc4f5d98d38f915504ec3a34f9"
Job succeeded
2024-04-30 20:12.43: Job succeeded