Build:
  1. 0
2024-11-27 12:22.20: New job: Voodoo prep postgresql.5.1.1; 40a283398f8d9c521061ce8f2f83b957
2024-11-27 12:22.20: Waiting for resource in pool OCluster
2024-11-27 12:23.59: Waiting for worker…
2024-11-27 12:35.58: Got resource from pool OCluster
2024-11-27 12:35.58: 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:b7658d29f24237751074dbf68e893a8a9f5f25ca8d6f25c5897802ba8b8bec0d)
         (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:b7658d29f24237751074dbf68e893a8a9f5f25ca8d6f25c5897802ba8b8bec0d)
 (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.16.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 postgresql.5.1.1 ocamlfind.1.9.6 host-arch-x86_64.1 dune-configurator.3.16.1 dune.3.16.1 csexp.1.5.2 conf-postgresql.2 conf-pkg-config.3 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u postgresql:40a283398f8d9c521061ce8f2f83b957,conf-postgresql:99632b2bb55302e1fa3e2a57571063d0"))
 (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.191625') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; 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/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; 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 4b88362edf0ffc519feac9cea0ae36d4d6a79d2c --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

2024-11-27 12:35.58: RETRYING: 2024-11-27/122220-voodoo-prep-dcf61b Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  48% (16013/32729)
Updating files:  49% (16038/32729)
Updating files:  50% (16365/32729)
Updating files:  51% (16692/32729)
Updating files:  52% (17020/32729)
Updating files:  53% (17347/32729)
Updating files:  54% (17674/32729)
Updating files:  55% (18001/32729)
Updating files:  56% (18329/32729)
Updating files:  57% (18656/32729)
Updating files:  58% (18983/32729)
Updating files:  59% (19311/32729)
Updating files:  60% (19638/32729)
Updating files:  61% (19965/32729)
Updating files:  62% (20292/32729)
Updating files:  63% (20620/32729)
Updating files:  64% (20947/32729)
Updating files:  65% (21274/32729)
Updating files:  66% (21602/32729)
Updating files:  67% (21929/32729)
Updating files:  68% (22256/32729)
Updating files:  69% (22584/32729)
Updating files:  70% (22911/32729)
Updating files:  71% (23238/32729)
Updating files:  72% (23565/32729)
Updating files:  73% (23893/32729)
Updating files:  74% (24220/32729)
Updating files:  75% (24547/32729)
Updating files:  76% (24875/32729)
Updating files:  77% (25202/32729)
Updating files:  78% (25529/32729)
Updating files:  79% (25856/32729)
Updating files:  80% (26184/32729)
Updating files:  81% (26511/32729)
Updating files:  82% (26838/32729)
Updating files:  83% (27166/32729)
Updating files:  84% (27493/32729)
Updating files:  85% (27820/32729)
Updating files:  86% (28147/32729)
Updating files:  87% (28475/32729)
Updating files:  88% (28802/32729)
Updating files:  89% (29129/32729)
Updating files:  89% (29175/32729)
Updating files:  90% (29457/32729)
Updating files:  91% (29784/32729)
Updating files:  92% (30111/32729)
Updating files:  93% (30438/32729)
Updating files:  94% (30766/32729)
Updating files:  95% (31093/32729)
Updating files:  96% (31420/32729)
Updating files:  97% (31748/32729)
Updating files:  98% (32075/32729)
Updating files:  99% (32402/32729)
Updating files: 100% (32729/32729)
Updating files: 100% (32729/32729), done.
HEAD is now at 4b88362edf [new release] postgresql (5.1.1)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b7658d29f24237751074dbf68e893a8a9f5f25ca8d6f25c5897802ba8b8bec0d)
2024-11-27 12:29.54 ---> using "f86eec499291f2b28842cc653752f52086abfc82887c86afc6cc67a44d155f10" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-11-27 12:29.54 ---> using "896b4898478af1fe2dc138d35f7af6ace0b0134923fc9309ca48ec898b41c892" 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-security bookworm-security/main amd64 Packages [205 kB]
Fetched 309 kB in 0s (1257 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 1 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 (17.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) ...
2024-11-27 12:29.54 ---> using "b321db1c785d64776953f4207e63248f48e71ed695c5b0c99cf03960525ad043" 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 ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install dune             3.16.1 [required by voodoo-prep]
  - install topkg            1.0.7  [required by bos]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install re               1.12.0 [required by opam-format]
  - install opam-file-format 2.1.6  [required by opam-format]
  - 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 sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - 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.16.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.16.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
2024-11-27 12:29.54 ---> using "fcbff7c17f094bf995bac21d7061eeec2998b7ba74f99b8f00bfd97c57c9ffbf" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-11-27 12:29.54 ---> using "f9a581046cc35bc4d32bb08eb96548e3e10a07c9102656af4006f56c08fe43e6" from cache
2024-11-27 12:29.54 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b7658d29f24237751074dbf68e893a8a9f5f25ca8d6f25c5897802ba8b8bec0d)
2024-11-27 12:29.54 ---> using "f86eec499291f2b28842cc653752f52086abfc82887c86afc6cc67a44d155f10" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-11-27 12:29.54 ---> using "896b4898478af1fe2dc138d35f7af6ace0b0134923fc9309ca48ec898b41c892" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-11-27 12:29.54 ---> using "eb6a2b8e02517f57c4d1c612d93aab7f9c92f2bea1c09cf0ebbc38a52bf47e24" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-11-27 12:30.05 ---> saved as "8a2adc1c5207c107072d770a13f164efbbc1bab55adb2d81ae6cc8c6266cf9c3"

/home/opam: (copy (src repo) (dst /src/repo))
2024-11-27 12:30.05 ---> saved as "19cce759b446a651e476b4225685a52175c23fc50d14e5edcafbafc9bef8fc67"

/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-11-27 12:31.58 ---> saved as "553feb099621e7285205707d52facb6973dd284f97d66b6f682cfa0dbe57aa76"

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

2024-11-27 12:32.36 ---> saved as "31560e90d10585f9311bd2857575261e22c8e8be092bc6669faba80d2d3454e6"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-11-27 12:32.37 ---> saved as "7a2f4cd8c1465ef74205bbbbba3dba21e9abbe63c756cee664e8b8343b7aac3a"

/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.16.1 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.1
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.1  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-27 12:34.02 ---> saved as "1ed09ab123e36511889d38a91ed1bfa571927f4c6090e305504e4d403e2c9f34"

/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 postgresql.5.1.1 ocamlfind.1.9.6 host-arch-x86_64.1 dune-configurator.3.16.1 dune.3.16.1 csexp.1.5.2 conf-postgresql.2 conf-pkg-config.3 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 [205 kB]
Fetched 309 kB in 1s (531 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
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 postgresql.5.1.1 ocamlfind.1.9.6 host-arch-x86_64.1 dune-configurator.3.16.1 dune.3.16.1 csexp.1.5.2 conf-postgresql.2 conf-pkg-config.3 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
# The following system packages are needed:
libpq-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install csexp             1.5.2
  - install base-bytes        base
  - install conf-pkg-config   3
  - install dune-configurator 3.16.1
  - install conf-postgresql   2
  - install postgresql        5.1.1
===== 6 to install =====

The following system packages will first need to be installed:
    libpq-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libpq-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 .../0-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../1-libpq5_15.10-0+deb12u1_amd64.deb ...
- Unpacking libpq5:amd64 (15.10-0+deb12u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../2-libssl-dev_3.0.15-1~deb12u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.15-1~deb12u1) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../3-libpq-dev_15.10-0+deb12u1_amd64.deb ...
- Unpacking libpq-dev (15.10-0+deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpq5:amd64 (15.10-0+deb12u1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libssl-dev:amd64 (3.0.15-1~deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libpq-dev (15.10-0+deb12u1) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  4/18:
Processing  5/18:
Processing  6/18:
Processing  7/18:
Processing  8/18: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  9/18: [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 10/18: [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved dune-configurator.3.16.1  (cached)
-> retrieved postgresql.5.1.1  (cached)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 10/18: [csexp: dune build]
-> installed conf-pkg-config.3
Processing 11/18: [csexp: dune build]
Processing 12/18: [conf-postgresql: pkg-config libpq] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 12/18: [conf-postgresql: pkg-config libpq]
-> installed csexp.1.5.2
Processing 13/18: [conf-postgresql: pkg-config libpq]
Processing 14/18: [conf-postgresql: pkg-config libpq] [dune-configurator: rm]
-> compiled  conf-postgresql.2
Processing 14/18: [dune-configurator: rm]
-> installed conf-postgresql.2
Processing 15/18: [dune-configurator: rm]
+ /usr/bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.1)
+ /usr/bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.1)
Processing 15/18: [dune-configurator: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.1)
-> compiled  dune-configurator.3.16.1
-> installed dune-configurator.3.16.1
Processing 17/18: [postgresql: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "postgresql" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/postgresql.5.1.1)
-> compiled  postgresql.5.1.1
-> installed postgresql.5.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-27 12:36.07 ---> saved as "66761747c21841b1d7923bc5f2dac30f6ff8811101124a4ac6db9dbb8d364bca"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u postgresql:40a283398f8d9c521061ce8f2f83b957,conf-postgresql:99632b2bb55302e1fa3e2a57571063d0"))
2024-11-27 12:36.08 ---> saved as "a488e74c913ad421b8acdd0e9b8be092581ff37f63aef26951c29774566da0ec"

/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.191625') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; 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/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2,conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0,conf-postgresql.2 prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1,postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957,postgresql.5.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.191625
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-postgresql/2/opam
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/doc/
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/doc/postgresql/
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/doc/postgresql/CHANGES.md
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/doc/postgresql/LICENSE.md
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/doc/postgresql/README.md
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql.ocamlobjinfo
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/META
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/dune-package
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql.cmi
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql.cmt
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql.cmti
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__.cmi
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__.cmt
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__Error_code.cmi
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__Error_code.cmt
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__Error_field.cmi
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/lib/postgresql/postgresql__Error_field.cmt
prep/universes/40a283398f8d9c521061ce8f2f83b957/postgresql/5.1.1/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.
HASHES:conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0:ae706dc1c5b868b9d183af315f1963201bd20fabe4532803e9b761eaba3191a4
HASHES:postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957:7d258763e288b91647021ddb5800810298d95edc83169b09154381ba7599507f
2024-11-27 12:36.10 ---> saved as "2cfb7eebae9a17ccafb9c976cabb80be2145caa43d8c81785fcb214e6f67b15f"
Job succeeded
2024-11-27 12:42.23: postgresql.5.1.1-40a283398f8d9c521061ce8f2f83b957 -> 7d258763e288b91647021ddb5800810298d95edc83169b09154381ba7599507f
2024-11-27 12:42.23: conf-postgresql.2-99632b2bb55302e1fa3e2a57571063d0 -> ae706dc1c5b868b9d183af315f1963201bd20fabe4532803e9b761eaba3191a4
2024-11-27 12:42.23: Job succeeded