Build:
  1. 0
2024-01-29 15:19.00: New job: Voodoo prep bap-x86.1.1.0; 43c59a2ae85ddb828f42e28a09504f82
2024-01-29 15:19.00: Waiting for resource in pool OCluster
2024-01-29 18:09.14: Waiting for worker…
2024-01-29 18:10.43: Got resource from pool OCluster
2024-01-29 18:10.43: Using cache hint "docs-universe-prep-4.04.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
         (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.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
 (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 bap-x86.1.1.0 zed.3.1.0 zarith.1.13 variantslib.113.24.00 uuidm.0.9.7 utop.2.9.2 uri.4.2.0 typerep.113.24.00 trie.1.0.0 topkg.1.0.4 stringext.1.6.0 stdlib-shims.0.3.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 regular.1.3.0 react.1.2.1 re.1.11.0 ppxfind.1.4 ppx_variants_conv.113.33.00+4.03 ppx_typerep_conv.113.33.00+4.03 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_value.113.33.00+4.03 ppx_sexp_message.113.33.00+4.03 ppx_sexp_conv.113.33.01+4.03 ppx_pipebang.113.33.00+4.03 ppx_optcomp.113.33.01+4.03 ppx_let.113.33.00+4.03 ppx_jane.113.33.00 ppx_inline_test.113.33.00+4.03 ppx_here.113.33.00 ppx_fields_conv.113.33.00+4.03 ppx_fail.113.33.00+4.03 ppx_expect.113.33.01+4.03 ppx_enumerate.113.33.00+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_custom_printf.113.33.00+4.03 ppx_core.113.33.01+4.03 ppx_compare.113.33.00+4.03 ppx_bin_prot.113.33.00+4.03 ppx_bench.113.33.00+4.03 ppx_assert.113.33.00 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 oasis.0.4.7 mmap.1.2.0 mew_vi.0.5.0 mew.0.1.0 lwt_react.1.1.5 lwt_log.1.1.2 lwt.5.5.0 lambda-term.3.1.0 graphlib.1.2.0 fileutils.0.6.4 fieldslib.113.24.00 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.113.33.02+4.03 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-env-travis.1 conf-clang.1 conf-bap-llvm.1.6 cmdliner.0.9.8 charInfo_width.1.1.0 camomile.1.0.2 camlzip.1.10 bin_prot.113.33.00+4.03 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-bytes.base bap-std.1.1.0 bap-llvm.1.1.0 bap-future.1.1.0 bap-c.1.1.0 bap-api.1.1.0 bap-abi.1.1.0 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u bap-x86:43c59a2ae85ddb828f42e28a09504f82,conf-env-travis:d41d8cd98f00b204e9800998ecf8427e,conf-bap-llvm:775aee5e18b3e71e0b903ae4b494b2e5,bap-llvm:64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-abi:4d551efa5277293e098c69c60e07e89a"))
 (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.028392') && (for DATA in prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.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/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.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.04.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:10.43: RETRYING: 2024-01-29/151900-voodoo-prep-16f0ce Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  91% (29848/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.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24' locally
docker.io/ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24: Pulling from ocaml/opam
dc27d142423a: Pulling fs layer
dc27d142423a: Verifying Checksum
dc27d142423a: Download complete
dc27d142423a: Pull complete
Digest: sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
Status: Downloaded newer image for ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
2024-01-29 18:05.34 ---> using "30a7422d2b96141048916b4d2204602ef81e33a3eb7b2d29ced9f2fe940400c6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:05.34 ---> using "97b169167040eae44b5e6c8e5365cc839da9151a9b883ee3a69b329d1ad39c5e" 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 (594 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 (7560 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:05.34 ---> using "f52052283d88ce698d3ad3cf8924b80e9ecae7ee1ab4a45aca3d55d4e84c53da" 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 topkg               1.0.4  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install base-bytes          base   [required by astring]
  - install dune                3.13.0 [required by voodoo-prep]
  - install astring             0.8.3  [required by bos]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.6  [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*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.3] 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.6] 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
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.4] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.4
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.6
-> 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:05.34 ---> using "10548bd665ec94d0ce32580165e46a5766b0b9a5677baf875f429b4dcbe6d07c" from cache

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

(from ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.04@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24' locally
docker.io/ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24: Pulling from ocaml/opam
dc27d142423a: Pulling fs layer
dc27d142423a: Verifying Checksum
dc27d142423a: Download complete
dc27d142423a: Pull complete
Digest: sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
Status: Downloaded newer image for ocaml/opam@sha256:6f3358e819fd0205589184db82b4f4b9325bd2cf82fcbdeda4b6118763e61f24
2024-01-29 18:05.34 ---> using "30a7422d2b96141048916b4d2204602ef81e33a3eb7b2d29ced9f2fe940400c6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:05.34 ---> using "97b169167040eae44b5e6c8e5365cc839da9151a9b883ee3a69b329d1ad39c5e" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:05.34 ---> using "1c20c8c3496829fbe6c3d25fd31701fa51373ad21a15ff843c74eb7281d789fe" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:05.35 ---> using "134c965e77f492a836c884bf024e211ba9c1a36d6afc099b0bfa7bfc98ed0e5c" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:05.35 ---> using "b43d9f905c3080410483daec7d8302df19f1e9a3907487f9b7fc280fd209c386" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This 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:05.35 ---> using "71a573b485bdd384373f5e6136d16217b1d022532eaa48e47f18acbb29d0772f" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.04. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.04 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:05.35 ---> using "fe7c7230c4ac9c67d2e1d58906ca912e224a5911f08dd4986b762189d452d6fe" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:05.35 ---> using "fd3ea550852f4e945c2575416a22d7383be0765cb5c58bb4ed5bbd298cf2a1e8" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install 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:05.35 ---> using "6e9fc7d99c3fc44ce7bb650c1b4acc1dd6a61b4d22983d0be192ca60eaaec39e" from cache

/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 bap-x86.1.1.0 zed.3.1.0 zarith.1.13 variantslib.113.24.00 uuidm.0.9.7 utop.2.9.2 uri.4.2.0 typerep.113.24.00 trie.1.0.0 topkg.1.0.4 stringext.1.6.0 stdlib-shims.0.3.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 regular.1.3.0 react.1.2.1 re.1.11.0 ppxfind.1.4 ppx_variants_conv.113.33.00+4.03 ppx_typerep_conv.113.33.00+4.03 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_value.113.33.00+4.03 ppx_sexp_message.113.33.00+4.03 ppx_sexp_conv.113.33.01+4.03 ppx_pipebang.113.33.00+4.03 ppx_optcomp.113.33.01+4.03 ppx_let.113.33.00+4.03 ppx_jane.113.33.00 ppx_inline_test.113.33.00+4.03 ppx_here.113.33.00 ppx_fields_conv.113.33.00+4.03 ppx_fail.113.33.00+4.03 ppx_expect.113.33.01+4.03 ppx_enumerate.113.33.00+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_custom_printf.113.33.00+4.03 ppx_core.113.33.01+4.03 ppx_compare.113.33.00+4.03 ppx_bin_prot.113.33.00+4.03 ppx_bench.113.33.00+4.03 ppx_assert.113.33.00 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 oasis.0.4.7 mmap.1.2.0 mew_vi.0.5.0 mew.0.1.0 lwt_react.1.1.5 lwt_log.1.1.2 lwt.5.5.0 lambda-term.3.1.0 graphlib.1.2.0 fileutils.0.6.4 fieldslib.113.24.00 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.113.33.02+4.03 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-env-travis.1 conf-clang.1 conf-bap-llvm.1.6 cmdliner.0.9.8 charInfo_width.1.1.0 camomile.1.0.2 camlzip.1.10 bin_prot.113.33.00+4.03 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-bytes.base bap-std.1.1.0 bap-llvm.1.1.0 bap-future.1.1.0 bap-c.1.1.0 bap-api.1.1.0 bap-abi.1.1.0 angstrom.0.16.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 (676 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 bap-x86.1.1.0 zed.3.1.0 zarith.1.13 variantslib.113.24.00 uuidm.0.9.7 utop.2.9.2 uri.4.2.0 typerep.113.24.00 trie.1.0.0 topkg.1.0.4 stringext.1.6.0 stdlib-shims.0.3.0 sexplib.113.33.00+4.03 seq.0.3.1 result.1.5 regular.1.3.0 react.1.2.1 re.1.11.0 ppxfind.1.4 ppx_variants_conv.113.33.00+4.03 ppx_typerep_conv.113.33.00+4.03 ppx_type_conv.113.33.02+4.03 ppx_tools.5.0 ppx_sexp_value.113.33.00+4.03 ppx_sexp_message.113.33.00+4.03 ppx_sexp_conv.113.33.01+4.03 ppx_pipebang.113.33.00+4.03 ppx_optcomp.113.33.01+4.03 ppx_let.113.33.00+4.03 ppx_jane.113.33.00 ppx_inline_test.113.33.00+4.03 ppx_here.113.33.00 ppx_fields_conv.113.33.00+4.03 ppx_fail.113.33.00+4.03 ppx_expect.113.33.01+4.03 ppx_enumerate.113.33.00+4.03 ppx_driver.113.33.02+4.03 ppx_deriving.4.5-1 ppx_derivers.1.2.1 ppx_custom_printf.113.33.00+4.03 ppx_core.113.33.01+4.03 ppx_compare.113.33.00+4.03 ppx_bin_prot.113.33.00+4.03 ppx_bench.113.33.00+4.03 ppx_assert.113.33.00 ocplib-endian.1.2 ocamlmod.0.0.9 ocamlify.0.0.1 ocamlgraph.2.0.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-syntax-shims.1.0.0 ocaml-migrate-parsetree.1.8.0 oasis.0.4.7 mmap.1.2.0 mew_vi.0.5.0 mew.0.1.0 lwt_react.1.1.5 lwt_log.1.1.2 lwt.5.5.0 lambda-term.3.1.0 graphlib.1.2.0 fileutils.0.6.4 fieldslib.113.24.00 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.113.33.02+4.03 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-gmp.4 conf-env-travis.1 conf-clang.1 conf-bap-llvm.1.6 cmdliner.0.9.8 charInfo_width.1.1.0 camomile.1.0.2 camlzip.1.10 bin_prot.113.33.00+4.03 bigstringaf.0.8.0 bigarray-compat.1.1.0 base-bytes.base bap-std.1.1.0 bap-llvm.1.1.0 bap-future.1.1.0 bap-c.1.1.0 bap-api.1.1.0 bap-abi.1.1.0 angstrom.0.16.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 bap-x86.1.1.0 & zed.3.1.0 & zarith.1.13 & variantslib.113.24.00 & uuidm.0.9.7 & utop.2.9.2 & uri.4.2.0 & typerep.113.24.00 & trie.1.0.0 & topkg.1.0.4 & stringext.1.6.0 & stdlib-shims.0.3.0 & sexplib.113.33.00+4.03 & seq.0.3.1 & result.1.5 & regular.1.3.0 & react.1.2.1 & re.1.11.0 & ppxfind.1.4 & ppx_variants_conv.113.33.00+4.03 & ppx_typerep_conv.113.33.00+4.03 & ppx_type_conv.113.33.02+4.03 & ppx_tools.5.0 & ppx_sexp_value.113.33.00+4.03 & ppx_sexp_message.113.33.00+4.03 & ppx_sexp_conv.113.33.01+4.03 & ppx_pipebang.113.33.00+4.03 & ppx_optcomp.113.33.01+4.03 & ppx_let.113.33.00+4.03 & ppx_jane.113.33.00 & ppx_inline_test.113.33.00+4.03 & ppx_here.113.33.00 & ppx_fields_conv.113.33.00+4.03 & ppx_fail.113.33.00+4.03 & ppx_expect.113.33.01+4.03 & ppx_enumerate.113.33.00+4.03 & ppx_driver.113.33.02+4.03 & ppx_deriving.4.5-1 & ppx_derivers.1.2.1 & ppx_custom_printf.113.33.00+4.03 & ppx_core.113.33.01+4.03 & ppx_compare.113.33.00+4.03 & ppx_bin_prot.113.33.00+4.03 & ppx_bench.113.33.00+4.03 & ppx_assert.113.33.00 & ocplib-endian.1.2 & ocamlmod.0.0.9 & ocamlify.0.0.1 & ocamlgraph.2.0.0 & ocamlfind.1.9.6 & ocamlbuild.0.14.3 & ocaml-syntax-shims.1.0.0 & ocaml-migrate-parsetree.1.8.0 & oasis.0.4.7 & mmap.1.2.0 & mew_vi.0.5.0 & mew.0.1.0 & lwt_react.1.1.5 & lwt_log.1.1.2 & lwt.5.5.0 & lambda-term.3.1.0 & graphlib.1.2.0 & fileutils.0.6.4 & fieldslib.113.24.00 & dune-configurator.3.13.0 & dune.3.13.0 & csexp.1.5.2 & cppo.1.6.9 & core_kernel.113.33.02+4.03 & conf-zlib.1 & conf-which.1 & conf-pkg-config.3 & conf-gmp.4 & conf-env-travis.1 & conf-clang.1 & conf-bap-llvm.1.6 & cmdliner.0.9.8 & charInfo_width.1.1.0 & camomile.1.0.2 & camlzip.1.10 & bin_prot.113.33.00+4.03 & bigstringaf.0.8.0 & bigarray-compat.1.1.0 & base-bytes.base & bap-std.1.1.0 & bap-llvm.1.1.0 & bap-future.1.1.0 & bap-c.1.1.0 & bap-api.1.1.0 & bap-abi.1.1.0 & angstrom.0.16.0:   * Missing dependency:
            - conf-bap-llvm >= 1.4
            depends on the unavailable system package 'llvm-9-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=bap-x86.1.1.0,zed.3.1.0,zarith.1.13,variantslib.113.24.00,uuidm.0.9.7,utop.2.9.2,uri.4.2.0,typerep.113.24.00,trie.1.0.0,topkg.1.0.4,stringext.1.6.0,stdlib-shims.0.3.0,sexplib.113.33.00+4.03,seq.0.3.1,result.1.5,regular.1.3.0,react.1.2.1,re.1.11.0,ppxfind.1.4,ppx_variants_conv.113.33.00+4.03,ppx_typerep_conv.113.33.00+4.03,ppx_type_conv.113.33.02+4.03,ppx_tools.5.0,ppx_sexp_value.113.33.00+4.03,ppx_sexp_message.113.33.00+4.03,ppx_sexp_conv.113.33.01+4.03,ppx_pipebang.113.33.00+4.03,ppx_optcomp.113.33.01+4.03,ppx_let.113.33.00+4.03,ppx_jane.113.33.00,ppx_inline_test.113.33.00+4.03,ppx_here.113.33.00,ppx_fields_conv.113.33.00+4.03,ppx_fail.113.33.00+4.03,ppx_expect.113.33.01+4.03,ppx_enumerate.113.33.00+4.03,ppx_driver.113.33.02+4.03,ppx_deriving.4.5-1,ppx_derivers.1.2.1,ppx_custom_printf.113.33.00+4.03,ppx_core.113.33.01+4.03,ppx_compare.113.33.00+4.03,ppx_bin_prot.113.33.00+4.03,ppx_bench.113.33.00+4.03,ppx_assert.113.33.00,ocplib-endian.1.2,ocamlmod.0.0.9,ocamlify.0.0.1,ocamlgraph.2.0.0,ocamlfind.1.9.6,ocamlbuild.0.14.3,ocaml-syntax-shims.1.0.0,ocaml-migrate-parsetree.1.8.0,oasis.0.4.7,mmap.1.2.0,mew_vi.0.5.0,mew.0.1.0,lwt_react.1.1.5,lwt_log.1.1.2,lwt.5.5.0,lambda-term.3.1.0,graphlib.1.2.0,fileutils.0.6.4,fieldslib.113.24.00,dune-configurator.3.13.0,dune.3.13.0,csexp.1.5.2,cppo.1.6.9,core_kernel.113.33.02+4.03,conf-zlib.1,conf-which.1,conf-pkg-config.3,conf-gmp.4,conf-env-travis.1,conf-clang.1,conf-bap-llvm.1.6,cmdliner.0.9.8,charInfo_width.1.1.0,camomile.1.0.2,camlzip.1.10,bin_prot.113.33.00+4.03,bigstringaf.0.8.0,bigarray-compat.1.1.0,base-bytes.base,bap-std.1.1.0,bap-llvm.1.1.0,bap-future.1.1.0,bap-c.1.1.0,bap-api.1.1.0,bap-abi.1.1.0,angstrom.0.16.0' returned 20
2024-01-29 18:06.02 ---> saved as "a2f33cd6c904046a1b3d40218f8405458c7593508a724ee0f238e3eb4d611d2b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u bap-x86:43c59a2ae85ddb828f42e28a09504f82,conf-env-travis:d41d8cd98f00b204e9800998ecf8427e,conf-bap-llvm:775aee5e18b3e71e0b903ae4b494b2e5,bap-llvm:64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-abi:4d551efa5277293e098c69c60e07e89a"))
2024-01-29 18:06.04 ---> saved as "1dd67d50f0562e9b018a7ced80850a643f0f5b065a4d5212aa4724ca5525d1d0"

/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.028392') && (for DATA in prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.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/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0,bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a,bap-abi.1.1.0 prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0,bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498,bap-llvm.1.1.0 prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6,conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5,conf-bap-llvm.1.6 prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1,conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e,conf-env-travis.1 prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0,bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82,bap-x86.1.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.028392
FAILED:bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a
prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0/opam
prep/universes/4d551efa5277293e098c69c60e07e89a/bap-abi/1.1.0/opam.err.log
FAILED:bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498
prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0/opam
prep/universes/64bbe0a4ffd9fa77a6661f8ef7c5c498/bap-llvm/1.1.0/opam.err.log
FAILED:conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5
prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6/opam
prep/universes/775aee5e18b3e71e0b903ae4b494b2e5/conf-bap-llvm/1.6/opam.err.log
FAILED:conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-env-travis/1/opam.err.log
FAILED:bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82
prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.0/opam
prep/universes/43c59a2ae85ddb828f42e28a09504f82/bap-x86/1.1.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.
HASHES:bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a:4a4edf0b9be0526eb5eb84b166f20e3d68c6d9528becc19eb52492e9e5faa98b
HASHES:bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498:734a8cc8bb492ca2efce9fd6e173b7d2af6b81c776be85bb7368d222ed7da1b8
HASHES:conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5:48e5e49f45fa24532606c2d7fc19ad4ba0005e06336119806c3927bbc339f904
HASHES:conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e:a73a7171ccf5163ae86e4a581de3e2d84b48074b6f209cf1f61c281331c076d4
HASHES:bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82:75e73d402b62b197d3949c6caf635dad59511030f7e94fe09774acc956c38129
2024-01-29 18:06.11 ---> saved as "2d7e80eaf5cd4dbd4bf80a90867012d2b0934d69bbdfbc106829edf8120c37e7"
Job succeeded
2024-01-29 18:11.33: Failed: bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a
2024-01-29 18:11.33: Failed: bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498
2024-01-29 18:11.33: Failed: conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5
2024-01-29 18:11.33: Failed: conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e
2024-01-29 18:11.33: Failed: bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82
2024-01-29 18:11.33: bap-x86.1.1.0-43c59a2ae85ddb828f42e28a09504f82 -> 75e73d402b62b197d3949c6caf635dad59511030f7e94fe09774acc956c38129
2024-01-29 18:11.33: conf-env-travis.1-d41d8cd98f00b204e9800998ecf8427e -> a73a7171ccf5163ae86e4a581de3e2d84b48074b6f209cf1f61c281331c076d4
2024-01-29 18:11.33: conf-bap-llvm.1.6-775aee5e18b3e71e0b903ae4b494b2e5 -> 48e5e49f45fa24532606c2d7fc19ad4ba0005e06336119806c3927bbc339f904
2024-01-29 18:11.33: bap-llvm.1.1.0-64bbe0a4ffd9fa77a6661f8ef7c5c498 -> 734a8cc8bb492ca2efce9fd6e173b7d2af6b81c776be85bb7368d222ed7da1b8
2024-01-29 18:11.33: bap-abi.1.1.0-4d551efa5277293e098c69c60e07e89a -> 4a4edf0b9be0526eb5eb84b166f20e3d68c6d9528becc19eb52492e9e5faa98b
2024-01-29 18:11.33: Job succeeded