Build:
  1. 0
2024-01-29 15:19.03: New job: Voodoo prep binaryen.0.20.0; ae9fc05a9db06c14517e1f63a78d5950
2024-01-29 15:19.03: Waiting for resource in pool OCluster
2024-01-29 18:54.51: Waiting for worker…
2024-01-29 18:55.20: Got resource from pool OCluster
2024-01-29 18:55.20: Using cache hint "docs-universe-prep-5.0.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9)
         (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.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9)
 (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.20.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.110.0.0 js_of_ocaml-compiler.4.1.0 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:ae9fc05a9db06c14517e1f63a78d5950"))
 (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.958512') && (for DATA in prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.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/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.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.0.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:55.20: RETRYING: 2024-01-29/151903-voodoo-prep-b2c29c Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  99% (32364/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9' locally
docker.io/ocaml/opam@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9: Pulling from ocaml/opam
da165ba52e73: Pulling fs layer
da165ba52e73: Verifying Checksum
da165ba52e73: Download complete
da165ba52e73: Pull complete
Digest: sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9
Status: Downloaded newer image for ocaml/opam@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9
2024-01-29 18:50.23 ---> using "8cd023a3ecf43f92171e533444a09f7573fba6d0b858021d48a5fba77bba6809" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:50.23 ---> using "dfc83a58793d97f458ef77bca4911887f57a6dc8f0de35f7c5741204b5e075c7" 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 (660 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 (7568 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:50.23 ---> using "b418a88ab494a50d536e7f07b04cc94272839239412c32ff88e668d51ca14421" 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 18:50.23 ---> using "8c1753ab3f999561386d92d6a545f4d93ce48f261a2e887cd770f6a19d85c2db" from cache

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

(from ocaml/opam:debian-12-ocaml-5.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9' locally
docker.io/ocaml/opam@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9: Pulling from ocaml/opam
da165ba52e73: Pulling fs layer
da165ba52e73: Verifying Checksum
da165ba52e73: Download complete
da165ba52e73: Pull complete
Digest: sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9
Status: Downloaded newer image for ocaml/opam@sha256:4e18d45e7e34fadc756ba6b7062c64d6985bdd562c05ac86f22f246b0829a1f9
2024-01-29 18:50.23 ---> using "8cd023a3ecf43f92171e533444a09f7573fba6d0b858021d48a5fba77bba6809" from cache

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:50.24 ---> using "0c74e47ae39369e4bfa9c29ee0d64fbc7d630132018a9f8279f30a31b4f54877" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:50.24 ---> using "bc45c0c6564184fd7a26b0f1ec8adf1f21201bb323b3a2a4653c0562cfa0536a" 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:50.24 ---> using "b8891f1708379684b929e6bbe29af1bb279c21837add969e371c35849e4c0a25" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:50.24 ---> using "82bf32885ae65ef2a335defc83635dc67f43c034833022368cf1617fb1a3869d" 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 18:50.24 ---> using "321b431f2a8a35bac23179851e2e481f09d9d4250a8d914ad2b5aafafb6d5e45" 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.20.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.110.0.0 js_of_ocaml-compiler.4.1.0 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 (829 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.20.0 yojson.2.1.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 libbinaryen.110.0.0 js_of_ocaml-compiler.4.1.0 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 dune-configurator    3.13.0
  - install ppxlib               0.31.0
  - install libbinaryen          110.0.0
  - install js_of_ocaml-compiler 4.1.0
  - install binaryen             0.20.0
===== 19 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 ... 18743 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/57:
Processing  2/57:
Processing  3/57:
Processing  4/57:
Processing  5/57: [conf-cmake: sh configure.sh]
-> retrieved binaryen.0.20.0  (cached)
Processing  6/57: [conf-cmake: sh configure.sh]
-> retrieved cmdliner.1.2.0  (cached)
Processing  7/57: [conf-cmake: sh configure.sh]
Processing  8/57: [cmdliner: make all] [conf-cmake: sh configure.sh]
-> retrieved cppo.1.6.9  (cached)
Processing  9/57: [cmdliner: make all] [conf-cmake: sh configure.sh]
Processing 10/57: [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/57: [cmdliner: make all] [cppo: dune build]
-> installed conf-cmake.1
Processing 11/57: [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 12/57: [cmdliner: make all] [cppo: dune build]
Processing 13/57: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved js_of_ocaml-compiler.4.1.0  (cached)
Processing 14/57: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 14/57: [cmdliner: make all] [cppo: dune build]
-> installed csexp.1.5.2
Processing 15/57: [cmdliner: make all] [cppo: dune build]
-> retrieved libbinaryen.110.0.0  (cached)
Processing 16/57: [cmdliner: make all] [cppo: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 17/57: [cmdliner: make all] [cppo: dune build]
Processing 18/57: [cmdliner: make all] [cppo: dune build] [dune-configurator: rm]
-> compiled  cppo.1.6.9
Processing 18/57: [cmdliner: make all] [dune-configurator: rm]
-> installed cppo.1.6.9
Processing 19/57: [cmdliner: make all] [dune-configurator: rm]
-> retrieved menhir.20231231  (cached)
Processing 20/57: [cmdliner: make all] [dune-configurator: rm]
-> retrieved menhirCST.20231231  (cached)
Processing 21/57: [cmdliner: make all] [dune-configurator: rm]
Processing 22/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build]
-> retrieved menhirLib.20231231  (cached)
Processing 23/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build]
Processing 24/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20231231  (cached)
Processing 25/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
Processing 26/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 27/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 28/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 29/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 30/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> installed seq.base
Processing 31/57: [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 32/57: [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 33/57: [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/57: [cmdliner: make all] [dune-configurator: 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 34/57: [cmdliner: make all] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 35/57: [cmdliner: make all] [dune-configurator: 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 36/57: [cmdliner: make all] [dune-configurator: 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 37/57: [cmdliner: make all] [dune-configurator: 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 37/57: [cmdliner: make all] [dune-configurator: 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 38/57: [cmdliner: make all] [dune-configurator: 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 38/57: [cmdliner: make all] [dune-configurator: 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 39/57: [cmdliner: make all] [dune-configurator: 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 39/57: [cmdliner: make all] [dune-configurator: 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 40/57: [cmdliner: make all] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  menhirSdk.20231231
Processing 40/57: [cmdliner: make all] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed menhirSdk.20231231
Processing 41/57: [cmdliner: make all] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  sexplib0.v0.16.0
Processing 41/57: [cmdliner: make all] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed sexplib0.v0.16.0
Processing 42/57: [cmdliner: make all] [dune-configurator: 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 42/57: [cmdliner: make all] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed menhirLib.20231231
Processing 43/57: [cmdliner: make all] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
Processing 44/57: [cmdliner: make all] [dune-configurator: 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 44/57: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
Processing 45/57: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 45/57: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  dune-configurator.3.13.0
Processing 45/57: [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  yojson.2.1.2
Processing 45/57: [menhir: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.0/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.0/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.0/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.0/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.0/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.0/lib/cmdliner"
Processing 45/57: [menhir: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.0/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.0/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.0/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 45/57: [menhir: dune build]
-> installed dune-configurator.3.13.0
Processing 46/57: [menhir: dune build]
Processing 47/57: [libbinaryen: dune build] [menhir: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 48/57: [libbinaryen: dune build] [menhir: dune build]
Processing 49/57: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed yojson.2.1.2
Processing 50/57: [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 50/57: [libbinaryen: dune build] [ppxlib: dune build]
-> installed menhir.20231231
Processing 51/57: [libbinaryen: dune build] [ppxlib: dune build]
-> compiled  ppxlib.0.31.0
Processing 51/57: [libbinaryen: dune build]
-> installed ppxlib.0.31.0
Processing 52/57: [libbinaryen: dune build]
Processing 53/57: [js_of_ocaml-compiler: dune build] [libbinaryen: dune build]
- (cd tools/version && /home/opam/.opam/5.0/bin/ocaml -I +compiler-libs /home/opam/.opam/5.0/.opam-switch/build/js_of_ocaml-compiler.4.1.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.4.1.0
Processing 53/57: [libbinaryen: dune build]
-> installed js_of_ocaml-compiler.4.1.0
Processing 54/57: [libbinaryen: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "libbinaryen" "-j" "255" (CWD=/home/opam/.opam/5.0/.opam-switch/build/libbinaryen.110.0.0)
- (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.0/.opam-switch/build/libbinaryen.110.0.0/_build/default/binaryen
- (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4)
- [  0%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asm_v_wasm.cpp.o
- [  0%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.o
- [  0%] Building CXX object src/cfg/CMakeFiles/cfg.dir/Relooper.cpp.o
- [  0%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Binary.cpp.o
- [  1%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ConvertUTF.cpp.o
- [  1%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asmangle.cpp.o
- [  1%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DataExtractor.cpp.o
- [  2%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/shared-constants.cpp.o
- [  3%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Debug.cpp.o
- [  3%] Built target asmjs
- [  4%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/optimizer-shared.cpp.o
- [  4%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DJB.cpp.o
- [  5%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Dwarf.cpp.o
- [  5%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/parser.cpp.o
- [  6%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o
- [  6%] 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
- [  7%] Building CXX object src/passes/CMakeFiles/passes.dir/param-utils.cpp.o
- [  7%] Built target emscripten-optimizer
- [  7%] Building CXX object src/support/CMakeFiles/support.dir/archive.cpp.o
- [  7%] Building CXX object src/ir/CMakeFiles/ir.dir/drop.cpp.o
- [  8%] Building CXX object src/support/CMakeFiles/support.dir/bits.cpp.o
- [  8%] Building CXX object src/support/CMakeFiles/support.dir/colors.cpp.o
- [  9%] Building CXX object src/support/CMakeFiles/support.dir/command-line.cpp.o
- [ 10%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAbbreviationDeclaration.cpp.o
- [ 10%] Building CXX object src/support/CMakeFiles/support.dir/debug.cpp.o
- [ 11%] Building CXX object src/support/CMakeFiles/support.dir/file.cpp.o
- [ 11%] Building CXX object src/support/CMakeFiles/support.dir/path.cpp.o
- [ 11%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAcceleratorTable.cpp.o
- [ 12%] Building CXX object src/ir/CMakeFiles/ir.dir/eh-utils.cpp.o
- [ 13%] Building CXX object src/support/CMakeFiles/support.dir/safe_integer.cpp.o
- [ 14%] Building CXX object src/passes/CMakeFiles/passes.dir/pass.cpp.o
- [ 14%] Building CXX object src/support/CMakeFiles/support.dir/threads.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 third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAddressRange.cpp.o
- [ 16%] Building CXX object src/ir/CMakeFiles/ir.dir/intrinsics.cpp.o
- [ 16%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFCompileUnit.cpp.o
- [ 16%] Building CXX object src/passes/CMakeFiles/passes.dir/test_passes.cpp.o
- [ 17%] Building CXX object src/ir/CMakeFiles/ir.dir/lubs.cpp.o
- [ 18%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFContext.cpp.o
- [ 19%] Building CXX object src/wasm/CMakeFiles/wasm.dir/parsing.cpp.o
- [ 20%] Building CXX object src/passes/CMakeFiles/passes.dir/AlignmentLowering.cpp.o
- [ 20%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm.cpp.o
- [ 20%] Building CXX object src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o
- [ 20%] Building CXX object src/ir/CMakeFiles/ir.dir/memory-utils.cpp.o
- [ 20%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDataExtractor.cpp.o
- [ 21%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAbbrev.cpp.o
- [ 21%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAddr.cpp.o
- [ 22%] Building CXX object src/ir/CMakeFiles/ir.dir/module-utils.cpp.o
- [ 23%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o
- [ 24%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAranges.cpp.o
- [ 24%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugArangeSet.cpp.o
- [ 25%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugFrame.cpp.o
- [ 25%] Building CXX object src/ir/CMakeFiles/ir.dir/names.cpp.o
- [ 26%] Building CXX object src/ir/CMakeFiles/ir.dir/possible-contents.cpp.o
- [ 26%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugInfoEntry.cpp.o
- [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLine.cpp.o
- [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLoc.cpp.o
- [ 28%] Building CXX object src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o
- [ 28%] Building CXX object src/ir/CMakeFiles/ir.dir/properties.cpp.o
- [ 29%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugMacro.cpp.o
- [ 29%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-debug.cpp.o
- [ 29%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugPubTable.cpp.o
- [ 30%] Building CXX object src/ir/CMakeFiles/ir.dir/LocalGraph.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/DWARFDebugRangeList.cpp.o
- [ 31%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugRnglists.cpp.o
- [ 31%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDie.cpp.o
- [ 32%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-emscripten.cpp.o
- [ 32%] Building CXX object src/ir/CMakeFiles/ir.dir/LocalStructuralDominance.cpp.o
- [ 33%] Building CXX object src/passes/CMakeFiles/passes.dir/CodePushing.cpp.o
- [ 33%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-interpreter.cpp.o
- [ 34%] Building CXX object src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o
- [ 35%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFEmitter.cpp.o
- [ 35%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFExpression.cpp.o
- [ 36%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-io.cpp.o
- [ 36%] Building CXX object src/ir/CMakeFiles/ir.dir/stack-utils.cpp.o
- [ 36%] Building CXX object src/passes/CMakeFiles/passes.dir/CodeFolding.cpp.o
- [ 37%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFFormValue.cpp.o
- [ 38%] Building CXX object src/ir/CMakeFiles/ir.dir/table-utils.cpp.o
- [ 38%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-s-parser.cpp.o
- [ 38%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFGdbIndex.cpp.o
- [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFListTable.cpp.o
- [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFTypeUnit.cpp.o
- [ 39%] Building CXX object src/ir/CMakeFiles/ir.dir/type-updating.cpp.o
- [ 40%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnit.cpp.o
- [ 41%] Building CXX object src/passes/CMakeFiles/passes.dir/ConstantFieldPropagation.cpp.o
- [ 41%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnitIndex.cpp.o
- [ 42%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFVerifier.cpp.o
- [ 43%] Building CXX object src/ir/CMakeFiles/ir.dir/module-splitting.cpp.o
- [ 44%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-stack.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/DWARFVisitor.cpp.o
- [ 44%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-type.cpp.o
- [ 44%] Built target ir
- [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFYAML.cpp.o
- [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Error.cpp.o
- [ 46%] Building CXX object src/passes/CMakeFiles/passes.dir/DataFlowOpts.cpp.o
- [ 47%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ErrorHandling.cpp.o
- [ 47%] 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
- [ 48%] 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
- [ 49%] 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
- [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MemoryBuffer.cpp.o
- [ 51%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/NativeFormatting.cpp.o
- [ 51%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ObjectFile.cpp.o
- [ 52%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/obj2yaml_Error.cpp.o
- [ 53%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-validator.cpp.o
- [ 53%] 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
- [ 54%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadArgumentElimination.cpp.o
- [ 54%] 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
- [ 55%] 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
- [ 56%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringMap.cpp.o
- [ 57%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringRef.cpp.o
- [ 57%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SymbolicFile.cpp.o
- [ 58%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Twine.cpp.o
- [ 58%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadCodeElimination.cpp.o
- [ 58%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/UnicodeCaseFold.cpp.o
- [ 59%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/WithColor.cpp.o
- [ 59%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLParser.cpp.o
- [ 60%] Building CXX object src/passes/CMakeFiles/passes.dir/DeAlign.cpp.o
- [ 60%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-lexer.cpp.o
- [ 61%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLTraits.cpp.o
- [ 61%] Building CXX object src/passes/CMakeFiles/passes.dir/DeNaN.cpp.o
- [ 62%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wat-parser.cpp.o
- [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/Directize.cpp.o
- [ 63%] Built target llvm_dwarf
- [ 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%] 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/GUFA.cpp.o
- [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/Heap2Local.cpp.o
- [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/I64ToI32Lowering.cpp.o
- [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/Inlining.cpp.o
- [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentLocals.cpp.o
- [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentMemory.cpp.o
- [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/Intrinsics.cpp.o
- [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/LegalizeJSInterface.cpp.o
- [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/LimitSegments.cpp.o
- [ 72%] Built target wasm
- [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalCSE.cpp.o
- [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalSubtyping.cpp.o
- [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/LogExecution.cpp.o
- [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/LoopInvariantCodeMotion.cpp.o
- [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/Memory64Lowering.cpp.o
- [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/MemoryPacking.cpp.o
- [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeBlocks.cpp.o
- [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeSimilarFunctions.cpp.o
- [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeLocals.cpp.o
- [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/Metrics.cpp.o
- [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/MinifyImportsAndExports.cpp.o
- [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/NameList.cpp.o
- [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/NameTypes.cpp.o
- [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/OnceReduction.cpp.o
- [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeAddedConstants.cpp.o
- [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeInstructions.cpp.o
- [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeForJS.cpp.o
- [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/PickLoadSigns.cpp.o
- [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/Poppify.cpp.o
- [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/PostEmscripten.cpp.o
- [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/Precompute.cpp.o
- [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/Print.cpp.o
- [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintCallGraph.cpp.o
- [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFeatures.cpp.o
- [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFunctionMap.cpp.o
- [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/RoundTrip.cpp.o
- [ 86%] 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
- [ 99%] 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.0/.opam-switch/build/libbinaryen.110.0.0/_build/default/binaryen
- (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4)
- [  0%] Built target cfg
- [  1%] Built target asmjs
- [ 10%] Built target ir
- [ 12%] Built target emscripten-optimizer
- [ 17%] Built target support
- [ 48%] Built target llvm_dwarf
- [ 55%] Built target wasm
- [ 99%] Built target passes
- [ 99%] 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.110.0.0
-> installed libbinaryen.110.0.0
Processing 56/57: [binaryen: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "binaryen" "-j" "255" (CWD=/home/opam/.opam/5.0/.opam-switch/build/binaryen.0.20.0)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/lib/libbinaryen/c -o binaryen_stubs_packed_types.o -c binaryen_stubs_packed_types.c)
- In file included from binaryen_stubs_packed_types.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 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/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 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/lib/libbinaryen/c -o binaryen_stubs_type_system.o -c binaryen_stubs_type_system.c)
- In file included from binaryen_stubs_type_system.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 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/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 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/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 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/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 = {
-       |                                 ^~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -Wall -Wextra -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/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 = {
-       |                                 ^~~~~~~~~~~~
-> compiled  binaryen.0.20.0
-> installed binaryen.0.20.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:55.56 ---> saved as "fb319ae127571100330a0750f0c7460d7c58a5ce93f781aea526f5dcbd0ae855"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u binaryen:ae9fc05a9db06c14517e1f63a78d5950"))
2024-01-29 18:55.58 ---> saved as "3151c28e53dd479b15a3fcf4c24fb0c1a8e0f91639dc7f4e1d67a08f4cfc5631"

/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.958512') && (for DATA in prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.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/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0,binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950,binaryen.0.20.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.958512
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/doc/
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/doc/binaryen/
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/doc/binaryen/CHANGELOG.md
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/doc/binaryen/LICENSE
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/doc/binaryen/README.md
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen.ocamlobjinfo
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/META
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Element_segment.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Element_segment.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Element_segment.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Export.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Export.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Export.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Expression.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Expression.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Expression.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Function.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Function.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Function.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Global.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Global.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Global.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Heap_type.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Heap_type.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Heap_type.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Import.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Import.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Import.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Literal.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Literal.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Literal.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Memory.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Memory.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Memory.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Module.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Module.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Module.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Op.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Op.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Op.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Packed_type.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Packed_type.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Packed_type.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Passes.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Passes.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Passes.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Settings.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Settings.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Settings.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Table.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Table.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Table.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type_system.cmi
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type_system.cmt
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/binaryen__Type_system.cmti
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/lib/binaryen/dune-package
prep/universes/ae9fc05a9db06c14517e1f63a78d5950/binaryen/0.20.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950:63f502030e0a22c574bc815ceda0fabfff055593482f321390e3fd4b545e7998
2024-01-29 18:55.59 ---> saved as "79950a17925b59292513eedd1cea99d7bb9c688ce9619e4dd560b4cccfb8bbd4"
Job succeeded
2024-01-29 19:02.01: binaryen.0.20.0-ae9fc05a9db06c14517e1f63a78d5950 -> 63f502030e0a22c574bc815ceda0fabfff055593482f321390e3fd4b545e7998
2024-01-29 19:02.01: Job succeeded