2024-11-29 14:41.50: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/pull/55/head (31c85ea082a7771ff8f26332a939276ff4a389f8) (macos-x86_64:macos-homebrew-5.2_opam-2.3) Base: macos-homebrew-ocaml-5.2 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 31c85ea0 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.2 # macos-homebrew-5.2_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 xenstore.opam ./src/./ RUN opam pin add -yn xenstore.dev './src/./' ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.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.3 --depext-only -y xenstore.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-11-29 14:41.50: Using cache hint "mirage/ocaml-xenstore-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.3-89c5d1a4e2e08cb956f11a730e47a6fd" 2024-11-29 14:41.50: Using OBuilder spec: ((from macos-homebrew-ocaml-5.2) (comment macos-homebrew-5.2_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src xenstore.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn xenstore.dev './src/./'")) (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y xenstore.dev $DEPS")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-11-29 14:41.50: Waiting for resource in pool OCluster 2024-11-30 04:44.46: Waiting for worker… 2024-11-30 06:38.45: Got resource from pool OCluster Building on i7-worker-03 All commits already cached HEAD is now at 31c85ea fixup! client_unix: Add Directory_part support (from macos-homebrew-ocaml-5.2) 2024-11-30 06:38.46 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache /: (comment macos-homebrew-5.2_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2024-11-30 06:38.46 ---> using "0dc20c01dcf9a0b5e61b28633401c2b272e9a81a4b51eb94968d876cf02072b1" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2024-11-30 06:38.46 ---> using "7ce6e177b12e24db72f980204e6809b30510654dee0daa79fd13bd75833aad21" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.2.1 2.3.0 2024-11-30 06:38.46 ---> using "1a65967ac73e91b58159f313398697410a2a267cec35a0c262c62bd1320e149d" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..1b58d8c4dd master -> origin/master 1b58d8c4dd Merge pull request #26975 from maiste/release-dune-3.17.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 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) 2024-11-30 06:38.47 ---> using "3e9a9fdcb47ceb045b3f76c80f04e0e1b162cff4b3b08942d00982d782401789" from cache /: (copy (src xenstore.opam) (dst ./src/./)) 2024-11-30 06:38.47 ---> using "c949641515678a4849a8bbff0b5199d3a2d431e17d1d41aac5a8d2bfb127cf13" from cache /: (run (network host) (shell "opam pin add -yn xenstore.dev './src/./'")) [xenstore.dev] synchronised (file:///Users/mac1000/src) xenstore is now pinned to file:///Users/mac1000/src (version dev) 2024-11-30 06:38.47 ---> using "83542051f4427b503e5abeef91bb21b9ee7e8c6fa6aca75bad31f2d83a2c6b20" from cache /: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y xenstore.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [xenstore.dev] synchronised (no changes) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-11-30 06:38.47 ---> using "228aacad0eb5f31453139097ae500b731446a2d26b62dc9cb453461a41599e7d" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base). [NOTE] Package base-domains 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.17.0 - install dune-configurator 3.17.0 - 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 csexp.1.5.2 (cached) -> retrieved cppo.1.7.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved dune.3.17.0, dune-configurator.3.17.0 (cached) -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed dune.3.17.0 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.7.0 -> installed ounit2.2.2.7 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.0 -> installed lwt.5.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-11-30 06:38.48 ---> using "d23f8cd2481be645cc48f2ab10c79c9f8fe3699f5dd8a0c14a43f299e8820083" from cache /: (copy (src .) (dst ./src)) 2024-11-30 06:38.49 ---> saved as "7caf0e411dd971085f482570f770814b4da2a994378ed0bf453b85e5103736e9" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/core_test && ./xs_test.exe) ............................................................................................. Ran: 93 tests in: 0.04 seconds. OK (cd _build/default/server_test && ./server_test.exe) ................... Ran: 19 tests in: 0.01 seconds. OK 2024-11-30 06:38.53 ---> saved as "5b5752b890aa799bf233d71e43d1f746f57801daebf6d323a8e6687c658cc1ce" Job succeeded 2024-11-30 06:38.59: Job succeeded