Build:
  1. 0
2024-06-06 13:01.26: New job: Voodoo prep bitwuzla-cxx.0.5.0; 91ef3e5590c5d365f750ea9704605b31
2024-06-06 13:01.26: Waiting for resource in pool OCluster
2024-06-06 13:03.21: Waiting for worker…
2024-06-06 13:03.21: Got resource from pool OCluster
2024-06-06 13:03.21: 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:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
         (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:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
 (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.15.3 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 bitwuzla-cxx.0.5.0 zarith.1.13 ocamlfind.1.9.6 host-arch-x86_64.1 dune.3.15.3 conf-gmp.4 conf-git.1.1 conf-gcc.1.0 conf-g++.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u bitwuzla-cxx:91ef3e5590c5d365f750ea9704605b31,conf-g++:e16d2b39b23b640adce512d9ee5ae4fe"))
 (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.708703') && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; 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/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; 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 d21c4db301d2dbb20f62c8e25de75d7496899ef2 --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-06-06 13:03.21: RETRYING: 2024-06-06/130126-voodoo-prep-802936 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at d21c4db301 [new release] bitwuzla-cxx (0.5.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
2024-06-06 12:58.28 ---> saved as "70fd1a5dc793561d9d82d779f28302d853e061b327e9dc35d45ba29b47bb016d"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-06-06 12:58.29 ---> saved as "78453d51ffa026a26ab15495faa395368a64df07a49246a8f4f976777019790e"

/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 [158 kB]
Fetched 262 kB in 0s (970 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 (7626 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 ... 18766 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+deb12u7) ...
2024-06-06 12:58.31 ---> saved as "d59f782d668049bd83f83448983988ba9453eb9c2a709439025ec860fb8594e3"

/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.14.3 [required by bos]
  - install dune             3.15.3 [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 stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.6  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.6  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 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
[cppo.1.6.9] found in cache
[dune.3.15.3] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.15.3
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-06 12:59.19 ---> saved as "36d876558a581f8b56d2a8c00723f33094c903530f92fddd7c5d4e64a37f0353"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-06-06 12:59.19 ---> saved as "b87d1b668f18a44367774482f23dcf74a7111e80dc049e941986bec05b2a48fe"
2024-06-06 12:59.19 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:54c10edd632920fd54b491943cd69a94f9493feb8e6fc24ca922539ef46dce07)
2024-06-06 12:59.19 ---> using "70fd1a5dc793561d9d82d779f28302d853e061b327e9dc35d45ba29b47bb016d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-06-06 12:59.19 ---> using "78453d51ffa026a26ab15495faa395368a64df07a49246a8f4f976777019790e" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-06-06 12:59.20 ---> saved as "71efeee56c8760b40e1bfdbd1ae5d88e4610530a14f90d78f94eac6885a9580d"

/home/opam: (copy (src packages) (dst /src/packages))
2024-06-06 12:59.41 ---> saved as "1f2eda09e1ab498f30919fef4692601ae34058d06674621fe99318232facfb80"

/home/opam: (copy (src repo) (dst /src/repo))
2024-06-06 12:59.42 ---> saved as "733a775c91d5afd7da361f4f7deeb9047d3d0cf5549224a18fb3c22edfb48f10"

/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 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-06-06 13:00.45 ---> saved as "f3b13ca5878abad63fe962c6aa6d3f76548c099ac9b549e020b5b26f84cfe711"

/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-06-06 13:01.02 ---> saved as "42f985287adb237e9b09d41084710ff55c21000527e966a1d6e61ca69363fc40"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-06-06 13:01.03 ---> saved as "c390dc5027ba35ec741c3ddd132a4739826ca3194da5422fb810fc58db2be142"

/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.15.3 ocamlfind.1.9.6"))
The following actions will be performed:
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1*  [upstream or system changes]
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-config          3       [upstream or system changes]
  - recompile ocaml                 5.1.1   [uses ocaml-base-compiler, ocaml-config]
  - install   ocamlfind             1.9.6
  - install   dune                  3.15.3
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 4 to install | 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved dune.3.15.3  (cached)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
-> installed ocamlfind.1.9.6
-> installed dune.3.15.3
Done.

<><> opam-depext.1.2.1-1 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
2024-06-06 13:02.56 ---> saved as "dbee2f786349300e8a71a859d132b42a8cfa7e0010feedf5b3f6f614513e7573"

/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 bitwuzla-cxx.0.5.0 zarith.1.13 ocamlfind.1.9.6 host-arch-x86_64.1 dune.3.15.3 conf-gmp.4 conf-git.1.1 conf-gcc.1.0 conf-g++.1.0 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 [158 kB]
Fetched 262 kB in 0s (1112 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
g++
gcc
git
libgmp-dev
[NOTE] Package dune is already installed (current version is 3.15.3).
[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 conf-gcc     1.0
  - install conf-git     1.1
  - install conf-gmp     4
  - install conf-g++     1.0
  - install zarith       1.13
  - install bitwuzla-cxx 0.5.0
===== 6 to install =====

The following system packages will first need to be installed:
    libgmp-dev

<><> 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" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18766 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/18:
Processing  2/18:
Processing  3/18:
Processing  4/18:
-> retrieved conf-gmp.4  (cached)
Processing  5/18:
Processing  6/18:
Processing  7/18: [conf-g++: g++]
Processing  8/18: [conf-g++: g++] [conf-gcc: gcc]
Processing  9/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git]
Processing 10/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> retrieved bitwuzla-cxx.0.5.0  (cached)
-> retrieved zarith.1.13  (cached)
- g++ (Debian 12.2.0-14) 12.2.0
- Copyright (C) 2022 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-g++.1.0
Processing 10/18: [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> installed conf-g++.1.0
Processing 11/18: [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
- gcc (Debian 12.2.0-14) 12.2.0
- Copyright (C) 2022 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-gcc.1.0
Processing 11/18: [conf-git: git] [conf-gmp: sh]
-> installed conf-gcc.1.0
Processing 12/18: [conf-git: git] [conf-gmp: sh]
- git version 2.39.2
-> compiled  conf-git.1.1
Processing 12/18: [conf-gmp: sh]
-> installed conf-git.1.1
Processing 13/18: [conf-gmp: sh]
+ /usr/bin/sh "-exc" "cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/5.1/.opam-switch/build/conf-gmp.4)
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
-> installed conf-gmp.4
Processing 15/18: [zarith: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/zarith.1.13/./configure  (CWD=/home/opam/.opam/5.1/.opam-switch/build/zarith.1.13)
- binary ocaml: found in /home/opam/.opam/5.1/bin
- binary ocamlc: found in /home/opam/.opam/5.1/bin
- binary ocamldep: found in /home/opam/.opam/5.1/bin
- binary ocamlmklib: found in /home/opam/.opam/5.1/bin
- binary ocamldoc: found in /home/opam/.opam/5.1/bin
- binary ocamlopt: found in /home/opam/.opam/5.1/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.1/bin
- OCaml's word size is 64
- include gmp.h: found
- library gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/5.1/lib/ocaml 
-   libraries:             -lgmp
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/5.1/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 15/18: [zarith: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/5.1/.opam-switch/build/zarith.1.13)
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
- ocamlc -ccopt "-I/home/opam/.opam/5.1/lib/ocaml  -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp 
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 16/18: [zarith: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/zarith.1.13)
- ocamlfind install -destdir "/home/opam/.opam/5.1/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/q.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.1/lib/zarith/z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zarith/META
-> installed zarith.1.13
Processing 17/18: [bitwuzla-cxx: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "bitwuzla-cxx" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-cxx.0.5.0)
- (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0001-api-Add-hook-for-ocaml-z-value.patch
- File include/bitwuzla/cpp/bitwuzla.h is read-only; trying to patch anyway
- patching file include/bitwuzla/cpp/bitwuzla.h
- Hunk #1 succeeded at 767 (offset 51 lines).
- File src/lib/bv/bitvector.h is read-only; trying to patch anyway
- patching file src/lib/bv/bitvector.h
- Hunk #1 succeeded at 291 (offset 13 lines).
-> compiled  bitwuzla-cxx.0.5.0
-> installed bitwuzla-cxx.0.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-06 13:04.21 ---> saved as "2abc568c77f45267e0f13843a1a862e8b37d931a78f023234991ff02463618e3"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u bitwuzla-cxx:91ef3e5590c5d365f750ea9704605b31,conf-g++:e16d2b39b23b640adce512d9ee5ae4fe"))
2024-06-06 13:04.22 ---> saved as "5f303e4403d00e5f6a1e992932f5d796ece92bb559d8311deda68798b6dd8f3d"

/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.708703') && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; 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/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0,conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe,conf-g++.1.0 prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0,bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31,bitwuzla-cxx.0.5.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.708703
prep/universes/e16d2b39b23b640adce512d9ee5ae4fe/conf-g++/1.0/opam
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/doc/
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/doc/bitwuzla-cxx/
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/doc/bitwuzla-cxx/CHANGES.md
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/doc/bitwuzla-cxx/LICENSE.md
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/doc/bitwuzla-cxx/README.md
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx.ocamlobjinfo
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/META
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx.cmti
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Kind.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Kind.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Manager.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Manager.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Options.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Options.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Result.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Result.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__RoundingMode.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__RoundingMode.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Solver.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Solver.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Sort.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Sort.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Term.cmi
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/bitwuzla_cxx__Term.cmt
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/lib/bitwuzla-cxx/dune-package
prep/universes/91ef3e5590c5d365f750ea9704605b31/bitwuzla-cxx/0.5.0/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-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe:d4b346f8b5c0562c2925f991199ed93e299e04a25e3514a778eea751cd3dd995
HASHES:bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31:5040fa977631017c9d7c15e54713d14f63b31079dc7ca3b34e9592ef828c8f07
2024-06-06 13:04.23 ---> saved as "afc3aa3fb6034611a4e279eca35c2784101180140e57fffb006122c1450f8d8c"
Job succeeded
2024-06-06 13:07.59: bitwuzla-cxx.0.5.0-91ef3e5590c5d365f750ea9704605b31 -> 5040fa977631017c9d7c15e54713d14f63b31079dc7ca3b34e9592ef828c8f07
2024-06-06 13:07.59: conf-g++.1.0-e16d2b39b23b640adce512d9ee5ae4fe -> d4b346f8b5c0562c2925f991199ed93e299e04a25e3514a778eea751cd3dd995
2024-06-06 13:07.59: Job succeeded