2024-12-19 05:49.36: New job: test ocaml-doc/voodoo https://github.com/ocaml-doc/voodoo.git#refs/heads/main (dc54397f66abf95c964ea4de0f3a0ff2aec56efe) (macos-x86_64:macos-homebrew-4.14_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-doc/voodoo.git" -b "main" && cd "voodoo" && git reset --hard dc54397f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam ./src/./ RUN opam pin add -yn voodoo-prep.dev './src/./' && \ opam pin add -yn voodoo-lib.dev './src/./' && \ opam pin add -yn voodoo-gen.dev './src/./' && \ opam pin add -yn voodoo-do.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.3.3.1 dune.3.17.1 dune-build-info.3.17.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.4 odoc-parser.2.4.4 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.19 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.7 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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-12-19 05:49.36: Using cache hint "ocaml-doc/voodoo-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-bb80269d71d2ec65e81cc8f81360b6c0" 2024-12-19 05:49.36: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn voodoo-prep.dev './src/./' && \ \nopam pin add -yn voodoo-lib.dev './src/./' && \ \nopam pin add -yn voodoo-gen.dev './src/./' && \ \nopam pin add -yn voodoo-do.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.3.3.1 dune.3.17.1 dune-build-info.3.17.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.4 odoc-parser.2.4.4 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.19 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.7 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.3 yojson.2.2.2") (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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.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-12-19 05:49.36: Waiting for resource in pool OCluster 2024-12-19 08:11.57: Waiting for worker… 2024-12-19 13:44.49: Got resource from pool OCluster Building on i7-worker-03 All commits already cached HEAD is now at dc54397f Upgrade to odoc.2.4.1 (#128) (from macos-homebrew-ocaml-4.14) 2024-12-19 13:50.10 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_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-12-19 13:50.11 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-12-19 13:50.11 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2024-12-19 13:50.11 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..b7e20171d9 master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1 <><> 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 - ocaml-config.3 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-12-19 13:50.12 ---> using "c6479a7581462557b94e2071a044f58772d8a41f39f44d65d47404c2b7bd5b77" from cache /: (copy (src voodoo-prep.opam voodoo-lib.opam voodoo-gen.opam voodoo-do.opam) (dst ./src/./)) 2024-12-19 13:50.14 ---> saved as "34bc6348ecb10e545f52374b46bdc88b42c8369557bcb6e483e72191e678483d" /: (run (network host) (shell "opam pin add -yn voodoo-prep.dev './src/./' && \ \nopam pin add -yn voodoo-lib.dev './src/./' && \ \nopam pin add -yn voodoo-gen.dev './src/./' && \ \nopam pin add -yn voodoo-do.dev './src/./'")) Package voodoo-prep does not exist, create as a NEW package? [y/n] y [voodoo-prep.dev] synchronised (file:///Users/mac1000/src) voodoo-prep is now pinned to file:///Users/mac1000/src (version dev) Package voodoo-lib does not exist, create as a NEW package? [y/n] y [voodoo-lib.dev] synchronised (file:///Users/mac1000/src) voodoo-lib is now pinned to file:///Users/mac1000/src (version dev) Package voodoo-gen does not exist, create as a NEW package? [y/n] y [voodoo-gen.dev] synchronised (file:///Users/mac1000/src) voodoo-gen is now pinned to file:///Users/mac1000/src (version dev) Package voodoo-do does not exist, create as a NEW package? [y/n] y [voodoo-do.dev] synchronised (file:///Users/mac1000/src) voodoo-do is now pinned to file:///Users/mac1000/src (version dev) 2024-12-19 13:50.32 ---> saved as "0f5c14f5c8b90ae8e2dd88ce8a7e94adefe92cd30d4cbf2f240da61c2b9d2aaf" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2024-12-19 13:50.34 ---> saved as "9a7217bf9f61fc4b978bbe6a25012d266fa10e17e65e229f94bff2947d029187" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-autoconf.0.2 conf-jq.1 conf-pandoc.0.1 cppo.1.8.0 crunch.3.3.1 dune.3.17.1 dune-build-info.3.17.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 odoc.2.4.4 odoc-parser.2.4.4 omd.2.0.0~alpha3 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 parsexp.v0.16.0 ptime.1.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdcompat.19 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.0.7 tyxml.4.6.0 uucp.16.0.0 uunf.16.0.0 uutf.1.0.3 yojson.2.2.2") /: (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 voodoo-prep.dev voodoo-lib.dev voodoo-gen.dev voodoo-do.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-do.dev] synchronised (file:///Users/mac1000/src) [voodoo-gen.dev] synchronised (file:///Users/mac1000/src) [voodoo-lib.dev] synchronised (file:///Users/mac1000/src) [voodoo-prep.dev] synchronised (file:///Users/mac1000/src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following system packages will first need to be installed: autoconf jq pandoc <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "autoconf" "jq" "pandoc" - ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.72-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b54b8d75974d006eb6be1db91a6ec040791ac751f25271fcd5a1d78cb361afd--autoconf-2.72-1.bottle_manifest.json - ==> Fetching dependencies for autoconf: m4 - ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json - ==> Fetching m4 - ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:8434a67a4383836b2531a6180e068640c5b482ee6781b673d65712e4fc86ca76 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e3480172f085cbca9764fc4feba3355055e53874ec72be2a2c99baf60fb7210--m4--1.4.19.sonoma.bottle.tar.gz - ==> Fetching autoconf - ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:32c6ff07058a61e7fada66d171fee246502fcd1f5b98b65a1ef5b0acfcfa28c2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6cd33207f7dd1cc32bb751ffc749cd80f5c0261895154b4e1b98fd081075ebb--autoconf--2.72.sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/jq/manifests/1.7.1-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d1382cba30f89ffc26790240df7dc444b078442920626f7580500bc63ad0f414--jq-1.7.1-1.bottle_manifest.json - ==> Fetching dependencies for jq: oniguruma - ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.9 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35140c4d3995b75388bed026ef6d0acbb4d6076047cdcd895bfd996c0c8d6487--oniguruma-6.9.9.bottle_manifest.json - ==> Fetching oniguruma - ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/blobs/sha256:75f2ef5b5593401d265669503cff50cda1fc10dbe2750fc54c87cbe578211b58 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/07c355d4ffdfcb22bf9c561bf5ba24502e7b64e9104eac10967ef8ec68310b3e--oniguruma--6.9.9.sonoma.bottle.tar.gz - ==> Fetching jq - ==> Downloading https://ghcr.io/v2/homebrew/core/jq/blobs/sha256:6bc01de99fd7f091b86880534842132a876f2d3043e3932ea75efc5f51c40aea - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b82b4177f314e88fc5a4088fb5f97e0557219f022b9a684c37ce12a18854864b--jq--1.7.1.sonoma.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/manifests/3.6 - ==> Fetching pandoc - ==> Downloading https://ghcr.io/v2/homebrew/core/pandoc/blobs/sha256:f5eae7f7bff301ff049a027430d306db9604f643f574ec2fa2ed0b6203340fd7 - ==> Installing dependencies for autoconf: m4 - ==> Installing autoconf dependency: m4 - ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json - ==> Pouring m4--1.4.19.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/m4/1.4.19: 14 files, 741.4KB - ==> Installing autoconf - ==> Pouring autoconf--2.72.sonoma.bottle.1.tar.gz - 🍺 /usr/local/Cellar/autoconf/2.72: 72 files, 3.6MB - ==> Running `brew cleanup autoconf`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> Installing dependencies for jq: oniguruma - ==> Installing jq dependency: oniguruma - ==> Downloading https://ghcr.io/v2/homebrew/core/oniguruma/manifests/6.9.9 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/35140c4d3995b75388bed026ef6d0acbb4d6076047cdcd895bfd996c0c8d6487--oniguruma-6.9.9.bottle_manifest.json - ==> Pouring oniguruma--6.9.9.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/oniguruma/6.9.9: 15 files, 1.4MB - ==> Installing jq - ==> Pouring jq--1.7.1.sonoma.bottle.1.tar.gz - 🍺 /usr/local/Cellar/jq/1.7.1: 20 files, 1.3MB - ==> Running `brew cleanup jq`... - ==> Pouring pandoc--3.6.sonoma.bottle.tar.gz - ==> Caveats - Bash completion has been installed to: - /usr/local/etc/bash_completion.d - ==> Summary - 🍺 /usr/local/Cellar/pandoc/3.6: 11 files, 170MB - ==> Running `brew cleanup pandoc`... - Removing: /Users/mac1000/Library/Caches/Homebrew/pandoc_bottle_manifest--3.5... (7.3KB) - Removing: /Users/mac1000/Library/Caches/Homebrew/pandoc--3.5... (32.2MB) - ==> Caveats - ==> pandoc - Bash completion has been installed to: - /usr/local/etc/bash_completion.d 2024-12-19 13:52.06 ---> saved as "4d2b8ef762a0dda0d874639abefda44c5f4288fcd1586846f9cedf3e04db619f" /: (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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 45 packages - install alcotest 1.8.0 - install astring 0.8.5 - install bos 0.2.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-autoconf 0.2 - install conf-jq 1 - install conf-pandoc 0.1 - install cppo 1.8.0 - install crunch 3.3.1 - install dune 3.17.1 - install dune-build-info 3.17.1 - install fmt 0.9.0 - install fpath 0.7.3 - install jsonm 1.0.2 - install logs 0.7.0 - install num 1.5-1 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocamlgraph 2.1.0 - install odoc 2.4.4 - install odoc-parser 2.4.4 - install omd 2.0.0~alpha3 - install opam-core 2.3.0 - install opam-file-format 2.1.6 - install opam-format 2.3.0 - install parsexp v0.16.0 - install ptime 1.2.0 - install re 1.12.0 - install result 1.5 - install rresult 0.7.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install stdcompat 19 - install stdlib-shims 0.3.0 - install swhid_core 0.1 - install topkg 1.0.7 - install tyxml 4.6.0 - install uucp 16.0.0 - install uunf 16.0.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-jq.1 -> retrieved crunch.3.3.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved fmt.0.9.0 (cached) -> installed conf-autoconf.0.2 -> retrieved jsonm.1.0.2 (cached) -> retrieved fpath.0.7.3 (cached) -> installed conf-pandoc.0.1 -> retrieved logs.0.7.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocamlgraph.2.1.0 (cached) -> retrieved omd.2.0.0~alpha3 (cached) -> retrieved opam-core.2.3.0, opam-format.2.3.0 (cached) -> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached) -> retrieved opam-file-format.2.1.6 (cached) -> retrieved dune.3.17.1, dune-build-info.3.17.1 (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uunf.16.0.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved stdcompat.19 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlfind.1.9.6 -> installed cmdliner.1.3.0 -> installed num.1.5-1 -> installed ocamlbuild.0.15.0 -> installed seq.base -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed ptime.1.2.0 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed uunf.16.0.0 -> installed bos.0.2.1 -> installed dune.3.17.1 -> installed crunch.3.3.1 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed dune-build-info.3.17.1 -> installed swhid_core.0.1 -> installed sexplib0.v0.16.0 -> installed opam-file-format.2.1.6 -> installed sha.1.15.4 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed yojson.2.2.2 -> installed odoc-parser.2.4.4 -> installed ocamlgraph.2.1.0 -> installed alcotest.1.8.0 -> installed parsexp.v0.16.0 -> installed tyxml.4.6.0 -> installed sexplib.v0.16.0 -> installed opam-core.2.3.0 -> installed odoc.2.4.4 -> installed stdcompat.19 -> installed opam-format.2.3.0 -> installed uucp.16.0.0 -> installed omd.2.0.0~alpha3 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-19 13:54.12 ---> saved as "5f8722bf5ef47187851c0cbffcb2ded019e94c591e1441a1e076e53948f22b8d" /: (copy (src .) (dst ./src)) 2024-12-19 13:54.13 ---> saved as "c0eeb113e6f6f9e78e23f34d5476cfa3e57320aa8409d014625019c68efbb659" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/unit/serialize && ./main.exe) Testing `voodoo-serialize'. This run has ID `R8EZD5MI'. [OK] String 0 [OK] String 1 xx. [OK] String 2 `. [OK] String 3 . [OK] String 4 . [OK] String 5 ". [OK] Fpath 0 /. [OK] Fpath 1 xx. [OK] Fpath 2 `. [OK] Fpath 3 . [OK] Fpath 4 . [OK] Fpath 5 ". [OK] Fpath 6 //. [OK] Package_info.Kind 0 module. [OK] Package_info.Kind 1 page. [OK] Package_info.Kind 2 leaf-page. [OK] Package_info.Kind 3 module-type. [OK] Package_info.Kind 4 argument-1. [OK] Package_info.Kind 5 class. [OK] Package_info.Kind 6 class-type. [OK] Package_info.Kind 7 file. [OK] Package_info.Module 0 (name:"") (submodules:) (ki... [OK] Package_info.Module 1 (name:"foo") (submodules:(n... [OK] Package_info.Library 0 (name:"") (modules:) (depen... [OK] Package_info.Library 1 (name:"foo") (modules:(name... [OK] Package_info 0 (libraries:). [OK] Package_info 1 (libraries:(name:"") (modul... [OK] Status.Otherdocs 0 (readme:) (license:) (chang... [OK] Status.Otherdocs 1 (readme:/a) (license:/b) (c... [OK] Status 0 (failed:true) (otherdocs:(r... [OK] Status 1 (failed:false) (otherdocs:(... Full test results in `~/src/_build/default/test/unit/serialize/_build/_tests/voodoo-serialize'. Test Successful in 0.008s. 31 tests run. File "test/can-read-library-names.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t _build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t.corrected diff --git a/_build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t b/_build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t.corrected index f1dc991..6fb9ef9 100644 --- a/_build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t +++ b/_build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/can-read-library-names.t.corrected @@ -2,6 +2,8 @@ Install the package $ PKG=can-read-library-names $ opam install packages/$PKG --yes > /dev/null + [WARNING] Failed checks on can-read-library-names package definition from source at file:///Users/mac1000/src/_build/.sandbox/8c0980222a379aa75009b56fabd1a080/default/test/packages/can-read-library-names: + warning 68: Missing field 'license' Generate the can-read-library-names documentation @@ -76,3 +78,4 @@ Converted the README.org file in HTML Uninstall the package $ opam remove $PKG --yes > /dev/null + Another process has locked /Users/mac1000/.opam/4.14.2/.opam-switch/lock, waiting (C-c to abort)... lock acquired. File "test/can-render-org-files.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t _build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t.corrected diff --git a/_build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t b/_build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t.corrected index 1f9ebd3..51a87e0 100644 --- a/_build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t +++ b/_build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/can-render-org-files.t.corrected @@ -2,6 +2,9 @@ Install the package $ PKG=can-render-org-files $ opam install packages/$PKG --yes > /dev/null + Another process has locked /Users/mac1000/.opam/4.14.2/.opam-switch/lock, waiting (C-c to abort)... lock acquired. + [WARNING] Failed checks on can-render-org-files package definition from source at file:///Users/mac1000/src/_build/.sandbox/4ee19045dbff3ec7c534fd6ae05324ff/default/test/packages/can-render-org-files: + warning 68: Missing field 'license' Generate the can-render-org-files documentation @@ -69,3 +72,4 @@ Content of automatically generated Index.mld is fine Uninstall the package $ opam remove $PKG --yes > /dev/null + Another process has locked /Users/mac1000/.opam/4.14.2/.opam-switch/lock, waiting (C-c to abort)... lock acquired. File "test/can-render-tables.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t _build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t.corrected diff --git a/_build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t b/_build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t.corrected index 0fefbb0..2fab0fd 100644 --- a/_build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t +++ b/_build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/can-render-tables.t.corrected @@ -2,11 +2,18 @@ Install the package $ PKG=can-render-tables $ opam install packages/$PKG --yes > /dev/null + Another process has locked /Users/mac1000/.opam/4.14.2/.opam-switch/lock, waiting (C-c to abort)... lock acquired. + [WARNING] Failed checks on can-render-tables package definition from source at file:///Users/mac1000/src/_build/.sandbox/7e884da6fffe6494722cfac7786be11e/default/test/packages/can-render-tables: + warning 68: Missing field 'license' Generate the can-render-tables documentation $ voodoo-prep Warning: No universes have been specified: will generate dummy universes + prep: internal error, uncaught exception: + Failure("Error: run ['cp'\n '/Users/mac1000/.opam/4.14.2/lib/can-read-library-names/wrapped/wrapped__Wrapped_module2.cmt'\n 'prep/universes/7/can-read-library-names/1.0/lib/can-read-library-names/wrapped/wrapped__Wrapped_module2.cmt']: exited with 1") + + [2] $ voodoo-do -p $PKG -b 2> /dev/null @@ -69,3 +76,4 @@ Content of Index.mld is fine Uninstall the package $ opam remove $PKG --yes > /dev/null + Another process has locked /Users/mac1000/.opam/4.14.2/.opam-switch/lock, waiting (C-c to abort)... lock acquired. "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-12-19 13:55.43: Job failed: Failed: Build failed