Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep ptmap.2.0.4; 3adf72ebe3b521edbe8c7a7fcdc31c55
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:42.16: Waiting for worker…
2024-09-12 21:44.02: Got resource from pool OCluster
2024-09-12 21:44.02: Using cache hint "docs-universe-prep-4.10.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
         (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-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 ptmap.2.0.4 ocamlfind.1.9.6 obuild.0.1.11 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ptmap:3adf72ebe3b521edbe8c7a7fcdc31c55,ocamlfind:f1f8f47a6c7e9446a0af10e749ccf04b,obuild:faf7c1612e884e99b16316f7b0a39d82"))
 (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.568253') && (for DATA in prep/universes/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; 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/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; 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 331eeb20ae16ba38632301f86b74764870683dd0 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.10.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 21:44.02: RETRYING: 2024-09-12/083555-voodoo-prep-6fc863 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  70% (22031/31424)
Updating files:  71% (22312/31424)
Updating files:  72% (22626/31424)
Updating files:  73% (22940/31424)
Updating files:  74% (23254/31424)
Updating files:  75% (23568/31424)
Updating files:  76% (23883/31424)
Updating files:  77% (24197/31424)
Updating files:  78% (24511/31424)
Updating files:  79% (24825/31424)
Updating files:  80% (25140/31424)
Updating files:  81% (25454/31424)
Updating files:  82% (25768/31424)
Updating files:  83% (26082/31424)
Updating files:  84% (26397/31424)
Updating files:  85% (26711/31424)
Updating files:  86% (27025/31424)
Updating files:  87% (27339/31424)
Updating files:  88% (27654/31424)
Updating files:  89% (27968/31424)
Updating files:  90% (28282/31424)
Updating files:  91% (28596/31424)
Updating files:  92% (28911/31424)
Updating files:  93% (29225/31424)
Updating files:  94% (29539/31424)
Updating files:  95% (29853/31424)
Updating files:  96% (30168/31424)
Updating files:  97% (30482/31424)
Updating files:  98% (30796/31424)
Updating files:  99% (31110/31424)
Updating files: 100% (31424/31424)
Updating files: 100% (31424/31424), done.
HEAD is now at 331eeb20ae Ensure Windows always uses ocaml-config.3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
2024-09-12 21:36.48 ---> using "6e3c8b6fd084857758083f5820e7f28afb237fd1e09b8e976f84a79865398930" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:36.48 ---> using "d395318a6e60f8d95bbb2ec2fb2c93b4dee14a45415d1337105e29a2a84c8ef2" from cache

/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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (823 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 (7625 kB/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 ... 18733 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+deb12u8) ...
2024-09-12 21:36.48 ---> using "9016d68e4de011271ac60a6980489e669d94cf2b59ada61c314d94a705565722" from cache

/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.16.0 [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.11.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.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [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.16.0] 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.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.11.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.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:36.48 ---> using "8316249d141c56ca08296411c9a4fce3d235956edd36437e9f7b2e79a92b798b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 21:36.48 ---> using "9801758d282ee1995cb9423d7cb9609ea9fbe9135bdd2eb63c7f66bdad5d39d0" from cache
2024-09-12 21:36.48 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.10@sha256:0ba26d20b289e4fe9c09d7886342d0a8bb7ffc18c25449b9a17faa9dd2470267)
2024-09-12 21:36.48 ---> using "6e3c8b6fd084857758083f5820e7f28afb237fd1e09b8e976f84a79865398930" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:36.48 ---> using "d395318a6e60f8d95bbb2ec2fb2c93b4dee14a45415d1337105e29a2a84c8ef2" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:36.48 ---> using "94140973511042aab7aa9cd71b0ff5ddef469c9cd7928d45480e4431c11ac959" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:36.50 ---> using "ff6239e61d7affcabc83d41b27ca47f8b20214f392cf6511029ef53bd69eab0d" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:36.50 ---> using "77390561e7ed5e93d8df3e03c22c9bf40534d6353a8913cfc79b6c007a4ec251" from cache

/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.

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.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 21:36.50 ---> using "a07525744aeebe7ad0131a3efaabdcb8fd47926716685fedc9ff1ef5252331aa" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.10. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.10 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 21:36.50 ---> using "c2d3e4a621775607f8c44f55ffedaed1e287a0bf8e50923a9e9ae444fa389581" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:36.50 ---> using "3ddce90a498f95f09028a20d9ee75793bd22d75a309d7e63f9a488cc995f8d9d" from cache

/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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:37.09 ---> saved as "cfce8ffcf01b9f40185dff1aad569183616c57ebf92e5febc0c18f8d8034f50e"

/home/opam: (env DUNE_CACHE disabled)

/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 ptmap.2.0.4 ocamlfind.1.9.6 obuild.0.1.11 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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (922 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 ptmap.2.0.4 ocamlfind.1.9.6 obuild.0.1.11" 

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 ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install obuild 0.1.11
  - install ptmap  2.0.4
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6: [ptmap.2.0.4: http]
-> retrieved obuild.0.1.11  (cached)
Processing  3/6: [ptmap.2.0.4: http] [obuild: ./bootstrap]
Processing  3/6: [obuild: ./bootstrap]
-> retrieved ptmap.2.0.4  (https://github.com/backtracking/ptmap/archive/v2.0.4.tar.gz)
+ /home/opam/.opam/4.10/.opam-switch/build/obuild.0.1.11/./bootstrap  (CWD=/home/opam/.opam/4.10/.opam-switch/build/obuild.0.1.11)
- 4.10.2
- Using compat403.ml
- COMPILING compat
- COMPILING fugue
- COMPILING filepath
- COMPILING filesystem
- BUILDING library Ext.cmo
- COMPILING types
- COMPILING gconf
- COMPILING filetype
- COMPILING dag
- COMPILING libname
- COMPILING pp
- COMPILING expr
- File "expr.ml", lines 129-131, characters 20-33:
- 129 | ....................match (string_split ':' v ~limit:2) with
- 130 |         [ _ ] -> ("", v)
- 131 |       | [ p1; rest] -> (p1, rest)...
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_::_::_::_|[])
- File "expr.ml", lines 132-134, characters 23-35:
- 132 | .......................match (string_split '-' rest ~limit:2) with
- 133 |         [ _ ] -> (p1, rest, "")
- 134 |       | [ p2 ; p3 ] -> (p1, p2, p3)...
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_::_::_::_|[])
- COMPILING utils
- File "utils.ml", line 70, characters 23-73:
- 70 |            try let _ = List.find (fun n -> Filesystem.exists (n p)) names in true
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- COMPILING modname
- COMPILING taskdep
- COMPILING helper
- COMPILING dagutils
- COMPILING process
- COMPILING findlibConf
- COMPILING scheduler
- COMPILING prog
- COMPILING dependencies
- COMPILING generators
- COMPILING hier
- COMPILING meta
- COMPILING metacache
- COMPILING target
- COMPILING dist
- COMPILING project
- COMPILING analyze
- COMPILING configure
- COMPILING prepare
- File "prepare.ml", line 379, characters 10-113:
- 379 |           (match file_entry with Hier.FileEntry _ -> SimpleModule | Hier.GeneratedFileEntry _ -> GeneratedModule)
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- DirectoryEntry _
- COMPILING buildprogs
- COMPILING build
- COMPILING exception
- BUILDING library Obuild.cmo
- COMPILING sdist
- COMPILING doc
- COMPILING init
- COMPILING help
- COMPILING install
- COMPILING path_generated
- COMPILING main
- LINKING obuild.bootstrap
- Configuring obuild-0.1.11...
- [ 1 of 57] Compiling Ext.Compat                    
- [ 2 of 57] Compiling Ext.Fugue                     
- [ 3 of 57] Intfing Ext.Filepath                  
- [ 4 of 57] Compiling Ext.Filepath                  
- [ 5 of 57] Intfing Ext.Filesystem                
- [ 6 of 57] Compiling Ext.Filesystem                
- File "ext/filesystem.ml", lines 18-21, characters 11-58:
- 18 | ...........match (Unix.lstat fent).Unix.st_kind with
- 19 |            | Unix.S_DIR -> rmdir_recursive (Unix.rmdir) fent
- 20 |            | Unix.S_REG -> Unix.unlink fent
- 21 |            | _          -> raise (UnexpectedFileType fent)
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.file_kind.
- 
- [ 7 of 57] Packing Ext                           
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxa
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxs
- [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cma
- [ 9 of 57] Checking dist/build/lib-obuild.ext
- [10 of 57] Compiling Obuild.Filetype               
- [11 of 57] Compiling Obuild.Gconf                  
- [12 of 57] Compiling Obuild.Pp                     
- [13 of 57] Compiling Obuild.Dag                    
- File "obuild/pp.ml", line 2, characters 0-15:
- 2 | open Ext.Compat
-     ^^^^^^^^^^^^^^^
- Warning 33: unused open Ext.Compat.
- 
- [14 of 57] Compiling Obuild.Expr                   
- [15 of 57] Compiling Obuild.Modname                
- File "obuild/expr.ml", lines 129-131, characters 20-33:
- 129 | ....................match (string_split ':' v ~limit:2) with
- 130 |         [ _ ] -> ("", v)
- 131 |       | [ p1; rest] -> (p1, rest)...
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_::_::_::_|[])
- File "obuild/expr.ml", lines 132-134, characters 23-35:
- 132 | .......................match (string_split '-' rest ~limit:2) with
- 133 |         [ _ ] -> (p1, rest, "")
- 134 |       | [ p2 ; p3 ] -> (p1, p2, p3)...
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_::_::_::_|[])
- File "obuild/expr.ml", lines 216-222, characters 8-9:
- 216 | ........(match r with
- 217 |          | Token.RPAREN :: r -> (Paren e, r)
- 218 |          | Token.OR :: _ | Token.AND :: _ ->
- 219 |            let (e, r) = parse_bin_expr e r in
- 220 |            loop e r
- 221 |          | _ -> raise UnbalancedParenthesis;
- 222 |         )
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 209-231, characters 4-82:
- 209 | ....match l with
- 210 |     | [] -> raise MalformedExpression
- 211 |     | Token.NOT :: r ->
- 212 |       let (e, r) = parse_sub_expr r in ((Not e), r)
- 213 |     | Token.LPAREN :: r ->
- ...
- 228 |     | Token.LT :: Token.VER v :: r -> (Lt v, r)
- 229 |     | Token.LE :: Token.VER v :: r -> (Le v, r)
- 230 |     | Token.NE :: Token.VER v :: r -> (Ne v, r)
- 231 |     | z              -> raise (UnknownExpression (showList "," Token.to_string z))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 233-236, characters 4-36:
- 233 | ....match l with
- 234 |     | Token.OR :: r -> let (e, r) = parse_sub_expr r in ((Or (expr,e)), r)
- 235 |     | Token.AND :: r -> let (e, r) = parse_sub_expr r in ((And (expr,e)), r)
- 236 |     | _ -> raise MalformedExpression
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- File "obuild/expr.ml", lines 268-271, characters 2-73:
- 268 | ..match Token.lexer s with
- 269 |   | []                    -> raise ExpressionEmpty
- 270 |   | Token.ID name :: constraints -> (name, (parse_constraints name constraints))
- 271 |   | x :: _           -> raise (InvalidDependencyName (Token.to_string x))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Token.t.
- 
- [16 of 57] Compiling Obuild.Types                  
- [17 of 57] Compiling Obuild.Taskdep                
- [18 of 57] Compiling Obuild.Libname                
- [19 of 57] Compiling Obuild.Utils                  
- [20 of 57] Compiling Obuild.Dagutils               
- File "obuild/utils.ml", line 70, characters 23-73:
- 70 |            try let _ = List.find (fun n -> Filesystem.exists (n p)) names in true
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- 
- [21 of 57] Compiling Obuild.Helper                 
- [22 of 57] Compiling Obuild.Process                
- File "obuild/process.ml", lines 95-97, characters 2-57:
- 95 | ..match pstat with
- 96 |   | Unix.WEXITED 0 -> Success (Buffer.contents p.out.buf, Buffer.contents p.err.buf, Unix.gettimeofday () -. p.time)
- 97 |   | _              -> Failure (Buffer.contents p.err.buf)
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Unix.process_status.
- 
- [23 of 57] Compiling Obuild.Scheduler              
- [24 of 57] Compiling Obuild.FindlibConf            
- [25 of 57] Compiling Obuild.Prog                   
- [26 of 57] Compiling Obuild.Meta                   
- [27 of 57] Compiling Obuild.Generators             
- File "obuild/generators.ml", line 55, characters 10-101:
- 55 |   let s = match ext with Filetype.FileOther s -> s | _ -> raise (GeneratorNotFound (fp_to_string fp)) in
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- 
- [28 of 57] Compiling Obuild.Dependencies           
- [29 of 57] Compiling Obuild.Hier                   
- File "obuild/meta.ml", lines 129-130, characters 27-67:
- 129 | ...........................match p with Predicate.Neg n -> not (List.mem n constraints)
- 130 |                                       | _ -> List.mem p constraints.......
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", lines 138-139, characters 29-63:
- 138 | .............................match p with Predicate.Neg n -> not (List.mem n preds)
- 139 |                                         | _ -> List.mem p preds...............
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Predicate.t.
- File "obuild/meta.ml", lines 314-318, characters 28-36:
- 314 | ............................function
- 315 |     | COMMA :: ID s :: xs -> let (l, r) = parse_predicate xs in ((Predicate.of_string s) :: l, r)
- 316 |     | COMMA :: MINUS :: ID s :: xs ->
- 317 |       let (l, r) = parse_predicate xs in ((Predicate.Neg (Predicate.of_string s)) :: l, r)
- 318 |     | xs                 -> ([], xs)
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 323-326, characters 48-95:
- 323 | ................................................match xs2 with
- 324 |         | RPAREN :: xs3 ->
- 325 |           ((Predicate.of_string s) :: preds, xs3)
- 326 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 329-332, characters 48-95:
- 329 | ................................................match xs2 with
- 330 |         | RPAREN :: xs3 ->
- 331 |           ((Predicate.Neg (Predicate.of_string s)) :: preds, xs3)
- 332 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 320-334, characters 40-20:
- 320 | ........................................function
- 321 |     | LPAREN :: RPAREN :: xs -> ([], xs)
- 322 |     | LPAREN :: ID s :: xs ->
- 323 |       (let (preds, xs2) = parse_predicate xs in match xs2 with
- 324 |         | RPAREN :: xs3 ->
- ...
- 331 |           ((Predicate.Neg (Predicate.of_string s)) :: preds, xs3)
- 332 |         | _ -> raise (MetaParseError (name, ("expecting ')' after " ^ field ^ "'s predicate")))
- 333 |       )
- 334 |     | xs -> ([], xs)
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 346-353, characters 8-75:
- 346 | ........match xs2 with
- 347 |         | PLUSEQ :: S reqs :: xs3
- 348 |         | EQ :: S reqs :: xs3 ->
- 349 |           let deps = List.map (fun r -> Libname.of_string r)
- 350 |                      $ (List.filter (fun x -> x <> "") $ string_split_pred (fun c -> List.mem c [',';' ']) reqs)
- 351 |           in
- 352 |           parse pkg_name { acc with Pkg.requires = (preds, (List.rev deps)) :: acc.Pkg.requires } xs3
- 353 |         | _ -> raise (MetaParseError (pkg_name, "parsing requires failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 360-364, characters 8-74:
- 360 | ........match xs2 with
- 361 |         | EQ :: S v :: xs3 ->
- 362 |           let nacc = { acc with Pkg.warning = acc.Pkg.warning @ [(preds, v)] } in
- 363 |           parse pkg_name nacc xs3
- 364 |         | _ -> raise (MetaParseError (pkg_name, "parsing warning failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 369-376, characters 8-74:
- 369 | ........match xs2 with
- 370 |         | PLUSEQ :: S v :: xs3 ->
- 371 |           let nacc = { acc with Pkg.append_archives = acc.Pkg.append_archives @ [(preds, v)] } in
- 372 |           parse pkg_name nacc xs3
- 373 |         | EQ :: S v :: xs3 ->
- 374 |           let nacc = { acc with Pkg.archives = acc.Pkg.archives @ [(preds, v)] } in
- 375 |           parse pkg_name nacc xs3
- 376 |         | _ -> raise (MetaParseError (pkg_name, "parsing archive failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 381-388, characters 8-73:
- 381 | ........match xs2 with
- 382 |         | PLUSEQ :: S v :: xs3 ->
- 383 |           let nacc = { acc with Pkg.append_archives = acc.Pkg.append_archives @ [(preds, v)] } in
- 384 |           parse pkg_name nacc xs3
- 385 |         | EQ :: S v :: xs3 ->
- 386 |           let nacc = { acc with Pkg.archives = acc.Pkg.archives @ [(preds, v)] } in
- 387 |           parse pkg_name nacc xs3
- 388 |         | _ -> raise (MetaParseError (pkg_name, "parsing plugin failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 393-396, characters 8-70:
- 393 | ........match xs2 with
- 394 |         | EQ :: S v :: xs3 ->
- 395 |           parse pkg_name { acc with Pkg.ppx = Some (preds, v)} xs3
- 396 |         | _ -> raise (MetaParseError (pkg_name, "parsing ppx failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 400-404, characters 8-73:
- 400 | ........match xs2 with
- 401 |         | PLUSEQ :: S v :: xs3 
- 402 |         | EQ :: S v :: xs3 ->
- 403 |           parse pkg_name { acc with Pkg.ppxopt = acc.Pkg.ppxopt @ [(preds, v)]} xs3
- 404 |         | _ -> raise (MetaParseError (pkg_name, "parsing ppxopt failed"))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 409-412, characters 26-57:
- 409 | ..........................function
- 410 |           | RPAREN::zs -> zs
- 411 |           | _::zs      -> consume zs
- 412 |           | []         -> failwith "eof in error context"
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 414-416, characters 8-61:
- 414 | ........match consume xs with
- 415 |         | EQ :: S _ :: xs2 -> parse pkg_name acc xs2
- 416 |         | _                -> failwith "parsing error failed"
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 420-423, characters 8-74:
- 420 | ........match xs2 with
- 421 |         | EQ :: S s :: xs3 ->
- 422 |           parse pkg_name { acc with Pkg.linkopts = ((if preds = [] then None else Some preds), s) :: acc.Pkg.linkopts } xs3
- 423 |         | _         -> failwith "parsing linkopts failed, expecting equal"
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", lines 336-428, characters 31-97:
- 336 | ...............................function
- 337 |     | []           -> (acc, [])
- 338 |     | RPAREN :: xs -> (acc, xs)
- 339 |     | ID "package" :: S name :: LPAREN :: xs ->
- 340 |       (let (pkg, xs2) = parse pkg_name (Pkg.make name) xs in
- ...
- 425 |     | ID stuff :: EQ :: S stuffVal :: xs ->
- 426 |       parse pkg_name { acc with Pkg.assignment = (stuff, stuffVal) :: acc.Pkg.assignment } xs
- 427 |     | x :: xs -> raise (MetaParseError (pkg_name, ("unknown token '" ^ to_string x ^ "' in meta file\n" ^
- 428 |                                                    (String.concat " " (List.map to_string xs)))))
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type t.
- File "obuild/meta.ml", line 5, characters 0-11:
- 5 | open Helper
-     ^^^^^^^^^^^
- Warning 33: unused open Helper.
- File "obuild/meta.ml", line 6, characters 0-10:
- 6 | open Gconf
-     ^^^^^^^^^^
- Warning 33: unused open Gconf.
- File "obuild/meta.ml", line 136, characters 39-42:
- 136 |   let get_archive_with_filter (_, pkg) dep preds =
-                                              ^^^
- Warning 27: unused variable dep.
- 
- [30 of 57] Compiling Obuild.Metacache              
- File "obuild/metacache.ml", line 1, characters 0-9:
- 1 | open Meta
-     ^^^^^^^^^
- Warning 33: unused open Meta.
- 
- File "obuild/hier.ml", line 4, characters 0-10:
- 4 | open Types
-     ^^^^^^^^^^
- Warning 33: unused open Types.
- 
- [31 of 57] Compiling Obuild.Target                 
- [32 of 57] Compiling Obuild.Project                
- [33 of 57] Compiling Obuild.Dist                   
- [34 of 57] Compiling Obuild.Analyze                
- File "obuild/analyze.ml", lines 80-82, characters 7-18:
- 80 | .......match name with
- 81 |        | Name.Lib lname -> Some lname
- 82 |        | _ -> None.
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/analyze.ml", lines 247-256, characters 15-26:
- 247 | ...............match preds with
- 248 |                | [ Meta.Predicate.Toploop ] -> ()
- 249 |                | _ ->
- 250 |                  List.iter
- 251 |                    (fun reqDep ->
- 252 |                       verbose Debug "  library %s depends on %s\n"
- 253 |                         (Libname.to_string dep) (Libname.to_string reqDep);
- 254 |                       Dag.addEdge (Dependency dep) (Dependency reqDep) depsDag;
- 255 |                       loop reqDep)
- 256 |                    reqDeps.
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Meta.Predicate.t.
- File "obuild/analyze.ml", lines 275-279, characters 9-29:
- 275 | .........match target.target_name with
- 276 |          | Name.Lib l ->
- 277 |            Dag.addNode (Dependency l) depsDag;
- 278 |            Dag.addEdge (Dependency l)
- 279 |          | _ -> fun _ _ -> ()
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- 
- [35 of 57] Compiling Obuild.Configure              
- [36 of 57] Compiling Obuild.Prepare                
- File "obuild/prepare.ml", lines 168-170, characters 8-32:
- 168 | ........match node with
- 169 |         | Dependency dep -> Some dep
- 170 |         | _              -> None
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dependency_tag.
- File "obuild/prepare.ml", lines 218-228, characters 17-15:
- 218 | .................(match Filetype.of_filepath fp with
- 219 |                 | Filetype.FileML  -> Some (Modname.of_filename f)
- 220 |                 | Filetype.FileMLI  ->
- 221 |                   if (Filesystem.exists (srcDir </> ((chop_extension f) <.> "ml"))) then
- 222 |                     None
- ...
- 225 |                 | Filetype.FileOther s -> if Generators.is_generator_ext s then Some (Modname.of_filename f)
- 226 |                   else None
- 227 |                 | _                -> None
- 228 |               )
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/prepare.ml", line 379, characters 10-113:
- 379 |           (match file_entry with Hier.FileEntry _ -> SimpleModule | Hier.GeneratedFileEntry _ -> GeneratedModule)
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- DirectoryEntry _
- File "obuild/prepare.ml", lines 489-493, characters 10-19:
- 489 | ..........match r with
- 490 |           | CompileModule _ | CompileDirectory _->
- 491 |             Dag.addEdge (LinkTarget target) r stepsDag;
- 492 |             Dag.addEdge (CheckTarget target) (LinkTarget target) stepsDag;
- 493 |           | _ -> ()
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type compile_step.
- File "obuild/prepare.ml", lines 552-554, characters 6-18:
- 552 | ......match Hashtbl.find conf.project_dep_data dep with
- 553 |       | Internal -> true
- 554 |       | _ -> false............
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Analyze.dep_type.
- File "obuild/prepare.ml", line 202, characters 9-16:
- 202 |     let (srcPath,srcDir) =
-                ^^^^^^^
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 233, characters 13-20:
- 233 |         let (srcPath, srcFile, intfFile) =
-                    ^^^^^^^
- Warning 27: unused variable srcPath.
- File "obuild/prepare.ml", line 239, characters 37-41:
- 239 |           | Hier.GeneratedFileEntry (path, file, generated) ->
-                                            ^^^^
- Warning 27: unused variable path.
- 
- [37 of 57] Compiling Obuild.Buildprogs             
- File "obuild/buildprogs.ml", lines 69-73, characters 14-73:
- 69 | ..............function
- 70 |     | Filetype.FileML -> ext
- 71 |     | Filetype.FileMLI -> Filetype.FileCMI
- 72 |     | _ -> (* It should not happen *)
- 73 |       if buildMode = ByteCode then Filetype.FileCMO else Filetype.FileCMX
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/buildprogs.ml", line 66, characters 17-23:
- 66 | let runOcamlPack srcDir dstDir annotMode buildMode packOpt dest modules =
-                       ^^^^^^
- Warning 27: unused variable srcDir.
- 
- [38 of 57] Compiling Obuild.Build                  
- File "obuild/build.ml", lines 60-72, characters 45-7:
- 60 | .............................................(
- 61 |         match srcTy with
- 62 |         | Filetype.FileCMX | Filetype.FileCMO ->
- 63 |           let bml = Filetype.replace_extension bdest Filetype.FileML in
- 64 |           let bmli = Filetype.replace_extension bdest Filetype.FileMLI in
- ...
- 69 |           "Library changed " ^ fp_to_string changedSrc
- 70 |         | _ ->
- 71 |           "Dependencies changed " ^ fp_to_string changedSrc
- 72 |       )
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", lines 59-80, characters 4-42:
- 59 | ....match Filetype.of_filename bdest with
- 60 |     | Filetype.FileCMX | Filetype.FileCMO -> (
- 61 |         match srcTy with
- 62 |         | Filetype.FileCMX | Filetype.FileCMO ->
- 63 |           let bml = Filetype.replace_extension bdest Filetype.FileML in
- ...
- 77 |       else if bh = bsrc then ("H file " ^ fn_to_string bsrc ^ " changed")
- 78 |       else ("file changed " ^ fp_to_string changedSrc)
- 79 |     | _ ->
- 80 |       fp_to_string changedSrc ^ " changed"
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Filetype.t.
- File "obuild/build.ml", line 89, characters 6-63:
- 89 |       match (t,o) with (ByteCode,WithProf) -> false | _ -> true) all_modes
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type.
- File "obuild/build.ml", line 89, characters 6-63:
- 89 |       match (t,o) with (ByteCode,WithProf) -> false | _ -> true) all_modes
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", lines 150-155, characters 20-21:
- 150 | ....................match e with
- 151 |           Hier.FileEntry (_, f) ->
- 152 |             if (Filetype.of_filepath f) = Filetype.FileMLI then
- 153 |               Some m
- 154 |             else None
- 155 |           | _ -> None
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Hier.file_entry.
- File "obuild/build.ml", line 340, characters 71-75:
- 340 |     (satisfy_all current_pkg) && (List.for_all satisfy_all current_pkg.subs) in
-                                                                              ^^^^
- Warning 40: subs was selected from type Meta.Pkg.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "obuild/build.ml", line 340, characters 71-75:
- 340 |     (satisfy_all current_pkg) && (List.for_all satisfy_all current_pkg.subs) in
-                                                                              ^^^^
- Warning 42: this use of subs relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "obuild/build.ml", line 339, characters 10-26:
- 339 |   let rec dep_is_satisfied current_pkg =
-                 ^^^^^^^^^^^^^^^^
- Warning 39: unused rec flag.
- File "obuild/build.ml", lines 363-365, characters 22-24:
- 363 | ......................match compileOpt with
- 364 |             | WithProf -> Meta.Predicate.Gprof :: preds
- 365 |             | _ -> preds
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option.
- File "obuild/build.ml", lines 377-385, characters 13-58:
- 377 | .............match target.target_name with
- 378 |     | Name.Lib libname ->
- 379 |       if plugin then
- 380 |         cstate.compilation_builddir_ml Normal </> Libname.to_cmxs compileOpt libname
- 381 |       else
- 382 |         cstate.compilation_builddir_ml Normal </> Libname.to_cmca compiledType compileOpt libname
- 383 |     | _ ->
- 384 |       let outputName = Utils.to_exe_name compileOpt compiledType (Target.get_target_dest_name target) in
- 385 |       cstate.compilation_builddir_ml Normal </> outputName
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Target.Name.t.
- File "obuild/build.ml", lines 498-500, characters 40-51:
- 498 | ........................................match task with
- 499 |        | CompileC _ -> raise (CCompilationFailed er)
- 500 |        | _          -> raise (CompilationFailed er)
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Prepare.compile_step.
- File "obuild/build.ml", line 333, characters 28-34:
- 333 |         List.fold_left (fun in_acc lib ->
-                                   ^^^^^^
- Warning 27: unused variable in_acc.
- 
- [39 of 57] Compiling Obuild.Exception              
- [40 of 57] Packing Obuild                        
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxa
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxs
- [41 of 57] Linking library dist/build/lib-obuild/obuild.cma
- [42 of 57] Checking dist/build/lib-obuild
- [43 of 57] Compiling Assimilate_oasis              
- [44 of 57] Compiling Simple                        
- [45 of 57] Compiling Install                       
- [46 of 57] Compiling Doc                           
- File "src/install.ml", lines 21-24, characters 6-35:
- 21 | ......match Filetype.of_filepath (build_dir </> f) with
- 22 |       | Filetype.FileCMX | Filetype.FileCMI | Filetype.FileA | Filetype.FileCMXS
- 23 |       | Filetype.FileCMXA | Filetype.FileCMA | Filetype.FileCMT | Filetype.FileCMTI -> true
- 24 |       | _                  -> false.
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", lines 27-29, characters 4-31:
- 27 | ....match Filetype.of_filepath (build_dir </> f) with
- 28 |     | Filetype.FileEXE -> true
- 29 |     | _                -> false.
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/install.ml", lines 43-44, characters 31-76:
- 43 | ...............................match target.target_name with
- 44 |           | Name.Lib _ -> print_target_files target list_lib_files | _ -> ()..............
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- File "src/install.ml", lines 47-48, characters 31-76:
- 47 | ...............................match target.target_name with
- 48 |           | Name.Exe _ -> print_target_files target list_exe_files | _ -> ()..............
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Target.Name.t.
- 
- [47 of 57] Compiling Sdist                         
- File "src/doc.ml", line 15, characters 8-16:
- 15 | let run projFile =
-              ^^^^^^^^
- Warning 27: unused variable projFile.
- 
- [48 of 57] Compiling Help                          
- [49 of 57] Compiling Path_generated                
- File "src/sdist.ml", lines 28-30, characters 14-38:
- 28 | ..............match Filetype.of_filepath fpath with
- 29 |               | Filetype.FileML | Filetype.FileMLI -> Filesystem.copy_to_dir fpath dest
- 30 |               | _                -> ()
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", lines 36-38, characters 12-21:
- 36 | ............match Filetype.of_filepath fpath with
- 37 |             | Filetype.FileC | Filetype.FileH -> Filesystem.copy_to_dir fpath dest
- 38 |             | _ -> ()
- Warning 4: this pattern-matching is fragile.
- It will remain exhaustive when constructors are added to type Obuild.Filetype.t.
- File "src/sdist.ml", line 9, characters 17-27:
- 9 | let run projFile isSnapshot =
-                      ^^^^^^^^^^
- Warning 27: unused variable isSnapshot.
- 
- [50 of 57] Compiling Init                          
- [51 of 57] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis
- [52 of 57] Linking executable dist/build/obuild-simple/obuild-simple
- [53 of 57] Compiling Main                          
- [54 of 57] Checking dist/build/obuild-from-oasis
- [55 of 57] Checking dist/build/obuild-simple
- [56 of 57] Linking executable dist/build/obuild/obuild
- [57 of 57] Checking dist/build/obuild
- 
- real	0m3.015s
- user	0m2.401s
- sys	0m1.790s
-> compiled  obuild.0.1.11
-> installed obuild.0.1.11
Processing  5/6: [ptmap: obuild configure]
+ /home/opam/.opam/4.10/bin/obuild "configure" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ptmap.2.0.4)
- Configuring ptmap-1.0...
Processing  5/6: [ptmap: obuild build]
+ /home/opam/.opam/4.10/bin/obuild "build" "lib-ptmap" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ptmap.2.0.4)
- [1 of 4] Intfing Ptmap                         
- [2 of 4] Compiling Ptmap                         
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cmxa
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cmxs
- [3 of 4] Linking library dist/build/lib-ptmap/ptmap.cma
- [4 of 4] Checking dist/build/lib-ptmap
-> compiled  ptmap.2.0.4
Processing  6/6: [ptmap: obuild install]
+ /home/opam/.opam/4.10/bin/obuild "install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ptmap.2.0.4)
- installing library ptmap
-> installed ptmap.2.0.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:38.28 ---> saved as "0081e96e394949f471b9b9b873a42e6d4d5a203938b5cf7452fef6c70b198f0c"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ptmap:3adf72ebe3b521edbe8c7a7fcdc31c55,ocamlfind:f1f8f47a6c7e9446a0af10e749ccf04b,obuild:faf7c1612e884e99b16316f7b0a39d82"))
2024-09-12 21:38.31 ---> saved as "2683227921052e493678c944193599d00080ca32de810ba5a40a7ceb2f2bfd05"

/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.568253') && (for DATA in prep/universes/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; 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/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11,obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82,obuild.0.1.11 prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6,ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b,ocamlfind.1.9.6 prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4,ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55,ptmap.2.0.4; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.568253
prep/universes/faf7c1612e884e99b16316f7b0a39d82/obuild/0.1.11/opam
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/bigarray/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/bigarray/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/bytes/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/bytes/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/compiler-libs/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/compiler-libs/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/dynlink/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/dynlink/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/findlib.ocamlobjinfo
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/findlib_dynload.ocamlobjinfo
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/findlib_top.ocamlobjinfo
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/findlib.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/findlib_config.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_args.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_dynload.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_lint.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_meta.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_metascanner.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_metatoken.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_package_base.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_split.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/fl_topo.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/ocaml_args.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/findlib/topfind.cmi
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/ocamldoc/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/ocamldoc/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/raw_spacetime/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/raw_spacetime/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/stdlib/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/stdlib/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/str/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/str/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/threads/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/threads/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/unix/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/lib/unix/META
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/man/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/man/man5/
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/man/man5/META.5
prep/universes/f1f8f47a6c7e9446a0af10e749ccf04b/ocamlfind/1.9.6/opam
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/ptmap.ocamlobjinfo
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/META
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/ptmap.cmi
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/ptmap.cmt
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/lib/ptmap/ptmap.cmti
prep/universes/3adf72ebe3b521edbe8c7a7fcdc31c55/ptmap/2.0.4/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:obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82:7d0296bea300a89b90ea5ff09cac5f411ed81d5f323c0aec82b45e2c0c9bd895
HASHES:ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b:26fda5d82b8cf7e96b4e78448fb204edf73dc308ec9d1fe2538895aa556a01f3
HASHES:ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55:bef4f3bb7fefb3ccabd5938840f4dea1816a0a364ae024d0d69826d426f62caf
2024-09-12 21:38.32 ---> saved as "0aff2a8e185592e6eee3281d061003ab49b3c446fb8a9a5b4d8c9fa5455ba245"
Job succeeded
2024-09-12 21:48.32: ptmap.2.0.4-3adf72ebe3b521edbe8c7a7fcdc31c55 -> bef4f3bb7fefb3ccabd5938840f4dea1816a0a364ae024d0d69826d426f62caf
2024-09-12 21:48.32: ocamlfind.1.9.6-f1f8f47a6c7e9446a0af10e749ccf04b -> 26fda5d82b8cf7e96b4e78448fb204edf73dc308ec9d1fe2538895aa556a01f3
2024-09-12 21:48.32: obuild.0.1.11-faf7c1612e884e99b16316f7b0a39d82 -> 7d0296bea300a89b90ea5ff09cac5f411ed81d5f323c0aec82b45e2c0c9bd895
2024-09-12 21:48.32: Job succeeded