2025-05-22 20:04.02: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/heads/main (093bc13f99677d2efa0561c9dbad2221fc1dd515) (linux-x86_64:debian-12-4.14+flambda_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-xenstore.git" -b "main" && cd "ocaml-xenstore" && git reset --hard 093bc13f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc # debian-12-4.14+flambda_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 xenstore.opam ./ RUN opam pin add -yn xenstore.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 lwt.5.9.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlfind.1.9.8 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.3 --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 2025-05-22 20:04.02: Using cache hint "mirage/ocaml-xenstore-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc-debian-12-4.14+flambda_opam-2.3-2d3f0a846c7ed321e844816c7d71a930" 2025-05-22 20:04.02: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc) (comment debian-12-4.14+flambda_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src xenstore.opam) (dst ./)) (run (network host) (shell "opam pin add -yn xenstore.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 lwt.5.9.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlfind.1.9.8 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.3 --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")) ) 2025-05-22 20:04.02: Waiting for resource in pool OCluster 2025-05-22 23:00.21: Waiting for worker… 2025-05-22 23:02.20: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 093bc13 Merge pull request #57 from hannesm/add-maint (from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc) 2025-05-22 23:02.23 ---> using "4ef1ce058d738d1dd7e34b7acbe513baf538526be7b5466906c4200ea5618417" from cache /: (comment debian-12-4.14+flambda_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-22 23:02.23 ---> using "9c542ad2b8a3e7fb088319f501a500c28f523f4cc2f2be1cd5d1c2db030f0841" 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 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] Initialised 2025-05-22 23:02.23 ---> using "206209894da78489322495360798a464da464bf70aebcc51701df23ce3abe2db" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-05-22 23:02.23 ---> using "c4420f9484d37c3d79075b87ab880fe17b230504251cb9d2f900f2cea2416335" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-22 23:02.23 ---> using "f3961320f050e68032496b82893b0937c4fca05b8ed633e3d780255baa5f550c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..2df846cb67 master -> origin/master 2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.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, 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-05-22 23:02.23 ---> using "4ccfaeeef341417bc7b27214aec301d40ab28ad72e86769ebf44ef9e60e2a6d1" from cache /src: (copy (src xenstore.opam) (dst ./)) 2025-05-22 23:02.23 ---> saved as "eed8a129a181541aaf230d0bdf09bced787d26d77bd57ea1a5fa82be7e4df6a5" /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) 2025-05-22 23:02.27 ---> saved as "1ff70cc785b092e359250526678cdfa7e3541b10f3a9e82aad91e7b9bed649f8" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-22 23:02.27 ---> saved as "946a9eeb09f967bc4854e6f1444da41e01772a40f87ae5d7951821d146febc88" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 lwt.5.9.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlfind.1.9.8 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.3 --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 [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] - Fetched 9306 kB in 3s (3708 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [xenstore.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 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-05-22 23:02.49 ---> saved as "84b22863bd8d300b9127c258874d7e169970a5c659329474be9d3179f4ebb2a8" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 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 11 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.19.0 - install dune-configurator 3.19.0 - install lwt 5.9.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ounit2 2.2.7 - install seq base - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ounit2.2.2.7 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.19.0 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed ounit2.2.2.7 -> installed dune-configurator.3.19.0 -> installed lwt.5.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-22 23:04.58 ---> saved as "6182da5bca94e09966569178e66931791a8bfecb44031ac11f508c0f19e5c02d" /src: (copy (src .) (dst /src)) 2025-05-22 23:04.59 ---> saved as "081430c8e27fb541ccd669ddbc19493c280145c3ea29db5d485d6a2f80e744a8" /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.07 seconds. OK (cd _build/default/server_test && ./server_test.exe) ................... Ran: 19 tests in: 0.01 seconds. OK 2025-05-22 23:05.03 ---> saved as "c4af5bb6c7333b98b472e7b4bdec99f14db97d77608b6dd035391353d6243095" Job succeeded 2025-05-22 23:05.03: Job succeeded