Build:
  1. 0
2024-01-29 15:17.01: New job: Voodoo prep binaryen.0.19.0; 450224ce4abd4e8c50633965e63b7523
2024-01-29 15:17.01: Connecting to build cluster…
2024-01-29 15:17.01: Waiting for resource in pool OCluster
2024-01-29 15:52.22: Waiting for worker…
2024-01-29 15:53.44: Got resource from pool OCluster
2024-01-29 15:53.44: 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/))
 (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"))
 (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 binaryen.0.19.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.109.0.1 js_of_ocaml-compiler.5.6.0 gen.1.1 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 conf-cmake.1 cmdliner.1.2.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u binaryen:450224ce4abd4e8c50633965e63b7523,libbinaryen:8eb578452b9d788ab485d0d7beb08d6c"))
 (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.563698') && (for DATA in prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.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/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --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:53.44: RETRYING: 2024-01-29/151701-voodoo-prep-32bce6 Number of retries: 0 (retriable error condition)
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  74% (24279/32647)
Updating files:  75% (24486/32647)
Updating files:  76% (24812/32647)
Updating files:  77% (25139/32647)
Updating files:  78% (25465/32647)
Updating files:  79% (25792/32647)
Updating files:  80% (26118/32647)
Updating files:  81% (26445/32647)
Updating files:  82% (26771/32647)
Updating files:  83% (27098/32647)
Updating files:  84% (27424/32647)
Updating files:  85% (27750/32647)
Updating files:  86% (28077/32647)
Updating files:  87% (28403/32647)
Updating files:  88% (28730/32647)
Updating files:  89% (29056/32647)
Updating files:  90% (29383/32647)
Updating files:  91% (29709/32647)
Updating files:  92% (30036/32647)
Updating files:  93% (30362/32647)
Updating files:  94% (30689/32647)
Updating files:  95% (31015/32647)
Updating files:  96% (31342/32647)
Updating files:  97% (31668/32647)
Updating files:  98% (31995/32647)
Updating files:  99% (32321/32647)
Updating files: 100% (32647/32647)
Updating files: 100% (32647/32647), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(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:48.34 ---> 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:48.34 ---> 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 (769 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 (7294 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:48.34 ---> 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:48.34 ---> using "8bf85a2e14befffb455249f80f79ced81ee6f25f73d7d1afa334e830fff7f7c9" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 15:48.34 ---> using "c2623afe5b7018242824d3c5839aed49285ce388a16e4a5db95145b8b3b27a8b" from cache
2024-01-29 15:48.34 --> 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:48.34 ---> 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:48.34 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:48.37 ---> using "62476d40981baaebca2aaf47019180bade3a7c9313840362cb509863b6a12f38" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:48.37 ---> using "2a97bc5fa81c43d50e8a92d041f51b739a8636059d9d13e7a41e92f4b10d9edb" 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 15:48.37 ---> using "060218188312357d6e5001ca54c653f69f49c55cc32b830cba5cb435d530fbda" from cache

/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:48.37 ---> using "635f4693d875c6b2ec000c443cdf34ab21f9804155d2730ddf4884448228ab95" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:48.37 ---> using "c1359b1d4985bd681bc9005ffeaa84f91ad848219095b2ac1e2d7ac412392daa" 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"))
The following actions will be performed:
  - install dune 3.13.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.13.0  (cached)
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:48.37 ---> using "4b3339e023407e98a0816b49e4405312ff4040228123de7489a2bf93bdd0f2d0" 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 binaryen.0.19.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.109.0.1 js_of_ocaml-compiler.5.6.0 gen.1.1 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 conf-cmake.1 cmdliner.1.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 (727 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 binaryen.0.19.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.109.0.1 js_of_ocaml-compiler.5.6.0 gen.1.1 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 conf-cmake.1 cmdliner.1.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
# The following system packages are needed:
cmake
[NOTE] Package dune is already installed (current version is 3.13.0).
The following actions will be performed:
  - install cppo                 1.6.9
  - install ppx_derivers         1.2.1
  - install menhirCST            20231231
  - install cmdliner             1.2.0
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install seq                  base
  - install csexp                1.5.2
  - install ocaml-compiler-libs  v0.12.4
  - install conf-cmake           1
  - install sexplib0             v0.16.0
  - install stdlib-shims         0.3.0
  - install menhir               20231231
  - install yojson               2.1.2
  - install gen                  1.1
  - install dune-configurator    3.13.0
  - install ppxlib               0.31.0
  - install libbinaryen          109.0.1
  - install sedlex               3.2
  - install js_of_ocaml-compiler 5.6.0
  - install binaryen             0.19.0
===== 21 to install =====

The following system packages will first need to be installed:
    cmake

<><> 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"
- 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) ...
- Setting up libicu72:amd64 (72.1-3) ...
- 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 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/63:
Processing  2/63:
Processing  3/63:
Processing  4/63:
Processing  5/63: [conf-cmake: sh configure.sh]
-> retrieved binaryen.0.19.0  (cached)
Processing  6/63: [conf-cmake: sh configure.sh]
-> retrieved cmdliner.1.2.0  (cached)
Processing  7/63: [conf-cmake: sh configure.sh]
Processing  8/63: [cmdliner: make all] [conf-cmake: sh configure.sh]
-> retrieved cppo.1.6.9  (cached)
Processing  9/63: [cmdliner: make all] [conf-cmake: sh configure.sh]
Processing 10/63: [cmdliner: make all] [conf-cmake: sh configure.sh] [cppo: dune build]
- + command -v cmake3
- + command -v cmake
- /usr/bin/cmake
- + cmake_cmd=cmake
- + echo cmd: "cmake"
-> compiled  conf-cmake.1
Processing 10/63: [cmdliner: make all] [cppo: dune build]
-> installed conf-cmake.1
Processing 11/63: [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/63: [cmdliner: make all] [cppo: dune build]
Processing 13/63: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved gen.1.1  (cached)
Processing 14/63: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 14/63: [cmdliner: make all] [cppo: dune build]
-> installed csexp.1.5.2
Processing 15/63: [cmdliner: make all] [cppo: dune build]
-> retrieved libbinaryen.109.0.1  (cached)
Processing 16/63: [cmdliner: make all] [cppo: dune build]
-> retrieved js_of_ocaml-compiler.5.6.0  (cached)
Processing 17/63: [cmdliner: make all] [cppo: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 18/63: [cmdliner: make all] [cppo: dune build]
Processing 19/63: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm]
-> compiled  cppo.1.6.9
Processing 19/63: [cmdliner: make all] [dune-configurator: rm]
-> installed cppo.1.6.9
Processing 20/63: [cmdliner: make all] [dune-configurator: rm]
-> retrieved menhir.20231231  (cached)
Processing 21/63: [cmdliner: make all] [dune-configurator: rm]
-> retrieved menhirCST.20231231  (cached)
Processing 22/63: [cmdliner: make all] [dune-configurator: rm]
Processing 23/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build]
-> retrieved menhirLib.20231231  (cached)
Processing 24/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build]
Processing 25/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20231231  (cached)
Processing 26/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
Processing 27/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 28/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 29/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 30/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 31/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 32/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 33/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 34/63: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 35/63: [cmdliner: make all] [dune-configurator: rm] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 35/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sedlex.3.2  (cached)
Processing 36/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 37/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 38/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 39/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.2.1.2  (cached)
Processing 40/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved ppxlib.0.31.0  (cached)
-> compiled  menhirCST.20231231
Processing 40/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed menhirCST.20231231
Processing 41/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 41/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ppx_derivers.1.2.1
Processing 42/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 42/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 43/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  menhirSdk.20231231
Processing 43/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed menhirSdk.20231231
Processing 44/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  sexplib0.v0.16.0
Processing 44/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed sexplib0.v0.16.0
Processing 45/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 45/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed menhirLib.20231231
Processing 46/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
Processing 47/63: [cmdliner: make all] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 47/63: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
Processing 48/63: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 48/63: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  gen.1.1
Processing 48/63: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  dune-configurator.3.13.0
Processing 48/63: [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  yojson.2.1.2
Processing 48/63: [menhir: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 48/63: [menhir: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 48/63: [menhir: dune build]
-> installed dune-configurator.3.13.0
Processing 49/63: [menhir: dune build]
Processing 50/63: [libbinaryen: dune build] [menhir: dune build]
-> installed gen.1.1
Processing 51/63: [libbinaryen: dune build] [menhir: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 52/63: [libbinaryen: dune build] [menhir: dune build]
Processing 53/63: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed yojson.2.1.2
Processing 54/63: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
Processing 54/63: [libbinaryen: dune build] [ppxlib: dune build]
-> installed menhir.20231231
Processing 55/63: [libbinaryen: dune build] [ppxlib: dune build]
-> compiled  ppxlib.0.31.0
Processing 55/63: [libbinaryen: dune build]
-> installed ppxlib.0.31.0
Processing 56/63: [libbinaryen: dune build]
Processing 57/63: [libbinaryen: dune build] [sedlex: dune build]
-> compiled  sedlex.3.2
Processing 57/63: [libbinaryen: dune build]
-> installed sedlex.3.2
Processing 58/63: [libbinaryen: dune build]
Processing 59/63: [js_of_ocaml-compiler: dune build] [libbinaryen: dune build]
- (cd tools/version && /home/opam/.opam/5.1/bin/ocaml -I +compiler-libs /home/opam/.opam/5.1/.opam-switch/build/js_of_ocaml-compiler.5.6.0/_build/.dune/default/tools/version/dune.ml)
- fatal: not a git repository (or any of the parent directories): .git
-> compiled  js_of_ocaml-compiler.5.6.0
Processing 59/63: [libbinaryen: dune build]
-> installed js_of_ocaml-compiler.5.6.0
Processing 60/63: [libbinaryen: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "libbinaryen" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libbinaryen.109.0.1)
- (cd _build/default && /usr/bin/cmake -S binaryen -B binaryen -G 'Unix Makefiles' '-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized' -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_STATIC_LIB=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=binaryen)
- -- 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
- -- Building with -DBUILD_LLVM_DWARF
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE  
- -- Building with -Wall
- -- Building with -Werror
- -- Building with -Wextra
- -- Building with -Wno-unused-parameter
- -- Building with -fno-omit-frame-pointer
- -- Building with -fno-rtti
- -- Building with -Wno-implicit-int-float-conversion
- -- Building with -Wno-unknown-warning-option
- -- Building with -Wswitch
- -- Building with -Wimplicit-fallthrough
- -- Building with -Wnon-virtual-dtor
- -- Building with -fPIC
- -- Building with -O2
- -- Building with -UNDEBUG
- -- Building libbinaryen as shared library.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/opam/.opam/5.1/.opam-switch/build/libbinaryen.109.0.1/_build/default/binaryen
- (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4)
- [  1%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asm_v_wasm.cpp.o
- [  2%] Building CXX object src/cfg/CMakeFiles/cfg.dir/Relooper.cpp.o
- [  2%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.o
- [  2%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Binary.cpp.o
- [  3%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ConvertUTF.cpp.o
- [  4%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asmangle.cpp.o
- [  4%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DataExtractor.cpp.o
- [  4%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/shared-constants.cpp.o
- [  5%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Debug.cpp.o
- [  5%] Built target asmjs
- [  5%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/optimizer-shared.cpp.o
- [  5%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DJB.cpp.o
- [  6%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Dwarf.cpp.o
- [  7%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/parser.cpp.o
- [  7%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o
- [  7%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/dwarf2yaml.cpp.o
- [  7%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/simple_ast.cpp.o
- [  7%] Built target cfg
- [  8%] Building CXX object src/passes/CMakeFiles/passes.dir/param-utils.cpp.o
- [  8%] Built target emscripten-optimizer
- [  8%] Building CXX object src/support/CMakeFiles/support.dir/archive.cpp.o
- [  9%] Building CXX object src/ir/CMakeFiles/ir.dir/eh-utils.cpp.o
- [ 10%] Building CXX object src/support/CMakeFiles/support.dir/bits.cpp.o
- [ 10%] Building CXX object src/support/CMakeFiles/support.dir/colors.cpp.o
- [ 11%] Building CXX object src/support/CMakeFiles/support.dir/command-line.cpp.o
- [ 12%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAbbreviationDeclaration.cpp.o
- [ 12%] Building CXX object src/support/CMakeFiles/support.dir/debug.cpp.o
- [ 13%] Building CXX object src/support/CMakeFiles/support.dir/file.cpp.o
- [ 13%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAcceleratorTable.cpp.o
- [ 13%] Building CXX object src/support/CMakeFiles/support.dir/path.cpp.o
- [ 13%] Building CXX object src/passes/CMakeFiles/passes.dir/pass.cpp.o
- [ 14%] Building CXX object src/support/CMakeFiles/support.dir/safe_integer.cpp.o
- [ 14%] Building CXX object src/support/CMakeFiles/support.dir/threads.cpp.o
- [ 14%] Building CXX object src/ir/CMakeFiles/ir.dir/intrinsics.cpp.o
- [ 15%] Building CXX object src/support/CMakeFiles/support.dir/utilities.cpp.o
- [ 15%] Built target support
- [ 15%] Building CXX object src/wasm/CMakeFiles/wasm.dir/literal.cpp.o
- [ 16%] Building CXX object src/ir/CMakeFiles/ir.dir/lubs.cpp.o
- [ 17%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAddressRange.cpp.o
- [ 17%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFCompileUnit.cpp.o
- [ 18%] Building CXX object src/passes/CMakeFiles/passes.dir/test_passes.cpp.o
- [ 19%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFContext.cpp.o
- [ 19%] Building CXX object src/passes/CMakeFiles/passes.dir/AlignmentLowering.cpp.o
- [ 20%] Building CXX object src/wasm/CMakeFiles/wasm.dir/parsing.cpp.o
- [ 20%] Building CXX object src/ir/CMakeFiles/ir.dir/memory-utils.cpp.o
- [ 21%] Building CXX object src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o
- [ 21%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm.cpp.o
- [ 21%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDataExtractor.cpp.o
- [ 22%] Building CXX object src/ir/CMakeFiles/ir.dir/module-utils.cpp.o
- [ 23%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAbbrev.cpp.o
- [ 23%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAddr.cpp.o
- [ 24%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o
- [ 25%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAranges.cpp.o
- [ 25%] Building CXX object src/ir/CMakeFiles/ir.dir/names.cpp.o
- [ 26%] Building CXX object src/ir/CMakeFiles/ir.dir/properties.cpp.o
- [ 26%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugArangeSet.cpp.o
- [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugFrame.cpp.o
- [ 27%] Building CXX object src/ir/CMakeFiles/ir.dir/LocalGraph.cpp.o
- [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugInfoEntry.cpp.o
- [ 28%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLine.cpp.o
- [ 28%] Building CXX object src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o
- [ 29%] Building CXX object src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o
- [ 29%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLoc.cpp.o
- [ 29%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-debug.cpp.o
- [ 29%] Building CXX object src/ir/CMakeFiles/ir.dir/stack-utils.cpp.o
- [ 30%] Building CXX object src/passes/CMakeFiles/passes.dir/CoalesceLocals.cpp.o
- [ 31%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugMacro.cpp.o
- [ 31%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugPubTable.cpp.o
- [ 32%] Building CXX object src/ir/CMakeFiles/ir.dir/table-utils.cpp.o
- [ 33%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugRangeList.cpp.o
- [ 33%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugRnglists.cpp.o
- [ 34%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-emscripten.cpp.o
- [ 34%] Building CXX object src/ir/CMakeFiles/ir.dir/type-updating.cpp.o
- [ 34%] Building CXX object src/passes/CMakeFiles/passes.dir/CodePushing.cpp.o
- [ 35%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDie.cpp.o
- [ 36%] Building CXX object src/passes/CMakeFiles/passes.dir/CodeFolding.cpp.o
- [ 36%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFEmitter.cpp.o
- [ 36%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-interpreter.cpp.o
- [ 37%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFExpression.cpp.o
- [ 38%] Building CXX object src/ir/CMakeFiles/ir.dir/module-splitting.cpp.o
- [ 39%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-io.cpp.o
- [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFFormValue.cpp.o
- [ 40%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFGdbIndex.cpp.o
- [ 40%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-s-parser.cpp.o
- [ 40%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFListTable.cpp.o
- [ 40%] Built target ir
- [ 41%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFTypeUnit.cpp.o
- [ 41%] Building CXX object src/passes/CMakeFiles/passes.dir/ConstantFieldPropagation.cpp.o
- [ 42%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-stack.cpp.o
- [ 42%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnit.cpp.o
- [ 42%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-type.cpp.o
- [ 43%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnitIndex.cpp.o
- [ 44%] Building CXX object src/passes/CMakeFiles/passes.dir/ConstHoisting.cpp.o
- [ 44%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFVerifier.cpp.o
- [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFVisitor.cpp.o
- [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFYAML.cpp.o
- [ 45%] Building CXX object src/passes/CMakeFiles/passes.dir/DataFlowOpts.cpp.o
- [ 46%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-validator.cpp.o
- [ 47%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Error.cpp.o
- [ 47%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ErrorHandling.cpp.o
- [ 48%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/FormatVariadic.cpp.o
- [ 48%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Hashing.cpp.o
- [ 49%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/LEB128.cpp.o
- [ 49%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/LineIterator.cpp.o
- [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MCRegisterInfo.cpp.o
- [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MD5.cpp.o
- [ 51%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MemoryBuffer.cpp.o
- [ 52%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadArgumentElimination.cpp.o
- [ 52%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/NativeFormatting.cpp.o
- [ 53%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ObjectFile.cpp.o
- [ 53%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/obj2yaml_Error.cpp.o
- [ 54%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Optional.cpp.o
- [ 54%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Path.cpp.o
- [ 55%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/raw_ostream.cpp.o
- [ 55%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ScopedPrinter.cpp.o
- [ 56%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SmallVector.cpp.o
- [ 56%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SourceMgr.cpp.o
- [ 57%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringMap.cpp.o
- [ 57%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-lexer.cpp.o
- [ 57%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringRef.cpp.o
- [ 58%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SymbolicFile.cpp.o
- [ 58%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadCodeElimination.cpp.o
- [ 59%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-parser.cpp.o
- [ 60%] Building CXX object src/passes/CMakeFiles/passes.dir/DeAlign.cpp.o
- [ 60%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Twine.cpp.o
- [ 61%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/UnicodeCaseFold.cpp.o
- [ 61%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/WithColor.cpp.o
- [ 62%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLParser.cpp.o
- [ 62%] Building CXX object src/passes/CMakeFiles/passes.dir/DeNaN.cpp.o
- [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/Directize.cpp.o
- [ 63%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLTraits.cpp.o
- [ 63%] Built target wasm
- [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateImportElimination.cpp.o
- [ 64%] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateFunctionElimination.cpp.o
- [ 64%] Built target llvm_dwarf
- [ 64%] Building CXX object src/passes/CMakeFiles/passes.dir/DWARF.cpp.o
- [ 65%] Building CXX object src/passes/CMakeFiles/passes.dir/ExtractFunction.cpp.o
- [ 65%] Building CXX object src/passes/CMakeFiles/passes.dir/Flatten.cpp.o
- [ 66%] Building CXX object src/passes/CMakeFiles/passes.dir/FuncCastEmulation.cpp.o
- [ 66%] Building CXX object src/passes/CMakeFiles/passes.dir/GenerateDynCalls.cpp.o
- [ 67%] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalRefining.cpp.o
- [ 67%] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalStructInference.cpp.o
- [ 68%] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalTypeOptimization.cpp.o
- [ 68%] Building CXX object src/passes/CMakeFiles/passes.dir/Heap2Local.cpp.o
- [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/I64ToI32Lowering.cpp.o
- [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/Inlining.cpp.o
- [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentLocals.cpp.o
- [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentMemory.cpp.o
- [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/Intrinsics.cpp.o
- [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/LegalizeJSInterface.cpp.o
- [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/LimitSegments.cpp.o
- [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalCSE.cpp.o
- [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalSubtyping.cpp.o
- [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/LogExecution.cpp.o
- [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/LoopInvariantCodeMotion.cpp.o
- [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/Memory64Lowering.cpp.o
- [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/MemoryPacking.cpp.o
- [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeBlocks.cpp.o
- [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeSimilarFunctions.cpp.o
- [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeLocals.cpp.o
- [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/Metrics.cpp.o
- [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/MinifyImportsAndExports.cpp.o
- [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/NameList.cpp.o
- [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/NameTypes.cpp.o
- [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/OnceReduction.cpp.o
- [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeAddedConstants.cpp.o
- [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeInstructions.cpp.o
- [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeForJS.cpp.o
- [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/PickLoadSigns.cpp.o
- [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/Poppify.cpp.o
- [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/PostEmscripten.cpp.o
- [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/Precompute.cpp.o
- [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/Print.cpp.o
- [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintCallGraph.cpp.o
- [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFeatures.cpp.o
- [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFunctionMap.cpp.o
- [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/RoundTrip.cpp.o
- [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/SetGlobals.cpp.o
- [ 86%] Building CXX object src/passes/CMakeFiles/passes.dir/StackIR.cpp.o
- [ 86%] Building CXX object src/passes/CMakeFiles/passes.dir/SignaturePruning.cpp.o
- [ 87%] Building CXX object src/passes/CMakeFiles/passes.dir/SignatureRefining.cpp.o
- [ 87%] Building CXX object src/passes/CMakeFiles/passes.dir/Strip.cpp.o
- [ 88%] Building CXX object src/passes/CMakeFiles/passes.dir/StripTargetFeatures.cpp.o
- [ 88%] Building CXX object src/passes/CMakeFiles/passes.dir/RedundantSetElimination.cpp.o
- [ 89%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveImports.cpp.o
- [ 89%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveMemory.cpp.o
- [ 90%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveNonJSOps.cpp.o
- [ 90%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedBrs.cpp.o
- [ 91%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedNames.cpp.o
- [ 91%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedModuleElements.cpp.o
- [ 92%] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderLocals.cpp.o
- [ 92%] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderFunctions.cpp.o
- [ 93%] Building CXX object src/passes/CMakeFiles/passes.dir/ReReloop.cpp.o
- [ 93%] Building CXX object src/passes/CMakeFiles/passes.dir/TrapMode.cpp.o
- [ 94%] Building CXX object src/passes/CMakeFiles/passes.dir/TypeRefining.cpp.o
- [ 94%] Building CXX object src/passes/CMakeFiles/passes.dir/SafeHeap.cpp.o
- [ 95%] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyGlobals.cpp.o
- [ 95%] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyLocals.cpp.o
- [ 96%] Building CXX object src/passes/CMakeFiles/passes.dir/Souperify.cpp.o
- [ 96%] Building CXX object src/passes/CMakeFiles/passes.dir/SpillPointers.cpp.o
- [ 97%] Building CXX object src/passes/CMakeFiles/passes.dir/StackCheck.cpp.o
- [ 97%] Building CXX object src/passes/CMakeFiles/passes.dir/SSAify.cpp.o
- [ 98%] Building CXX object src/passes/CMakeFiles/passes.dir/Untee.cpp.o
- [ 98%] Building CXX object src/passes/CMakeFiles/passes.dir/Vacuum.cpp.o
- [ 99%] Building CXX object src/passes/CMakeFiles/passes.dir/WasmIntrinsics.cpp.o
- [ 99%] Built target passes
- [100%] Building CXX object CMakeFiles/binaryen.dir/src/binaryen-c.cpp.o
- [100%] Linking CXX shared library lib/libbinaryen.so
- [100%] Built target binaryen
- (cd _build/default && /usr/bin/cmake -S binaryen -B binaryen -G 'Unix Makefiles' '-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized' -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_STATIC_LIB=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=binaryen)
- -- Building with -DBUILD_LLVM_DWARF
- -- Building with -Wall
- -- Building with -Werror
- -- Building with -Wextra
- -- Building with -Wno-unused-parameter
- -- Building with -fno-omit-frame-pointer
- -- Building with -fno-rtti
- -- Building with -Wno-implicit-int-float-conversion
- -- Building with -Wno-unknown-warning-option
- -- Building with -Wswitch
- -- Building with -Wimplicit-fallthrough
- -- Building with -Wnon-virtual-dtor
- -- Building with -fPIC
- -- Building with -O2
- -- Building with -UNDEBUG
- -- Building libbinaryen as statically linked library.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/opam/.opam/5.1/.opam-switch/build/libbinaryen.109.0.1/_build/default/binaryen
- (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4)
- [  2%] Built target asmjs
- [  2%] Built target cfg
- [ 10%] Built target ir
- [ 11%] Built target emscripten-optimizer
- [ 16%] Built target support
- [ 23%] Built target wasm
- [ 54%] Built target llvm_dwarf
- [ 99%] Built target passes
- [100%] Building CXX object CMakeFiles/binaryen.dir/src/binaryen-c.cpp.o
- [100%] Linking CXX static library lib/libbinaryen.a
- [100%] Built target binaryen
-> compiled  libbinaryen.109.0.1
-> installed libbinaryen.109.0.1
Processing 62/63: [binaryen: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "binaryen" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/binaryen.0.19.0)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/libbinaryen/c -o ocaml_helpers.o -c ocaml_helpers.c)
- In file included from ocaml_helpers.c:7:
- ocaml_helpers.h:13:33: warning: 'binaryen_ops' defined but not used [-Wunused-variable]
-    13 | static struct custom_operations binaryen_ops = {
-       |                                 ^~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/libbinaryen/c -o binaryen_stubs_memory.o -c binaryen_stubs_memory.c)
- In file included from binaryen_stubs_memory.c:7:
- ocaml_helpers.h:13:33: warning: 'binaryen_ops' defined but not used [-Wunused-variable]
-    13 | static struct custom_operations binaryen_ops = {
-       |                                 ^~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/libbinaryen/c -o binaryen_stubs_settings.o -c binaryen_stubs_settings.c)
- In file included from binaryen_stubs_settings.c:8:
- ocaml_helpers.h:13:33: warning: 'binaryen_ops' defined but not used [-Wunused-variable]
-    13 | static struct custom_operations binaryen_ops = {
-       |                                 ^~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/libbinaryen/c -o binaryen_stubs_features.o -c binaryen_stubs_features.c)
- In file included from binaryen_stubs_features.c:7:
- ocaml_helpers.h:13:33: warning: 'binaryen_ops' defined but not used [-Wunused-variable]
-    13 | static struct custom_operations binaryen_ops = {
-       |                                 ^~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/libbinaryen/c -o binaryen_stubs_imports.o -c binaryen_stubs_imports.c)
- In file included from binaryen_stubs_imports.c:8:
- ocaml_helpers.h:13:33: warning: 'binaryen_ops' defined but not used [-Wunused-variable]
-    13 | static struct custom_operations binaryen_ops = {
-       |                                 ^~~~~~~~~~~~
-> compiled  binaryen.0.19.0
-> installed binaryen.0.19.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:56.51 ---> saved as "04535674f11c82012936dad8a4a70f5451f0af79ccde5746d4c0584b9c9c20e3"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u binaryen:450224ce4abd4e8c50633965e63b7523,libbinaryen:8eb578452b9d788ab485d0d7beb08d6c"))
2024-01-29 15:56.53 ---> saved as "c85cffd8a23b6d48f3f8053b5459a1769e23ada6e0dd87254b893b4b7fcc1cb9"

/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.563698') && (for DATA in prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.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/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1,libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c,libbinaryen.109.0.1 prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0,binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523,binaryen.0.19.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.563698
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/doc/
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/doc/libbinaryen/
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/doc/libbinaryen/CHANGELOG.md
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/doc/libbinaryen/LICENSE
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/doc/libbinaryen/README.md
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/META
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/c/
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/c/libbinaryen_c.ocamlobjinfo
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/c/libbinaryen_c.cmi
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/c/libbinaryen_c.cmt
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/lib/libbinaryen/dune-package
prep/universes/8eb578452b9d788ab485d0d7beb08d6c/libbinaryen/109.0.1/opam
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/doc/
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/doc/binaryen/
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/doc/binaryen/CHANGELOG.md
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/doc/binaryen/LICENSE
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/doc/binaryen/README.md
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen.ocamlobjinfo
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/META
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Element_segment.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Element_segment.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Element_segment.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Export.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Export.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Export.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Expression.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Expression.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Expression.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Function.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Function.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Function.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Global.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Global.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Global.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Import.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Import.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Import.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Literal.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Literal.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Literal.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Memory.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Memory.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Memory.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Module.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Module.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Module.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Op.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Op.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Op.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Passes.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Passes.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Passes.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Settings.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Settings.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Settings.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Table.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Table.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Table.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Type.cmi
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Type.cmt
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/binaryen__Type.cmti
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/lib/binaryen/dune-package
prep/universes/450224ce4abd4e8c50633965e63b7523/binaryen/0.19.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c:109898db037c76aad866f238ea8cc04268e18be9c146ff9865291256edc5c289
HASHES:binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523:389ee51be90273b5ba57874d16ff6f5e6ff88679ee74771c709410ba11f820be
2024-01-29 15:56.54 ---> saved as "5119512e1b8e77ebdbae88261868a565d3c52fc4369d5524041ecc9359423434"
Job succeeded
2024-01-29 16:02.21: binaryen.0.19.0-450224ce4abd4e8c50633965e63b7523 -> 389ee51be90273b5ba57874d16ff6f5e6ff88679ee74771c709410ba11f820be
2024-01-29 16:02.21: libbinaryen.109.0.1-8eb578452b9d788ab485d0d7beb08d6c -> 109898db037c76aad866f238ea8cc04268e18be9c146ff9865291256edc5c289
2024-01-29 16:02.22: Job succeeded