Build:
  1. 0
2024-01-29 15:17.04: New job: Voodoo prep bitwuzla-bin.1.0.0; 7cfb3f7e508f679d96153b88a3306332
2024-01-29 15:17.04: Connecting to build cluster…
2024-01-29 15:17.04: Waiting for resource in pool OCluster
2024-01-29 15:22.05: Waiting for worker…
2024-01-29 15:22.48: Got resource from pool OCluster
2024-01-29 15:22.48: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (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:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (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/))
 (comment "no build system")
 (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 bitwuzla-bin.1.0.0 conf-gmp.4 conf-git.1.1 conf-gcc.1.0 conf-g++.1.0 conf-cmake.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u bitwuzla-bin:7cfb3f7e508f679d96153b88a3306332,conf-git:d41d8cd98f00b204e9800998ecf8427e,conf-g++:d41d8cd98f00b204e9800998ecf8427e,conf-cmake:d41d8cd98f00b204e9800998ecf8427e"))
 (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.462925') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.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/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.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 6c6b9002fe4d4d8cc8a33112090bee94b8c89b36 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 15:22.48: RETRYING: 2024-01-29/151704-voodoo-prep-3e1a5b Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  87% (28598/32511)
Updating files:  88% (28610/32511)
Updating files:  89% (28935/32511)
Updating files:  90% (29260/32511)
Updating files:  91% (29586/32511)
Updating files:  92% (29911/32511)
Updating files:  93% (30236/32511)
Updating files:  94% (30561/32511)
Updating files:  95% (30886/32511)
Updating files:  96% (31211/32511)
Updating files:  97% (31536/32511)
Updating files:  98% (31861/32511)
Updating files:  99% (32186/32511)
Updating files: 100% (32511/32511)
Updating files: 100% (32511/32511), done.
HEAD is now at 6c6b9002fe conf-gmp: Add support for distributions derived from fedora

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:18.02 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:18.02 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (640 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 (4025 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 ... 18774 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+deb12u3) ...
2024-01-29 15:18.02 ---> using "7ddcb640c38cfbc1e37c67af4fc903b97d27a9281eec29c6dab72128dc188154" 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.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install dune             3.13.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - 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.5  [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.5  [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.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] 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.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] 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.2.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.13.0
-> 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.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:18.02 ---> using "8bf85a2e14befffb455249f80f79ced81ee6f25f73d7d1afa334e830fff7f7c9" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 15:18.02 ---> using "c2623afe5b7018242824d3c5839aed49285ce388a16e4a5db95145b8b3b27a8b" from cache
2024-01-29 15:18.02 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:18.02 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:18.02 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 15:18.02 ---> using "83b634d60d015b5a14f94e478741eac47a8ab8180316937577ef8602f960fc56" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:19.20 ---> saved as "0ca471561b75b5739971ecc93f73940356673db958b562d82a0e6ca58d6007a2"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:19.21 ---> saved as "33ce131e760488210629daf93456599258cbb9f6825a4376c69f3bf143bc121e"

/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-01-29 15:20.12 ---> saved as "b1423cf4c9d8e15db1c3210dfb978f168f33e89f296663a9e17913490d549161"

/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-01-29 15:20.27 ---> saved as "b793bbb18d3bd4fc952cf63c47e4d8aa3ef5fa48c762a8c2d2b089cf8a08342d"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:20.29 ---> saved as "e2a401d5761e5586ec38961b5141d36e3e897452a2c9482e7ffd6376bf92e860"

/home/opam: (comment "no build system")

/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 bitwuzla-bin.1.0.0 conf-gmp.4 conf-git.1.1 conf-gcc.1.0 conf-g++.1.0 conf-cmake.1 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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (804 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.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
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

<><> Carrying on to "opam depext -viy bitwuzla-bin.1.0.0 conf-gmp.4 conf-git.1.1 conf-gcc.1.0 conf-g++.1.0 conf-cmake.1" 

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:
cmake
g++
gcc
git
libgmp-dev
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 conf-cmake   1
  - install bitwuzla-bin 1.0.0
===== 6 to install =====

The following system packages will first need to be installed:
    cmake 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" "cmake" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libicu72: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 ... 18774 files and directories currently installed.)
- Preparing to unpack .../0-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../2-libarchive13_3.6.2-1_amd64.deb ...
- Unpacking libarchive13:amd64 (3.6.2-1) ...
- Selecting previously unselected package libjsoncpp25:amd64.
- Preparing to unpack .../3-libjsoncpp25_1.9.5-4_amd64.deb ...
- Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../4-librhash0_1.4.3-3_amd64.deb ...
- Unpacking librhash0:amd64 (1.4.3-3) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../5-libuv1_1.44.2-1_amd64.deb ...
- Unpacking libuv1:amd64 (1.44.2-1) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
- Unpacking cmake-data (3.25.1-1) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../7-cmake_3.25.1-1_amd64.deb ...
- Unpacking cmake (3.25.1-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../8-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 .../9-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libuv1:amd64 (1.44.2-1) ...
- Setting up libjsoncpp25:amd64 (1.9.5-4) ...
- Setting up librhash0:amd64 (1.4.3-3) ...
- Setting up cmake-data (3.25.1-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libarchive13:amd64 (3.6.2-1) ...
- Setting up cmake (3.25.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/18:
Processing  2/18:
Processing  3/18:
Processing  4/18:
Processing  5/18:
Processing  6/18:
Processing  7/18: [conf-cmake: sh configure.sh]
Processing  8/18: [conf-cmake: sh configure.sh] [conf-g++: g++]
Processing  9/18: [conf-cmake: sh configure.sh] [conf-g++: g++] [conf-gcc: gcc]
Processing 10/18: [conf-cmake: sh configure.sh] [conf-g++: g++] [conf-gcc: gcc] [conf-git: git]
Processing 11/18: [conf-cmake: sh configure.sh] [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> retrieved bitwuzla-bin.1.0.0  (cached)
- + command -v cmake3
- + command -v cmake
- /usr/bin/cmake
- + cmake_cmd=cmake
- + echo cmd: "cmake"
-> compiled  conf-cmake.1
Processing 11/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> installed conf-cmake.1
Processing 12/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
- 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 12/18: [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> installed conf-g++.1.0
Processing 13/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 13/18: [conf-git: git] [conf-gmp: sh]
-> installed conf-gcc.1.0
Processing 14/18: [conf-git: git] [conf-gmp: sh]
- git version 2.39.2
-> compiled  conf-git.1.1
Processing 14/18: [conf-gmp: sh]
-> installed conf-git.1.1
Processing 15/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 17/18: [bitwuzla-bin: sh]
+ /usr/bin/sh "-c" "cd vendor/cadical && ./configure -fPIC" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- configure: making default 'build' directory
- configure: building in default '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/build'
- configure: root directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical'
- configure: source directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/src'
- configure: compiler supports all required C99/C++11 extensions
- configure: unlocked IO with '{putc,getc}_unlocked' seems to work
- configure: compiling with 'g++ -Wall -Wextra -O3 -DNDEBUG -fPIC'
- configure: generated 'build/makefile' from '../makefile.in'
- configure: generated '../makefile' as proxy to ...
- configure: ... '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/build/makefile'
- configure: linking '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/makefile'
- configure: now run 'make' to compile CaDiCaL
- configure: optionally run 'make test'
Processing 17/18: [bitwuzla-bin: make 255]
+ /usr/bin/make "-j" "255" "-C" "vendor/cadical/build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/build'
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/analyze.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/arena.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/assume.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/averages.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/backtrack.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/backward.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/bins.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/block.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ccadical.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/checker.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/clause.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/collect.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/compact.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/condition.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/config.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/contract.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/cover.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/decide.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/decompose.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/deduplicate.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/elim.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ema.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/extend.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/external.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/file.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/flags.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/format.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/gates.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/instantiate.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/internal.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ipasir.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/limit.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/logging.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/lookahead.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/lucky.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/message.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/minimize.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/occs.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/options.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/parse.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/phases.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/probe.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/profile.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/proof.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/propagate.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/queue.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/random.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/reap.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/reduce.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/rephase.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/report.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/resources.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/restart.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/restore.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/score.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/shrink.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/signal.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/solution.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/solver.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/stats.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/subsume.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/terminal.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ternary.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/tracer.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/transred.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/util.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/var.cpp
- ../scripts/make-build-header.sh > build.hpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/vivify.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/walk.cpp
- make-build-header.sh: warning: could not determine 'IDENTIFIER' (git id)
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/watch.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/cadical.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/mobical.cpp
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/version.cpp
- ../src/solver.cpp: In destructor 'CaDiCaL::Solver::~Solver()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:346:3: note: in expansion of macro 'TRACE'
-   346 |   TRACE ("reset");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::vars()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:394:3: note: in expansion of macro 'TRACE'
-   394 |   TRACE ("vars");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::reserve(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:402:3: note: in expansion of macro 'TRACE'
-   402 |   TRACE ("reserve", min_max_var);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'bool CaDiCaL::Solver::set(const char*, int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:449:3: note: in expansion of macro 'TRACE'
-   449 |   TRACE ("set", arg, val);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'bool CaDiCaL::Solver::limit(const char*, int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:489:3: note: in expansion of macro 'TRACE'
-   489 |   TRACE ("limit", arg, val);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::add(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:524:3: note: in expansion of macro 'TRACE'
-   524 |   TRACE ("add", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::assume(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:535:3: note: in expansion of macro 'TRACE'
-   535 |   TRACE ("assume", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::lookahead()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:547:3: note: in expansion of macro 'TRACE'
-   547 |   TRACE ("lookahead");
-       |   ^~~~~
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:544:3: note: in expansion of macro 'TRACE'
-   544 |   TRACE ("lookahead");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::reset_assumptions()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:564:3: note: in expansion of macro 'TRACE'
-   564 |   TRACE ("reset_assumptions");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::solve()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:605:3: note: in expansion of macro 'TRACE'
-   605 |   TRACE ("solve");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::simplify(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:613:3: note: in expansion of macro 'TRACE'
-   613 |   TRACE ("simplify", rounds);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'bool CaDiCaL::Solver::failed(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:637:3: note: in expansion of macro 'TRACE'
-   637 |   TRACE ("failed", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::phase(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:657:3: note: in expansion of macro 'TRACE'
-   657 |   TRACE ("phase", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::unphase(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:665:3: note: in expansion of macro 'TRACE'
-   665 |   TRACE ("unphase", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::active() const':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:740:3: note: in expansion of macro 'TRACE'
-   740 |   TRACE ("active");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::redundant() const':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:748:3: note: in expansion of macro 'TRACE'
-   748 |   TRACE ("redundant");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::irredundant() const':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:756:3: note: in expansion of macro 'TRACE'
-   756 |   TRACE ("irredundant");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::freeze(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:766:3: note: in expansion of macro 'TRACE'
-   766 |   TRACE ("freeze", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::statistics()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:911:3: note: in expansion of macro 'TRACE'
-   911 |   TRACE ("stats");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::resources()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:919:3: note: in expansion of macro 'TRACE'
-   919 |   TRACE ("resources");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::dump_cnf()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:1023:3: note: in expansion of macro 'TRACE'
-  1023 |   TRACE ("dump");
-       |   ^~~~~
- ../src/solver.cpp: In constructor 'CaDiCaL::Solver::Solver()':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:335:3: note: in expansion of macro 'TRACE'
-   335 |   TRACE ("init");
-       |   ^~~~~
- ../src/solver.cpp: In member function 'void CaDiCaL::Solver::melt(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:774:3: note: in expansion of macro 'TRACE'
-   774 |   TRACE ("melt", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'bool CaDiCaL::Solver::frozen(int) const':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:784:3: note: in expansion of macro 'TRACE'
-   784 |   TRACE ("frozen", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::fixed(int) const':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:648:3: note: in expansion of macro 'TRACE'
-   648 |   TRACE ("fixed", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'int CaDiCaL::Solver::val(int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:626:3: note: in expansion of macro 'TRACE'
-   626 |   TRACE ("val", lit);
-       |   ^~~~~
- ../src/solver.cpp: In member function 'CaDiCaL::Solver::CubesWithStatus CaDiCaL::Solver::generate_cubes(int, int)':
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:555:3: note: in expansion of macro 'TRACE'
-   555 |   TRACE ("lookahead_cubes");
-       |   ^~~~~
- ../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
-   259 |   if ((this == 0)) break; \
-       |   ^~
- ../src/solver.cpp:552:3: note: in expansion of macro 'TRACE'
-   552 |   TRACE ("lookahead_cubes");
-       |   ^~~~~
- In file included from ../src/lookahead.cpp:1:
- In constructor 'CaDiCaL::CubesWithStatus::CubesWithStatus(CaDiCaL::CubesWithStatus&&)',
-     inlined from 'CaDiCaL::CubesWithStatus CaDiCaL::Internal::generate_cubes(int, int)' at ../src/lookahead.cpp:394:12:
- ../src/internal.hpp:100:8: warning: 'cubes.CaDiCaL::CubesWithStatus::status' may be used uninitialized [-Wmaybe-uninitialized]
-   100 | struct CubesWithStatus {
-       |        ^~~~~~~~~~~~~~~
- ../src/lookahead.cpp: In member function 'CaDiCaL::CubesWithStatus CaDiCaL::Internal::generate_cubes(int, int)':
- ../src/lookahead.cpp:392:21: note: 'cubes' declared here
-   392 |     CubesWithStatus cubes;
-       |                     ^~~~~
- ar rc libcadical.a analyze.o arena.o assume.o averages.o backtrack.o backward.o bins.o block.o ccadical.o checker.o clause.o collect.o compact.o condition.o config.o contract.o cover.o decide.o decompose.o deduplicate.o elim.o ema.o extend.o external.o file.o flags.o format.o gates.o instantiate.o internal.o ipasir.o limit.o logging.o lookahead.o lucky.o message.o minimize.o occs.o options.o parse.o phases.o probe.o profile.o proof.o propagate.o queue.o random.o reap.o reduce.o rephase.o report.o resources.o restart.o restore.o score.o shrink.o signal.o solution.o solver.o stats.o subsume.o terminal.o ternary.o tracer.o transred.o util.o var.o version.o vivify.o walk.o watch.o
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -o cadical cadical.o -L. -lcadical
- g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -o mobical mobical.o -L. -lcadical
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/build'
Processing 17/18: [bitwuzla-bin: sh]
+ /usr/bin/sh "-c" "cd vendor/btor2tools && ./configure.sh" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- -- The C compiler identification is GNU 12.2.0
- -- The CXX compiler identification is GNU 12.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Performing Test HAVE_FLAG_W
- -- Performing Test HAVE_FLAG_W - Success
- -- Configuring with C flag '-W'
- -- Configuring with CXX flag '-W'
- -- Performing Test HAVE_FLAG_Wall
- -- Performing Test HAVE_FLAG_Wall - Success
- -- Configuring with C flag '-Wall'
- -- Configuring with CXX flag '-Wall'
- -- Performing Test HAVE_FLAG_Wextra
- -- Performing Test HAVE_FLAG_Wextra - Success
- -- Configuring with C flag '-Wextra'
- -- Configuring with CXX flag '-Wextra'
- -- Performing Test HAVE_FLAG_Wredundant_decls
- -- Performing Test HAVE_FLAG_Wredundant_decls - Success
- -- Configuring with C flag '-Wredundant-decls'
- -- Configuring with CXX flag '-Wredundant-decls'
- -- Performing Test HAVE_FLAG_std_gnu99
- -- Performing Test HAVE_FLAG_std_gnu99 - Success
- -- Configuring with C flag '-std=gnu99'
- -- Configuring with CXX flag '-std=gnu++11'
- -- Performing Test HAVE_FLAG_O3
- -- Performing Test HAVE_FLAG_O3 - Success
- -- Configuring with C flag '-O3'
- -- Configuring with CXX flag '-O3'
- -- Performing Test HAVE_FLAG_DNDEBUG
- -- Performing Test HAVE_FLAG_DNDEBUG - Success
- -- Configuring with C flag '-DNDEBUG'
- -- Configuring with CXX flag '-DNDEBUG'
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build
Processing 17/18: [bitwuzla-bin: make 255]
+ /usr/bin/make "-j" "255" "-C" "vendor/btor2tools/build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [  7%] Building C object src/CMakeFiles/btor2parser.dir/btor2parser/btor2parser.c.o
- [ 14%] Building CXX object src/CMakeFiles/btorsplit.dir/btorsplit.cpp.o
- [ 21%] Linking C shared library ../lib/libbtor2parser.so
- [ 28%] Linking CXX executable ../bin/btorsplit
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [ 28%] Built target btor2parser
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [ 35%] Building CXX object src/CMakeFiles/btorsim.dir/btorsim/btorsimam.cpp.o
- [ 42%] Building CXX object src/CMakeFiles/btorsim.dir/btorsim/btorsimstate.cpp.o
- [ 50%] Building C object src/CMakeFiles/btorsim.dir/btorsim/btorsimrng.c.o
- [ 57%] Building CXX object src/CMakeFiles/btorsim.dir/btorsim/btorsimhelpers.cpp.o
- [ 64%] Building CXX object src/CMakeFiles/btorsim.dir/btorsim/btorsim.cpp.o
- [ 71%] Building CXX object src/CMakeFiles/btorsim.dir/btorsim/btorsimvcd.cpp.o
- [ 78%] Building C object src/CMakeFiles/btorsim.dir/btorsim/btorsimbv.c.o
- [ 85%] Building C object src/CMakeFiles/catbtor.dir/catbtor.c.o
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [ 85%] Built target btorsplit
- [ 92%] Linking C executable ../bin/catbtor
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [ 92%] Built target catbtor
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/src/btorsim/btorsim.cpp: In function 'void setup_states()':
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/src/btorsim/btorsim.cpp:1876:13: warning: unused variable 'state' [-Wunused-variable]
-  1876 |   for (auto state : states)
-       |             ^~~~~
- [100%] Linking CXX executable ../bin/btorsim
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- [100%] Built target btorsim
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build'
Processing 17/18: [bitwuzla-bin: sh]
+ /usr/bin/sh "-c" "patch -p1 --directory vendor/symfpu < vendor/bitwuzla/contrib/symfpu_20201114.patch" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- patching file core/add.h
- Hunk #1 succeeded at 402 (offset 6 lines).
- Hunk #2 succeeded at 529 (offset 6 lines).
- Hunk #3 succeeded at 547 (offset 6 lines).
- patching file core/convert.h
- Hunk #1 succeeded at 100 (offset 6 lines).
- Hunk #2 succeeded at 180 (offset 6 lines).
- Hunk #3 succeeded at 224 (offset 6 lines).
- patching file core/divide.h
- Hunk #1 succeeded at 111 (offset 6 lines).
- Hunk #2 succeeded at 122 (offset 6 lines).
- patching file core/multiply.h
- Hunk #1 succeeded at 103 (offset 6 lines).
- patching file core/operations.h
- Hunk #1 succeeded at 30 (offset 6 lines).
- patching file core/packing.h
- Hunk #1 succeeded at 108 (offset 6 lines).
- Hunk #2 succeeded at 137 (offset 6 lines).
- patching file core/rounder.h
- Hunk #1 succeeded at 387 (offset 6 lines).
- Hunk #2 succeeded at 582 (offset 6 lines).
- patching file core/sqrt.h
- Hunk #1 succeeded at 97 (offset 6 lines).
- patching file core/unpackedFloat.h
- Hunk #1 succeeded at 108 (offset 6 lines).
- Hunk #2 succeeded at 172 (offset 6 lines).
- Hunk #3 succeeded at 182 (offset 6 lines).
- Hunk #4 succeeded at 444 (offset 6 lines).
+ /usr/bin/sh "-c" "export LDFLAGS='-Wl,-rpath=$ORIGIN/../lib' && cd vendor/bitwuzla && ./configure.sh --no-testing --shared --only-cadical --path .. --path ../cadical/src --path ../cadical/build --path ../btor2tools/src/btor2parser --path ../btor2tools/build/lib --prefix /home/opam/.opam/5.1" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- -- The C compiler identification is GNU 12.2.0
- -- The CXX compiler identification is GNU 12.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- LIB directory is '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build/lib'
- -- BIN directory is '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build/bin'
- -- Performing Test HAVE_FLAG_std_gnu99
- -- Performing Test HAVE_FLAG_std_gnu99 - Success
- -- Configuring with C flag '-std=gnu99'
- -- Configuring with CXX flag '-std=gnu++11'
- -- Performing Test HAVE_FLAG_W
- -- Performing Test HAVE_FLAG_W - Success
- -- Configuring with C flag '-W'
- -- Configuring with CXX flag '-W'
- -- Performing Test HAVE_FLAG_Wall
- -- Performing Test HAVE_FLAG_Wall - Success
- -- Configuring with C flag '-Wall'
- -- Configuring with CXX flag '-Wall'
- -- Performing Test HAVE_FLAG_Wextra
- -- Performing Test HAVE_FLAG_Wextra - Success
- -- Configuring with C flag '-Wextra'
- -- Configuring with CXX flag '-Wextra'
- -- Performing Test HAVE_FLAG_Wredundant_decls
- -- Performing Test HAVE_FLAG_Wredundant_decls - Success
- -- Configuring with C flag '-Wredundant-decls'
- -- Configuring with CXX flag '-Wredundant-decls'
- -- No build type set, options are: Debug;Production
- -- Building Production build
- -- Performing Test HAVE_FLAG_O3
- -- Performing Test HAVE_FLAG_O3 - Success
- -- Configuring with C flag '-O3'
- -- Configuring with CXX flag '-O3'
- -- Performing Test HAVE_SIGNALS
- -- Performing Test HAVE_SIGNALS - Success
- -- Performing Test HAVE_TIME_UTILS
- -- Performing Test HAVE_TIME_UTILS - Success
- -- Performing Test HAVE_NO_EXPORT_DYNAMIC
- -- Performing Test HAVE_NO_EXPORT_DYNAMIC - Success
- -- Found Btor2Tools: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/src/btor2parser  
- -- Found Btor2Tools library: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/btor2tools/build/lib/libbtor2parser.so
- -- Found GMP: /usr/include/x86_64-linux-gnu  
- -- Found GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.so
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE  
- -- Found SymFPU: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor  
- -- Found CaDiCaL: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/src  
- -- Found CaDiCaL library: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/cadical/build/libcadical.a
- -- Found Git: /usr/bin/git (found version "2.39.2") 
- -- Build type: Production
- -- Shared build: yes
- -- ASAN support: no
- -- UBSAN support: no
- -- Assertions enabled: no
- -- Testing: no
- -- gcov support: no
- -- gprof support: no
- -- Logging support: no
- -- Python bindings: no
- -- Time statistics: no
- -- Build API documentation: no
- -- CaDiCaL: yes
- -- CryptoMiniSat: no
- -- Lingeling: no
- -- MiniSat: no
- -- PicoSAT: no
- -- Kissat: no
- -- SymFPU: yes
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build
Processing 17/18: [bitwuzla-bin: make 255]
+ /usr/bin/make "-j" "255" "-C" "vendor/bitwuzla/build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [  1%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabeta.c.o
- [  3%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabv.c.o
- [  3%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaaig.c.o
- [  4%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaaigvec.c.o
- [  5%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaass.c.o
- [  6%] Building C object src/CMakeFiles/bitwuzla.dir/aigprop.c.o
- [  8%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabvprop.c.o
- [ 11%] Building C object src/CMakeFiles/bitwuzla.dir/bzladcr.c.o
- [ 10%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkclone.c.o
- [ 11%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaconsutils.c.o
- [ 12%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabvdomain.c.o
- [ 13%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkfailed.c.o
- [ 15%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaexp.c.o
- [ 16%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaclone.c.o
- [ 17%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaessutils.c.o
- [ 18%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkmodel.c.o
- [ 19%] Building C object src/CMakeFiles/bitwuzla.dir/bzlainvutils.c.o
- [ 20%] Building C object src/CMakeFiles/bitwuzla.dir/bzlalsutils.c.o
- [ 23%] Building C object src/CMakeFiles/bitwuzla.dir/bzlacore.c.o
- [ 23%] Building C object src/CMakeFiles/bitwuzla.dir/bzlamodel.c.o
- [ 24%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaproputils.c.o
- [ 25%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarm.c.o
- [ 27%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaopt.c.o
- [ 27%] Building C object src/CMakeFiles/bitwuzla.dir/bzladbg.c.o
- [ 29%] Building C object src/CMakeFiles/bitwuzla.dir/bzlanode.c.o
- [ 30%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaprintmodel.c.o
- [ 31%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaparse.c.o
- [ 33%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarewrite.c.o
- [ 33%] Building C object src/CMakeFiles/bitwuzla.dir/bzlamsg.c.o
- [ 34%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasat.c.o
- [ 37%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslsutils.c.o
- [ 37%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarwcache.c.o
- [ 38%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvfun.c.o
- [ 39%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvaigprop.c.o
- [ 40%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvsls.c.o
- [ 41%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvquant.c.o
- [ 43%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasort.c.o
- [ 44%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvprop.c.o
- [ 45%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasubst.c.o
- [ 46%] Building CXX object src/CMakeFiles/bitwuzla.dir/bzlafp.cpp.o
- [ 47%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasynth.c.o
- [ 48%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpaig.c.o
- [ 51%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlabtor.c.o
- [ 51%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlabtor2.c.o
- [ 53%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpbtor.c.o
- [ 53%] Building C object src/CMakeFiles/bitwuzla.dir/api/c/bitwuzla.c.o
- [ 54%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlasmt2.c.o
- [ 55%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimites.c.o
- [ 56%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpsmt.c.o
- [ 58%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlader.c.o
- [ 59%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimapplies.c.o
- [ 61%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaembed.c.o
- [ 61%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaextract.c.o
- [ 62%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimslices.c.o
- [ 63%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaack.c.o
- [ 65%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlamerge.c.o
- [ 66%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaminiscope.c.o
- [ 67%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlanormadd.c.o
- [ 68%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlapputils.c.o
- [ 69%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlanormquant.c.o
- [ 70%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlapreprocess.c.o
- [ 72%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaskolemize.c.o
- [ 73%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaskel.c.o
- [ 74%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlacadical.c.o
- [ 75%] Building CXX object src/CMakeFiles/bitwuzla.dir/sat/bzlacms.cpp.o
- [ 77%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlavarsubst.c.o
- [ 77%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaunconstrained.c.o
- [ 79%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlalgl.c.o
- [ 80%] Building CXX object src/CMakeFiles/bitwuzla.dir/sat/bzlaminisat.cpp.o
- [ 81%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlapicosat.c.o
- [ 82%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlakissat.c.o
- [ 83%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlahashint.c.o
- [ 86%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlarng.c.o
- [ 86%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlahashptr.c.o
- [ 87%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlamem.c.o
- [ 88%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlanodeiter.c.o
- [ 90%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaabort.c.o
- [ 90%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlanodemap.c.o
- [ 91%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaoptparse.c.o
- [ 93%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlapartgen.c.o
- [ 94%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaunionfind.c.o
- [ 95%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlautil.c.o
- In file included from /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/src/bzlafp.cpp:35:
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/symfpu/core/convert.h: In instantiation of 'symfpu::significandRounderResult<t> symfpu::convertFloatToBV(const typename t::fpt&, const typename t::rm&, const unpackedFloat<t>&, const typename t::bwt&, const typename t::bwt&) [with t = BzlaFPSymTraits; typename t::fpt = BzlaFPSortInfo; typename t::rm = BzlaFPSymRM; typename t::bwt = unsigned int]':
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/symfpu/core/convert.h:481:56:   required from 'typename t::sbv symfpu::convertFloatToSBV(const typename t::fpt&, const typename t::rm&, const unpackedFloat<t>&, const typename t::bwt&, const typename t::sbv&, const typename t::bwt&) [with t = BzlaFPSymTraits; typename t::sbv = BzlaFPSymBV<true>; typename t::fpt = BzlaFPSortInfo; typename t::rm = BzlaFPSymRM; typename t::bwt = unsigned int]'
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/src/bzlafp.cpp:2582:71:   required from here
- /home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/symfpu/core/convert.h:253:73: warning: unused parameter 'format' [-Wunused-parameter]
-   253 |    significandRounderResult<t> convertFloatToBV (const typename t::fpt &format,
-       |                                                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- [ 96%] Linking CXX shared library ../lib/libbitwuzla.so
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [ 96%] Built target bitwuzla
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [ 97%] Building C object src/CMakeFiles/bitwuzla-bin.dir/bzlamain.c.o
- [ 98%] Building C object src/CMakeFiles/bitwuzla-bin.dir/bitwuzlamain.c.o
- [100%] Linking C executable ../bin/bitwuzla
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [100%] Built target bitwuzla-bin
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
-> compiled  bitwuzla-bin.1.0.0
Processing 18/18: [bitwuzla-bin: install]
+ /usr/bin/install "vendor/btor2tools/build/lib/libbtor2parser.so" "/home/opam/.opam/5.1/lib" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
Processing 18/18: [bitwuzla-bin: make install]
+ /usr/bin/make "install" "-j" "255" "-C" "vendor/bitwuzla/build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [ 96%] Built target bitwuzla
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- [100%] Built target bitwuzla-bin
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
- Install the project...
- -- Install configuration: "Production"
- -- Installing: /home/opam/.opam/5.1/lib/cmake/Bitwuzla/BitwuzlaConfig.cmake
- -- Installing: /home/opam/.opam/5.1/lib/cmake/Bitwuzla/BitwuzlaConfigVersion.cmake
- -- Installing: /home/opam/.opam/5.1/lib/libbitwuzla.so
- -- Set runtime path of "/home/opam/.opam/5.1/lib/libbitwuzla.so" to ""
- -- Installing: /home/opam/.opam/5.1/lib/cmake/Bitwuzla/BitwuzlaTargets.cmake
- -- Installing: /home/opam/.opam/5.1/lib/cmake/Bitwuzla/BitwuzlaTargets-production.cmake
- -- Installing: /home/opam/.opam/5.1/include/bitwuzla/bitwuzla.h
- -- Installing: /home/opam/.opam/5.1/bin/bitwuzla
- -- Set runtime path of "/home/opam/.opam/5.1/bin/bitwuzla" to ""
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/bitwuzla-bin.1.0.0/vendor/bitwuzla/build'
-> installed bitwuzla-bin.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:21.50 ---> saved as "88027666e5306c837fb64783d8a63f4d6cf30a7f3de1777016d2437244bf2da0"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u bitwuzla-bin:7cfb3f7e508f679d96153b88a3306332,conf-git:d41d8cd98f00b204e9800998ecf8427e,conf-g++:d41d8cd98f00b204e9800998ecf8427e,conf-cmake:d41d8cd98f00b204e9800998ecf8427e"))
2024-01-29 15:21.51 ---> saved as "219acbce9032c28baf307579a85c4d17a6cc6339ce7c27e7af565284d50a2b29"

/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.462925') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.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/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1,conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e,conf-cmake.1 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0,conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e,conf-g++.1.0 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1,conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e,conf-git.1.1 prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.0,bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332,bitwuzla-bin.1.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.462925
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-cmake/1/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-g++/1.0/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-git/1.1/opam
prep/universes/7cfb3f7e508f679d96153b88a3306332/bitwuzla-bin/1.0.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.
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-cmake.1-d41d8cd98f00b204e9800998ecf8427e:c1ae7010d041d977177150d09f91d354b634d9d8276dfff55950de661427352f
HASHES:conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e:e09c74ddd0e5576017ae1225233b6035a0c709035603ee8c3d6bbbf0449338b0
HASHES:conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e:346512f45419532b4c16e9628612f0ab9ebe6702af936da88ca92230881f5a1b
HASHES:bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332:c903ea16186ec418d521e1c670de4f223afb49b3a8412f80d88606980502efb1
2024-01-29 15:21.52 ---> saved as "fd8efdcc150f80b53ea652145afc6c5c2eb17ac3d545e26c6bdc16f4cd7099d2"
Job succeeded
2024-01-29 15:29.14: bitwuzla-bin.1.0.0-7cfb3f7e508f679d96153b88a3306332 -> c903ea16186ec418d521e1c670de4f223afb49b3a8412f80d88606980502efb1
2024-01-29 15:29.14: conf-git.1.1-d41d8cd98f00b204e9800998ecf8427e -> 346512f45419532b4c16e9628612f0ab9ebe6702af936da88ca92230881f5a1b
2024-01-29 15:29.14: conf-g++.1.0-d41d8cd98f00b204e9800998ecf8427e -> e09c74ddd0e5576017ae1225233b6035a0c709035603ee8c3d6bbbf0449338b0
2024-01-29 15:29.14: conf-cmake.1-d41d8cd98f00b204e9800998ecf8427e -> c1ae7010d041d977177150d09f91d354b634d9d8276dfff55950de661427352f
2024-01-29 15:29.14: Job succeeded