Build:
  1. 0
2024-07-25 12:05.05: New job: Voodoo prep styled-ppx.0.56.0; 24390da32fbf9fee14341e97905479f5
2024-07-25 12:05.05: Waiting for resource in pool OCluster
2024-07-25 12:06.44: Waiting for worker…
2024-07-25 12:06.44: Got resource from pool OCluster
2024-07-25 12:06.44: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy styled-ppx.0.56.0 yojson.2.2.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 server-reason-react.0.3.1 seq.base sedlex.3.2 result.1.5 reason-react-ppx.0.14.1 reason-react.0.14.1 reason.3.11.0 quickjs.0.1.2 promise.1.1.2 ppxlib.0.33.0 ppx_deriving_yojson.3.8.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 lwt_ppx.2.1.0 lwt.5.7.0 integers.0.7.0 gen.1.1 fix.20230505 dune-configurator.3.16.0 dune-build-info.3.16.0 dune.3.16.0 ctypes.0.22.0 csexp.1.5.2 cppo.1.6.9 cmdliner.1.3.0 bigstringaf.0.10.0 bigarray-compat.1.1.0 base-bytes.base angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u styled-ppx:24390da32fbf9fee14341e97905479f5"))
 (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.356237') && (for DATA in prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.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/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.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 cc7e6689b015f8cb83417799d9cd56cb0da62b1d --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-07-25 12:06.44: RETRYING: 2024-07-25/120505-voodoo-prep-b979f8 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  65% (20903/31869)
Updating files:  66% (21034/31869)
Updating files:  67% (21353/31869)
Updating files:  68% (21671/31869)
Updating files:  69% (21990/31869)
Updating files:  70% (22309/31869)
Updating files:  71% (22627/31869)
Updating files:  72% (22946/31869)
Updating files:  73% (23265/31869)
Updating files:  74% (23584/31869)
Updating files:  75% (23902/31869)
Updating files:  76% (24221/31869)
Updating files:  77% (24540/31869)
Updating files:  78% (24858/31869)
Updating files:  79% (25177/31869)
Updating files:  80% (25496/31869)
Updating files:  81% (25814/31869)
Updating files:  82% (26133/31869)
Updating files:  83% (26452/31869)
Updating files:  84% (26770/31869)
Updating files:  85% (27089/31869)
Updating files:  86% (27408/31869)
Updating files:  87% (27727/31869)
Updating files:  88% (28045/31869)
Updating files:  89% (28364/31869)
Updating files:  90% (28683/31869)
Updating files:  91% (29001/31869)
Updating files:  92% (29320/31869)
Updating files:  93% (29639/31869)
Updating files:  94% (29957/31869)
Updating files:  95% (30276/31869)
Updating files:  96% (30595/31869)
Updating files:  97% (30913/31869)
Updating files:  98% (31232/31869)
Updating files:  99% (31551/31869)
Updating files: 100% (31869/31869)
Updating files: 100% (31869/31869), done.
HEAD is now at cc7e6689b0 Merge pull request #26276 from davesnx/release-styled-ppx-0.59.1

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44' locally
docker.io/ocaml/opam@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44: Pulling from ocaml/opam
6570ee0d12bf: Already exists
43a2c884e811: Pulling fs layer
32597cbe8124: Pulling fs layer
b56d6a2126ba: Pulling fs layer
907b12395db0: Pulling fs layer
399d6a7630e1: Pulling fs layer
6a8d68a21f58: Pulling fs layer
ee3cff3d3850: Pulling fs layer
399d6a7630e1: Waiting
6a8d68a21f58: Waiting
ee3cff3d3850: Waiting
907b12395db0: Waiting
32597cbe8124: Verifying Checksum
32597cbe8124: Download complete
43a2c884e811: Verifying Checksum
43a2c884e811: Download complete
b56d6a2126ba: Verifying Checksum
b56d6a2126ba: Download complete
43a2c884e811: Pull complete
32597cbe8124: Pull complete
b56d6a2126ba: Pull complete
399d6a7630e1: Download complete
6a8d68a21f58: Verifying Checksum
6a8d68a21f58: Download complete
ee3cff3d3850: Download complete
907b12395db0: Verifying Checksum
907b12395db0: Download complete
907b12395db0: Pull complete
399d6a7630e1: Pull complete
6a8d68a21f58: Pull complete
ee3cff3d3850: Pull complete
Digest: sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44
Status: Downloaded newer image for ocaml/opam@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44
2024-07-25 12:40.57 ---> using "6331fa8ff6b2c7cd7657875ed51f22ec97cc5c6072ead4c9918fc84a86b55f0c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-07-25 12:40.57 ---> using "c316a7b1b10ae8f88586c782e0d014715fdbd009f59eaa915d8435e0ec84872c" 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-security bookworm-security/main amd64 Packages [169 kB]
Fetched 272 kB in 1s (540 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 1 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 (7182 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 ... 18765 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+deb12u7) ...
2024-07-25 12:40.57 ---> using "330f012d470d76eaae0a17a364a0311075dddb658afed5d4ce6feaa343ee3992" 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.11.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.0  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.0  [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.0] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.0] found in cache
[re.1.11.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 dune.3.16.0
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.0
-> installed opam-format.2.2.0
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 12:41.26 ---> saved as "d0a1e76f9dfec93d1160a74238919bf367ba21def7a682e8ea3511b9482ba2a3"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-07-25 12:41.27 ---> saved as "1e7f5c23dfdc679f59d1fa46b71251cdc8d7696cddd2bfad9b4099fc7eb9c4f9"
2024-07-25 12:41.27 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44' locally
docker.io/ocaml/opam@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44: Pulling from ocaml/opam
6570ee0d12bf: Already exists
43a2c884e811: Pulling fs layer
32597cbe8124: Pulling fs layer
b56d6a2126ba: Pulling fs layer
907b12395db0: Pulling fs layer
399d6a7630e1: Pulling fs layer
6a8d68a21f58: Pulling fs layer
ee3cff3d3850: Pulling fs layer
399d6a7630e1: Waiting
6a8d68a21f58: Waiting
ee3cff3d3850: Waiting
907b12395db0: Waiting
32597cbe8124: Verifying Checksum
32597cbe8124: Download complete
43a2c884e811: Verifying Checksum
43a2c884e811: Download complete
b56d6a2126ba: Verifying Checksum
b56d6a2126ba: Download complete
43a2c884e811: Pull complete
32597cbe8124: Pull complete
b56d6a2126ba: Pull complete
399d6a7630e1: Download complete
6a8d68a21f58: Verifying Checksum
6a8d68a21f58: Download complete
ee3cff3d3850: Download complete
907b12395db0: Verifying Checksum
907b12395db0: Download complete
907b12395db0: Pull complete
399d6a7630e1: Pull complete
6a8d68a21f58: Pull complete
ee3cff3d3850: Pull complete
Digest: sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44
Status: Downloaded newer image for ocaml/opam@sha256:a85331f357536615f9352d2a74fc2bc1888c97a66ec7197c4bce07f206144e44
2024-07-25 12:41.27 ---> using "6331fa8ff6b2c7cd7657875ed51f22ec97cc5c6072ead4c9918fc84a86b55f0c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-07-25 12:41.27 ---> using "c316a7b1b10ae8f88586c782e0d014715fdbd009f59eaa915d8435e0ec84872c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-07-25 12:41.29 ---> saved as "d5d33a72fd74b7f45fbd12f424c32985097b8c5d3b8207c8ff3c8fcbb93ec3fd"

/home/opam: (copy (src packages) (dst /src/packages))
2024-07-25 12:41.45 ---> saved as "32fc01309bb796a388051ead84c6dc47f5e4a9453b5d2aa68bb5fe142160c974"

/home/opam: (copy (src repo) (dst /src/repo))
2024-07-25 12:41.47 ---> saved as "4bf088ac707f851ea5fc31931dbdc3e1aa3aa24683eca96764a7ef9d5e945a78"

/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-07-25 12:43.13 ---> saved as "dec820a03d9cc7f42257601c243146c18f474ca394b10f881cee632a1f28c58d"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-07-25 12:43.39 ---> saved as "3b734e22700537cf69a91aa7de11d52abe9748a68dadb695c84404ab26c4c2e0"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-07-25 12:43.40 ---> saved as "7beac95643f6d1612e9378ff9e93a6273b367c656167febc39ad2c5499e7b28e"

/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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 12:44.19 ---> saved as "b5c767a6a4d3bf3ed218aba0645d22263c1d087b89056509e46d8d29c4023b14"

/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 styled-ppx.0.56.0 yojson.2.2.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 server-reason-react.0.3.1 seq.base sedlex.3.2 result.1.5 reason-react-ppx.0.14.1 reason-react.0.14.1 reason.3.11.0 quickjs.0.1.2 promise.1.1.2 ppxlib.0.33.0 ppx_deriving_yojson.3.8.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 lwt_ppx.2.1.0 lwt.5.7.0 integers.0.7.0 gen.1.1 fix.20230505 dune-configurator.3.16.0 dune-build-info.3.16.0 dune.3.16.0 ctypes.0.22.0 csexp.1.5.2 cppo.1.6.9 cmdliner.1.3.0 bigstringaf.0.10.0 bigarray-compat.1.1.0 base-bytes.base angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [169 kB]
Fetched 272 kB in 0s (637 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy styled-ppx.0.56.0 yojson.2.2.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.17.0 server-reason-react.0.3.1 seq.base sedlex.3.2 result.1.5 reason-react-ppx.0.14.1 reason-react.0.14.1 reason.3.11.0 quickjs.0.1.2 promise.1.1.2 ppxlib.0.33.0 ppx_deriving_yojson.3.8.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 lwt_ppx.2.1.0 lwt.5.7.0 integers.0.7.0 gen.1.1 fix.20230505 dune-configurator.3.16.0 dune-build-info.3.16.0 dune.3.16.0 ctypes.0.22.0 csexp.1.5.2 cppo.1.6.9 cmdliner.1.3.0 bigstringaf.0.10.0 bigarray-compat.1.1.0 base-bytes.base angstrom.0.16.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install bigarray-compat     1.1.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install ocaml-compiler-libs v0.12.4
  - install base-bytes          base
  - install ocaml-syntax-shims  1.0.0
  - install dune-build-info     3.16.0
  - install stdlib-shims        0.3.0
  - install menhirLib           20240715
  - install menhirCST           20240715
  - install menhirSdk           20240715
  - install stringext           1.6.0
  - install cmdliner            1.3.0
  - install result              1.5
  - install csexp               1.5.2
  - install fix                 20230505
  - install merlin-extend       0.6.1
  - install yojson              2.2.2
  - install gen                 1.1
  - install ocplib-endian       1.2
  - install ppxlib              0.33.0
  - install integers            0.7.0
  - install menhir              20240715
  - install dune-configurator   3.16.0
  - install sedlex              3.2
  - install ppx_deriving        6.0.2
  - install reason              3.11.0
  - install melange             4.0.0-51
  - install lwt                 5.7.0
  - install ctypes              0.22.0
  - install bigstringaf         0.10.0
  - install ppx_deriving_yojson 3.8.0
  - install reason-react-ppx    0.14.1
  - install promise             1.1.2
  - install lwt_ppx             2.1.0
  - install quickjs             0.1.2
  - install angstrom            0.16.0
  - install reason-react        0.14.1
  - install uri                 4.4.0
  - install server-reason-react 0.3.1
  - install styled-ppx          0.56.0
===== 43 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/129:
Processing  2/129:
Processing  3/129:
Processing  4/129:
Processing  5/129:
-> installed base-bytes.base
Processing  6/129:
-> retrieved angstrom.0.16.0  (cached)
Processing  7/129:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  8/129:
Processing  9/129: [bigarray-compat: dune build]
-> retrieved bigstringaf.0.10.0  (cached)
Processing 10/129: [bigarray-compat: dune build]
-> retrieved cmdliner.1.3.0  (cached)
Processing 11/129: [bigarray-compat: dune build]
Processing 12/129: [bigarray-compat: dune build] [cmdliner: make all]
-> retrieved cppo.1.6.9  (cached)
Processing 13/129: [bigarray-compat: dune build] [cmdliner: make all]
Processing 14/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 15/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build]
Processing 16/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.22.0  (cached)
Processing 17/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> retrieved fix.20230505  (cached)
Processing 18/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 19/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> retrieved gen.1.1  (cached)
Processing 20/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 21/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> retrieved lwt.5.7.0  (cached)
Processing 22/129: [bigarray-compat: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 22/129: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> installed bigarray-compat.1.1.0
Processing 23/129: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> retrieved lwt_ppx.2.1.0  (cached)
Processing 24/129: [cmdliner: make all] [cppo: dune build] [csexp: dune build] [fix: dune build]
-> compiled  csexp.1.5.2
Processing 24/129: [cmdliner: make all] [cppo: dune build] [fix: dune build]
-> installed csexp.1.5.2
Processing 25/129: [cmdliner: make all] [cppo: dune build] [fix: dune build]
-> compiled  fix.20230505
Processing 25/129: [cmdliner: make all] [cppo: dune build]
-> installed fix.20230505
Processing 26/129: [cmdliner: make all] [cppo: dune build]
-> retrieved dune-build-info.3.16.0  (cached)
Processing 27/129: [cmdliner: make all] [cppo: dune build]
Processing 28/129: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
-> compiled  cppo.1.6.9
Processing 28/129: [cmdliner: make all] [dune-build-info: rm]
-> installed cppo.1.6.9
Processing 29/129: [cmdliner: make all] [dune-build-info: rm]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 30/129: [cmdliner: make all] [dune-build-info: rm]
Processing 31/129: [cmdliner: make all] [dune-build-info: rm] [dune-configurator: rm]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 31/129: [dune-build-info: rm] [dune-configurator: rm]
Processing 32/129: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
-> retrieved melange.4.0.0-51  (cached)
Processing 33/129: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
-> retrieved menhir.20240715  (cached)
Processing 34/129: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
-> retrieved menhirCST.20240715  (cached)
Processing 35/129: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
Processing 36/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 36/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install-doc]
-> retrieved menhirLib.20240715  (cached)
Processing 37/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install-doc]
Processing 38/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [cmdliner: make install-doc]
-> retrieved menhirSdk.20240715  (cached)
Processing 39/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [cmdliner: make install-doc]
Processing 40/129: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
Processing 40/129: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
-> retrieved merlin-extend.0.6.1  (cached)
Processing 41/129: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
Processing 42/129: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [cmdliner: make install-doc]
Processing 42/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 42/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 43/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build]
Processing 44/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 45/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build]
Processing 46/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 47/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 48/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> compiled  menhirCST.20240715
Processing 48/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> installed menhirCST.20240715
Processing 49/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 50/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
Processing 51/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.6.0.2  (cached)
Processing 52/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.8.0  (cached)
Processing 53/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved promise.1.1.2  (cached)
Processing 54/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.33.0  (cached)
Processing 55/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> retrieved quickjs.0.1.2  (cached)
Processing 56/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 56/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> installed ppx_derivers.1.2.1
Processing 57/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> retrieved reason.3.11.0  (cached)
Processing 58/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> compiled  menhirSdk.20240715
Processing 58/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> installed menhirSdk.20240715
Processing 59/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [merlin-extend: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> compiled  merlin-extend.0.6.1
Processing 59/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> installed merlin-extend.0.6.1
Processing 60/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> retrieved result.1.5  (cached)
Processing 61/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
Processing 62/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ocplib-endian: dune build] [result: dune build]
-> compiled  ocplib-endian.1.2
Processing 62/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> installed ocplib-endian.1.2
Processing 63/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> retrieved reason-react.0.14.1  (cached)
-> retrieved seq.base  (cached)
Processing 64/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
Processing 65/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
Processing 66/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> installed seq.base
Processing 67/129: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
Processing 68/129: [dune-build-info: dune build] [dune-configurator: dune build] [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 68/129: [dune-build-info: dune build] [dune-configurator: dune build] [gen: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> installed menhirLib.20240715
Processing 69/129: [dune-build-info: dune build] [dune-configurator: dune build] [gen: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
Processing 70/129: [dune-build-info: dune build] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> compiled  dune-build-info.3.16.0
Processing 70/129: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> installed dune-build-info.3.16.0
Processing 71/129: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> retrieved reason-react-ppx.0.14.1  (cached)
Processing 72/129: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> retrieved sedlex.3.2  (cached)
Processing 73/129: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> retrieved server-reason-react.0.3.1  (cached)
Processing 74/129: [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 75/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build]
Processing 76/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build]
-> compiled  result.1.5
Processing 76/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build]
-> installed result.1.5
Processing 77/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 78/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build]
Processing 79/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 80/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 81/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved uri.4.4.0  (cached)
-> retrieved yojson.2.2.2  (cached)
Processing 82/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
- (cd _build/default/src && /home/opam/.opam/5.1/bin/ocaml select-impl 5.1.1) > _build/default/src/impl
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: 
- Running ocaml where the first argument is an implicit basename with no
- extension (e.g. ocaml script-file) is deprecated. Either rename the script
- (ocaml script-file.ml) or qualify the basename (ocaml ./script-file)
-> compiled  ocaml-syntax-shims.1.0.0
Processing 82/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> installed ocaml-syntax-shims.1.0.0
Processing 83/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 83/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 84/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build]
Processing 85/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  stringext.1.6.0
Processing 85/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed stringext.1.6.0
Processing 86/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 86/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 87/129: [styled-ppx.0.56.0: http] [dune-configurator: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  dune-configurator.3.16.0
Processing 87/129: [styled-ppx.0.56.0: http] [gen: dune build] [integers: dune build] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed dune-configurator.3.16.0
Processing 88/129: [styled-ppx.0.56.0: http] [gen: dune build] [integers: dune build] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
Processing 89/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [gen: dune build] [integers: dune build] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
Processing 90/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [gen: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [sexplib0: dune build] [yojson: dune build]
-> compiled  sexplib0.v0.17.0
Processing 90/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [gen: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 91/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [gen: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [yojson: dune build]
Processing 92/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [gen: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  gen.1.1
Processing 92/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed gen.1.1
Processing 93/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [integers: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  integers.0.7.0
Processing 93/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed integers.0.7.0
Processing 94/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 95/129: [styled-ppx.0.56.0: http] [bigstringaf: dune build] [ctypes: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  bigstringaf.0.10.0
Processing 95/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed bigstringaf.0.10.0
Processing 96/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 97/129: [styled-ppx.0.56.0: http] [angstrom: dune build] [ctypes: dune build] [lwt: dune exec] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 97/129: [styled-ppx.0.56.0: http] [angstrom: dune build] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  yojson.2.2.2
Processing 97/129: [styled-ppx.0.56.0: http] [angstrom: dune build] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed yojson.2.2.2
Processing 98/129: [styled-ppx.0.56.0: http] [angstrom: dune build] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
-> compiled  angstrom.0.16.0
Processing 98/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed angstrom.0.16.0
Processing 99/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
Processing 100/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build] [uri: dune build]
-> compiled  uri.4.4.0
Processing 100/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed uri.4.4.0
Processing 101/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [lwt: dune build] [menhir: dune build] [ppxlib: dune build]
-> compiled  lwt.5.7.0
Processing 101/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed lwt.5.7.0
Processing 102/129: [styled-ppx.0.56.0: http] [ctypes: dune build] [menhir: dune build] [ppxlib: dune build]
Processing 102/129: [styled-ppx.0.56.0: http] [ctypes: dune install] [menhir: dune build] [ppxlib: dune build]
-> compiled  ctypes.0.22.0
Processing 102/129: [styled-ppx.0.56.0: http] [menhir: dune build] [ppxlib: dune build]
-> installed ctypes.0.22.0
Processing 103/129: [styled-ppx.0.56.0: http] [menhir: dune build] [ppxlib: dune build]
Processing 104/129: [styled-ppx.0.56.0: http] [menhir: dune build] [ppxlib: dune build] [quickjs: dune build]
Processing 104/129: [menhir: dune build] [ppxlib: dune build] [quickjs: dune build]
-> retrieved styled-ppx.0.56.0  (https://github.com/davesnx/styled-ppx/releases/download/0.56.0/styled-ppx-0.56.0.tbz)
- (cd _build/default && /usr/bin/gcc -Iquickjs -g -I /home/opam/.opam/5.1/lib/ocaml -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -o libregexp__c_cout_generated_functions__Function_description__Functions.o -c libregexp__c_cout_generated_functions__Function_description__Functions.c)
- libregexp__c_cout_generated_functions__Function_description__Functions.c: In function 'libregexp_stubs_4_lre_get_groupnames':
- libregexp__c_cout_generated_functions__Function_description__Functions.c:60:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    60 |    char* x62 = lre_get_groupnames(x61);
-       |                ^~~~~~~~~~~~~~~~~~
-> compiled  quickjs.0.1.2
Processing 104/129: [menhir: dune build] [ppxlib: dune build]
-> installed quickjs.0.1.2
Processing 105/129: [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20240715
Processing 105/129: [ppxlib: dune build]
-> installed menhir.20240715
Processing 106/129: [ppxlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 108/129: [lwt_ppx: dune build]
Processing 109/129: [lwt_ppx: dune build] [melange: dune build]
Processing 110/129: [lwt_ppx: dune build] [melange: dune build] [ppx_deriving: dune build]
Processing 111/129: [lwt_ppx: dune build] [melange: dune build] [ppx_deriving: dune build] [reason: dune build]
Processing 112/129: [lwt_ppx: dune build] [melange: dune build] [ppx_deriving: dune build] [reason: dune build] [sedlex: dune build]
-> compiled  lwt_ppx.2.1.0
Processing 112/129: [melange: dune build] [ppx_deriving: dune build] [reason: dune build] [sedlex: dune build]
-> installed lwt_ppx.2.1.0
Processing 113/129: [melange: dune build] [ppx_deriving: dune build] [reason: dune build] [sedlex: dune build]
-> compiled  ppx_deriving.6.0.2
Processing 113/129: [melange: dune build] [reason: dune build] [sedlex: dune build]
-> installed ppx_deriving.6.0.2
Processing 114/129: [melange: dune build] [reason: dune build] [sedlex: dune build]
Processing 115/129: [melange: dune build] [ppx_deriving_yojson: dune build] [reason: dune build] [sedlex: dune build]
-> compiled  sedlex.3.2
Processing 115/129: [melange: dune build] [ppx_deriving_yojson: dune build] [reason: dune build]
-> installed sedlex.3.2
Processing 116/129: [melange: dune build] [ppx_deriving_yojson: dune build] [reason: dune build]
-> compiled  ppx_deriving_yojson.3.8.0
Processing 116/129: [melange: dune build] [reason: dune build]
-> installed ppx_deriving_yojson.3.8.0
Processing 117/129: [melange: dune build] [reason: dune build]
- (cd _build/default/src/refmt && /usr/bin/bash -e -u -o pipefail -c 'echo let version = \"$(git rev-parse --verify HEAD)\"') > _build/default/src/refmt/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/reason-parser/.menhir_error_processor.eobjs/byte -I /home/opam/.opam/5.1/lib/menhirSdk -I /home/opam/.opam/5.1/lib/ocaml/unix -no-alias-deps -o src/reason-parser/.menhir_error_processor.eobjs/byte/dune__exe__Menhir_error_processor.cmo -c -impl src/reason-parser/menhir_error_processor.ml)
- File "src/reason-parser/menhir_error_processor.ml", line 31, characters 50-64:
- 31 |     List.exists (fun (term, _) -> pred (T term)) (Lr1.reductions lr1) ||
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default/src/refmt && /usr/bin/bash -e -u -o pipefail -c 'echo let short_version = \"$(git rev-parse --short HEAD)\"') > _build/default/src/refmt/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/reason-parser/.menhir_error_processor.eobjs/byte -I src/reason-parser/.menhir_error_processor.eobjs/native -I /home/opam/.opam/5.1/lib/menhirSdk -I /home/opam/.opam/5.1/lib/ocaml/unix -intf-suffix .ml -no-alias-deps -o src/reason-parser/.menhir_error_processor.eobjs/native/dune__exe__Menhir_error_processor.cmx -c -impl src/reason-parser/menhir_error_processor.ml)
- File "src/reason-parser/menhir_error_processor.ml", line 31, characters 50-64:
- 31 |     List.exists (fun (term, _) -> pred (T term)) (Lr1.reductions lr1) ||
-                                                        ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/fix -I /home/opam/.opam/5.1/lib/menhirLib -I /home/opam/.opam/5.1/lib/menhirSdk -no-alias-deps -open Dune__exe -o src/menhir-recover/.main.eobjs/byte/dune__exe__Synthesis.cmo -c -impl src/menhir-recover/synthesis.ml)
- File "src/menhir-recover/synthesis.ml", line 200, characters 52-66:
- 200 |             (fun (_,prods) -> List.mem prod prods) (Lr1.reductions st)
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/5.1/lib/fix -I /home/opam/.opam/5.1/lib/menhirLib -I /home/opam/.opam/5.1/lib/menhirSdk -intf-suffix .ml -no-alias-deps -open Dune__exe -o src/menhir-recover/.main.eobjs/native/dune__exe__Synthesis.cmx -c -impl src/menhir-recover/synthesis.ml)
- File "src/menhir-recover/synthesis.ml", line 200, characters 52-66:
- 200 |             (fun (_,prods) -> List.mem prod prods) (Lr1.reductions st)
-                                                           ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/5.1/lib/fix -I /home/opam/.opam/5.1/lib/menhirLib -I /home/opam/.opam/5.1/lib/menhirSdk -no-alias-deps -open Dune__exe -o src/menhir-recover/.main.eobjs/byte/dune__exe__Main.cmo -c -impl src/menhir-recover/main.ml)
- File "src/menhir-recover/main.ml", line 45, characters 13-27:
- 45 |           ) (Lr1.reductions st);
-                   ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/5.1/lib/fix -I /home/opam/.opam/5.1/lib/menhirLib -I /home/opam/.opam/5.1/lib/menhirSdk -intf-suffix .ml -no-alias-deps -open Dune__exe -o src/menhir-recover/.main.eobjs/native/dune__exe__Main.cmx -c -impl src/menhir-recover/main.ml)
- File "src/menhir-recover/main.ml", line 45, characters 13-27:
- 45 |           ) (Lr1.reductions st);
-                   ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
Processing 117/129: [melange: dune build] [reason: dune install]
-> compiled  reason.3.11.0
Processing 117/129: [melange: dune build]
-> installed reason.3.11.0
Processing 118/129: [melange: dune build]
Processing 119/129: [melange: dune build] [promise: dune build]
Processing 120/129: [melange: dune build] [promise: dune build] [reason-react-ppx: dune build]
-> compiled  promise.1.1.2
Processing 120/129: [melange: dune build] [reason-react-ppx: dune build]
-> installed promise.1.1.2
Processing 121/129: [melange: dune build] [reason-react-ppx: dune build]
-> compiled  reason-react-ppx.0.14.1
Processing 121/129: [melange: dune build]
-> installed reason-react-ppx.0.14.1
Processing 122/129: [melange: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "melange" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/melange.4.0.0-51)
- (cd _build/default/jscomp/core && /usr/bin/bash -e -u -o pipefail -c 'echo let version = \"$(git rev-parse --verify HEAD)\"') > _build/default/jscomp/core/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default/jscomp/core && /usr/bin/bash -e -u -o pipefail -c 'echo let short_version = \"$(git rev-parse --short HEAD)\"') > _build/default/jscomp/core/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && bin/melc.exe -w -40 -w -49 -nopervasives -nostdlib -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name stdlib --bs-package-name melange -no-alias-deps -o jscomp/stdlib/.stdlib.objs/melange/stdlib.cmj -c -impl jscomp/stdlib/stdlib.pp.ml)
- File "stdlib.cppo.ml", line 420, characters 29-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "stdlib.cppo.ml", line 420, characters 10-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_open_descriptor_out
- 
- File "stdlib.cppo.ml", line 421, characters 2-29:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_channel_name
- 
- File "stdlib.cppo.ml", line 455, characters 2-39:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_bytes
- 
- File "stdlib.cppo.ml", line 463, characters 7-33:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_bytes
- 
- File "stdlib.cppo.ml", line 475, characters 26-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value
- 
- File "stdlib.cppo.ml", line 481, characters 29-49:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 484, characters 7-27:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 494, characters 28-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "stdlib.cppo.ml", line 494, characters 10-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_open_descriptor_in
- 
- File "stdlib.cppo.ml", line 495, characters 2-28:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_channel_name
- 
- File "stdlib.cppo.ml", line 512, characters 7-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 516, characters 12-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 516, characters 12-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 542, characters 12-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_scan_line
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 569, characters 29-40:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 471, characters 0-78:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_int
- 
- File "stdlib.cppo.ml", line 477, characters 0-67:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_out
- 
- File "stdlib.cppo.ml", line 478, characters 0-57:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_out
- 
- File "stdlib.cppo.ml", line 479, characters 0-73:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", lines 485-486, characters 0-56:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_binary_mode
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 562, characters 0-62:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 563, characters 0-67:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_int
- 
- File "stdlib.cppo.ml", line 564, characters 0-60:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value
- 
- File "stdlib.cppo.ml", line 565, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_in
- 
- File "stdlib.cppo.ml", line 566, characters 0-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in
- 
- File "stdlib.cppo.ml", line 567, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", lines 570-571, characters 0-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_binary_mode
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_out_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_out_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_in_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size_64
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name sys --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Sys.cmj -c -impl jscomp/stdlib/sys.pp.ml)
- File "sys.cppo.ml", lines 147-148, characters 0-35:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_enable_runtime_warnings
- 
- File "sys.cppo.ml", lines 149-150, characters 0-36:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_runtime_warnings_enabled
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name obj --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Obj.cmj -c -impl jscomp/stdlib/obj.pp.ml)
- File "jscomp/stdlib/obj.ml", line 35, characters 40-77:
- 35 | let [@inline always] double_field x i = floatarray_get (obj x : floatarray) i
-                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_get
- 
- File "jscomp/stdlib/obj.ml", line 37, characters 2-41:
- 37 |   floatarray_set (obj x : floatarray) i v
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_set
- 
- File "jscomp/stdlib/obj.ml", line 107, characters 4-12:
- 107 |     create l
-           ^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_create
- 
- File "jscomp/stdlib/obj.ml", line 118, characters 4-15:
- 118 |     get_key e o
-           ^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_key
- 
- File "jscomp/stdlib/obj.ml", line 123, characters 4-20:
- 123 |     get_key_copy e o
-           ^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_key_copy
- 
- File "jscomp/stdlib/obj.ml", line 128, characters 4-17:
- 128 |     set_key e o x
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_key
- 
- File "jscomp/stdlib/obj.ml", line 133, characters 4-17:
- 133 |     unset_key e o
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_key
- 
- File "jscomp/stdlib/obj.ml", line 138, characters 4-17:
- 138 |     check_key e o
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_check_key
- 
- File "jscomp/stdlib/obj.ml", line 147, characters 24-46:
- 147 |     else if l <> 0 then blit_key e1 o1 e2 o2 l
-                               ^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_blit_key
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_data_copy
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_check_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_blit_data
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name callback --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Callback.cmj -c -impl jscomp/stdlib/callback.pp.ml)
- File "jscomp/stdlib/callback.ml", line 22, characters 2-40:
- 22 |   register_named_value name (Obj.repr v)
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_register_named_value
- 
- File "jscomp/stdlib/callback.ml", line 27, characters 2-32:
- 27 |   register_named_value name slot
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_register_named_value
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name float --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Float.cmj -c -impl jscomp/stdlib/float.pp.ml)
- File "float.cppo.ml", line 166, characters 23-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_trunc_float
- 
- File "float.cppo.ml", line 171, characters 13-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_nextafter_float
- 
- File "float.cppo.ml", line 172, characters 13-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_nextafter_float
- 
- File "float.cppo.ml", line 287, characters 4-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 288, characters 4-33:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 307, characters 8-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 307, characters 8-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 316, characters 4-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 322, characters 4-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 332, characters 4-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name marshal --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Marshal.cmj -c -impl jscomp/stdlib/marshal.pp.ml)
- File "jscomp/stdlib/marshal.ml", line 35, characters 7-44:
- 35 |   else to_buffer_unsafe buff ofs len v flags
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value_to_buffer
- 
- File "jscomp/stdlib/marshal.ml", line 51, characters 7-32:
- 51 |   else data_size_unsafe buff ofs
-             ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_marshal_data_size
- 
- File "jscomp/stdlib/marshal.ml", line 58, characters 14-39:
- 58 |     let len = data_size_unsafe buff ofs in
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_marshal_data_size
- 
- File "jscomp/stdlib/marshal.ml", line 61, characters 9-35:
- 61 |     else from_bytes_unsafe buff ofs
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value_from_bytes
- 
- File "jscomp/stdlib/marshal.ml", lines 22-23, characters 0-25:
- 22 | external to_channel: out_channel -> 'a -> extern_flags list -> unit
- 23 |     = "caml_output_value"
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value
- 
- File "jscomp/stdlib/marshal.ml", line 43, characters 0-60:
- 43 | external from_channel: in_channel -> 'a = "caml_input_value"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name string --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__String.cmj -c -impl jscomp/stdlib/string.pp.ml)
- File "jscomp/stdlib/string.ml", line 222, characters 13-28:
- 222 | let hash x = seeded_hash 0 x
-                    ^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_string_hash
- 
- File "jscomp/stdlib/string.ml", line 221, characters 0-76:
- 221 | external seeded_hash : int -> string -> int = "caml_string_hash" [@@noalloc]
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_string_hash
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name printexc --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Printexc.cmj -c -impl jscomp/stdlib/printexc.pp.ml)
- File "printexc.cppo.ml", line 302, characters 15-39:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_debug_info_status
- 
- File "printexc.cppo.ml", lines 258-259, characters 0-72:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_raw_backtrace_slot
- 
- File "printexc.cppo.ml", lines 261-263, characters 0-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_raw_backtrace_next_slot
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name arg --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Arg.cmj -c -impl jscomp/stdlib/arg.pp.ml)
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 481, characters 29-49:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name fun --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Fun.cmj -c -impl jscomp/stdlib/fun.pp.ml)
- File "jscomp/stdlib/fun.ml", line 32, characters 6-57:
- 32 |       Printexc.raise_with_backtrace (Finally_raised e) bt
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_restore_raw_backtrace
- 
- File "jscomp/stdlib/fun.ml", line 39, characters 6-52:
- 39 |       Printexc.raise_with_backtrace work_exn work_bt
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_restore_raw_backtrace
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name out_channel --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Out_channel.cmj -c -impl jscomp/stdlib/out_channel.pp.ml)
- File "out_channel.cppo.ml", line 79, characters 0-72:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_binary_mode
- 
- File "out_channel.cppo.ml", line 81, characters 0-66:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_buffered
- 
- File "out_channel.cppo.ml", line 83, characters 0-56:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_buffered
- 
- File "out_channel.cppo.ml", line 85, characters 0-47:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_isatty
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name in_channel --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__In_channel.cmj -c -impl jscomp/stdlib/in_channel.pp.ml)
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 562, characters 0-62:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 567, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", line 566, characters 0-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "in_channel.cppo.ml", line 213, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_binary_mode
- 
- File "in_channel.cppo.ml", line 215, characters 0-47:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_isatty
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name scanf --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Scanf.cmj -c -impl jscomp/stdlib/scanf.pp.ml)
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name gc --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Gc.cmj -c -impl jscomp/stdlib/gc.pp.ml)
- File "jscomp/stdlib/gc.ml", line 71, characters 11-18:
- 71 |   let st = stat () in
-                 ^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_gc_stat
- 
- File "jscomp/stdlib/gc.ml", line 96, characters 22-33:
- 96 |   let (mi, pro, ma) = counters () in
-                            ^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_gc_counters
- 
- File "jscomp/stdlib/gc.ml", line 111, characters 21-45:
- 111 |     let finally () = finalise call_alarm arec in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 111, characters 21-45:
- 111 |     let finally () = finalise call_alarm arec in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 120, characters 2-26:
- 120 |   finalise call_alarm arec;
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 158, characters 6-50:
- 158 |       c_start sampling_rate callstack_size tracker
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_start
- 
- File "jscomp/stdlib/gc.ml", line 100, characters 0-70:
- 100 | external finalise : ('a -> unit) -> 'a -> unit = "caml_final_register"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", lines 101-102, characters 0-44:
- 101 | external finalise_last : (unit -> unit) -> 'a -> unit =
- 102 |   "caml_final_register_called_without_value"
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register_called_without_value
- 
- File "jscomp/stdlib/gc.ml", line 103, characters 0-63:
- 103 | external finalise_release : unit -> unit = "caml_final_release"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_release
- 
- File "jscomp/stdlib/gc.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_stop
- 
- File "jscomp/stdlib/gc.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_discard
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name digest --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Digest.cmj -c -impl jscomp/stdlib/digest.pp.ml)
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 171, characters 49-64:
- 171 |     In_channel.with_open_bin filename (fun ic -> channel ic (-1))
-                                                        ^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- 
- File "jscomp/stdlib/digest.ml", line 156, characters 2-60:
- 156 |   external channel: in_channel -> int -> t = "caml_md5_chan"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- 
- File "jscomp/stdlib/digest.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name filename --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Filename.cmj -c -impl jscomp/stdlib/filename.pp.ml)
- File "jscomp/stdlib/filename.ml", line 347, characters 16-75:
- 347 |       close_desc(open_desc name [Open_wronly; Open_creat; Open_excl] 0o600);
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "jscomp/stdlib/filename.ml", line 347, characters 6-75:
- 347 |       close_desc(open_desc name [Open_wronly; Open_creat; Open_excl] 0o600);
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_close
- 
- File "jscomp/stdlib/filename.ml", line 370, characters 6-26:
- 370 |       Sys.mkdir name perms;
-             ^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_mkdir
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name weak --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Weak.cmj -c -impl jscomp/stdlib/weak.pp.ml)
- File "jscomp/stdlib/weak.ml", line 30, characters 2-10:
- 30 |   create l
-        ^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_create
- 
- File "jscomp/stdlib/weak.ml", line 45, characters 14-24:
- 45 |   | Some x -> set' e o x
-                    ^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_key
- 
- File "jscomp/stdlib/weak.ml", line 44, characters 12-21:
- 44 |   | None -> unset e o
-                  ^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_key
- 
- File "jscomp/stdlib/weak.ml", line 50, characters 2-9:
- 50 |   get e o
-        ^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_get
- 
- File "jscomp/stdlib/weak.ml", line 55, characters 2-14:
- 55 |   get_copy e o
-        ^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_get_copy
- 
- File "jscomp/stdlib/weak.ml", line 60, characters 2-11:
- 60 |   check e o
-        ^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_check
- 
- File "jscomp/stdlib/weak.ml", line 69, characters 22-40:
- 69 |   else if l <> 0 then blit e1 o1 e2 o2 l
-                            ^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_blit
-> compiled  melange.4.0.0-51
-> installed melange.4.0.0-51
Processing 124/129: [reason-react: dune build]
Processing 125/129: [reason-react: dune build] [server-reason-react: dune build]
- (cd _build/.sandbox/325336f5734a4a6fb74c6a3330ea9dce/default && .ppx/9aa86304e1964cfc127b38093f18cb83/ppx.exe --cookie 'library-name="react"' -o src/React.re.pp.ml --impl src/React.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "src/React.re", line 497, characters 19-30:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.re", line 497, characters 53-64:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.re", line 506, characters 19-30:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.re", line 506, characters 53-64:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- (cd _build/.sandbox/eea9e4a8d699d1a48d84628ecdd31bf2/default && .ppx/9aa86304e1964cfc127b38093f18cb83/ppx.exe --cookie 'library-name="react"' -o src/React.rei.pp.mli --intf src/React.rei.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "src/React.rei", line 189, characters 19-30:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.rei", line 189, characters 53-64:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.rei", line 198, characters 19-30:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
- 
- File "src/React.rei", line 198, characters 53-64:
- Alert unused: Unused attribute [@mel.uncurry]
- This means such annotation is not annotated properly.
- For example, some annotations are only meaningful in externals
- 
-> compiled  reason-react.0.14.1
Processing 125/129: [server-reason-react: dune build]
-> installed reason-react.0.14.1
Processing 126/129: [server-reason-react: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "server-reason-react" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/server-reason-react.0.3.1)
-> compiled  server-reason-react.0.3.1
-> installed server-reason-react.0.3.1
Processing 128/129: [styled-ppx: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "styled-ppx" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/styled-ppx.0.56.0)
- (cd _build/.sandbox/cfd59e12ac8e1872c8536ff495f945ed/default && /home/opam/.opam/5.1/bin/menhir --explain --unused-tokens packages/parser/lib/css_parser.mly --base packages/parser/lib/css_parser --infer-read-reply packages/parser/lib/css_parser__mock.mli.inferred)
- Warning: 79 states have shift/reduce conflicts.
- Warning: 16 states have reduce/reduce conflicts.
- Warning: 93 shift/reduce conflicts were arbitrarily resolved.
- Warning: 44 reduce/reduce conflicts were arbitrarily resolved.
- File "packages/parser/lib/css_parser.mly", line 238, characters 4-21:
- Warning: production media_query_prelude -> INTERPOLATION is never reduced.
- Warning: in total, 1 production is never reduced.
-> compiled  styled-ppx.0.56.0
-> installed styled-ppx.0.56.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 12:46.36 ---> saved as "259a33c50da896a052da1a40ffcdb2b4d258b41f394b4bd1dcb9584c8bc5f87e"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u styled-ppx:24390da32fbf9fee14341e97905479f5"))
2024-07-25 12:46.38 ---> saved as "4eaa09ab8d7f08674d981b64c7c6d725f7632e2057a9e8335c49a030ce493bc3"

/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.356237') && (for DATA in prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.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/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0,styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5,styled-ppx.0.56.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.356237
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/doc/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/doc/styled-ppx/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/doc/styled-ppx/CHANGES.md
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/doc/styled-ppx/LICENSE
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/doc/styled-ppx/README.md
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/META
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Ast.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Ast.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_lexer.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_lexer.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_lexer.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Css_parser.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Driver.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Driver.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Parser_location.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Parser_location.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Tokens.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-parser/styled_ppx_css_parser__Tokens.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Ast.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Ast.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Lexer.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Lexer.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Parser.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Tokens.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css-spec-parser/css_spec_parser__Tokens.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_AtomicTypes.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_AtomicTypes.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Colors.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Colors.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Js_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Js_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Legacy_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/css_Legacy_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/kloth.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css/melange/kloth.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_native.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_AtomicTypes.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_AtomicTypes.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_AtomicTypes.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Colors.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Colors.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Js_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Js_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Legacy_Core.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/css_Legacy_Core.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/kloth.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/css_native/kloth.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/dune-package
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/melange/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/melange/css.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/melange/css.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/melange/cssJs.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion/melange/cssJs.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/emotion_native.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/css.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/css.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/cssJs.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/emotion_native/cssJs.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/murmur2.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/melange/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/melange/murmur2.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/melange/murmur2.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/melange/murmur2.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/murmur2.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/murmur2.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/murmur2/murmur2.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Combinator.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Combinator.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Combinator.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Modifier.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Modifier.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Modifier.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parse_from_string.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parse_from_string.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parser.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parser.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parser_helper.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Parser_helper.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Rule.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Rule.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Rule.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Standard.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/reason-css-parser/reason_css_parser__Standard.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/string-interpolation/
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/string-interpolation/string_interpolation.ocamlobjinfo
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/string-interpolation/string_interpolation.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/string-interpolation/string_interpolation.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/string-interpolation/string_interpolation.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Bsconfig.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Bsconfig.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Css_to_emotion.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Css_to_emotion.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_emotion.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_emotion.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_emotion.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_string.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_string.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Declarations_to_string.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__File.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__File.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Generate.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Generate.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Generate_lib.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Generate_lib.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__MakeProps.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__MakeProps.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__MakeProps.cmti
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Platform_attributes.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Platform_attributes.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Settings.cmi
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/lib/styled-ppx/styled_ppx__Settings.cmt
prep/universes/24390da32fbf9fee14341e97905479f5/styled-ppx/0.56.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5:d2cd04d1a6afaa4bd6263d649e5006fd0fbf3bca9311785baffe88dcd96cb68b
2024-07-25 12:46.40 ---> saved as "4c0eaf0d7fbb1b0fdd69de62e214cd05495d62245690dd0fd3e67a81b14514cf"
Job succeeded
2024-07-25 12:53.52: styled-ppx.0.56.0-24390da32fbf9fee14341e97905479f5 -> d2cd04d1a6afaa4bd6263d649e5006fd0fbf3bca9311785baffe88dcd96cb68b
2024-07-25 12:53.52: Job succeeded