Build:
- 0
2025-01-08 21:26.36: New job: Voodoo prep ocp-index.1.3.7; 1d0bd26ae7740580893002259d297b28 2025-01-08 21:26.36: Waiting for resource in pool OCluster 2025-01-08 21:27.54: Waiting for worker… 2025-01-08 21:33.47: Got resource from pool OCluster 2025-01-08 21:33.47: Using cache hint "docs-universe-prep-5.1.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-5.1@sha256:1ab30d55cccd75857fac0e7331c454eb4004905143bf44e0d6aa293cdc1cefe7) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-5.1@sha256:1ab30d55cccd75857fac0e7331c454eb4004905143bf44e0d6aa293cdc1cefe7) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.17.1 ocamlfind.1.9.6")) (env DUNE_CACHE enabled) (env DUNE_CACHE_TRANSPORT direct) (env DUNE_CACHE_DUPLICATION copy) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy ocp-index.1.3.7 seq.base re.1.12.0 ocp-indent.1.8.1 ocamlfind.1.9.6 dune.3.17.1 cppo.1.8.0 cmdliner.1.3.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u ocp-index:1d0bd26ae7740580893002259d297b28,ocp-indent:13970a4270ee12105bcd6d0330d255df,cppo:9d46a3c41aace3cc4fb10e18fb617523")) (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.208571') && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) ) END-OF-SPEC ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 12b7664927b1535b68d4927bac7a5addf07bbc53 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2025-01-08 21:33.47: RETRYING: 2025-01-08/212636-voodoo-prep-5f96bd Number of retries: 0 (retriable error condition) Building on x86-bm-c5.sw.ocaml.org All commits already cached Updating files: 44% (12983/28882) Updating files: 45% (12997/28882) Updating files: 46% (13286/28882) Updating files: 47% (13575/28882) Updating files: 48% (13864/28882) Updating files: 49% (14153/28882) Updating files: 50% (14441/28882) Updating files: 51% (14730/28882) Updating files: 52% (15019/28882) Updating files: 53% (15308/28882) Updating files: 54% (15597/28882) Updating files: 55% (15886/28882) Updating files: 56% (16174/28882) Updating files: 57% (16463/28882) Updating files: 58% (16752/28882) Updating files: 59% (17041/28882) Updating files: 60% (17330/28882) Updating files: 61% (17619/28882) Updating files: 62% (17907/28882) Updating files: 63% (18196/28882) Updating files: 64% (18485/28882) Updating files: 65% (18774/28882) Updating files: 66% (19063/28882) Updating files: 67% (19351/28882) Updating files: 68% (19640/28882) Updating files: 69% (19929/28882) Updating files: 70% (20218/28882) Updating files: 71% (20507/28882) Updating files: 72% (20796/28882) Updating files: 73% (21084/28882) Updating files: 74% (21373/28882) Updating files: 75% (21662/28882) Updating files: 76% (21951/28882) Updating files: 77% (22240/28882) Updating files: 78% (22528/28882) Updating files: 79% (22817/28882) Updating files: 80% (23106/28882) Updating files: 81% (23395/28882) Updating files: 82% (23684/28882) Updating files: 83% (23973/28882) Updating files: 84% (24261/28882) Updating files: 85% (24550/28882) Updating files: 86% (24839/28882) Updating files: 87% (25128/28882) Updating files: 88% (25417/28882) Updating files: 89% (25705/28882) Updating files: 89% (25774/28882) Updating files: 90% (25994/28882) Updating files: 91% (26283/28882) Updating files: 92% (26572/28882) Updating files: 93% (26861/28882) Updating files: 94% (27150/28882) Updating files: 95% (27438/28882) Updating files: 96% (27727/28882) Updating files: 97% (28016/28882) Updating files: 98% (28305/28882) Updating files: 99% (28594/28882) Updating files: 100% (28882/28882) Updating files: 100% (28882/28882), done. HEAD is now at 12b7664927 2 packages from OCamlPro/ocp-index at 1.3.7 (build "tools" …) (from ocaml/opam:debian-12-ocaml-5.1@sha256:1ab30d55cccd75857fac0e7331c454eb4004905143bf44e0d6aa293cdc1cefe7) 2025-01-08 21:29.44 ---> saved as "3bab21897dbabc2f4fdb30e894416a1caeddea2256630f5d631acb4d3baeb63f" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2025-01-08 21:29.45 ---> saved as "0f788f3a2af86567bbc1663720a28b9a455057c0eccb1cccc7fc7a1e6fdff42b" /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) 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-security bookworm-security/main amd64 Packages [240 kB] Fetched 343 kB in 0s (1191 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpkgconf3 pkgconf pkgconf-bin Suggested packages: m4-doc The following NEW packages will be installed: libpkgconf3 m4 pkg-config pkgconf pkgconf-bin 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 392 kB of archives. After this operation, 969 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 392 kB in 0s (16.7 MB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18776 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-01-08 21:29.48 ---> saved as "1642e4509eca4ee7a8298c5a1cdd0488e83f97390928927cf0a6e289ada9019d" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.15.0 [required by bos] - install dune 3.17.1 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [required by opam-core] - install rresult 0.7.0 [required by bos] - install fmt 0.9.0 [required by bos] - install astring 0.8.5 [required by bos] - install jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.3.0 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.3.0 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.17.1] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.3.0] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.3.0] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> 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 bos.0.2.1 -> installed dune.3.17.1 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.3.0 -> installed opam-format.2.3.0 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2025-01-08 21:30.56 ---> saved as "e569b83206f699e5a7779cbd0b1ad5f4750c466187cbd6228943310d608778f2" /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2025-01-08 21:30.56 ---> saved as "1606308d3e263e568d1df76b1080270ba9c4bf933432f03273dd3f52c12ec21f" 2025-01-08 21:30.56 --> finished "tools" (from ocaml/opam:debian-12-ocaml-5.1@sha256:1ab30d55cccd75857fac0e7331c454eb4004905143bf44e0d6aa293cdc1cefe7) 2025-01-08 21:30.56 ---> using "3bab21897dbabc2f4fdb30e894416a1caeddea2256630f5d631acb4d3baeb63f" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2025-01-08 21:30.56 ---> using "0f788f3a2af86567bbc1663720a28b9a455057c0eccb1cccc7fc7a1e6fdff42b" from cache /home/opam: (run (shell "sudo mkdir /src")) 2025-01-08 21:30.56 ---> saved as "7d1f0d0e10b7079cbb7f450ee5a0ecea2e8b9b7abb49b60bcd86c04f5e3b7fe0" /home/opam: (copy (src packages) (dst /src/packages)) 2025-01-08 21:31.04 ---> saved as "75c11b77cd9edfa5842fe9b28da5374c47987cd732c29678b88487a3483f1298" /home/opam: (copy (src repo) (dst /src/repo)) 2025-01-08 21:31.05 ---> saved as "4896c5d5fdeae3aeae22bd99ae138e2b8c07404fb469da7225b6c7b847194ea8" /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && 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. Continue? [Y/n] y This development 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-08 21:32.52 ---> saved as "578c7a6f46781d42e64de62d5e9d09d949ce081d64dbd7ee1005c2704763e3ab" /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 5.1 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2025-01-08 21:33.17 ---> saved as "3aea8b7a88f81e5de74d47707f7d29ae33e9c78d8ab64c565278c579ae4ded60" /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2025-01-08 21:33.17 ---> saved as "646fa1aa9b2f1153729d93143a00a162a845b746be55f71852d06ef4d8d04d75" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.17.1 ocamlfind.1.9.6")) The following actions will be performed: - install dune 3.17.1 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.17.1 (cached) -> installed ocamlfind.1.9.6 -> installed dune.3.17.1 Done. # Run eval $(opam env) to update the current shell environment 2025-01-08 21:34.09 ---> saved as "0832058267d73e64ce1248fd73a8b803180eca30d6e4567eac90a385d1baafb3" /home/opam: (env DUNE_CACHE enabled) /home/opam: (env DUNE_CACHE_TRANSPORT direct) /home/opam: (env DUNE_CACHE_DUPLICATION copy) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy ocp-index.1.3.7 seq.base re.1.12.0 ocp-indent.1.8.1 ocamlfind.1.9.6 dune.3.17.1 cppo.1.8.0 cmdliner.1.3.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 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-security bookworm-security/main amd64 Packages [240 kB] Fetched 343 kB in 0s (965 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y The following actions will be performed: - recompile opam-depext 1.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # Run eval $(opam env) to update the current shell environment <><> Carrying on to "opam depext -viy ocp-index.1.3.7 seq.base re.1.12.0 ocp-indent.1.8.1 ocamlfind.1.9.6 dune.3.17.1 cppo.1.8.0 cmdliner.1.3.0 base-bytes.base" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. [NOTE] Package dune is already installed (current version is 3.17.1). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install cppo 1.8.0 - install cmdliner 1.3.0 - install seq base - install base-bytes base - install re 1.12.0 - install ocp-indent 1.8.1 - install ocp-index 1.3.7 ===== 7 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/21: Processing 3/21: Processing 4/21: Processing 5/21: -> installed base-bytes.base Processing 6/21: -> retrieved cmdliner.1.3.0 (cached) Processing 7/21: Processing 8/21: [cmdliner: make all] -> retrieved cppo.1.8.0 (cached) Processing 9/21: [cmdliner: make all] Processing 10/21: [cmdliner: make all] [cppo: dune build] -> retrieved ocp-indent.1.8.1 (cached) -> retrieved seq.base (cached) Processing 11/21: [cmdliner: make all] [cppo: dune build] Processing 12/21: [cmdliner: make all] [cppo: dune build] -> installed seq.base Processing 13/21: [cmdliner: make all] [cppo: dune build] -> retrieved ocp-index.1.3.7 (cached) -> retrieved re.1.12.0 (cached) Processing 14/21: [cmdliner: make all] [cppo: dune build] [re: dune build] -> compiled cppo.1.8.0 Processing 14/21: [cmdliner: make all] [re: dune build] -> installed cppo.1.8.0 Processing 15/21: [cmdliner: make all] [re: dune build] -> compiled re.1.12.0 Processing 15/21: [cmdliner: make all] -> installed re.1.12.0 Processing 16/21: [cmdliner: make all] + /usr/bin/make "all" "PREFIX=/home/opam/.opam/5.1" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cmdliner.1.3.0) - ocaml build.ml cma - ocaml build.ml cmxa - ocaml build.ml cmxs -> compiled cmdliner.1.3.0 Processing 17/21: [cmdliner: make install] + /usr/bin/make "install" "LIBDIR=/home/opam/.opam/5.1/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.1/doc/cmdliner" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cmdliner.1.3.0) - install -d "/home/opam/.opam/5.1/lib/cmdliner" - install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner" - install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam" - install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner" - install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \ - "/home/opam/.opam/5.1/lib/cmdliner" - install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner" Processing 17/21: [cmdliner: make install-doc] + /usr/bin/make "install-doc" "LIBDIR=/home/opam/.opam/5.1/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.1/doc/cmdliner" (CWD=/home/opam/.opam/5.1/.opam-switch/build/cmdliner.1.3.0) - install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages" - install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner" - install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \ - doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages" -> installed cmdliner.1.3.0 Processing 18/21: [ocp-indent: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "ocp-indent" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocp-indent.1.8.1) - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/.indentMain.eobjs/byte -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_utils.objs/byte -no-alias-deps -o src/.indentMain.eobjs/byte/indentArgs.cmi -c -intf src/indentArgs.mli) - File "src/indentArgs.mli", line 36, characters 10-28: - 36 | val info: Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I /home/opam/.opam/5.1/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_utils.objs/byte -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentConfig.cmo -c -impl src/indentConfig.ml) - File "src/indentConfig.ml", line 141, characters 12-27: - 141 | | Failure "int_of_string" -> - ^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 144, characters 12-28: - 144 | | Failure "bool_of_string" -> - ^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 150, characters 12-36: - 150 | | Failure "threechoices_of_string" -> - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 157, characters 12-33: - 157 | | Failure "intoption_of_string" -> - ^^^^^^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/.indentMain.eobjs/byte -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_utils.objs/byte -no-alias-deps -o src/.indentMain.eobjs/byte/indentMain.cmo -c -impl src/indentMain.ml) - File "src/indentMain.ml", line 96, characters 4-8: - 96 | pure (fun (args,files) -> List.iter (indent_file args) files) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentMain.ml", line 102, characters 8-26: - 102 | match Cmdliner.Term.eval main with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/.ocp_indent_lib.objs/byte -I /home/opam/.opam/5.1/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_utils.objs/byte -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/byte/indentBlock.cmo -c -impl src/indentBlock.ml) - File "src/indentBlock.ml", lines 1684-1686, characters 4-13: - 1684 | ....{kind=KExpr i}::p, - 1685 | ({token=EOF} :: tok :: _ - 1686 | | tok::_) - Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under guard; - variable tok appears in different places in different or-pattern alternatives. - Only the first match will be used to evaluate the guard expression. - (see manual section 13.5.4) - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I /home/opam/.opam/5.1/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentConfig.cmx -c -impl src/indentConfig.ml) - File "src/indentConfig.ml", line 141, characters 12-27: - 141 | | Failure "int_of_string" -> - ^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 144, characters 12-28: - 144 | | Failure "bool_of_string" -> - ^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 150, characters 12-36: - 150 | | Failure "threechoices_of_string" -> - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - - File "src/indentConfig.ml", line 157, characters 12-33: - 157 | | Failure "intoption_of_string" -> - ^^^^^^^^^^^^^^^^^^^^^ - Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of - this constructor's arguments. They are only for information - and may change in future versions. (see manual section 13.5.3) - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I /home/opam/.opam/5.1/lib/bytes -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.ocp_indent_lib.objs/native/indentBlock.cmx -c -impl src/indentBlock.ml) - File "src/indentBlock.ml", lines 1684-1686, characters 4-13: - 1684 | ....{kind=KExpr i}::p, - 1685 | ({token=EOF} :: tok :: _ - 1686 | | tok::_) - Warning 57 [ambiguous-var-in-pattern-guard]: Ambiguous or-pattern variables under guard; - variable tok appears in different places in different or-pattern alternatives. - Only the first match will be used to evaluate the guard expression. - (see manual section 13.5.4) - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.indentMain.eobjs/byte -I src/.indentMain.eobjs/native -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_dynlink.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.indentMain.eobjs/native/indentArgs.cmx -c -impl src/indentArgs.ml) - File "src/indentArgs.ml", line 115, characters 10-14: - 115 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentArgs.ml", line 122, characters 10-14: - 122 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentArgs.ml", line 129, characters 10-14: - 129 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentArgs.ml", line 137, characters 10-14: - 137 | Term.(pure f $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentArgs.ml", line 191, characters 10-14: - 191 | Term.(pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentArgs.ml", line 240, characters 2-11: - 240 | Term.info "ocp-indent" ~version:IndentVersion.version ~doc ~man - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -9 -g -I src/.indentMain.eobjs/byte -I src/.indentMain.eobjs/native -I /home/opam/.opam/5.1/lib/bytes -I /home/opam/.opam/5.1/lib/cmdliner -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/unix -I src/.ocp_indent_dynlink.objs/byte -I src/.ocp_indent_dynlink.objs/native -I src/.ocp_indent_lexer.objs/byte -I src/.ocp_indent_lexer.objs/native -I src/.ocp_indent_lib.objs/byte -I src/.ocp_indent_lib.objs/native -I src/.ocp_indent_utils.objs/byte -I src/.ocp_indent_utils.objs/native -intf-suffix .ml -no-alias-deps -o src/.indentMain.eobjs/native/indentMain.cmx -c -impl src/indentMain.ml) - File "src/indentMain.ml", line 96, characters 4-8: - 96 | pure (fun (args,files) -> List.iter (indent_file args) files) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - - File "src/indentMain.ml", line 102, characters 8-26: - 102 | match Cmdliner.Term.eval main with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. -> compiled ocp-indent.1.8.1 -> installed ocp-indent.1.8.1 Processing 20/21: [ocp-index: dune build] + /home/opam/.opam/5.1/bin/dune "build" "-p" "ocp-index" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocp-index.1.3.7) -> compiled ocp-index.1.3.7 -> installed ocp-index.1.3.7 Done. <><> ocp-index.1.3.7 installed successfully <><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Either install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/5.1/share/emacs/site-lisp") (require 'ocp-index) * for Vim, add the following line to ~/.vimrc: set rtp+=/home/opam/.opam/5.1/share/ocp-index/vim <><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/5.1/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.1/share/ocp-indent/vim" # Run eval $(opam env) to update the current shell environment 2025-01-08 21:36.29 ---> saved as "001272ff73246d9d87021ce0e4e89fc3acef234d3e24a7a657265748c1815c3f" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocp-index:1d0bd26ae7740580893002259d297b28,ocp-indent:13970a4270ee12105bcd6d0330d255df,cppo:9d46a3c41aace3cc4fb10e18fb617523")) 2025-01-08 21:36.32 ---> saved as "390ce9db3e8937f572c1d1e7bbd71f291037978948524152d12f52e17c54ce5c" /home/opam: (run (network host) (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config))) (shell "(echo '0.208571') && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/* && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0,cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523,cppo.1.8.0 prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1,ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df,ocp-indent.1.8.1 prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7,ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28,ocp-index.1.3.7; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.208571 prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/doc/ prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/doc/cppo/ prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/doc/cppo/LICENSE.md prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/doc/cppo/README.md prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/lib/ prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/lib/cppo/ prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/lib/cppo/META prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/lib/cppo/dune-package prep/universes/9d46a3c41aace3cc4fb10e18fb617523/cppo/1.8.0/opam prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/doc/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/doc/ocp-indent/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/doc/ocp-indent/CHANGELOG prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/doc/ocp-indent/LICENSE prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/doc/ocp-indent/README.md prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/META prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dune-package prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dynlink/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dynlink/ocp_indent_dynlink.ocamlobjinfo prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dynlink/indentLoader.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dynlink/indentLoader.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/dynlink/indentLoader.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/ocp_indent_lexer.ocamlobjinfo prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/approx_lexer.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/approx_lexer.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/approx_tokens.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/approx_tokens.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/indentExtend.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/indentExtend.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lexer/indentExtend.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/ocp_indent_lib.ocamlobjinfo prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentBlock.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentBlock.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentBlock.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentConfig.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentConfig.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentConfig.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentPrinter.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentPrinter.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/lib/indentPrinter.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/ prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/ocp_indent_utils.ocamlobjinfo prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/compat.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/compat.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/nstream.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/nstream.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/nstream.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/pos.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/pos.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/pos.cmti prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/util.cmi prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/lib/ocp-indent/utils/util.cmt prep/universes/13970a4270ee12105bcd6d0330d255df/ocp-indent/1.8.1/opam prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/doc/ prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/doc/ocp-index/ prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/doc/ocp-index/CHANGES.md prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/doc/ocp-index/LICENSE prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/doc/ocp-index/README.md prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/ prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/META prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/dune-package prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/ prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexLib.ocamlobjinfo prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/dunextract.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/dunextract.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/dunextract.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexBuild.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexBuild.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexBuild.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexMisc.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexMisc.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexMisc.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexOut.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexOut.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexOut.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexPredefined.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexPredefined.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexPredefined.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexScope.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexScope.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexScope.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexTrie.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexTrie.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexTrie.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexTypes.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/indexTypes.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/libIndex.cmi prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/libIndex.cmt prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/lib/ocp-index/lib/libIndex.cmti prep/universes/1d0bd26ae7740580893002259d297b28/ocp-index/1.3.7/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523:d275f7b56ecaba7d894231bdd89d4ea9fd1da1ccef0b1bd1e339c8144cb08691 HASHES:ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df:365dec6459d32d49423070f88ad901169230af7635a0f0f5092924c43c71fde5 HASHES:ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28:b97514a8ce5ab05314001d1d5170219476e94debe12431172bb448d7fa3f74be 2025-01-08 21:36.35 ---> saved as "eee7d1a8084688e379770660784f2a09f462b4b2aa12d01eaf7fb39b2ca031ff" Job succeeded 2025-01-08 21:42.14: ocp-index.1.3.7-1d0bd26ae7740580893002259d297b28 -> b97514a8ce5ab05314001d1d5170219476e94debe12431172bb448d7fa3f74be 2025-01-08 21:42.14: ocp-indent.1.8.1-13970a4270ee12105bcd6d0330d255df -> 365dec6459d32d49423070f88ad901169230af7635a0f0f5092924c43c71fde5 2025-01-08 21:42.14: cppo.1.8.0-9d46a3c41aace3cc4fb10e18fb617523 -> d275f7b56ecaba7d894231bdd89d4ea9fd1da1ccef0b1bd1e339c8144cb08691 2025-01-08 21:42.14: Job succeeded