Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep frama-c.18.0; 51d6f6b6288007d89985df7d2d18d849
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:52.37: Waiting for worker…
2024-01-29 18:53.22: Got resource from pool OCluster
2024-01-29 18:53.22: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
 (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.13.0 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 frama-c.18.0 zarith.1.13 psmt2-frontend.0.1 ocplib-simplex.0.4.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lablgtk.2.18.13 dune.3.13.0 conf-which.1 conf-pkg-config.3 conf-gtksourceview.2 conf-gtk2.1 conf-gnomecanvas.2 conf-gmp.4 conf-autoconf.0.1 camlzip.1.07 camlp-streams.5.0.1 alt-ergo.2.2.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u frama-c:51d6f6b6288007d89985df7d2d18d849,psmt2-frontend:ff78e7a0a6e0f1ed11c5f8a3b0b5430f,ocplib-simplex:b4bf1e606c9ec12b8a18681d3a4497c7,ocamlgraph:e880d0557f903b9fc2608569f7f18db3,lablgtk:83784de83e685d23d84733055541588c,camlzip:647cabd84c12892cb2986718458da90d,alt-ergo:8433e7e4ed8e4a61a42592d15dfb57e3"))
 (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.455547') && (for DATA in prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.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/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.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 fa54337f6a5b74cd57d2333740d06f63569c3cd5 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:53.22: RETRYING: 2024-01-29/151903-voodoo-prep-e9a1f4 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  79% (25902/32646)
Updating files:  80% (26117/32646)
Updating files:  81% (26444/32646)
Updating files:  82% (26770/32646)
Updating files:  83% (27097/32646)
Updating files:  84% (27423/32646)
Updating files:  85% (27750/32646)
Updating files:  86% (28076/32646)
Updating files:  87% (28403/32646)
Updating files:  88% (28729/32646)
Updating files:  89% (29055/32646)
Updating files:  90% (29382/32646)
Updating files:  91% (29708/32646)
Updating files:  92% (30035/32646)
Updating files:  93% (30361/32646)
Updating files:  94% (30688/32646)
Updating files:  95% (31014/32646)
Updating files:  96% (31341/32646)
Updating files:  97% (31667/32646)
Updating files:  98% (31994/32646)
Updating files:  99% (32320/32646)
Updating files: 100% (32646/32646)
Updating files: 100% (32646/32646), done.
HEAD is now at fa54337f6a Merge pull request #25099 from backtracking/fix-ocamlgraph-tarball-urls

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
2024-01-29 18:48.17 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:48.17 ---> using "08c8f59521f2cf8fac5164b4c5791b0b912207e9b8de5c9ffadf814ee2faaa62" 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 (1011 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 (8196 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 ... 18743 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 18:48.17 ---> using "891cece3fa8ce936a6ac83728ac17b53b36413fae7a22d1d93115e83732209d3" 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.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install seq                 base   [required by fmt]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.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
[result.1.5] found in cache
[rresult.0.6.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.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.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 18:48.17 ---> using "9db6d8754113396af82401129b832567ab6d6b03a73bdf5aeeed0e2ff8b0ecca" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 18:48.17 ---> using "1a1064c41db8476079a61dcd73a461ffcd9c85f1ec544e43846b30a262e470c7" from cache
2024-01-29 18:48.17 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.07@sha256:442d5bc6ecadef9bc32f7cd928bd54f3953da924a3162dd9bf30f1c552cb7e88)
2024-01-29 18:48.17 ---> using "c1f57ce64d1185f1ddca2092dfa14704a9dd1c9f05e94a89182b86d0d7c808e2" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:48.17 ---> using "08c8f59521f2cf8fac5164b4c5791b0b912207e9b8de5c9ffadf814ee2faaa62" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:48.17 ---> using "9e6a5b52c03ef83043dcd742e1a2e24187e03d25ed86bee2b152d179648026c0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:48.24 ---> saved as "d98fcddda9bbfb120cd5811d13d5cfde09424641dc140c7029c7a794b66e0e7c"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:48.24 ---> saved as "d953633e753325c1b26d3baa4fc5ee64b720a9cc7ed9f1ad444a3bafc733c07f"

/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 18:49.19 ---> saved as "536a95ca1e7fcdf576b8f6e145866bddc3b0ddd498d595b677ab7e4ca7dd1017"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.07. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.07 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 18:49.37 ---> saved as "0c56e9c2053d2c029c7a4d4930a0c036bf4e85413cf7e1f32812df4960024bfa"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:49.39 ---> saved as "6b393c38dfb3e4329cca0d8fcd9a9eac5d025ba5de73aec96585f05a3a0afe8e"

/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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:50.11 ---> saved as "be975998951568bb3b795427fbd3c4fa631ec96f43af314a833dbddf159323ed"

/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 frama-c.18.0 zarith.1.13 psmt2-frontend.0.1 ocplib-simplex.0.4.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lablgtk.2.18.13 dune.3.13.0 conf-which.1 conf-pkg-config.3 conf-gtksourceview.2 conf-gtk2.1 conf-gnomecanvas.2 conf-gmp.4 conf-autoconf.0.1 camlzip.1.07 camlp-streams.5.0.1 alt-ergo.2.2.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 [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 (839 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 frama-c.18.0 zarith.1.13 psmt2-frontend.0.1 ocplib-simplex.0.4.1 ocamlgraph.1.8.8 ocamlfind.1.9.6 num.1.5 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lablgtk.2.18.13 dune.3.13.0 conf-which.1 conf-pkg-config.3 conf-gtksourceview.2 conf-gtk2.1 conf-gnomecanvas.2 conf-gmp.4 conf-autoconf.0.1 camlzip.1.07 camlp-streams.5.0.1 alt-ergo.2.2.0" 

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
[ERROR] No solution for frama-c.18.0 & zarith.1.13 & psmt2-frontend.0.1 & ocplib-simplex.0.4.1 & ocamlgraph.1.8.8 & ocamlfind.1.9.6 & num.1.5 & menhirSdk.20211128 & menhirLib.20211128 & menhir.20211128 & lablgtk.2.18.13 & dune.3.13.0 & conf-which.1 & conf-pkg-config.3 & conf-gtksourceview.2 & conf-gtk2.1 & conf-gnomecanvas.2 & conf-gmp.4 & conf-autoconf.0.1 & camlzip.1.07 & camlp-streams.5.0.1 & alt-ergo.2.2.0:   * Missing dependency:
            - conf-gtksourceview
            depends on the unavailable system package 'libgtksourceview2.0-dev'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.


Command failed: opam --cli=2.1 list --readonly --external '--resolve=frama-c.18.0,zarith.1.13,psmt2-frontend.0.1,ocplib-simplex.0.4.1,ocamlgraph.1.8.8,ocamlfind.1.9.6,num.1.5,menhirSdk.20211128,menhirLib.20211128,menhir.20211128,lablgtk.2.18.13,dune.3.13.0,conf-which.1,conf-pkg-config.3,conf-gtksourceview.2,conf-gtk2.1,conf-gnomecanvas.2,conf-gmp.4,conf-autoconf.0.1,camlzip.1.07,camlp-streams.5.0.1,alt-ergo.2.2.0' returned 20
2024-01-29 18:50.35 ---> saved as "9e4b547c4cffb7b68cf197a0bdb89222f2cd3ecb6eca12891f01139238605cb3"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u frama-c:51d6f6b6288007d89985df7d2d18d849,psmt2-frontend:ff78e7a0a6e0f1ed11c5f8a3b0b5430f,ocplib-simplex:b4bf1e606c9ec12b8a18681d3a4497c7,ocamlgraph:e880d0557f903b9fc2608569f7f18db3,lablgtk:83784de83e685d23d84733055541588c,camlzip:647cabd84c12892cb2986718458da90d,alt-ergo:8433e7e4ed8e4a61a42592d15dfb57e3"))
2024-01-29 18:50.37 ---> saved as "e89a7e0602ebad22569e72edb95df515646afb70494fe0bcf2e197d284cc281a"

/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.455547') && (for DATA in prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.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/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0,alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3,alt-ergo.2.2.0 prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07,camlzip.1.07-647cabd84c12892cb2986718458da90d,camlzip.1.07 prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13,lablgtk.2.18.13-83784de83e685d23d84733055541588c,lablgtk.2.18.13 prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8,ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3,ocamlgraph.1.8.8 prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1,ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7,ocplib-simplex.0.4.1 prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1,psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f,psmt2-frontend.0.1 prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0,frama-c.18.0-51d6f6b6288007d89985df7d2d18d849,frama-c.18.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.455547
FAILED:alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3
prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0/opam
prep/universes/8433e7e4ed8e4a61a42592d15dfb57e3/alt-ergo/2.2.0/opam.err.log
FAILED:camlzip.1.07-647cabd84c12892cb2986718458da90d
prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07/opam
prep/universes/647cabd84c12892cb2986718458da90d/camlzip/1.07/opam.err.log
FAILED:lablgtk.2.18.13-83784de83e685d23d84733055541588c
prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13/opam
prep/universes/83784de83e685d23d84733055541588c/lablgtk/2.18.13/opam.err.log
FAILED:ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3
prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8/opam
prep/universes/e880d0557f903b9fc2608569f7f18db3/ocamlgraph/1.8.8/opam.err.log
FAILED:ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7
prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1/opam
prep/universes/b4bf1e606c9ec12b8a18681d3a4497c7/ocplib-simplex/0.4.1/opam.err.log
FAILED:psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f
prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1/opam
prep/universes/ff78e7a0a6e0f1ed11c5f8a3b0b5430f/psmt2-frontend/0.1/opam.err.log
FAILED:frama-c.18.0-51d6f6b6288007d89985df7d2d18d849
prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0/opam
prep/universes/51d6f6b6288007d89985df7d2d18d849/frama-c/18.0/opam.err.log
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.
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:alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3:bf157f7a21344a40d4927e6d17ec252c316ffe8a6bb12546e30a98ffaf9f165b
HASHES:camlzip.1.07-647cabd84c12892cb2986718458da90d:15fc9ce20ffb2e72449a395ea86423c2e0ac0582dd8b3d6259cdafe02ecc5e39
HASHES:lablgtk.2.18.13-83784de83e685d23d84733055541588c:e61fb6b4b2edcb20f554351fce088b6bae07b68d1ff4b142f07bf47b36c035d0
HASHES:ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3:0e2fea9b7d4e87599570e1fbd2450b87870dc3bf1eda5887288e24818f31ca03
HASHES:ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7:050f9288bc3d7fafe81792649128e59568f2b22c087cba783f60c8997673ea09
HASHES:psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f:867e51b2f94dd93679b437ffe5d981ce1e42d3579f719d77ec62f79e106f9f3e
HASHES:frama-c.18.0-51d6f6b6288007d89985df7d2d18d849:45be05bbcd2aff7f23c064e5473a44fd8257515393a36f7e6d5f6eecd9cebc99
2024-01-29 18:50.46 ---> saved as "a544bfc999dee3a46d21bf0515606d3384d4433e5d2893eaef737fd3d052a8a9"
Job succeeded
2024-01-29 18:56.15: Failed: alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3
2024-01-29 18:56.15: Failed: camlzip.1.07-647cabd84c12892cb2986718458da90d
2024-01-29 18:56.15: Failed: lablgtk.2.18.13-83784de83e685d23d84733055541588c
2024-01-29 18:56.15: Failed: ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3
2024-01-29 18:56.15: Failed: ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7
2024-01-29 18:56.15: Failed: psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f
2024-01-29 18:56.15: Failed: frama-c.18.0-51d6f6b6288007d89985df7d2d18d849
2024-01-29 18:56.15: frama-c.18.0-51d6f6b6288007d89985df7d2d18d849 -> 45be05bbcd2aff7f23c064e5473a44fd8257515393a36f7e6d5f6eecd9cebc99
2024-01-29 18:56.15: psmt2-frontend.0.1-ff78e7a0a6e0f1ed11c5f8a3b0b5430f -> 867e51b2f94dd93679b437ffe5d981ce1e42d3579f719d77ec62f79e106f9f3e
2024-01-29 18:56.15: ocplib-simplex.0.4.1-b4bf1e606c9ec12b8a18681d3a4497c7 -> 050f9288bc3d7fafe81792649128e59568f2b22c087cba783f60c8997673ea09
2024-01-29 18:56.15: ocamlgraph.1.8.8-e880d0557f903b9fc2608569f7f18db3 -> 0e2fea9b7d4e87599570e1fbd2450b87870dc3bf1eda5887288e24818f31ca03
2024-01-29 18:56.15: lablgtk.2.18.13-83784de83e685d23d84733055541588c -> e61fb6b4b2edcb20f554351fce088b6bae07b68d1ff4b142f07bf47b36c035d0
2024-01-29 18:56.15: camlzip.1.07-647cabd84c12892cb2986718458da90d -> 15fc9ce20ffb2e72449a395ea86423c2e0ac0582dd8b3d6259cdafe02ecc5e39
2024-01-29 18:56.15: alt-ergo.2.2.0-8433e7e4ed8e4a61a42592d15dfb57e3 -> bf157f7a21344a40d4927e6d17ec252c316ffe8a6bb12546e30a98ffaf9f165b
2024-01-29 18:56.15: Job succeeded