Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep graphql_ppx.1.0.1; fbad3884f447116f01e4a0fe327a6e56
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 20:09.03: Waiting for worker…
2024-09-12 20:10.41: Got resource from pool OCluster
2024-09-12 20:10.41: Using cache hint "docs-universe-prep-4.12.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
 (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 graphql_ppx.1.0.1 yojson.2.2.2 seq.base result.1.5 reason.3.8.2 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u graphql_ppx:fbad3884f447116f01e4a0fe327a6e56,reason:326f37c60327d04a02d71faaf8435f99"))
 (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.121898') && (for DATA in prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; 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/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; 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 0e1db1f4176121955441dd10fd6470b79d8546a9 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.12.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:10.41: RETRYING: 2024-09-12/083553-voodoo-prep-974e4b Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  71% (22855/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-12 20:03.40 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:03.40 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (793 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7018 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:03.40 ---> using "38bb61e7206a36028d5330ad98263ecf3ca1d7c563e7234119156c11a3a26021" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:03.40 ---> using "7b75b041677445950e677b7139f3e107e56fea6b90ff2efe7ae32755fca4b80a" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:03.40 ---> using "61b72249c5dbba17064e3aca14ba48c4cda860e3e5ef900dcbc9b90ff851760f" from cache
2024-09-12 20:03.40 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.12@sha256:9cc572f584af0da78e7814e120b38fb142d8f777b4fd6d15fc71f38976bee327)
2024-09-12 20:03.40 ---> using "a0a8682898bb49db5260f1010a21203113f4ec80738744ef2b3e1596002810e4" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:03.40 ---> using "718c7d2ac79e971f215f51b0d20ca2dc70e679f48c106f59160c9e2122ed4cf4" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:03.40 ---> using "2d01e7a1fc04569db40105519ef73031ef0a417688efd7d9dcfee33af84e0b18" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:03.41 ---> using "25dfad53f18e5c1c82c322bba55414656c9c22c2f19cc27cda31ff1957488e70" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:03.41 ---> using "f1825c6fd9b002e205af13d245d9949f8085c2bd8febbb05782c3eac0f807ab3" from cache

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

Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:03.41 ---> using "65c4bd5eee5e6a9c03344a392eb14661817c5bb6846b318a17d354efc033543d" from cache

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

2024-09-12 20:03.41 ---> using "eab3a8dfed4085b540c8b05a3754c406548fd6aba8f9389654e081dae227692a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:03.42 ---> using "3151991256931fea5c7db58e9450cf6b623db9e475a4eb5729d60b0aad0725a5" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0 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-09-12 20:03.42 ---> using "8cef4b7e0b6bf700e1dd15773c0c656d40cd8e95895a90a6e5213fe7faa33579" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy graphql_ppx.1.0.1 yojson.2.2.2 seq.base result.1.5 reason.3.8.2 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (884 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy graphql_ppx.1.0.1 yojson.2.2.2 seq.base result.1.5 reason.3.8.2 ppx_tools_versioned.5.4.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 merlin-extend.0.6.1 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 fix.20230505 dune.3.16.0 cppo.1.7.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# 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 ppx_derivers            1.2.1
  - install result                  1.5
  - install seq                     base
  - install menhirLib               20240715
  - install menhirCST               20240715
  - install menhirSdk               20240715
  - install cppo                    1.7.0
  - install fix                     20230505
  - install ocaml-migrate-parsetree 1.8.0
  - install yojson                  2.2.2
  - install menhir                  20240715
  - install merlin-extend           0.6.1
  - install ppx_tools_versioned     5.4.0
  - install reason                  3.8.2
  - install graphql_ppx             1.0.1
===== 15 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/45:
Processing  2/45:
Processing  3/45: [graphql_ppx.1.0.1: http]
-> retrieved cppo.1.7.0  (cached)
Processing  4/45: [graphql_ppx.1.0.1: http]
Processing  5/45: [graphql_ppx.1.0.1: http] [cppo: dune build]
-> retrieved fix.20230505  (cached)
Processing  6/45: [graphql_ppx.1.0.1: http] [cppo: dune build]
Processing  7/45: [graphql_ppx.1.0.1: http] [cppo: dune build] [fix: dune build]
Processing  7/45: [cppo: dune build] [fix: dune build]
-> retrieved menhir.20240715  (cached)
Processing  8/45: [cppo: dune build] [fix: dune build]
-> retrieved menhirCST.20240715  (cached)
Processing  9/45: [cppo: dune build] [fix: dune build]
Processing 10/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build]
-> retrieved graphql_ppx.1.0.1  (https://github.com/reasonml-community/graphql-ppx/archive/v1.0.1.tar.gz)
Processing 11/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 12/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build]
Processing 13/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 14/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 15/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved merlin-extend.0.6.1  (cached)
Processing 16/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 17/45: [cppo: dune build] [fix: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  fix.20230505
Processing 17/45: [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed fix.20230505
Processing 18/45: [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> compiled  menhirCST.20240715
Processing 18/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed menhirCST.20240715
Processing 19/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 20/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 21/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> retrieved ppx_tools_versioned.5.4.0  (cached)
-> retrieved seq.base  (cached)
Processing 22/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
Processing 23/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
Processing 24/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 25/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 26/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved yojson.2.2.2  (cached)
Processing 27/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build] [yojson: dune build]
-> retrieved reason.3.8.2  (cached)
-> compiled  ppx_derivers.1.2.1
Processing 27/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build] [yojson: dune build]
-> installed ppx_derivers.1.2.1
Processing 28/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build] [yojson: dune build]
-> compiled  result.1.5
Processing 28/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [yojson: dune build]
-> installed result.1.5
Processing 29/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [yojson: dune build]
Processing 30/45: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> compiled  menhirSdk.20240715
Processing 30/45: [cppo: dune build] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> installed menhirSdk.20240715
Processing 31/45: [cppo: dune build] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> compiled  cppo.1.7.0
Processing 31/45: [menhirLib: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> installed cppo.1.7.0
Processing 32/45: [menhirLib: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
Processing 33/45: [menhirLib: dune build] [merlin-extend: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 33/45: [merlin-extend: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> installed menhirLib.20240715
Processing 34/45: [merlin-extend: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
Processing 35/45: [menhir: dune build] [merlin-extend: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> compiled  merlin-extend.0.6.1
Processing 35/45: [menhir: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> installed merlin-extend.0.6.1
Processing 36/45: [menhir: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
-> compiled  yojson.2.2.2
Processing 36/45: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed yojson.2.2.2
Processing 37/45: [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 37/45: [menhir: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 38/45: [menhir: dune build]
Processing 39/45: [menhir: dune build] [ppx_tools_versioned: dune build]
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_402.cmo -c -impl ast_convenience_402.ml)
- File "ast_convenience_402.ml", line 81, characters 41-56:
- 81 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_402.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_403.cmo -c -impl ast_convenience_403.ml)
- File "ast_convenience_403.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_403.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_405.cmo -c -impl ast_convenience_405.ml)
- File "ast_convenience_405.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_405.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_404.cmo -c -impl ast_convenience_404.ml)
- File "ast_convenience_404.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_404.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_407.cmo -c -impl ast_convenience_407.ml)
- File "ast_convenience_407.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_407.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_409.cmo -c -impl ast_convenience_409.ml)
- File "ast_convenience_409.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_409.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_408.cmo -c -impl ast_convenience_408.ml)
- File "ast_convenience_408.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_406.cmo -c -impl ast_convenience_406.ml)
- File "ast_convenience_406.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_406.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_410.cmo -c -impl ast_convenience_410.ml)
- File "ast_convenience_410.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_410.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_403.cmx -c -impl ast_convenience_403.ml)
- File "ast_convenience_403.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_403.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_404.cmx -c -impl ast_convenience_404.ml)
- File "ast_convenience_404.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_404.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_405.cmx -c -impl ast_convenience_405.ml)
- File "ast_convenience_405.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_405.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_402.cmx -c -impl ast_convenience_402.ml)
- File "ast_convenience_402.ml", line 81, characters 41-56:
- 81 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_402.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_406.cmx -c -impl ast_convenience_406.ml)
- File "ast_convenience_406.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_406.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_409.cmx -c -impl ast_convenience_409.ml)
- File "ast_convenience_409.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_409.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_410.cmx -c -impl ast_convenience_410.ml)
- File "ast_convenience_410.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_410.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_408.cmx -c -impl ast_convenience_408.ml)
- File "ast_convenience_408.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_407.cmx -c -impl ast_convenience_407.ml)
- File "ast_convenience_407.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_407.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/byte/ast_convenience_411.cmo -c -impl ast_convenience_411.ml)
- File "ast_convenience_411.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_411.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned.objs/native/ast_convenience_411.cmx -c -impl ast_convenience_411.ml)
- File "ast_convenience_411.ml", line 48, characters 41-56:
- 48 | let lid ?(loc = !default_loc) s = mkloc (Longident.parse s) loc
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_411.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_403.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_403.objs/byte/ppx_metaquot_403.cmo -c -impl ppx_metaquot_403.ml)
- File "ppx_metaquot_403.ml", line 68, characters 10-15:
- 68 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_403.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_402.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_402.objs/byte/ppx_metaquot_402.cmo -c -impl ppx_metaquot_402.ml)
- File "ppx_metaquot_402.ml", line 68, characters 10-15:
- 68 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_402.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_404.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_404.objs/byte/ppx_metaquot_404.cmo -c -impl ppx_metaquot_404.ml)
- File "ppx_metaquot_404.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_404.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_407.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_407.objs/byte/ppx_metaquot_407.cmo -c -impl ppx_metaquot_407.ml)
- File "ppx_metaquot_407.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_407.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_406.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_406.objs/byte/ppx_metaquot_406.cmo -c -impl ppx_metaquot_406.ml)
- File "ppx_metaquot_406.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_406.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_405.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_405.objs/byte/ppx_metaquot_405.cmo -c -impl ppx_metaquot_405.ml)
- File "ppx_metaquot_405.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_405.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_408.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_408.objs/byte/ppx_metaquot_408.cmo -c -impl ppx_metaquot_408.ml)
- File "ppx_metaquot_408.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_409.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_409.objs/byte/ppx_metaquot_409.cmo -c -impl ppx_metaquot_409.ml)
- File "ppx_metaquot_409.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_409.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_411.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_411.objs/byte/ppx_metaquot_411.cmo -c -impl ppx_metaquot_411.ml)
- File "ppx_metaquot_411.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_411.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -bin-annot -I .ppx_tools_versioned_metaquot_410.objs/byte -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -no-alias-deps -o .ppx_tools_versioned_metaquot_410.objs/byte/ppx_metaquot_410.cmo -c -impl ppx_metaquot_410.ml)
- File "ppx_metaquot_410.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_410.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_402.objs/byte -I .ppx_tools_versioned_metaquot_402.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_402.objs/native/ppx_metaquot_402.cmx -c -impl ppx_metaquot_402.ml)
- File "ppx_metaquot_402.ml", line 68, characters 10-15:
- 68 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_402.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_403.objs/byte -I .ppx_tools_versioned_metaquot_403.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_403.objs/native/ppx_metaquot_403.cmx -c -impl ppx_metaquot_403.ml)
- File "ppx_metaquot_403.ml", line 68, characters 10-15:
- 68 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_403.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_404.objs/byte -I .ppx_tools_versioned_metaquot_404.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_404.objs/native/ppx_metaquot_404.cmx -c -impl ppx_metaquot_404.ml)
- File "ppx_metaquot_404.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_404.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_410.objs/byte -I .ppx_tools_versioned_metaquot_410.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_410.objs/native/ppx_metaquot_410.cmx -c -impl ppx_metaquot_410.ml)
- File "ppx_metaquot_410.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_410.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_406.objs/byte -I .ppx_tools_versioned_metaquot_406.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_406.objs/native/ppx_metaquot_406.cmx -c -impl ppx_metaquot_406.ml)
- File "ppx_metaquot_406.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_406.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_411.objs/byte -I .ppx_tools_versioned_metaquot_411.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_411.objs/native/ppx_metaquot_411.cmx -c -impl ppx_metaquot_411.ml)
- File "ppx_metaquot_411.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_411.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_409.objs/byte -I .ppx_tools_versioned_metaquot_409.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_409.objs/native/ppx_metaquot_409.cmx -c -impl ppx_metaquot_409.ml)
- File "ppx_metaquot_409.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_409.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_405.objs/byte -I .ppx_tools_versioned_metaquot_405.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_405.objs/native/ppx_metaquot_405.cmx -c -impl ppx_metaquot_405.ml)
- File "ppx_metaquot_405.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_405.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_407.objs/byte -I .ppx_tools_versioned_metaquot_407.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_407.objs/native/ppx_metaquot_407.cmx -c -impl ppx_metaquot_407.ml)
- File "ppx_metaquot_407.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_407.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w +A-4-17-44-45-105-42 -safe-string -g -I .ppx_tools_versioned_metaquot_408.objs/byte -I .ppx_tools_versioned_metaquot_408.objs/native -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/result -I .ppx_tools_versioned.objs/byte -I .ppx_tools_versioned.objs/native -intf-suffix .ml -no-alias-deps -o .ppx_tools_versioned_metaquot_408.objs/native/ppx_metaquot_408.cmx -c -impl ppx_metaquot_408.ml)
- File "ppx_metaquot_408.ml", line 72, characters 10-15:
- 72 |     match parse ty with
-                ^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
-> compiled  ppx_tools_versioned.5.4.0
Processing 39/45: [menhir: dune build]
-> installed ppx_tools_versioned.5.4.0
Processing 40/45: [menhir: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/4.12/.opam-switch/build/menhir.20240715)
- (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
-> installed menhir.20240715
Processing 42/45: [reason: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "reason" "-j" "39" (CWD=/home/opam/.opam/4.12/.opam-switch/build/reason.3.8.2)
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -g -bin-annot -I src/reason-parser/.menhir_error_processor.eobjs/byte -I /home/opam/.opam/4.12/lib/menhirSdk -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 && /home/opam/.opam/4.12/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/4.12/lib/menhirSdk -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/4.12/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/4.12/lib/fix -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/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/4.12/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/4.12/lib/fix -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/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/4.12/bin/ocamlc.opt -w -40 -g -bin-annot -I src/menhir-recover/.main.eobjs/byte -I /home/opam/.opam/4.12/lib/fix -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/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/4.12/bin/ocamlopt.opt -w -40 -g -I src/menhir-recover/.main.eobjs/byte -I src/menhir-recover/.main.eobjs/native -I /home/opam/.opam/4.12/lib/fix -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/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]
-> compiled  reason.3.8.2
-> installed reason.3.8.2
Processing 44/45: [graphql_ppx: dune build]
+ /home/opam/.opam/4.12/bin/dune "build" "-p" "graphql_ppx" "-j" "39" (CWD=/home/opam/.opam/4.12/.opam-switch/build/graphql_ppx.1.0.1)
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/byte/graphql_ppx_bucklescript__Output_bucklescript_utils.cmo -c -impl src/bucklescript/output_bucklescript_utils.re.pp.ml)
- File "src/bucklescript/output_bucklescript_utils.re", line 43, characters 31-46:
- 43 |   Ast_helper.(Typ.constr({txt: Longident.parse(name), loc}, []));
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_utils.re", line 47, characters 36-51:
- 47 |   Ast_helper.(Exp.ident(~loc, {txt: Longident.parse(ident), loc}));
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/native/.graphql_ppx.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/byte/graphql_ppx__Output_native_encoder.cmo -c -impl src/native/output_native_encoder.re.pp.ml)
- File "src/native/output_native_encoder.re", line 17, characters 36-51:
- 17 |   Ast_helper.(Exp.ident(~loc, {txt: Longident.parse(func_name), loc}));
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/byte/graphql_ppx_bucklescript__Output_bucklescript_types.cmo -c -impl src/bucklescript/output_bucklescript_types.re.pp.ml)
- File "src/bucklescript/output_bucklescript_types.re", line 25, characters 20-35:
- 25 |       Location.txt: Longident.parse(name),
-                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 133, characters 15-29:
- 133 |       ~name as interface_name=?,
-                      ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/bucklescript/output_bucklescript_types.re", line 294, characters 23-38:
- 294 |                        Longident.parse(
-                              ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 620, characters 27-42:
- 620 |                            Longident.parse(
-                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 718, characters 29-44:
- 718 |               {Location.txt: Longident.parse("Js.t"), loc: Location.none},
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 864, characters 37-52:
- 864 |                 | Some(type_name) => Longident.parse(type_name)
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 1116, characters 25-40:
- 1116 |           {Location.txt: Longident.parse("Js.t"), loc: Location.none},
-                                 ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/native/.graphql_ppx.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/byte/graphql_ppx__Output_native_unifier.cmo -c -impl src/native/output_native_unifier.re.pp.ml)
- File "src/native/output_native_unifier.re", line 110, characters 27-42:
- 110 |                      {txt: Longident.parse(name.item), loc},
-                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I src/bucklescript/.graphql_ppx_bucklescript.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/native/graphql_ppx_bucklescript__Output_bucklescript_utils.cmx -c -impl src/bucklescript/output_bucklescript_utils.re.pp.ml)
- File "src/bucklescript/output_bucklescript_utils.re", line 43, characters 31-46:
- 43 |   Ast_helper.(Typ.constr({txt: Longident.parse(name), loc}, []));
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_utils.re", line 47, characters 36-51:
- 47 |   Ast_helper.(Exp.ident(~loc, {txt: Longident.parse(ident), loc}));
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/native/.graphql_ppx.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/byte/graphql_ppx__Output_native_decoder.cmo -c -impl src/native/output_native_decoder.re.pp.ml)
- File "src/native/output_native_decoder.re", line 147, characters 36-51:
- 147 |     Ast_helper.Exp.ident({loc, txt: Longident.parse(name ++ ".parse")});
-                                           ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_decoder.re", line 228, characters 13-28:
- 228 |         txt: Longident.parse(ident ++ ".parse"),
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/byte/graphql_ppx_bucklescript__Output_bucklescript_parser.cmo -c -impl src/bucklescript/output_bucklescript_parser.re.pp.ml)
- File "src/bucklescript/output_bucklescript_parser.re", line 109, characters 41-56:
- 109 |               Exp.ident(Location.mknoloc(Longident.parse("raise"))),
-                                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 114, characters 37-52:
- 114 |                     Location.mknoloc(Longident.parse("Not_found")),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 129, characters 32-47:
- 129 |                   Location.txt: Longident.parse("other"),
-                                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 154, characters 11-26:
- 154 |       txt: Longident.parse(name ++ ".verifyArgsAndParse"),
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 281, characters 34-49:
- 281 |                     Location.txt: Longident.parse(to_valid_ident(key)),
-                                         ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 315, characters 16-31:
- 315 |           {txt: Longident.parse(to_valid_ident(key)), loc: conv_loc(loc)},
-                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 323, characters 16-31:
- 323 |           {txt: Longident.parse(to_valid_ident(key)), loc: conv_loc(loc)},
-                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 566, characters 41-56:
- 566 |               Exp.ident(Location.mknoloc(Longident.parse("raise"))),
-                                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 571, characters 37-52:
- 571 |                     Location.mknoloc(Longident.parse("Not_found")),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 590, characters 40-55:
- 590 |                           Location.txt: Longident.parse("value"),
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/byte/graphql_ppx_bucklescript__Output_bucklescript_serializer.cmo -c -impl src/bucklescript/output_bucklescript_serializer.re.pp.ml)
- File "src/bucklescript/output_bucklescript_serializer.re", line 118, characters 20-35:
- 118 |                txt: Longident.parse(to_valid_ident(name)),
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 131, characters 37-52:
- 131 |                        Location.txt: Longident.parse(to_valid_ident(name)),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 322, characters 32-47:
- 322 |                                 Longident.parse(to_valid_ident(name)),
-                                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 459, characters 38-53:
- 459 |             {loc: Location.none, txt: Longident.parse(to_valid_ident(key))},
-                                             ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 575, characters 33-48:
- 575 |                    Location.txt: Longident.parse(to_valid_ident(key)),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/native/.graphql_ppx.objs/byte -I src/native/.graphql_ppx.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/native/graphql_ppx__Output_native_encoder.cmx -c -impl src/native/output_native_encoder.re.pp.ml)
- File "src/native/output_native_encoder.re", line 17, characters 36-51:
- 17 |   Ast_helper.(Exp.ident(~loc, {txt: Longident.parse(func_name), loc}));
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/native/.graphql_ppx.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/byte/graphql_ppx__Output_native_module.cmo -c -impl src/native/output_native_module.re.pp.ml)
- File "src/native/output_native_module.re", line 55, characters 26-41:
- 55 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 68, characters 26-41:
- 68 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 76, characters 30-45:
- 76 |                 Location.txt: Longident.parse(f ++ ".name"),
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 87, characters 26-41:
- 87 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 95, characters 30-45:
- 95 |                 Location.txt: Longident.parse(f ++ ".query"),
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 241, characters 12-27:
- 241 |       {txt: Longident.parse("Js.t"), loc: Location.none},
-                   ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/native/.graphql_ppx.objs/byte -I src/native/.graphql_ppx.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/native/graphql_ppx__Output_native_unifier.cmx -c -impl src/native/output_native_unifier.re.pp.ml)
- File "src/native/output_native_unifier.re", line 110, characters 27-42:
- 110 |                      {txt: Longident.parse(name.item), loc},
-                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I src/bucklescript/.graphql_ppx_bucklescript.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/native/graphql_ppx_bucklescript__Output_bucklescript_types.cmx -c -impl src/bucklescript/output_bucklescript_types.re.pp.ml)
- File "src/bucklescript/output_bucklescript_types.re", line 25, characters 20-35:
- 25 |       Location.txt: Longident.parse(name),
-                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 133, characters 15-29:
- 133 |       ~name as interface_name=?,
-                      ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/bucklescript/output_bucklescript_types.re", line 294, characters 23-38:
- 294 |                        Longident.parse(
-                              ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 620, characters 27-42:
- 620 |                            Longident.parse(
-                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 718, characters 29-44:
- 718 |               {Location.txt: Longident.parse("Js.t"), loc: Location.none},
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 864, characters 37-52:
- 864 |                 | Some(type_name) => Longident.parse(type_name)
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_types.re", line 1116, characters 25-40:
- 1116 |           {Location.txt: Longident.parse("Js.t"), loc: Location.none},
-                                 ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/native/.graphql_ppx.objs/byte -I src/native/.graphql_ppx.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/native/graphql_ppx__Output_native_decoder.cmx -c -impl src/native/output_native_decoder.re.pp.ml)
- File "src/native/output_native_decoder.re", line 147, characters 36-51:
- 147 |     Ast_helper.Exp.ident({loc, txt: Longident.parse(name ++ ".parse")});
-                                           ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_decoder.re", line 228, characters 13-28:
- 228 |         txt: Longident.parse(ident ++ ".parse"),
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/byte/graphql_ppx_bucklescript__Output_bucklescript_module.cmo -c -impl src/bucklescript/output_bucklescript_module.re.pp.ml)
- File "src/bucklescript/output_bucklescript_module.re", line 88, characters 18-33:
- 88 |     Location.txt: Longident.parse(f ++ ".query"),
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 140, characters 33-48:
- 140 |         Exp.ident({Location.txt: Longident.parse("^"), loc: Location.none}),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 436, characters 34-49:
- 436 |           Incl.mk(Mod.ident({txt: Longident.parse(module_name), loc})),
-                                         ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 441, characters 30-45:
- 441 |               Mod.ident({txt: Longident.parse(funct), loc}),
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 442, characters 30-45:
- 442 |               Mod.ident({txt: Longident.parse(module_name), loc}),
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 460, characters 33-48:
- 460 |                             txt: Longident.parse(module_name),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 480, characters 44-59:
- 480 |                             Mod.ident({txt: Longident.parse(funct), loc}),
-                                                   ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 482, characters 35-50:
- 482 |                               txt: Longident.parse(module_name),
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 537, characters 42-57:
- 537 |                           Mod.ident({txt: Longident.parse(funct), loc}),
-                                                 ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 539, characters 33-48:
- 539 |                             txt: Longident.parse(module_name),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I src/bucklescript/.graphql_ppx_bucklescript.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/native/graphql_ppx_bucklescript__Output_bucklescript_parser.cmx -c -impl src/bucklescript/output_bucklescript_parser.re.pp.ml)
- File "src/bucklescript/output_bucklescript_parser.re", line 109, characters 41-56:
- 109 |               Exp.ident(Location.mknoloc(Longident.parse("raise"))),
-                                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 114, characters 37-52:
- 114 |                     Location.mknoloc(Longident.parse("Not_found")),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 129, characters 32-47:
- 129 |                   Location.txt: Longident.parse("other"),
-                                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 154, characters 11-26:
- 154 |       txt: Longident.parse(name ++ ".verifyArgsAndParse"),
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 281, characters 34-49:
- 281 |                     Location.txt: Longident.parse(to_valid_ident(key)),
-                                         ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 315, characters 16-31:
- 315 |           {txt: Longident.parse(to_valid_ident(key)), loc: conv_loc(loc)},
-                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 323, characters 16-31:
- 323 |           {txt: Longident.parse(to_valid_ident(key)), loc: conv_loc(loc)},
-                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 566, characters 41-56:
- 566 |               Exp.ident(Location.mknoloc(Longident.parse("raise"))),
-                                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 571, characters 37-52:
- 571 |                     Location.mknoloc(Longident.parse("Not_found")),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_parser.re", line 590, characters 40-55:
- 590 |                           Location.txt: Longident.parse("value"),
-                                               ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I src/bucklescript/.graphql_ppx_bucklescript.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/native/graphql_ppx_bucklescript__Output_bucklescript_serializer.cmx -c -impl src/bucklescript/output_bucklescript_serializer.re.pp.ml)
- File "src/bucklescript/output_bucklescript_serializer.re", line 118, characters 20-35:
- 118 |                txt: Longident.parse(to_valid_ident(name)),
-                           ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 131, characters 37-52:
- 131 |                        Location.txt: Longident.parse(to_valid_ident(name)),
-                                            ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 322, characters 32-47:
- 322 |                                 Longident.parse(to_valid_ident(name)),
-                                       ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 459, characters 38-53:
- 459 |             {loc: Location.none, txt: Longident.parse(to_valid_ident(key))},
-                                             ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_serializer.re", line 575, characters 33-48:
- 575 |                    Location.txt: Longident.parse(to_valid_ident(key)),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/native/.graphql_ppx.objs/byte -I src/native/.graphql_ppx.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx__ -o src/native/.graphql_ppx.objs/native/graphql_ppx__Output_native_module.cmx -c -impl src/native/output_native_module.re.pp.ml)
- File "src/native/output_native_module.re", line 55, characters 26-41:
- 55 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 68, characters 26-41:
- 68 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 76, characters 30-45:
- 76 |                 Location.txt: Longident.parse(f ++ ".name"),
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 87, characters 26-41:
- 87 |             Location.txt: Longident.parse("^"),
-                                ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 95, characters 30-45:
- 95 |                 Location.txt: Longident.parse(f ++ ".query"),
-                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/native/output_native_module.re", line 241, characters 12-27:
- 241 |       {txt: Longident.parse("Js.t"), loc: Location.none},
-                   ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- (cd _build/default && /home/opam/.opam/4.12/bin/ocamlopt.opt -w -40 -w -9 -g -I src/bucklescript/.graphql_ppx_bucklescript.objs/byte -I src/bucklescript/.graphql_ppx_bucklescript.objs/native -I /home/opam/.opam/4.12/lib/menhirLib -I /home/opam/.opam/4.12/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/ocaml/compiler-libs -I /home/opam/.opam/4.12/lib/ppx_derivers -I /home/opam/.opam/4.12/lib/reason -I /home/opam/.opam/4.12/lib/reason/easy_format -I /home/opam/.opam/4.12/lib/reason/ocaml-migrate-parsetree -I /home/opam/.opam/4.12/lib/result -I /home/opam/.opam/4.12/lib/seq -I /home/opam/.opam/4.12/lib/yojson -I src/base/.graphql_ppx_base.objs/byte -I src/base/.graphql_ppx_base.objs/native -intf-suffix .ml -no-alias-deps -open Graphql_ppx_bucklescript -o src/bucklescript/.graphql_ppx_bucklescript.objs/native/graphql_ppx_bucklescript__Output_bucklescript_module.cmx -c -impl src/bucklescript/output_bucklescript_module.re.pp.ml)
- File "src/bucklescript/output_bucklescript_module.re", line 88, characters 18-33:
- 88 |     Location.txt: Longident.parse(f ++ ".query"),
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 140, characters 33-48:
- 140 |         Exp.ident({Location.txt: Longident.parse("^"), loc: Location.none}),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 436, characters 34-49:
- 436 |           Incl.mk(Mod.ident({txt: Longident.parse(module_name), loc})),
-                                         ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 441, characters 30-45:
- 441 |               Mod.ident({txt: Longident.parse(funct), loc}),
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 442, characters 30-45:
- 442 |               Mod.ident({txt: Longident.parse(module_name), loc}),
-                                     ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 460, characters 33-48:
- 460 |                             txt: Longident.parse(module_name),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 480, characters 44-59:
- 480 |                             Mod.ident({txt: Longident.parse(funct), loc}),
-                                                   ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 482, characters 35-50:
- 482 |                               txt: Longident.parse(module_name),
-                                          ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 537, characters 42-57:
- 537 |                           Mod.ident({txt: Longident.parse(funct), loc}),
-                                                 ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
- File "src/bucklescript/output_bucklescript_module.re", line 539, characters 33-48:
- 539 |                             txt: Longident.parse(module_name),
-                                        ^^^^^^^^^^^^^^^
- Alert deprecated: Migrate_parsetree.Ast_408.Longident.parse
- this function may misparse its input,
- use "Parse.longident" or "Longident.unflatten"
-> compiled  graphql_ppx.1.0.1
-> installed graphql_ppx.1.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:05.24 ---> saved as "d331c161e54787a0119faf829446790e4f0dd2773dda5f19642bc4de15e89605"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u graphql_ppx:fbad3884f447116f01e4a0fe327a6e56,reason:326f37c60327d04a02d71faaf8435f99"))
2024-09-12 20:05.27 ---> saved as "103bdab1aa0e83f43f7d0ad15b6bafdfd04df1429e2c41e0e7902c43ff1a22b6"

/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.121898') && (for DATA in prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; 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/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2,reason.3.8.2-326f37c60327d04a02d71faaf8435f99,reason.3.8.2 prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1,graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56,graphql_ppx.1.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.121898
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/doc/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/doc/reason/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/doc/reason/HISTORY.md
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/doc/reason/LICENSE.txt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/doc/reason/README.md
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason.ocamlobjinfo
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/META
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/cmdliner/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/cmdliner/ReasonCmdliner.ocamlobjinfo
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/cmdliner/vendored_cmdliner.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/cmdliner/vendored_cmdliner.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/cmdliner/vendored_cmdliner.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/dune-package
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/easy_format/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/easy_format/ReasonEasyFormat.ocamlobjinfo
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/easy_format/vendored_easy_format.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/easy_format/vendored_easy_format.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/easy_format/vendored_easy_format.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/merlin_recovery.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/merlin_recovery.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/merlin_recovery.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp.ocamlobjinfo
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_402.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_402.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_403.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_403.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_404.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_404.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_405.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_405.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_406.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_406.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_407.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_407.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_408.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_408.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_408_helper.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_408_helper.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_409.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_409.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_409_helper.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_409_helper.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_410.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_410.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_411.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_411.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_412.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_412.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_413.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_413.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_414.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_414.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_500.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Ast_500.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Locations.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Locations.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_402_403.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_402_403.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_402_403_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_402_403_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_402.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_402.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_402_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_402_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_404.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_404.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_404_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_403_404_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_403.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_403.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_403_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_403_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_405.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_405.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_405_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_404_405_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_404.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_404.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_404_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_404_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_406.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_406.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_406_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_405_406_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_405.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_405.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_405_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_405_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_407.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_407.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_407_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_406_407_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_406.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_406.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_406_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_406_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_408.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_408.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_408_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_407_408_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_407.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_407.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_407_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_407_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_409.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_409.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_409_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_408_409_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_408.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_408.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_408_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_408_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_410.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_410.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_410_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_409_410_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_409.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_409.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_409_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_409_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_411.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_411.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_411_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_410_411_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_410.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_410.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_410_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_410_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_412.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_412.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_412_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_411_412_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_411.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_411.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_411_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_411_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_413.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_413.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_413_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_412_413_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_412.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_412.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_412_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_412_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_414.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_414.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_414_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_413_414_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_413.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_413.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_413_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_413_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_500.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_500.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_500_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_414_500_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_500_414.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_500_414.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_500_414_migrate.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_500_414_migrate.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_ast_io.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_ast_io.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_ast_io.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_compiler_functions.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_compiler_functions.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_def.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_def.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_def.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_driver.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_driver.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_driver.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_parse.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_parse.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_parse.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_versions.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_versions.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Migrate_parsetree_versions.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Stdlib0.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml-migrate-parsetree/reason_omp__Stdlib0.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml_util.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/ocaml_util.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_attributes.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_attributes.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_comment.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_comment.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_config.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_config.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_declarative_lexer.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_declarative_lexer.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_errors.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_errors.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_errors.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_heuristics.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_heuristics.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_layout.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_layout.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_lexer.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_lexer.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_lexer.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_location.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_location.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_multi_parser.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_multi_parser.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_multi_parser.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_oprint.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_oprint.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_def.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_def.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_explain.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_explain.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_explain_raw.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_explain_raw.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_recover.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_parser_recover.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_pprint_ast.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_pprint_ast.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_pprint_ast.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_recover_parser.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_recover_parser.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_recover_parser.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_single_parser.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_single_parser.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_single_parser.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_string.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_string.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_syntax_util.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_syntax_util.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_syntax_util.cmti
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_conf.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_conf.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_ocaml.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_ocaml.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_reason.cmi
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/lib/reason/reason_toolchain_reason.cmt
prep/universes/326f37c60327d04a02d71faaf8435f99/reason/3.8.2/opam
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/doc/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/doc/graphql_ppx/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/doc/graphql_ppx/LICENSE
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/doc/graphql_ppx/README.md
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx.ocamlobjinfo
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/META
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base.ocamlobjinfo
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ast_serializer_apollo.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ast_serializer_apollo.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ast_transforms.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ast_transforms.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ast_transforms.cmti
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Build_config.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Build_config.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Compat.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Compat.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Dirty_checker.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Dirty_checker.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Extract_type_definitions.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Extract_type_definitions.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Extract_type_definitions.cmti
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Generator_utils.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Generator_utils.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_ast.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_ast.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_lexer.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_lexer.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser_document.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser_document.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser_value.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_parser_value.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_printer.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_printer.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Graphql_printer.cmti
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Log.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Log.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Multi_visitor.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Multi_visitor.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Option.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Option.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ppx_config.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Ppx_config.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Read_schema.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Read_schema.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_decoder.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_decoder.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_decoder.cmti
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_ext.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_ext.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_structure.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_structure.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Result_structure.cmti
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_all_required_arguments.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_all_required_arguments.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_deprecated_fields.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_deprecated_fields.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_known_argument_names.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_known_argument_names.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_invalid_default_values.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_invalid_default_values.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_invalid_input_object_values.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_invalid_input_object_values.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_undefined_variables.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_undefined_variables.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_unused_variables.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Rule_no_unused_variables.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Schema.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Schema.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Schema_printer.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Schema_printer.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Source_pos.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Source_pos.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Traversal_utils.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Traversal_utils.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Type_utils.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Type_utils.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Validations.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/base/graphql_ppx_base__Validations.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/dune-package
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript.ocamlobjinfo
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Bucklescript_config.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Bucklescript_config.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Graphql_ppx.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Graphql_ppx.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_module.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_module.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_parser.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_parser.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_serializer.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_serializer.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_types.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_types.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_utils.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql-ppx-bucklescript/lib/graphql_ppx_bucklescript__Output_bucklescript_utils.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_decoder.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_decoder.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_encoder.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_encoder.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_module.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_module.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_unifier.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_unifier.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_utils.cmi
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/lib/graphql_ppx/graphql_ppx__Output_native_utils.cmt
prep/universes/fbad3884f447116f01e4a0fe327a6e56/graphql_ppx/1.0.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:reason.3.8.2-326f37c60327d04a02d71faaf8435f99:90fe007a27e01536ebd28c9de81df7c8517340852290cfdc6129b58d16dc73b1
HASHES:graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56:3cf089bcbb841e01ebd80afa788d02e7046083523e1496015d0527046651804d
2024-09-12 20:05.29 ---> saved as "c01b73612f787f34fb4fe5073638b2aa27d37b5919e664372f2a4889f670d29a"
Job succeeded
2024-09-12 20:15.05: graphql_ppx.1.0.1-fbad3884f447116f01e4a0fe327a6e56 -> 3cf089bcbb841e01ebd80afa788d02e7046083523e1496015d0527046651804d
2024-09-12 20:15.05: reason.3.8.2-326f37c60327d04a02d71faaf8435f99 -> 90fe007a27e01536ebd28c9de81df7c8517340852290cfdc6129b58d16dc73b1
2024-09-12 20:15.05: Job succeeded