Build:
- 0
2024-09-12 08:35.53: New job: Voodoo prep binaryen.0.13.0; 4194d55e9f4eaadf6762e62c62a9132f 2024-09-12 08:35.53: Waiting for resource in pool OCluster 2024-09-12 19:46.17: Waiting for worker… 2024-09-12 19:48.13: Got resource from pool OCluster 2024-09-12 19:48.13: Using cache hint "docs-universe-prep-4.13.1" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.13@sha256:41f058bc68c17afb8f8d3a68fbed6b234dbb1f2552b866e5e0677b4015d7cbb3) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")))) (from ocaml/opam:debian-12-ocaml-4.13@sha256:41f058bc68c17afb8f8d3a68fbed6b234dbb1f2552b866e5e0677b4015d7cbb3) (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.16.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.13.0 yojson.2.2.2 uchar.0.0.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 libbinaryen.103.0.1 js_of_ocaml-ppx.3.11.0 js_of_ocaml-compiler.3.11.0 js_of_ocaml.3.11.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-python-3.9.0.0 conf-cmake.1 cmdliner.1.3.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u binaryen:4194d55e9f4eaadf6762e62c62a9132f,libbinaryen:e89733448430337bea9ba8e87a2daa35,js_of_ocaml-ppx:e5c023ca9f42dfbc878d8aadd11fffd9")) (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.369679') && (for DATA in prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.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/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.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 e02e5286a726df2d946d936f0a69edb933ddd988 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.13.1 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:48.13: RETRYING: 2024-09-12/083553-voodoo-prep-04ab95 Number of retries: 0 (retriable error condition) Building on doris.caelum.ci.dev All commits already cached Updating files: 66% (21075/31842) Updating files: 67% (21335/31842) Updating files: 68% (21653/31842) Updating files: 69% (21971/31842) Updating files: 70% (22290/31842) Updating files: 71% (22608/31842) Updating files: 72% (22927/31842) Updating files: 73% (23245/31842) Updating files: 74% (23564/31842) Updating files: 75% (23882/31842) Updating files: 76% (24200/31842) Updating files: 77% (24519/31842) Updating files: 78% (24837/31842) Updating files: 79% (25156/31842) Updating files: 80% (25474/31842) Updating files: 81% (25793/31842) Updating files: 82% (26111/31842) Updating files: 83% (26429/31842) Updating files: 84% (26748/31842) Updating files: 85% (27066/31842) Updating files: 86% (27385/31842) Updating files: 87% (27703/31842) Updating files: 88% (28021/31842) Updating files: 89% (28340/31842) Updating files: 90% (28658/31842) Updating files: 91% (28977/31842) Updating files: 92% (29295/31842) Updating files: 93% (29614/31842) Updating files: 94% (29932/31842) Updating files: 95% (30250/31842) Updating files: 96% (30569/31842) Updating files: 97% (30887/31842) Updating files: 98% (31206/31842) Updating files: 99% (31524/31842) Updating files: 100% (31842/31842) Updating files: 100% (31842/31842), done. HEAD is now at e02e5286a7 Release ppxlib.0.33.0 (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.13@sha256:41f058bc68c17afb8f8d3a68fbed6b234dbb1f2552b866e5e0677b4015d7cbb3) 2024-09-12 19:41.23 ---> using "cbaed1b3b3c9754fb0697fc7eab0f6b36d19637da19e56c59d94909ecfe91840" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:41.23 ---> using "ae9996245459fb6802c9b601487fdb969df2d180fb467e83579d39e3d16d2197" 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 [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (841 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 (7219 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 ... 18733 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+deb12u8) ... 2024-09-12 19:41.23 ---> using "f68c185bf19e9bc42d4f5f9cf1faae17605a66c10eb0d360eb6c8cc12c714698" 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.15.0 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [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 jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.2.1 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.2.1 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.16.0] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.2.1] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.2.1] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] 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.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed bos.0.2.1 -> installed dune.3.16.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.2.1 -> installed opam-format.2.2.1 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:41.23 ---> using "ceb4956f72297842fbf32f6731ee210a58afc3d7cc969815f8f367b181720443" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:41.23 ---> using "07d45cc201804729d4e55718c3a1b8d7249549e67a5f2f096954a281742f93f7" from cache 2024-09-12 19:41.23 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.13@sha256:41f058bc68c17afb8f8d3a68fbed6b234dbb1f2552b866e5e0677b4015d7cbb3) 2024-09-12 19:41.23 ---> using "cbaed1b3b3c9754fb0697fc7eab0f6b36d19637da19e56c59d94909ecfe91840" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:41.23 ---> using "ae9996245459fb6802c9b601487fdb969df2d180fb467e83579d39e3d16d2197" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:41.23 ---> using "d468b0c43733f9b293d6c4b6d6c002a32a87c1822f18562b6a85e806a9e56407" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:41.25 ---> using "abbfab6296e05b09cc288df59bf7417f291773a350db2e858d32808d7efe8833" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:41.25 ---> using "ce45b20f6fba6849e248468bd5c4750ac9361f6e666c737e84e2644f3f3a11ef" 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 development 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-09-12 19:41.25 ---> using "d56bb23a176938ebb68ccde441293d8be9ac4d7b87ffd02b454fff0eaebedf8e" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.13. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.13 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 19:41.25 ---> using "6971030132ca944b43dd8f340fc4f547528b710f0ec6d94379205424330961b8" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:41.25 ---> using "9139ed3e986a80187ed12e39a9e8c43a20df63a40c386ec43903654b3ed6e6d5" 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.16.0")) The following actions will be performed: - install dune 3.16.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.16.0 (cached) -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:41.58 ---> saved as "83521c94a4396b635358ca1b23364731f2e180f0faeefabba9e3eb93da66c582" /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.13.0 yojson.2.2.2 uchar.0.0.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 libbinaryen.103.0.1 js_of_ocaml-ppx.3.11.0 js_of_ocaml-compiler.3.11.0 js_of_ocaml.3.11.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-python-3.9.0.0 conf-cmake.1 cmdliner.1.3.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 [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (888 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.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 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.13.0 yojson.2.2.2 uchar.0.0.2 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 libbinaryen.103.0.1 js_of_ocaml-ppx.3.11.0 js_of_ocaml-compiler.3.11.0 js_of_ocaml.3.11.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 conf-python-3.9.0.0 conf-cmake.1 cmdliner.1.3.0" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: cmake python3 [NOTE] Package dune is already installed (current version is 3.16.0). The following actions will be performed: - install conf-python-3 9.0.0 - install ppx_derivers 1.2.1 - install ocamlbuild 0.15.0 - install menhirSdk 20211128 - install cmdliner 1.3.0 - install seq base - install csexp 1.5.2 - install ocaml-compiler-libs v0.12.4 - install menhirLib 20211128 - install conf-cmake 1 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install uchar 0.0.2 - install yojson 2.2.2 - install dune-configurator 3.16.0 - install menhir 20211128 - install ppxlib 0.33.0 - install libbinaryen 103.0.1 - install js_of_ocaml-compiler 3.11.0 - install js_of_ocaml 3.11.0 - install js_of_ocaml-ppx 3.11.0 - install binaryen 0.13.0 ===== 22 to install ===== The following system packages will first need to be installed: cmake python3 <><> 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" "python3" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.11-minimal: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 ... 18733 files and directories currently installed.) - Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u3_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u3) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u3_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u3) ... - Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u3) ... - Setting up python3.11-minimal (3.11.2-6+deb12u3) ... - Selecting previously unselected package python3-minimal. - (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 ... 19040 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:amd64. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u3_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u3) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u3_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u3) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (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 ... 19450 files and directories currently installed.) - Preparing to unpack .../0-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../1-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../2-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 .../3-libarchive13_3.6.2-1+deb12u1_amd64.deb ... - Unpacking libarchive13:amd64 (3.6.2-1+deb12u1) ... - Selecting previously unselected package libjsoncpp25:amd64. - Preparing to unpack .../4-libjsoncpp25_1.9.5-4_amd64.deb ... - Unpacking libjsoncpp25:amd64 (1.9.5-4) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../5-librhash0_1.4.3-3_amd64.deb ... - Unpacking librhash0:amd64 (1.4.3-3) ... - Selecting previously unselected package libuv1:amd64. - Preparing to unpack .../6-libuv1_1.44.2-1+deb12u1_amd64.deb ... - Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../7-cmake-data_3.25.1-1_all.deb ... - Unpacking cmake-data (3.25.1-1) ... - Selecting previously unselected package cmake. - Preparing to unpack .../8-cmake_3.25.1-1_amd64.deb ... - Unpacking cmake (3.25.1-1) ... - Setting up media-types (10.0.0) ... - Setting up libicu72:amd64 (72.1-3) ... - Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u3) ... - Setting up libuv1:amd64 (1.44.2-1+deb12u1) ... - 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 libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up python3.11 (3.11.2-6+deb12u3) ... - Setting up libarchive13:amd64 (3.6.2-1+deb12u1) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up cmake (3.25.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/66: [binaryen.0.13.0: http] Processing 2/66: [binaryen.0.13.0: http] -> retrieved conf-cmake.1 (cached) Processing 3/66: [binaryen.0.13.0: http] -> retrieved conf-python-3.9.0.0 (cached) Processing 4/66: [binaryen.0.13.0: http] Processing 5/66: [binaryen.0.13.0: http] Processing 6/66: [binaryen.0.13.0: http] [conf-cmake: sh configure.sh] Processing 7/66: [binaryen.0.13.0: http] [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] Processing 7/66: [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] -> retrieved cmdliner.1.3.0 (cached) Processing 8/66: [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] Processing 9/66: [cmdliner: make all] [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] -> retrieved csexp.1.5.2 (cached) Processing 10/66: [cmdliner: make all] [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] Processing 11/66: [cmdliner: make all] [conf-cmake: sh configure.sh] [conf-python-3: python3 test.py] [csexp: dune build] - + command -v cmake3 - + command -v cmake - /usr/bin/cmake - + cmake_cmd=cmake - + echo cmd: "cmake" -> compiled conf-cmake.1 Processing 11/66: [cmdliner: make all] [conf-python-3: python3 test.py] [csexp: dune build] -> installed conf-cmake.1 Processing 12/66: [cmdliner: make all] [conf-python-3: python3 test.py] [csexp: dune build] - python-3 OK -> compiled conf-python-3.9.0.0 Processing 12/66: [cmdliner: make all] [csexp: dune build] -> installed conf-python-3.9.0.0 Processing 13/66: [cmdliner: make all] [csexp: dune build] -> retrieved binaryen.0.13.0 (https://github.com/grain-lang/binaryen.ml/releases/download/v0.13.0/binaryen-archive-v0.13.0.tar.gz) Processing 14/66: [cmdliner: make all] [csexp: dune build] -> retrieved js_of_ocaml.3.11.0 (cached) Processing 15/66: [cmdliner: make all] [csexp: dune build] -> compiled csexp.1.5.2 Processing 15/66: [cmdliner: make all] -> installed csexp.1.5.2 Processing 16/66: [cmdliner: make all] -> retrieved js_of_ocaml-compiler.3.11.0 (cached) Processing 17/66: [cmdliner: make all] -> retrieved js_of_ocaml-ppx.3.11.0 (cached) Processing 18/66: [cmdliner: make all] -> retrieved dune-configurator.3.16.0 (cached) Processing 19/66: [cmdliner: make all] Processing 20/66: [cmdliner: make all] [dune-configurator: rm] -> retrieved libbinaryen.103.0.1 (cached) Processing 21/66: [cmdliner: make all] [dune-configurator: rm] -> retrieved menhir.20211128 (cached) Processing 22/66: [cmdliner: make all] [dune-configurator: rm] -> retrieved menhirLib.20211128 (cached) Processing 23/66: [cmdliner: make all] [dune-configurator: rm] Processing 24/66: [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] - ocaml build.ml cma - ocaml build.ml cmxa - ocaml build.ml cmxs -> compiled cmdliner.1.3.0 Processing 24/66: [dune-configurator: rm] [menhirLib: dune build] Processing 25/66: [dune-configurator: rm] [menhirLib: dune build] [cmdliner: make install] -> retrieved menhirSdk.20211128 (cached) Processing 26/66: [dune-configurator: rm] [menhirLib: dune build] [cmdliner: make install] Processing 27/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install] -> retrieved ocaml-compiler-libs.v0.12.4 (cached) Processing 28/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install] Processing 29/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [cmdliner: make install] -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved seq.base (cached) Processing 30/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [cmdliner: make install] Processing 31/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [cmdliner: make install] Processing 32/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install] Processing 33/66: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install] - (cd _build/default/lib/pack && ./pack.exe) - Creating menhirLib.ml... - Creating menhirLib.mli... -> compiled menhirLib.20211128 Processing 33/66: [dune-configurator: rm] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install] - install -d "/home/opam/.opam/4.13/lib/cmdliner" - install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.13/lib/cmdliner" - install cmdliner.opam "/home/opam/.opam/4.13/lib/cmdliner/opam" - install _build/cmdliner.cma "/home/opam/.opam/4.13/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/4.13/lib/cmdliner" - install _build/cmdliner.cmxs "/home/opam/.opam/4.13/lib/cmdliner" Processing 33/66: [dune-configurator: rm] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install-doc] Processing 33/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install-doc] -> retrieved ppx_derivers.1.2.1 (cached) Processing 34/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [cmdliner: make install-doc] Processing 35/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [cmdliner: make install-doc] -> retrieved sexplib0.v0.16.0 (cached) Processing 36/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [cmdliner: make install-doc] Processing 37/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [sexplib0: dune build] [cmdliner: make install-doc] -> retrieved ppxlib.0.33.0 (cached) Processing 38/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build] [sexplib0: dune build] [cmdliner: make install-doc] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.13/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.13/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.13/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/home/opam/.opam/4.13"; \ - echo "BINDIR=/home/opam/.opam/4.13/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.13/lib"; \ - echo "MANDIR=/home/opam/.opam/4.13/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/4.13/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/4.13/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/4.13/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/4.13/lib|}'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.15.0"'; \ - ) > src/ocamlbuild_config.ml Processing 38/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] [cmdliner: make install-doc] - install -d "/home/opam/.opam/4.13/doc/cmdliner/odoc-pages" - install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.13/doc/cmdliner" - install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \ - doc/tool_man.mld "/home/opam/.opam/4.13/doc/cmdliner/odoc-pages" -> installed cmdliner.1.3.0 Processing 38/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] -> installed menhirLib.20211128 Processing 39/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] -> installed seq.base Processing 40/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] -> retrieved stdlib-shims.0.3.0 (cached) Processing 41/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] -> retrieved uchar.0.0.2 (cached) -> retrieved yojson.2.2.2 (cached) Processing 42/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] -> compiled ppx_derivers.1.2.1 Processing 42/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] -> installed ppx_derivers.1.2.1 Processing 43/66: [dune-configurator: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] -> compiled menhirSdk.20211128 Processing 43/66: [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] -> installed menhirSdk.20211128 Processing 44/66: [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] Processing 45/66: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] -> compiled stdlib-shims.0.3.0 Processing 45/66: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] -> installed stdlib-shims.0.3.0 Processing 46/66: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [yojson: dune build] -> compiled sexplib0.v0.16.0 Processing 46/66: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] -> installed sexplib0.v0.16.0 Processing 47/66: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] -> compiled ocaml-compiler-libs.v0.12.4 Processing 47/66: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] -> installed ocaml-compiler-libs.v0.12.4 Processing 48/66: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [yojson: dune build] Processing 49/66: [dune-configurator: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> compiled dune-configurator.3.16.0 Processing 49/66: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> installed dune-configurator.3.16.0 Processing 50/66: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] Processing 51/66: [libbinaryen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [yojson: dune build] -> compiled yojson.2.2.2 Processing 51/66: [libbinaryen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] -> installed yojson.2.2.2 Processing 52/66: [libbinaryen: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] - if test -d /home/opam/.opam/4.13/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.13/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 235 states, 1033 transitions, table size 5542 bytes - 4238 additional bytes used for bindings - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - /usr/bin/make ocamlbuild.install - make[1]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' - make[1]: Leaving directory '/home/opam/.opam/4.13/.opam-switch/build/ocamlbuild.0.15.0' -> compiled ocamlbuild.0.15.0 Processing 52/66: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build] -> installed ocamlbuild.0.15.0 Processing 53/66: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build] Processing 54/66: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build] [uchar: ocaml] -> compiled uchar.0.0.2 Processing 54/66: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build] -> installed uchar.0.0.2 Processing 55/66: [libbinaryen: dune build] [menhir: dune build] [ppxlib: dune build] - (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check - Read 101 sample input sentences and 101 error messages. - Read 101 sample input sentences and 48 error messages. - (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --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 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - The construction mode is no-pager. - Built an LR(1) automaton with 298 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 40 states. - Priority played a role in 0 of these states. - 152 out of 298 states have a default reduction. - The action table is 11324 entries; 1610 non-zero; 1359 compressed. - The action table occupies roughly 2816 bytes. - The goto table is 16986 entries; 329 non-zero; 636 compressed. - The goto table occupies roughly 1368 bytes. - The error table occupies roughly 1448 bytes. - The default_reduction table occupies roughly 336 bytes. - The lhs table occupies roughly 168 bytes. - The trace table occupies roughly 8 bytes. - (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml - Read 101 sample input sentences and 48 error messages. -> compiled menhir.20211128 Processing 55/66: [libbinaryen: dune build] [ppxlib: dune build] -> installed menhir.20211128 Processing 56/66: [libbinaryen: dune build] [ppxlib: dune build] -> compiled ppxlib.0.33.0 Processing 56/66: [libbinaryen: dune build] -> installed ppxlib.0.33.0 Processing 57/66: [libbinaryen: dune build] Processing 58/66: [js_of_ocaml-compiler: dune build] [libbinaryen: dune build] - (cd tools/version && /home/opam/.opam/4.13/bin/ocaml -I +compiler-libs /home/opam/.opam/4.13/.opam-switch/build/js_of_ocaml-compiler.3.11.0/_build/.dune/default/tools/version/dune.ml) - fatal: not a git repository (or any of the parent directories): .git - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-jsoo_minify/.jsoo_minify.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_minify/.jsoo_minify.eobjs/byte/dune__exe__Cmd_arg.cmi -c -intf compiler/bin-jsoo_minify/cmd_arg.mli) - File "compiler/bin-jsoo_minify/cmd_arg.mli", line 30, characters 11-29: - 30 | val info : Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-jsoo_link/.jsoo_link.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_link/.jsoo_link.eobjs/byte/dune__exe__Cmd_arg.cmo -c -impl compiler/bin-jsoo_link/cmd_arg.ml) - File "compiler/bin-jsoo_link/cmd_arg.ml", line 89, characters 6-10: - 89 | pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_link/cmd_arg.ml", line 128, characters 2-11: - 128 | Term.info "js_of_ocaml" ~version ~doc ~man - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -g -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Jsoo_cmdline__ -o compiler/lib-cmdline/.jsoo_cmdline.objs/native/jsoo_cmdline__Arg.cmx -c -impl compiler/lib-cmdline/arg.ml) - File "compiler/lib-cmdline/arg.ml", line 42, characters 8-12: - 42 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/lib-cmdline/arg.ml", line 50, characters 8-12: - 50 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/lib-cmdline/arg.ml", line 58, characters 8-12: - 58 | Term.(pure List.flatten $ arg) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/lib-cmdline/arg.ml", line 85, characters 4-8: - 85 | pure (fun debug enable disable pretty debuginfo noinline quiet c_header -> - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-jsoo_minify/.jsoo_minify.eobjs/byte -I compiler/bin-jsoo_minify/.jsoo_minify.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_minify/.jsoo_minify.eobjs/native/dune__exe__Cmd_arg.cmx -c -impl compiler/bin-jsoo_minify/cmd_arg.ml) - File "compiler/bin-jsoo_minify/cmd_arg.ml", line 45, characters 16-20: - 45 | let t = Term.(pure build_t $ Jsoo_cmdline.Arg.t $ files $ output_file $ use_stdin) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_minify/cmd_arg.ml", line 75, characters 2-11: - 75 | Term.info "jsoo_minify" ~version ~doc ~man - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-jsoo_link/.jsoo_link.eobjs/byte -I compiler/bin-jsoo_link/.jsoo_link.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_link/.jsoo_link.eobjs/native/dune__exe__Cmd_arg.cmx -c -impl compiler/bin-jsoo_link/cmd_arg.ml) - File "compiler/bin-jsoo_link/cmd_arg.ml", line 89, characters 6-10: - 89 | pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_link/cmd_arg.ml", line 128, characters 2-11: - 128 | Term.info "js_of_ocaml" ~version ~doc ~man - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-jsoo_fs/.jsoo_fs.eobjs/byte -I compiler/bin-jsoo_fs/.jsoo_fs.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -o compiler/bin-jsoo_fs/.jsoo_fs.eobjs/native/dune__exe__Jsoo_fs.cmx -c -impl compiler/bin-jsoo_fs/jsoo_fs.ml) - File "compiler/bin-jsoo_fs/jsoo_fs.ml", line 44, characters 4-8: - 44 | pure (fun files output_file include_dirs -> { files; output_file; include_dirs }) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_fs/jsoo_fs.ml", line 74, characters 2-11: - 74 | Term.info "jsoo_fs" ~doc ~man ~version - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "compiler/bin-jsoo_fs/jsoo_fs.ml", line 110, characters 26-30: - 110 | let main = Cmdliner.Term.(pure f $ options), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_fs/jsoo_fs.ml", line 115, characters 4-22: - 115 | Cmdliner.Term.eval - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-jsoo_link/.jsoo_link.eobjs/byte -I compiler/bin-jsoo_link/.jsoo_link.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_link/.jsoo_link.eobjs/native/dune__exe__Jsoo_link.cmx -c -impl compiler/bin-jsoo_link/jsoo_link.ml) - File "compiler/bin-jsoo_link/jsoo_link.ml", line 32, characters 26-30: - 32 | let main = Cmdliner.Term.(pure f $ Cmd_arg.options), Cmd_arg.info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_link/jsoo_link.ml", line 37, characters 4-22: - 37 | Cmdliner.Term.eval - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-jsoo_minify/.jsoo_minify.eobjs/byte -I compiler/bin-jsoo_minify/.jsoo_minify.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-jsoo_minify/.jsoo_minify.eobjs/native/dune__exe__Jsoo_minify.cmx -c -impl compiler/bin-jsoo_minify/jsoo_minify.ml) - File "compiler/bin-jsoo_minify/jsoo_minify.ml", line 95, characters 26-30: - 95 | let main = Cmdliner.Term.(pure f $ Cmd_arg.options), Cmd_arg.info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-jsoo_minify/jsoo_minify.ml", line 100, characters 4-22: - 100 | Cmdliner.Term.eval - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Info.cmi -c -intf compiler/bin-js_of_ocaml/info.mli) - File "compiler/bin-js_of_ocaml/info.mli", line 20, characters 62-80: - 20 | val make : name:string -> doc:string -> description:string -> Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Build_fs.cmi -c -intf compiler/bin-js_of_ocaml/build_fs.mli) - File "compiler/bin-js_of_ocaml/build_fs.mli", line 20, characters 37-55: - 20 | val command : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Build_runtime.cmi -c -intf compiler/bin-js_of_ocaml/build_runtime.mli) - File "compiler/bin-js_of_ocaml/build_runtime.mli", line 20, characters 37-55: - 20 | val command : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Link.cmi -c -intf compiler/bin-js_of_ocaml/link.mli) - File "compiler/bin-js_of_ocaml/link.mli", line 20, characters 37-55: - 20 | val command : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Print_runtime.cmi -c -intf compiler/bin-js_of_ocaml/print_runtime.mli) - File "compiler/bin-js_of_ocaml/print_runtime.mli", line 20, characters 37-55: - 20 | val command : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Compile.cmi -c -intf compiler/bin-js_of_ocaml/compile.mli) - File "compiler/bin-js_of_ocaml/compile.mli", line 21, characters 37-55: - 21 | val command : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "compiler/bin-js_of_ocaml/compile.mli", line 23, characters 42-60: - 23 | val command_main : unit Cmdliner.Term.t * Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/byte -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte/dune__exe__Check_runtime.cmo -c -impl compiler/bin-js_of_ocaml/check_runtime.ml) - File "compiler/bin-js_of_ocaml/check_runtime.ml", line 140, characters 16-20: - 140 | let t = Term.(pure build_t $ files) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/check_runtime.ml", line 149, characters 29-33: - 149 | let command = Cmdliner.Term.(pure f $ options), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Info.cmx -c -impl compiler/bin-js_of_ocaml/info.ml) - File "compiler/bin-js_of_ocaml/info.ml", line 49, characters 2-11: - 49 | Term.info name ~version ~doc ~man - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Print_runtime.cmx -c -impl compiler/bin-js_of_ocaml/print_runtime.ml) - File "compiler/bin-js_of_ocaml/print_runtime.ml", line 38, characters 29-33: - 38 | let command = Cmdliner.Term.(pure f $ pure ()), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/print_runtime.ml", line 38, characters 38-42: - 38 | let command = Cmdliner.Term.(pure f $ pure ()), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Build_fs.cmx -c -impl compiler/bin-js_of_ocaml/build_fs.ml) - File "compiler/bin-js_of_ocaml/build_fs.ml", line 44, characters 4-8: - 44 | pure (fun files output_file include_dirs -> { files; output_file; include_dirs }) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/build_fs.ml", line 90, characters 29-33: - 90 | let command = Cmdliner.Term.(pure f $ options), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Link.cmx -c -impl compiler/bin-js_of_ocaml/link.ml) - File "compiler/bin-js_of_ocaml/link.ml", line 89, characters 6-10: - 89 | pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/link.ml", line 116, characters 29-33: - 116 | let command = Cmdliner.Term.(pure f $ options), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Check_runtime.cmx -c -impl compiler/bin-js_of_ocaml/check_runtime.ml) - File "compiler/bin-js_of_ocaml/check_runtime.ml", line 140, characters 16-20: - 140 | let t = Term.(pure build_t $ files) in - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/check_runtime.ml", line 149, characters 29-33: - 149 | let command = Cmdliner.Term.(pure f $ options), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Cmd_arg.cmx -c -impl compiler/bin-js_of_ocaml/cmd_arg.ml) - File "compiler/bin-js_of_ocaml/cmd_arg.ml", line 305, characters 6-10: - 305 | pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/cmd_arg.ml", line 519, characters 6-10: - 519 | pure build_t - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Compile.cmx -c -impl compiler/bin-js_of_ocaml/compile.ml) - File "compiler/bin-js_of_ocaml/compile.ml", line 299, characters 34-38: - 299 | let command_main = Cmdliner.Term.(pure run $ Cmd_arg.options), info "js_of_ocaml" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "compiler/bin-js_of_ocaml/compile.ml", line 301, characters 29-33: - 301 | let command = Cmdliner.Term.(pure run $ Cmd_arg.options), info "compile" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Build_runtime.cmx -c -impl compiler/bin-js_of_ocaml/build_runtime.ml) - File "compiler/bin-js_of_ocaml/build_runtime.ml", line 31, characters 29-33: - 31 | let command = Cmdliner.Term.(pure Compile.run $ Cmd_arg.options_runtime_only), info - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w -40 -safe-string -g -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/byte -I compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/menhirLib -I /home/opam/.opam/4.13/lib/ocaml/compiler-libs -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/yojson -I compiler/lib-cmdline/.jsoo_cmdline.objs/byte -I compiler/lib-cmdline/.jsoo_cmdline.objs/native -I compiler/lib-runtime/.jsoo_runtime.objs/byte -I compiler/lib-runtime/.jsoo_runtime.objs/native -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o compiler/bin-js_of_ocaml/.js_of_ocaml.eobjs/native/dune__exe__Js_of_ocaml.cmx -c -impl compiler/bin-js_of_ocaml/js_of_ocaml.ml) - File "compiler/bin-js_of_ocaml/js_of_ocaml.ml", line 44, characters 20-38: - 44 | (exe :: Cmdliner.Term.name (snd Compile.command) :: maybe_command :: rest) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.name - Use Cmd.name instead. - File "compiler/bin-js_of_ocaml/js_of_ocaml.ml", line 48, characters 4-29: - 48 | Cmdliner.Term.eval_choice - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. -> compiled js_of_ocaml-compiler.3.11.0 Processing 58/66: [libbinaryen: dune build] -> installed js_of_ocaml-compiler.3.11.0 Processing 59/66: [libbinaryen: dune build] Processing 60/66: [js_of_ocaml: dune build] [libbinaryen: dune build] - (cd tools/version && /home/opam/.opam/4.13/bin/ocaml -I +compiler-libs /home/opam/.opam/4.13/.opam-switch/build/js_of_ocaml.3.11.0/_build/.dune/default/tools/version/dune.ml) - fatal: not a git repository (or any of the parent directories): .git -> compiled js_of_ocaml.3.11.0 Processing 60/66: [libbinaryen: dune build] -> installed js_of_ocaml.3.11.0 Processing 61/66: [libbinaryen: dune build] Processing 62/66: [js_of_ocaml-ppx: dune build] [libbinaryen: dune build] - (cd tools/version && /home/opam/.opam/4.13/bin/ocaml -I +compiler-libs /home/opam/.opam/4.13/.opam-switch/build/js_of_ocaml-ppx.3.11.0/_build/.dune/default/tools/version/dune.ml) - fatal: not a git repository (or any of the parent directories): .git -> compiled js_of_ocaml-ppx.3.11.0 Processing 62/66: [libbinaryen: dune build] -> installed js_of_ocaml-ppx.3.11.0 Processing 63/66: [libbinaryen: dune build] + /home/opam/.opam/4.13/bin/dune "build" "-p" "libbinaryen" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libbinaryen.103.0.1) - (cd _build/default && /usr/bin/cmake -S binaryen -B binaryen -G 'Unix Makefiles' -DCMAKE_CXX_FLAGS=-Wno-unused-variable -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 -std=c++17 - -- 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 - -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.11.2", minimum required is "3.5") - -- Building libbinaryen as shared library. - -- Configuring done - -- Generating done - -- Build files have been written to: /home/opam/.opam/4.13/.opam-switch/build/libbinaryen.103.0.1/_build/default/binaryen - (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4) - [ 0%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.o - [ 0%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asm_v_wasm.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 third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DataExtractor.cpp.o - [ 1%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asmangle.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%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DJB.cpp.o - [ 3%] Built target asmjs - [ 4%] 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/Dwarf.cpp.o - [ 5%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o - [ 5%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/parser.cpp.o - [ 5%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/dwarf2yaml.cpp.o - [ 6%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/simple_ast.cpp.o - [ 6%] Built target cfg - [ 7%] Generating WasmIntrinsics.cpp - [ 7%] Building CXX object src/passes/CMakeFiles/passes.dir/pass.cpp.o - [ 7%] 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 - [ 9%] Building CXX object src/support/CMakeFiles/support.dir/bits.cpp.o - [ 9%] Building CXX object src/support/CMakeFiles/support.dir/colors.cpp.o - [ 10%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAbbreviationDeclaration.cpp.o - [ 11%] Building CXX object src/support/CMakeFiles/support.dir/command-line.cpp.o - [ 11%] Building CXX object src/support/CMakeFiles/support.dir/debug.cpp.o - [ 11%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAcceleratorTable.cpp.o - [ 12%] Building CXX object src/support/CMakeFiles/support.dir/file.cpp.o - [ 12%] Building CXX object src/ir/CMakeFiles/ir.dir/intrinsics.cpp.o - [ 12%] Building CXX object src/support/CMakeFiles/support.dir/path.cpp.o - [ 13%] Building CXX object src/passes/CMakeFiles/passes.dir/test_passes.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 - [ 15%] Building CXX object src/ir/CMakeFiles/ir.dir/names.cpp.o - [ 16%] Building CXX object src/support/CMakeFiles/support.dir/utilities.cpp.o - [ 16%] Built target support - [ 16%] Building CXX object src/wasm/CMakeFiles/wasm.dir/literal.cpp.o - [ 16%] Building CXX object src/passes/CMakeFiles/passes.dir/AlignmentLowering.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/properties.cpp.o - [ 17%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFCompileUnit.cpp.o - [ 18%] Building CXX object src/ir/CMakeFiles/ir.dir/LocalGraph.cpp.o - [ 18%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFContext.cpp.o - [ 19%] Building CXX object src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o - [ 19%] Building CXX object src/wasm/CMakeFiles/wasm.dir/parsing.cpp.o - [ 19%] Building CXX object src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o - [ 20%] 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 - [ 21%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAbbrev.cpp.o - [ 22%] Building CXX object src/ir/CMakeFiles/ir.dir/stack-utils.cpp.o - [ 23%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAddr.cpp.o - [ 23%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugAranges.cpp.o - [ 23%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o - [ 23%] Building CXX object src/ir/CMakeFiles/ir.dir/table-utils.cpp.o - [ 24%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugArangeSet.cpp.o - [ 24%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugFrame.cpp.o - [ 25%] Building CXX object src/ir/CMakeFiles/ir.dir/type-updating.cpp.o - [ 26%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugInfoEntry.cpp.o - [ 26%] Building CXX object src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o - [ 26%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLine.cpp.o - [ 26%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugLoc.cpp.o - [ 26%] Building CXX object src/passes/CMakeFiles/passes.dir/CoalesceLocals.cpp.o - [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugMacro.cpp.o - [ 27%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugPubTable.cpp.o - [ 27%] Building CXX object src/ir/CMakeFiles/ir.dir/module-splitting.cpp.o - [ 28%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-debug.cpp.o - [ 29%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFDebugRangeList.cpp.o - [ 30%] Building CXX object src/passes/CMakeFiles/passes.dir/CodePushing.cpp.o - [ 30%] 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 - [ 31%] Built target ir - [ 31%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFEmitter.cpp.o - [ 31%] Building CXX object src/passes/CMakeFiles/passes.dir/CodeFolding.cpp.o - [ 31%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-emscripten.cpp.o - [ 32%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFExpression.cpp.o - [ 32%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFFormValue.cpp.o - [ 32%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFGdbIndex.cpp.o - [ 33%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFListTable.cpp.o - [ 33%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFTypeUnit.cpp.o - [ 34%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnit.cpp.o - [ 34%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFUnitIndex.cpp.o - [ 35%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFVerifier.cpp.o - [ 36%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-interpreter.cpp.o - [ 37%] Building CXX object src/passes/CMakeFiles/passes.dir/ConstantFieldPropagation.cpp.o - [ 37%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFVisitor.cpp.o - [ 38%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFYAML.cpp.o - [ 38%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-io.cpp.o - [ 38%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Error.cpp.o - [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ErrorHandling.cpp.o - [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/FormatVariadic.cpp.o - [ 39%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Hashing.cpp.o - [ 40%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-s-parser.cpp.o - [ 41%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/LEB128.cpp.o - [ 41%] Building CXX object src/passes/CMakeFiles/passes.dir/ConstHoisting.cpp.o - [ 41%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/LineIterator.cpp.o - [ 42%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MCRegisterInfo.cpp.o - [ 42%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MD5.cpp.o - [ 43%] Building CXX object src/passes/CMakeFiles/passes.dir/DataFlowOpts.cpp.o - [ 44%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/MemoryBuffer.cpp.o - [ 44%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/NativeFormatting.cpp.o - [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ObjectFile.cpp.o - [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/obj2yaml_Error.cpp.o - [ 45%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Optional.cpp.o - [ 46%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Path.cpp.o - [ 46%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/raw_ostream.cpp.o - [ 47%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ScopedPrinter.cpp.o - [ 47%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SmallVector.cpp.o - [ 48%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SourceMgr.cpp.o - [ 48%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringMap.cpp.o - [ 49%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/StringRef.cpp.o - [ 49%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/SymbolicFile.cpp.o - [ 49%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadArgumentElimination.cpp.o - [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Twine.cpp.o - [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/UnicodeCaseFold.cpp.o - [ 50%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/WithColor.cpp.o - [ 51%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLParser.cpp.o - [ 51%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-stack.cpp.o - [ 52%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-type.cpp.o - [ 52%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/YAMLTraits.cpp.o - [ 52%] Built target llvm_dwarf - [ 53%] Building CXX object src/passes/CMakeFiles/passes.dir/DeadCodeElimination.cpp.o - [ 53%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-validator.cpp.o - [ 53%] Building CXX object src/passes/CMakeFiles/passes.dir/DeAlign.cpp.o - [ 54%] Building CXX object src/passes/CMakeFiles/passes.dir/DeNaN.cpp.o - [ 54%] Building CXX object src/passes/CMakeFiles/passes.dir/Directize.cpp.o - [ 54%] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateImportElimination.cpp.o - [ 55%] Building CXX object src/passes/CMakeFiles/passes.dir/DuplicateFunctionElimination.cpp.o - [ 55%] Building CXX object src/passes/CMakeFiles/passes.dir/DWARF.cpp.o - [ 55%] Built target wasm - [ 56%] Building CXX object src/passes/CMakeFiles/passes.dir/ExtractFunction.cpp.o - [ 56%] Building CXX object src/passes/CMakeFiles/passes.dir/Flatten.cpp.o - [ 57%] Building CXX object src/passes/CMakeFiles/passes.dir/FuncCastEmulation.cpp.o - [ 57%] Building CXX object src/passes/CMakeFiles/passes.dir/GenerateDynCalls.cpp.o - [ 58%] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalRefining.cpp.o - [ 58%] Building CXX object src/passes/CMakeFiles/passes.dir/GlobalTypeOptimization.cpp.o - [ 59%] Building CXX object src/passes/CMakeFiles/passes.dir/Heap2Local.cpp.o - [ 59%] Building CXX object src/passes/CMakeFiles/passes.dir/I64ToI32Lowering.cpp.o - [ 59%] Building CXX object src/passes/CMakeFiles/passes.dir/Inlining.cpp.o - [ 60%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentLocals.cpp.o - [ 60%] Building CXX object src/passes/CMakeFiles/passes.dir/InstrumentMemory.cpp.o - [ 61%] Building CXX object src/passes/CMakeFiles/passes.dir/Intrinsics.cpp.o - [ 61%] Building CXX object src/passes/CMakeFiles/passes.dir/LegalizeJSInterface.cpp.o - [ 62%] Building CXX object src/passes/CMakeFiles/passes.dir/LimitSegments.cpp.o - [ 62%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalCSE.cpp.o - [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/LocalSubtyping.cpp.o - [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/LogExecution.cpp.o - [ 63%] Building CXX object src/passes/CMakeFiles/passes.dir/LoopInvariantCodeMotion.cpp.o - [ 64%] Building CXX object src/passes/CMakeFiles/passes.dir/Memory64Lowering.cpp.o - [ 64%] Building CXX object src/passes/CMakeFiles/passes.dir/MemoryPacking.cpp.o - [ 65%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeBlocks.cpp.o - [ 65%] Building CXX object src/passes/CMakeFiles/passes.dir/MergeLocals.cpp.o - [ 66%] Building CXX object src/passes/CMakeFiles/passes.dir/Metrics.cpp.o - [ 66%] Building CXX object src/passes/CMakeFiles/passes.dir/MinifyImportsAndExports.cpp.o - [ 67%] Building CXX object src/passes/CMakeFiles/passes.dir/NameList.cpp.o - [ 67%] Building CXX object src/passes/CMakeFiles/passes.dir/NameTypes.cpp.o - [ 68%] Building CXX object src/passes/CMakeFiles/passes.dir/NoExitRuntime.cpp.o - [ 68%] Building CXX object src/passes/CMakeFiles/passes.dir/OnceReduction.cpp.o - [ 68%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeAddedConstants.cpp.o - [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeInstructions.cpp.o - [ 69%] Building CXX object src/passes/CMakeFiles/passes.dir/OptimizeForJS.cpp.o - [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/PickLoadSigns.cpp.o - [ 70%] Building CXX object src/passes/CMakeFiles/passes.dir/Poppify.cpp.o - [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/PostEmscripten.cpp.o - [ 71%] Building CXX object src/passes/CMakeFiles/passes.dir/Precompute.cpp.o - [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/Print.cpp.o - [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintCallGraph.cpp.o - [ 72%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFeatures.cpp.o - [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/PrintFunctionMap.cpp.o - [ 73%] Building CXX object src/passes/CMakeFiles/passes.dir/RoundTrip.cpp.o - [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/SetGlobals.cpp.o - [ 74%] Building CXX object src/passes/CMakeFiles/passes.dir/StackIR.cpp.o - [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/SignatureRefining.cpp.o - [ 75%] Building CXX object src/passes/CMakeFiles/passes.dir/Strip.cpp.o - [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/StripTargetFeatures.cpp.o - [ 76%] Building CXX object src/passes/CMakeFiles/passes.dir/RedundantSetElimination.cpp.o - [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveImports.cpp.o - [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveMemory.cpp.o - [ 77%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveNonJSOps.cpp.o - [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedBrs.cpp.o - [ 78%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedNames.cpp.o - [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/RemoveUnusedModuleElements.cpp.o - [ 79%] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderLocals.cpp.o - [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/ReorderFunctions.cpp.o - [ 80%] Building CXX object src/passes/CMakeFiles/passes.dir/ReReloop.cpp.o - [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/TrapMode.cpp.o - [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/TypeRefining.cpp.o - [ 81%] Building CXX object src/passes/CMakeFiles/passes.dir/SafeHeap.cpp.o - [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyGlobals.cpp.o - [ 82%] Building CXX object src/passes/CMakeFiles/passes.dir/SimplifyLocals.cpp.o - [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/Souperify.cpp.o - [ 83%] Building CXX object src/passes/CMakeFiles/passes.dir/StackCheck.cpp.o - [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/SSAify.cpp.o - [ 84%] Building CXX object src/passes/CMakeFiles/passes.dir/Untee.cpp.o - [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/Vacuum.cpp.o - [ 85%] Building CXX object src/passes/CMakeFiles/passes.dir/WasmIntrinsics.cpp.o - [ 85%] Built target passes - [ 85%] Building CXX object CMakeFiles/binaryen.dir/src/binaryen-c.cpp.o - [ 86%] Linking CXX shared library lib/libbinaryen.so - [ 86%] Built target binaryen - [ 86%] Building CXX object src/tools/CMakeFiles/wasm2js.dir/wasm2js.cpp.o - [ 86%] Building CXX object src/tools/CMakeFiles/wasm-metadce.dir/wasm-metadce.cpp.o - [ 86%] Building CXX object src/tools/CMakeFiles/wasm-shell.dir/wasm-shell.cpp.o - [ 86%] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/fuzzing.cpp.o - [ 87%] Linking CXX executable ../../bin/wasm-metadce - [ 87%] Built target wasm-metadce - [ 87%] Building CXX object src/tools/CMakeFiles/wasm-emscripten-finalize.dir/wasm-emscripten-finalize.cpp.o - [ 88%] Linking CXX executable ../../bin/wasm-emscripten-finalize - [ 89%] Linking CXX executable ../../bin/wasm-shell - [ 89%] Built target wasm-emscripten-finalize - [ 89%] Building CXX object src/tools/CMakeFiles/wasm-as.dir/wasm-as.cpp.o - [ 89%] Built target wasm-shell - [ 89%] Building CXX object src/tools/CMakeFiles/wasm-dis.dir/wasm-dis.cpp.o - [ 90%] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/heap-types.cpp.o - [ 90%] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/fuzzing/random.cpp.o - [ 91%] Linking CXX executable ../../bin/wasm-dis - [ 91%] Built target wasm-dis - [ 91%] Building CXX object src/tools/CMakeFiles/wasm-ctor-eval.dir/wasm-ctor-eval.cpp.o - [ 92%] Linking CXX executable ../../bin/wasm-as - [ 92%] Built target wasm-as - [ 92%] Building CXX object src/tools/CMakeFiles/wasm-reduce.dir/wasm-reduce.cpp.o - [ 93%] Linking CXX executable ../../bin/wasm2js - [ 94%] Building CXX object src/tools/CMakeFiles/wasm-opt.dir/wasm-opt.cpp.o - [ 94%] Built target wasm2js - [ 94%] Building CXX object src/tools/CMakeFiles/wasm-fuzz-types.dir/fuzzing/fuzzing.cpp.o - [ 95%] Linking CXX executable ../../bin/wasm-reduce - [ 95%] Built target wasm-reduce - [ 95%] Building CXX object src/tools/wasm-split/CMakeFiles/wasm-split.dir/wasm-split.cpp.o - [ 96%] Linking CXX executable ../../bin/wasm-ctor-eval - [ 96%] Built target wasm-ctor-eval - [ 96%] Building CXX object src/tools/CMakeFiles/wasm-fuzz-types.dir/fuzzing/heap-types.cpp.o - [ 97%] Building CXX object src/tools/wasm-split/CMakeFiles/wasm-split.dir/split-options.cpp.o - [ 98%] Building CXX object src/tools/CMakeFiles/wasm-fuzz-types.dir/fuzzing/random.cpp.o - [ 98%] Building CXX object src/tools/CMakeFiles/wasm-fuzz-types.dir/wasm-fuzz-types.cpp.o - [ 98%] Building CXX object src/tools/wasm-split/CMakeFiles/wasm-split.dir/instrumenter.cpp.o - [ 98%] Linking CXX executable ../../bin/wasm-opt - [ 98%] Built target wasm-opt - [ 99%] Linking CXX executable ../../bin/wasm-fuzz-types - [ 99%] Built target wasm-fuzz-types - [100%] Linking CXX executable ../../../bin/wasm-split - [100%] Built target wasm-split - (cd _build/default && /usr/bin/cmake -S binaryen -B binaryen -G 'Unix Makefiles' -DCMAKE_CXX_FLAGS=-Wno-unused-variable -DBUILD_STATIC_LIB=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=binaryen) - -- Building with -DBUILD_LLVM_DWARF - -- Building with -std=c++17 - -- 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/4.13/.opam-switch/build/libbinaryen.103.0.1/_build/default/binaryen - (cd _build/default && /usr/bin/cmake --build binaryen --config Release -- -j4) - [ 1%] Built target asmjs - [ 1%] Built target cfg - [ 6%] Built target ir - [ 8%] Built target emscripten-optimizer - [ 13%] Built target support - [ 18%] Built target wasm - [ 46%] Built target llvm_dwarf - [ 85%] Built target passes - [ 85%] Building CXX object CMakeFiles/binaryen.dir/src/binaryen-c.cpp.o - [ 86%] Linking CXX static library lib/libbinaryen.a - [ 86%] Built target binaryen - [ 87%] Linking CXX executable ../../bin/wasm-shell - [ 88%] Linking CXX executable ../../bin/wasm2js - [ 89%] Linking CXX executable ../../bin/wasm-metadce - [ 89%] Linking CXX executable ../../bin/wasm-opt - [ 89%] Built target wasm-metadce - [ 89%] Built target wasm2js - [ 89%] Built target wasm-shell - [ 91%] Built target wasm-opt - [ 92%] Linking CXX executable ../../bin/wasm-emscripten-finalize - [ 93%] Linking CXX executable ../../bin/wasm-as - [ 94%] Linking CXX executable ../../bin/wasm-dis - [ 95%] Linking CXX executable ../../bin/wasm-ctor-eval - [ 95%] Built target wasm-as - [ 95%] Built target wasm-emscripten-finalize - [ 95%] Built target wasm-ctor-eval - [ 96%] Linking CXX executable ../../bin/wasm-reduce - [ 96%] Built target wasm-dis - [ 97%] Linking CXX executable ../../bin/wasm-fuzz-types - [ 98%] Linking CXX executable ../../../bin/wasm-split - [ 99%] Built target wasm-fuzz-types - [ 99%] Built target wasm-reduce - [100%] Built target wasm-split -> compiled libbinaryen.103.0.1 -> installed libbinaryen.103.0.1 Processing 65/66: [binaryen: dune build] + /home/opam/.opam/4.13/bin/dune "build" "-p" "binaryen" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/binaryen.0.13.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/4.13/lib/ocaml -I /home/opam/.opam/4.13/lib/libbinaryen/c -I ../virtual -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/4.13/lib/ocaml -I /home/opam/.opam/4.13/lib/libbinaryen/c -I ../virtual -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/4.13/lib/ocaml -I /home/opam/.opam/4.13/lib/libbinaryen/c -I ../virtual -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/4.13/lib/ocaml -I /home/opam/.opam/4.13/lib/libbinaryen/c -I ../virtual -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 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -Wall -Wextra -g -I /home/opam/.opam/4.13/lib/ocaml -I /home/opam/.opam/4.13/lib/libbinaryen/c -I ../virtual -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 = { - | ^~~~~~~~~~~~ -> compiled binaryen.0.13.0 -> installed binaryen.0.13.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:48.01 ---> saved as "8d3a409d21524e1a8bc280460e00674e4f57f69747b26190e74dcf118c51de94" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u binaryen:4194d55e9f4eaadf6762e62c62a9132f,libbinaryen:e89733448430337bea9ba8e87a2daa35,js_of_ocaml-ppx:e5c023ca9f42dfbc878d8aadd11fffd9")) 2024-09-12 19:48.03 ---> saved as "d848ad0ea4910a03c710ae9742b0534d05f06ef808fe5f22f12108d46193f628" /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.369679') && (for DATA in prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.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/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0,js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9,js_of_ocaml-ppx.3.11.0 prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1,libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35,libbinaryen.103.0.1 prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0,binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f,binaryen.0.13.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.369679 prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/doc/ prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/doc/js_of_ocaml-ppx/ prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/doc/js_of_ocaml-ppx/CHANGES.md prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/doc/js_of_ocaml-ppx/LICENSE prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/doc/js_of_ocaml-ppx/README.md prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/ prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/ prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/ppx_js_rewriter.ocamlobjinfo prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/META prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js.ocamlobjinfo prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js.cmi prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js.cmt prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js.cmti prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js__.cmi prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js__.cmt prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js__Ppx_js_internal.cmi prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/as-lib/ppx_js__Ppx_js_internal.cmt prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/dune-package prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/ppx_js_rewriter.cmi prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/ppx_js_rewriter.cmt prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/lib/js_of_ocaml-ppx/ppx_js_rewriter.cmti prep/universes/e5c023ca9f42dfbc878d8aadd11fffd9/js_of_ocaml-ppx/3.11.0/opam prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/doc/ prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/doc/libbinaryen/ prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/doc/libbinaryen/CHANGELOG.md prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/doc/libbinaryen/LICENSE prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/doc/libbinaryen/README.md prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/ prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/ prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/META prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/c/ prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/c/libbinaryen_c.ocamlobjinfo prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/c/libbinaryen_c.cmi prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/c/libbinaryen_c.cmt prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/lib/libbinaryen/dune-package prep/universes/e89733448430337bea9ba8e87a2daa35/libbinaryen/103.0.1/opam prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/doc/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/doc/binaryen/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/doc/binaryen/CHANGELOG.md prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/doc/binaryen/LICENSE prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/doc/binaryen/README.md prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/META prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Element_segment.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Element_segment.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Export.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Export.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Expression.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Expression.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Function.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Function.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Global.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Global.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Import.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Import.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Literal.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Literal.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Memory.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Memory.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Module.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Module.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Op.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Op.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Settings.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Settings.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Table.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Table.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Type.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/binaryen__Type.cmti prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/dune-package prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen_js.ocamlobjinfo prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Element_segment.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Element_segment.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Export.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Export.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Expression.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Expression.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Function.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Function.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Global.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Global.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Import.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Import.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Literal.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Literal.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Memory.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Memory.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Module.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Module.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Op.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Op.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Settings.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Settings.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Table.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Table.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Type.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__Type.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__binaryen_js__.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/js/binaryen__binaryen_js__.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/ prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen_native.ocamlobjinfo prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Element_segment.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Element_segment.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Export.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Export.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Expression.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Expression.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Function.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Function.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Global.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Global.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Import.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Import.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Literal.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Literal.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Memory.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Memory.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Module.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Module.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Op.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Op.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Settings.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Settings.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Table.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Table.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Type.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__Type.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__binaryen_native__.cmi prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/lib/binaryen/native/binaryen__binaryen_native__.cmt prep/universes/4194d55e9f4eaadf6762e62c62a9132f/binaryen/0.13.0/opam Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9:c5cd028ff255ca66afe091282ba1bc67d4f578049389298d0042ecef8db5df1b HASHES:libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35:6aacc3714d254c0cd279ab7c6ff0557fc2f6e2ca64f4b6fc5886f85fd94d58db HASHES:binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f:0fcffd98bb534e0589d89b2b0aafc548af7ffed0ce83ff036daa73c52e33c9e9 2024-09-12 19:48.05 ---> saved as "28854c6b76c84abea67c4bc59536b38a364fb7351056ba89840aea39d2031f69" Job succeeded 2024-09-12 19:56.15: binaryen.0.13.0-4194d55e9f4eaadf6762e62c62a9132f -> 0fcffd98bb534e0589d89b2b0aafc548af7ffed0ce83ff036daa73c52e33c9e9 2024-09-12 19:56.15: libbinaryen.103.0.1-e89733448430337bea9ba8e87a2daa35 -> 6aacc3714d254c0cd279ab7c6ff0557fc2f6e2ca64f4b6fc5886f85fd94d58db 2024-09-12 19:56.15: js_of_ocaml-ppx.3.11.0-e5c023ca9f42dfbc878d8aadd11fffd9 -> c5cd028ff255ca66afe091282ba1bc67d4f578049389298d0042ecef8db5df1b 2024-09-12 19:56.15: Job succeeded