Build:
  1. 0
2024-09-12 08:34.45: New job: Voodoo prep melange-json.1.2.0; 1cda10c85a85b7fb325faa99d263af4a
2024-09-12 08:34.45: Connecting to build cluster…
2024-09-12 08:34.45: Waiting for resource in pool OCluster
2024-09-12 11:39.49: Waiting for worker…
2024-09-12 11:42.46: Got resource from pool OCluster
2024-09-12 11:42.46: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy melange-json.1.2.0 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 dune-build-info.3.16.0 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u melange-json:1cda10c85a85b7fb325faa99d263af4a"))
 (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.638469') && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 0e1db1f4176121955441dd10fd6470b79d8546a9 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 11:42.46: RETRYING: 2024-09-12/083445-voodoo-prep-9fa5f1 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  67% (21478/32043)
Updating files:  68% (21790/32043)
Updating files:  69% (22110/32043)
Updating files:  70% (22431/32043)
Updating files:  71% (22751/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-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 11:35.43 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 11:35.43 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" 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 1s (406 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 (6833 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 ... 18764 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 11:35.43 ---> using "00bd9b10ee4005c80d7af1faad8dfcb4e6ab122a52aeb43a33fdea8ec26bd562" 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 dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed bos.0.2.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 11:35.43 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 11:35.43 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache
2024-09-12 11:35.43 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 11:35.43 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 11:35.43 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 11:35.43 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 11:35.44 ---> using "1b5e9fc1ccd128814ca1b06b918ab4051cc089fb6684db122a9c450875178a17" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 11:35.44 ---> using "75550fbaab8f2c7def5630f1fd1f03e7ad5056e1c45978da3ced53e59ea5e46d" from cache

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

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 11:35.44 ---> using "af43452053ddcd2ba89c359bfcbf0ca7cdca49583e18cdbb5846b68aff69dab3" from cache

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

2024-09-12 11:35.44 ---> using "0b85443f905c810a5a8a541ba8598588d5309adfba80d2ac3d13159c10296d1a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 11:35.44 ---> using "9dc26fe9e3e21ca0c5f45f1561ed816bdd3fc7ce8437526d91c6de2698e28454" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0"))
The following actions will be performed:
  - install dune 3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 11:35.44 ---> using "d1684ac8bbd3c2ee4f7a0f66f43637d19374569cf6ee6a9a256bbf824ce5450f" 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 melange-json.1.2.0 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 dune-build-info.3.16.0 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (917 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 melange-json.1.2.0 yojson.2.2.2 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 melange.4.0.0-51 dune-build-info.3.16.0 dune.3.16.0 cppo.1.7.0 cmdliner.1.3.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install cmdliner            1.3.0
  - install ppx_derivers        1.2.1
  - install seq                 base
  - install menhirLib           20240715
  - install sexplib0            v0.17.0
  - install menhirCST           20240715
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20240715
  - install cppo                1.7.0
  - install dune-build-info     3.16.0
  - install stdlib-shims        0.3.0
  - install yojson              2.2.2
  - install menhir              20240715
  - install ppxlib              0.33.0
  - install melange             4.0.0-51
  - install melange-json        1.2.0
===== 16 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/48:
Processing  2/48:
Processing  3/48:
-> retrieved cmdliner.1.3.0  (cached)
Processing  4/48:
Processing  5/48: [cmdliner: make all]
-> retrieved cppo.1.7.0  (cached)
Processing  6/48: [cmdliner: make all]
Processing  7/48: [cmdliner: make all] [cppo: dune build]
-> retrieved dune-build-info.3.16.0  (cached)
Processing  8/48: [cmdliner: make all] [cppo: dune build]
Processing  9/48: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
-> retrieved melange.4.0.0-51  (cached)
Processing 10/48: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
-> retrieved melange-json.1.2.0  (cached)
Processing 11/48: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
-> compiled  cppo.1.7.0
Processing 11/48: [cmdliner: make all] [dune-build-info: rm]
-> installed cppo.1.7.0
Processing 12/48: [cmdliner: make all] [dune-build-info: rm]
-> retrieved menhir.20240715  (cached)
Processing 13/48: [cmdliner: make all] [dune-build-info: rm]
-> retrieved menhirCST.20240715  (cached)
Processing 14/48: [cmdliner: make all] [dune-build-info: rm]
Processing 15/48: [cmdliner: make all] [dune-build-info: rm] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 16/48: [cmdliner: make all] [dune-build-info: rm] [menhirCST: dune build]
Processing 17/48: [cmdliner: make all] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 18/48: [cmdliner: make all] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build]
Processing 19/48: [cmdliner: make all] [dune-build-info: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 19/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved seq.base  (cached)
Processing 20/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 21/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 22/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 23/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> installed seq.base
Processing 24/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 25/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 26/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.33.0  (cached)
Processing 27/48: [cmdliner: make all] [dune-build-info: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  menhirCST.20240715
Processing 27/48: [cmdliner: make all] [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed menhirCST.20240715
Processing 28/48: [cmdliner: make all] [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 29/48: [cmdliner: make all] [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 30/48: [cmdliner: make all] [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.2.2.2  (cached)
Processing 31/48: [cmdliner: make all] [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.3.0
Processing 31/48: [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 32/48: [dune-build-info: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 32/48: [dune-build-info: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  menhirSdk.20240715
Processing 32/48: [dune-build-info: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  dune-build-info.3.16.0
Processing 32/48: [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  ppx_derivers.1.2.1
Processing 32/48: [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  sexplib0.v0.17.0
Processing 32/48: [ocaml-compiler-libs: dune build] [stdlib-shims: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  stdlib-shims.0.3.0
Processing 32/48: [ocaml-compiler-libs: dune build] [yojson: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 32/48: [ocaml-compiler-libs: dune build] [yojson: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 32/48: [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed dune-build-info.3.16.0
Processing 33/48: [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed menhirLib.20240715
Processing 34/48: [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed menhirSdk.20240715
Processing 35/48: [ocaml-compiler-libs: dune build] [yojson: dune build]
Processing 36/48: [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed ppx_derivers.1.2.1
Processing 37/48: [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 38/48: [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 39/48: [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 39/48: [menhir: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 40/48: [menhir: dune build] [yojson: dune build]
Processing 41/48: [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  yojson.2.2.2
Processing 41/48: [menhir: dune build] [ppxlib: dune build]
-> installed yojson.2.2.2
Processing 42/48: [menhir: dune build] [ppxlib: dune build]
-> compiled  ppxlib.0.33.0
Processing 42/48: [menhir: dune build]
-> installed ppxlib.0.33.0
Processing 43/48: [menhir: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/5.1/.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 45/48: [melange: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "melange" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/melange.4.0.0-51)
- (cd _build/default/jscomp/core && /usr/bin/bash -e -u -o pipefail -c 'echo let version = \"$(git rev-parse --verify HEAD)\"') > _build/default/jscomp/core/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default/jscomp/core && /usr/bin/bash -e -u -o pipefail -c 'echo let short_version = \"$(git rev-parse --short HEAD)\"') > _build/default/jscomp/core/git_commit.ml
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && bin/melc.exe -w -40 -w -49 -nopervasives -nostdlib -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name stdlib --bs-package-name melange -no-alias-deps -o jscomp/stdlib/.stdlib.objs/melange/stdlib.cmj -c -impl jscomp/stdlib/stdlib.pp.ml)
- File "stdlib.cppo.ml", line 420, characters 29-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "stdlib.cppo.ml", line 420, characters 10-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_open_descriptor_out
- 
- File "stdlib.cppo.ml", line 421, characters 2-29:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_channel_name
- 
- File "stdlib.cppo.ml", line 455, characters 2-39:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_bytes
- 
- File "stdlib.cppo.ml", line 463, characters 7-33:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_bytes
- 
- File "stdlib.cppo.ml", line 475, characters 26-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value
- 
- File "stdlib.cppo.ml", line 481, characters 29-49:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 484, characters 7-27:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 494, characters 28-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "stdlib.cppo.ml", line 494, characters 10-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_open_descriptor_in
- 
- File "stdlib.cppo.ml", line 495, characters 2-28:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_channel_name
- 
- File "stdlib.cppo.ml", line 512, characters 7-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 516, characters 12-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 516, characters 12-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 542, characters 12-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_scan_line
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 549, characters 13-46:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 550, characters 13-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 557, characters 12-42:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input
- 
- File "stdlib.cppo.ml", line 569, characters 29-40:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 471, characters 0-78:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_output_int
- 
- File "stdlib.cppo.ml", line 477, characters 0-67:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_out
- 
- File "stdlib.cppo.ml", line 478, characters 0-57:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_out
- 
- File "stdlib.cppo.ml", line 479, characters 0-73:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", lines 485-486, characters 0-56:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_binary_mode
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 562, characters 0-62:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 563, characters 0-67:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_int
- 
- File "stdlib.cppo.ml", line 564, characters 0-60:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value
- 
- File "stdlib.cppo.ml", line 565, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_in
- 
- File "stdlib.cppo.ml", line 566, characters 0-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in
- 
- File "stdlib.cppo.ml", line 567, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", lines 570-571, characters 0-55:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_binary_mode
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_out_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_out_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_seek_in_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in_64
- 
- File "jscomp/stdlib/stdlib.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size_64
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name sys --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Sys.cmj -c -impl jscomp/stdlib/sys.pp.ml)
- File "sys.cppo.ml", lines 147-148, characters 0-35:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_enable_runtime_warnings
- 
- File "sys.cppo.ml", lines 149-150, characters 0-36:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_runtime_warnings_enabled
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name obj --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Obj.cmj -c -impl jscomp/stdlib/obj.pp.ml)
- File "jscomp/stdlib/obj.ml", line 35, characters 40-77:
- 35 | let [@inline always] double_field x i = floatarray_get (obj x : floatarray) i
-                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_get
- 
- File "jscomp/stdlib/obj.ml", line 37, characters 2-41:
- 37 |   floatarray_set (obj x : floatarray) i v
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_set
- 
- File "jscomp/stdlib/obj.ml", line 107, characters 4-12:
- 107 |     create l
-           ^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_create
- 
- File "jscomp/stdlib/obj.ml", line 118, characters 4-15:
- 118 |     get_key e o
-           ^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_key
- 
- File "jscomp/stdlib/obj.ml", line 123, characters 4-20:
- 123 |     get_key_copy e o
-           ^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_key_copy
- 
- File "jscomp/stdlib/obj.ml", line 128, characters 4-17:
- 128 |     set_key e o x
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_key
- 
- File "jscomp/stdlib/obj.ml", line 133, characters 4-17:
- 133 |     unset_key e o
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_key
- 
- File "jscomp/stdlib/obj.ml", line 138, characters 4-17:
- 138 |     check_key e o
-           ^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_check_key
- 
- File "jscomp/stdlib/obj.ml", line 147, characters 24-46:
- 147 |     else if l <> 0 then blit_key e1 o1 e2 o2 l
-                               ^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_blit_key
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_get_data_copy
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_check_data
- 
- File "jscomp/stdlib/obj.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_blit_data
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name callback --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Callback.cmj -c -impl jscomp/stdlib/callback.pp.ml)
- File "jscomp/stdlib/callback.ml", line 22, characters 2-40:
- 22 |   register_named_value name (Obj.repr v)
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_register_named_value
- 
- File "jscomp/stdlib/callback.ml", line 27, characters 2-32:
- 27 |   register_named_value name slot
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_register_named_value
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name float --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Float.cmj -c -impl jscomp/stdlib/float.pp.ml)
- File "float.cppo.ml", line 166, characters 23-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_trunc_float
- 
- File "float.cppo.ml", line 171, characters 13-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_nextafter_float
- 
- File "float.cppo.ml", line 172, characters 13-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_nextafter_float
- 
- File "float.cppo.ml", line 287, characters 4-32:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 288, characters 4-33:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 307, characters 8-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 307, characters 8-38:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 316, characters 4-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 322, characters 4-30:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- 
- File "float.cppo.ml", line 332, characters 4-37:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_floatarray_blit
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name marshal --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Marshal.cmj -c -impl jscomp/stdlib/marshal.pp.ml)
- File "jscomp/stdlib/marshal.ml", line 35, characters 7-44:
- 35 |   else to_buffer_unsafe buff ofs len v flags
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value_to_buffer
- 
- File "jscomp/stdlib/marshal.ml", line 51, characters 7-32:
- 51 |   else data_size_unsafe buff ofs
-             ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_marshal_data_size
- 
- File "jscomp/stdlib/marshal.ml", line 58, characters 14-39:
- 58 |     let len = data_size_unsafe buff ofs in
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_marshal_data_size
- 
- File "jscomp/stdlib/marshal.ml", line 61, characters 9-35:
- 61 |     else from_bytes_unsafe buff ofs
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value_from_bytes
- 
- File "jscomp/stdlib/marshal.ml", lines 22-23, characters 0-25:
- 22 | external to_channel: out_channel -> 'a -> extern_flags list -> unit
- 23 |     = "caml_output_value"
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_output_value
- 
- File "jscomp/stdlib/marshal.ml", line 43, characters 0-60:
- 43 | external from_channel: in_channel -> 'a = "caml_input_value"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_input_value
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name string --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__String.cmj -c -impl jscomp/stdlib/string.pp.ml)
- File "jscomp/stdlib/string.ml", line 222, characters 13-28:
- 222 | let hash x = seeded_hash 0 x
-                    ^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_string_hash
- 
- File "jscomp/stdlib/string.ml", line 221, characters 0-76:
- 221 | external seeded_hash : int -> string -> int = "caml_string_hash" [@@noalloc]
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_string_hash
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name printexc --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Printexc.cmj -c -impl jscomp/stdlib/printexc.pp.ml)
- File "printexc.cppo.ml", line 302, characters 15-39:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_debug_info_status
- 
- File "printexc.cppo.ml", lines 258-259, characters 0-72:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_raw_backtrace_slot
- 
- File "printexc.cppo.ml", lines 261-263, characters 0-34:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_raw_backtrace_next_slot
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name arg --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Arg.cmj -c -impl jscomp/stdlib/arg.pp.ml)
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 481, characters 29-49:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name fun --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Fun.cmj -c -impl jscomp/stdlib/fun.pp.ml)
- File "jscomp/stdlib/fun.ml", line 32, characters 6-57:
- 32 |       Printexc.raise_with_backtrace (Finally_raised e) bt
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_restore_raw_backtrace
- 
- File "jscomp/stdlib/fun.ml", line 39, characters 6-52:
- 39 |       Printexc.raise_with_backtrace work_exn work_bt
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_restore_raw_backtrace
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name out_channel --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Out_channel.cmj -c -impl jscomp/stdlib/out_channel.pp.ml)
- File "out_channel.cppo.ml", line 79, characters 0-72:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_binary_mode
- 
- File "out_channel.cppo.ml", line 81, characters 0-66:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_set_buffered
- 
- File "out_channel.cppo.ml", line 83, characters 0-56:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_buffered
- 
- File "out_channel.cppo.ml", line 85, characters 0-47:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_isatty
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name in_channel --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__In_channel.cmj -c -impl jscomp/stdlib/in_channel.pp.ml)
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 562, characters 0-62:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 567, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_channel_size
- 
- File "stdlib.cppo.ml", line 566, characters 0-54:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_pos_in
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "stdlib.cppo.ml", line 504, characters 0-63:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_input_char
- 
- File "in_channel.cppo.ml", line 213, characters 0-71:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_is_binary_mode
- 
- File "in_channel.cppo.ml", line 215, characters 0-47:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_isatty
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name scanf --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Scanf.cmj -c -impl jscomp/stdlib/scanf.pp.ml)
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- 
- File "stdlib.cppo.ml", line 568, characters 0-64:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ml_close_channel
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name gc --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Gc.cmj -c -impl jscomp/stdlib/gc.pp.ml)
- File "jscomp/stdlib/gc.ml", line 71, characters 11-18:
- 71 |   let st = stat () in
-                 ^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_gc_stat
- 
- File "jscomp/stdlib/gc.ml", line 96, characters 22-33:
- 96 |   let (mi, pro, ma) = counters () in
-                            ^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_gc_counters
- 
- File "jscomp/stdlib/gc.ml", line 111, characters 21-45:
- 111 |     let finally () = finalise call_alarm arec in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 111, characters 21-45:
- 111 |     let finally () = finalise call_alarm arec in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 120, characters 2-26:
- 120 |   finalise call_alarm arec;
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", line 158, characters 6-50:
- 158 |       c_start sampling_rate callstack_size tracker
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_start
- 
- File "jscomp/stdlib/gc.ml", line 100, characters 0-70:
- 100 | external finalise : ('a -> unit) -> 'a -> unit = "caml_final_register"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register
- 
- File "jscomp/stdlib/gc.ml", lines 101-102, characters 0-44:
- 101 | external finalise_last : (unit -> unit) -> 'a -> unit =
- 102 |   "caml_final_register_called_without_value"
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_register_called_without_value
- 
- File "jscomp/stdlib/gc.ml", line 103, characters 0-63:
- 103 | external finalise_release : unit -> unit = "caml_final_release"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_final_release
- 
- File "jscomp/stdlib/gc.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_stop
- 
- File "jscomp/stdlib/gc.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_memprof_discard
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name digest --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Digest.cmj -c -impl jscomp/stdlib/digest.pp.ml)
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 85, characters 4-58:
- 85 |     unsafe_string hash_length "" str 0 (String.length str)
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 93, characters 4-44:
- 93 |     unsafe_string hash_length "" str ofs len
-          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_string
- 
- File "jscomp/stdlib/digest.ml", line 82, characters 18-43:
- 82 |   let create () = create_gen hash_length ""
-                        ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_create
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 106, characters 13-34:
- 106 |         then final ctx hash_length
-                    ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 107, characters 14-57:
- 107 |         else (update ctx (Bytes.unsafe_to_string buf) 0 n; do_read ())
-                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 111, characters 27-48:
- 111 |         if toread = 0 then final ctx hash_length else begin
-                                  ^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_final
- 
- File "jscomp/stdlib/digest.ml", line 116, characters 12-55:
- 116 |             update ctx (Bytes.unsafe_to_string buf) 0 n;
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_blake2_update
- 
- File "jscomp/stdlib/digest.ml", line 171, characters 49-64:
- 171 |     In_channel.with_open_bin filename (fun ic -> channel ic (-1))
-                                                        ^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- 
- File "jscomp/stdlib/digest.ml", line 156, characters 2-60:
- 156 |   external channel: in_channel -> int -> t = "caml_md5_chan"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- 
- File "jscomp/stdlib/digest.ml", line 1:
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_md5_chan
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name filename --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Filename.cmj -c -impl jscomp/stdlib/filename.pp.ml)
- File "jscomp/stdlib/filename.ml", line 347, characters 16-75:
- 347 |       close_desc(open_desc name [Open_wronly; Open_creat; Open_excl] 0o600);
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_open
- 
- File "jscomp/stdlib/filename.ml", line 347, characters 6-75:
- 347 |       close_desc(open_desc name [Open_wronly; Open_creat; Open_excl] 0o600);
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_close
- 
- File "jscomp/stdlib/filename.ml", line 370, characters 6-26:
- 370 |       Sys.mkdir name perms;
-             ^^^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_sys_mkdir
- (cd _build/default && bin/melc.exe -w -40 -mel-no-check-div-by-zero -mel-cross-module-opt -nolabels -w -9 -bin-annot -I jscomp/stdlib/.stdlib.objs/melange -I jscomp/runtime/.js.objs/melange -I jscomp/runtime/.melange_mini_stdlib.objs/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name weak --bs-package-name melange -no-alias-deps -open Stdlib -nopervasives -nostdlib -o jscomp/stdlib/.stdlib.objs/melange/stdlib__Weak.cmj -c -impl jscomp/stdlib/weak.pp.ml)
- File "jscomp/stdlib/weak.ml", line 30, characters 2-10:
- 30 |   create l
-        ^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_create
- 
- File "jscomp/stdlib/weak.ml", line 45, characters 14-24:
- 45 |   | Some x -> set' e o x
-                    ^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_set_key
- 
- File "jscomp/stdlib/weak.ml", line 44, characters 12-21:
- 44 |   | None -> unset e o
-                  ^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_ephe_unset_key
- 
- File "jscomp/stdlib/weak.ml", line 50, characters 2-9:
- 50 |   get e o
-        ^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_get
- 
- File "jscomp/stdlib/weak.ml", line 55, characters 2-14:
- 55 |   get_copy e o
-        ^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_get_copy
- 
- File "jscomp/stdlib/weak.ml", line 60, characters 2-11:
- 60 |   check e o
-        ^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_check
- 
- File "jscomp/stdlib/weak.ml", line 69, characters 22-40:
- 69 |   else if l <> 0 then blit e1 o1 e2 o2 l
-                            ^^^^^^^^^^^^^^^^^^
- Warning 106 [melange-unimplemented-primitive]: Unimplemented primitive used:caml_weak_blit
-> compiled  melange.4.0.0-51
-> installed melange.4.0.0-51
Processing 47/48: [melange-json: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "melange-json" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/melange-json.1.2.0)
-> compiled  melange-json.1.2.0
-> installed melange-json.1.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 11:37.30 ---> saved as "8bad3346951b22fbe130e228596183926612fa9db883264ebf36999ac620f63b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u melange-json:1cda10c85a85b7fb325faa99d263af4a"))
2024-09-12 11:37.32 ---> saved as "1674f6183aa14c57a5fef446985384005af53ddc96401385469297ccadece82d"

/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.638469') && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0,melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a,melange-json.1.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.638469
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/CHANGES.md
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/LICENSE
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/LICENSE.LGPL-3.0
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/LICENSE.MPL-2.0
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/doc/melange-json/README.md
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/META
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/dune-package
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_decode.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_decode.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_decode.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_encode.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_encode.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/melange/json__Json_encode.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native.ocamlobjinfo
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__Ppx_deriving_json_common.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__Ppx_deriving_json_common.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__Ppx_deriving_tools.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__Ppx_deriving_tools.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-native/ppx_deriving_json_native__Ppx_deriving_tools.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime-native/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime-native/ppx_deriving_json_native_runtime.ocamlobjinfo
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime-native/ppx_deriving_json_runtime.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime-native/ppx_deriving_json_runtime.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime/melange/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime/melange/ppx_deriving_json_runtime.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx-runtime/melange/ppx_deriving_json_runtime.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js.ocamlobjinfo
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__Ppx_deriving_json_common.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__Ppx_deriving_json_common.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__Ppx_deriving_tools.cmi
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__Ppx_deriving_tools.cmt
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/lib/melange-json/ppx/ppx_deriving_json_js__Ppx_deriving_tools.cmti
prep/universes/1cda10c85a85b7fb325faa99d263af4a/melange-json/1.2.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a:e15349fd3baa69a8beeb7ebba136822b7b069a4ac01db0b8370f0d235b3c12a0
2024-09-12 11:37.34 ---> saved as "45e4b1ede19101fb0232505a27f4761cf85653f6e901c2ebc65c01e1a048bd10"
Job succeeded
2024-09-12 11:46.48: melange-json.1.2.0-1cda10c85a85b7fb325faa99d263af4a -> e15349fd3baa69a8beeb7ebba136822b7b069a4ac01db0b8370f0d235b3c12a0
2024-09-12 11:46.48: Job succeeded