OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-c15.sw.ocaml.org

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:728f5640961821acc3c3615502bcc556ec255cb25e8860aae98b3690dfbd682e
Status: Downloaded newer image for ocaml/opam:debian-unstable
2024-11-22 06:56.47 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-11-22 06:56.47 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 232a37e8b008dc04381f5e98c16badfc02ea6962"))
2024-11-22 06:56.47 ---> using "3627aca0cf09d425091b1834dc367b2d674ea958c1073cfd571626e801400fa8" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-11-22 06:56.47 ---> using "12ca91eed672409146ffeb97abf8b2057aa9490eea5153239f28fb1d87ff4305" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.2' '5.2.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.2.0"} | "ocaml-system" {= "5.2.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.2)
2024-11-22 06:56.47 ---> using "cd3328fabe39f4268a276aa8f976207ee1405b66a9ac28f5bb81f3c7f0fa1414" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [202 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-11-22-0207.16-F-2024-11-19-1405.22.pdiff [139 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-11-22-0207.16-F-2024-11-19-1405.22.pdiff [139 kB]
- Fetched 405 kB in 3s (144 kB/s)
- Reading package lists...
- 
2024-11-22 06:56.47 ---> using "ae1e84bad806423adefae1a465b521ab9b62d62a7644de4941e4276f23ebf55e" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"decoders-yojson.0.6.0\"\
               \nopam install -vy \"decoders-yojson.0.6.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"decoders-yojson.0.6.0\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
Nothing to do.
[NOTE] decoders-yojson.0.6.0 is not installed.

The following actions will be performed:
=== install 8 packages
  - install biniou          1.2.2  [required by yojson]
  - install camlp-streams   5.0.1  [required by biniou]
  - install cppo            1.7.0  [required by yojson]
  - install decoders        0.7.0  [required by decoders-yojson]
  - install decoders-yojson 0.6.0
  - install dune            3.16.1 [required by decoders-yojson]
  - install easy-format     1.3.4  [required by yojson]
  - install yojson          1.7.0  [required by decoders-yojson]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/24: [biniou.1.2.2: extract]
Processing  2/24: [biniou.1.2.2: extract] [camlp-streams.5.0.1: extract]
Processing  3/24: [biniou.1.2.2: extract] [camlp-streams.5.0.1: extract] [cppo.1.7.0: extract]
-> retrieved biniou.1.2.2  (cached)
Processing  3/24: [camlp-streams.5.0.1: extract] [cppo.1.7.0: extract]
Processing  4/24: [camlp-streams.5.0.1: extract] [cppo.1.7.0: extract] [decoders.0.7.0: extract]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  4/24: [cppo.1.7.0: extract] [decoders.0.7.0: extract]
Processing  5/24: [cppo.1.7.0: extract] [decoders.0.7.0: extract] [decoders-yojson.0.6.0: extract]
-> retrieved cppo.1.7.0  (cached)
Processing  5/24: [decoders.0.7.0: extract] [decoders-yojson.0.6.0: extract]
Processing  6/24: [decoders.0.7.0: extract] [decoders-yojson.0.6.0: extract] [dune.3.16.1: extract]
-> retrieved decoders.0.7.0  (cached)
Processing  6/24: [decoders-yojson.0.6.0: extract] [dune.3.16.1: extract]
Processing  7/24: [decoders-yojson.0.6.0: extract] [dune.3.16.1: extract] [easy-format.1.3.4: extract]
-> retrieved decoders-yojson.0.6.0  (cached)
Processing  7/24: [dune.3.16.1: extract] [easy-format.1.3.4: extract]
Processing  8/24: [dune.3.16.1: extract] [easy-format.1.3.4: extract] [yojson.1.7.0: extract]
-> retrieved easy-format.1.3.4  (cached)
Processing  8/24: [dune.3.16.1: extract] [yojson.1.7.0: extract]
-> retrieved yojson.1.7.0  (cached)
Processing  8/24: [dune.3.16.1: extract]
-> retrieved dune.3.16.1  (cached)
Processing  9/24: [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/5.2/.opam-switch/build/dune.3.16.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- cd _boot && /home/opam/.opam/5.2/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads stdune.ml
- File "otherlibs/stdune/src/stdune.ml", line 1, characters 4-9:
- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context
- 

Processing  9/24: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/5.2/.opam-switch/build/dune.3.16.1)
-> compiled  dune.3.16.1
-> installed dune.3.16.1
Processing 11/24: [camlp-streams: dune build]
Processing 12/24: [camlp-streams: dune build] [cppo: dune build]
Processing 13/24: [camlp-streams: dune build] [cppo: dune build] [decoders: dune build]
Processing 14/24: [camlp-streams: dune build] [cppo: dune build] [decoders: dune build] [easy-format: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "easy-format" "-j" "39" "@install" (CWD=/home/opam/.opam/5.2/.opam-switch/build/easy-format.1.3.4)
-> compiled  easy-format.1.3.4
Processing 14/24: [camlp-streams: dune build] [cppo: dune build] [decoders: dune build]
-> installed easy-format.1.3.4
Processing 15/24: [camlp-streams: dune build] [cppo: dune build] [decoders: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "camlp-streams" "-j" "39" "@install" (CWD=/home/opam/.opam/5.2/.opam-switch/build/camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 15/24: [cppo: dune build] [decoders: dune build]
-> installed camlp-streams.5.0.1
Processing 16/24: [cppo: dune build] [decoders: dune build]
Processing 17/24: [biniou: dune build] [cppo: dune build] [decoders: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "decoders" "-j" "39" "@install" (CWD=/home/opam/.opam/5.2/.opam-switch/build/decoders.0.7.0)
-> compiled  decoders.0.7.0
Processing 17/24: [biniou: dune build] [cppo: dune build]
-> installed decoders.0.7.0
Processing 18/24: [biniou: dune build] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "biniou" "-j" "39" (CWD=/home/opam/.opam/5.2/.opam-switch/build/biniou.1.2.2)
-> compiled  biniou.1.2.2
Processing 18/24: [cppo: dune build]
-> installed biniou.1.2.2
Processing 19/24: [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "39" "@install" (CWD=/home/opam/.opam/5.2/.opam-switch/build/cppo.1.7.0)
-> compiled  cppo.1.7.0
-> installed cppo.1.7.0
Processing 21/24: [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "39" (CWD=/home/opam/.opam/5.2/.opam-switch/build/yojson.1.7.0)
-> compiled  yojson.1.7.0
-> installed yojson.1.7.0
Processing 23/24: [decoders-yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "decoders-yojson" "-j" "39" "@install" (CWD=/home/opam/.opam/5.2/.opam-switch/build/decoders-yojson.0.6.0)
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Basic.cmi -c -intf src-yojson/basic.mli)
- File "src-yojson/basic.mli", line 3, characters 52-69:
- 3 | module Decode : Decoders.Decode.S with type value = Yojson.Basic.json
-                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/basic.mli", line 5, characters 52-69:
- 5 | module Encode : Decoders.Encode.S with type value = Yojson.Basic.json
-                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Safe.cmi -c -intf src-yojson/safe.mli)
- File "src-yojson/safe.mli", line 3, characters 52-68:
- 3 | module Decode : Decoders.Decode.S with type value = Yojson.Safe.json
-                                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/safe.mli", line 5, characters 52-68:
- 5 | module Encode : Decoders.Encode.S with type value = Yojson.Safe.json
-                                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Raw.cmi -c -intf src-yojson/raw.mli)
- File "src-yojson/raw.mli", line 4, characters 46-61:
- 4 |   include Decoders.Decode.S with type value = Yojson.Raw.json
-                                                   ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/raw.mli", line 16, characters 46-61:
- 16 |   include Decoders.Encode.S with type value = Yojson.Raw.json
-                                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Basic.cmo -c -impl src-yojson/basic.ml)
- File "src-yojson/basic.ml", line 7, characters 15-32:
- 7 |   type value = Yojson.Basic.json
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/basic.ml", line 5, characters 61-78:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Basic.json =
-                                                                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/basic.ml", line 63, characters 15-32:
- 63 |   type value = Yojson.Basic.json
-                     ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Safe.cmo -c -impl src-yojson/safe.ml)
- File "src-yojson/safe.ml", line 7, characters 15-31:
- 7 |   type value = Yojson.Safe.json
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/safe.ml", line 5, characters 61-77:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Safe.json =
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/safe.ml", line 61, characters 15-31:
- 61 |   type value = Yojson.Safe.json
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -warn-error -3 -g -bin-annot -bin-annot-occurrences -I src-yojson/.decoders_yojson.objs/byte -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/byte/decoders_yojson__Raw.cmo -c -impl src-yojson/raw.ml)
- File "src-yojson/raw.ml", line 7, characters 15-30:
- 7 |   type value = Yojson.Raw.json
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/raw.ml", line 5, characters 61-76:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Raw.json =
-                                                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/raw.ml", line 107, characters 15-30:
- 107 |   type value = Yojson.Raw.json
-                      ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w -40 -warn-error -3 -g -I src-yojson/.decoders_yojson.objs/byte -I src-yojson/.decoders_yojson.objs/native -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/native/decoders_yojson__Safe.cmx -c -impl src-yojson/safe.ml)
- File "src-yojson/safe.ml", line 7, characters 15-31:
- 7 |   type value = Yojson.Safe.json
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/safe.ml", line 5, characters 61-77:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Safe.json =
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/safe.ml", line 61, characters 15-31:
- 61 |   type value = Yojson.Safe.json
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w -40 -warn-error -3 -g -I src-yojson/.decoders_yojson.objs/byte -I src-yojson/.decoders_yojson.objs/native -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/native/decoders_yojson__Basic.cmx -c -impl src-yojson/basic.ml)
- File "src-yojson/basic.ml", line 7, characters 15-32:
- 7 |   type value = Yojson.Basic.json
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/basic.ml", line 5, characters 61-78:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Basic.json =
-                                                                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/basic.ml", line 63, characters 15-32:
- 63 |   type value = Yojson.Basic.json
-                     ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w -40 -warn-error -3 -g -I src-yojson/.decoders_yojson.objs/byte -I src-yojson/.decoders_yojson.objs/native -I /home/opam/.opam/5.2/lib/biniou -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/decoders -I /home/opam/.opam/5.2/lib/easy-format -I /home/opam/.opam/5.2/lib/yojson -intf-suffix .ml -no-alias-deps -open Decoders_yojson -o src-yojson/.decoders_yojson.objs/native/decoders_yojson__Raw.cmx -c -impl src-yojson/raw.ml)
- File "src-yojson/raw.ml", line 7, characters 15-30:
- 7 |   type value = Yojson.Raw.json
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/raw.ml", line 5, characters 61-76:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Raw.json =
-                                                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- 
- File "src-yojson/raw.ml", line 107, characters 15-30:
- 107 |   type value = Yojson.Raw.json
-                      ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-> compiled  decoders-yojson.0.6.0
-> installed decoders-yojson.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-22 06:57.46 ---> saved as "874f22b3d5a33bd7e23519219ff43f702b525036d398d0afb0207f516eebee98"
Job succeeded