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


Building on doris.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-04 04:07.44 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-06-04 04:07.44 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" 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 acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-04 04:07.44 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" 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.

2022-06-04 04:07.44 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.09.1  (cached)
-> installed ocaml-base-compiler.4.09.1
-> installed ocaml-config.1
-> installed ocaml.4.09.1
Done.
# Run eval $(opam env --switch=4.09) to update the current shell environment
2022-06-04 04:07.44 ---> using "9080272987044981eb143d06b1996dedf46a52133cf64e9a5e44f1d3b7b8301f" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 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-2022-06-03-1402.13-F-2022-06-01-1416.25.pdiff [133 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-03-1402.13-F-2022-06-01-1416.25.pdiff [133 kB]
- Fetched 362 kB in 2s (234 kB/s)
- Reading package lists...
- 
2022-06-04 04:07.44 ---> using "25e62dde86135bfa1ab0a2464b131edda95fbcae6467fce85ec195ec782bf7a2" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"wseg.0.3.0\"\
               \nopam install -vy \"wseg.0.3.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"wseg.0.3.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"))
[NOTE] wseg.0.3.0 is not installed.

Nothing to do.
The following actions will be performed:
=== install 9 packages
  - install base              v0.14.3 [required by wseg]
  - install camomile          1.0.2   [required by wseg]
  - install csexp             1.5.1   [required by dune-configurator]
  - install dune              3.2.0   [required by wseg]
  - install dune-configurator 3.2.0   [required by base]
  - install sexplib0          v0.14.0 [required by base]
  - install stdio             v0.14.0 [required by wseg]
  - install trie              1.0.0   [required by wseg]
  - install wseg              0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/26:
Processing  2/26:
Processing  3/26:
-> retrieved csexp.1.5.1  (cached)
Processing  4/26:
-> retrieved base.v0.14.3  (cached)
Processing  5/26:
-> retrieved sexplib0.v0.14.0  (cached)
Processing  6/26:
-> retrieved stdio.v0.14.0  (cached)
Processing  7/26:
-> retrieved trie.1.0.0  (cached)
Processing  8/26:
-> retrieved wseg.0.3.0  (cached)
-> retrieved dune.3.2.0, dune-configurator.3.2.0  (cached)
Processing  9/26: [dune: ocaml bootstrap.ml]
-> retrieved camomile.1.0.2  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune.3.2.0)
- ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- 

Processing  9/26: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune.3.2.0)
-> compiled  dune.3.2.0
-> installed dune.3.2.0
Processing 11/26: [camomile: ocaml configure.ml]
Processing 12/26: [camomile: ocaml configure.ml] [csexp: dune build]
Processing 13/26: [camomile: ocaml configure.ml] [csexp: dune build] [sexplib0: dune build]
Processing 14/26: [camomile: ocaml configure.ml] [csexp: dune build] [sexplib0: dune build] [trie: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "configure.ml" "--share" "/home/opam/.opam/4.09/share/camomile" (CWD=/home/opam/.opam/4.09/.opam-switch/build/camomile.1.0.2)
Processing 14/26: [camomile: dune build] [csexp: dune build] [sexplib0: dune build] [trie: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "255" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/csexp.1.5.1)
-> compiled  csexp.1.5.1
Processing 14/26: [camomile: dune build] [sexplib0: dune build] [trie: dune build]
-> installed csexp.1.5.1
Processing 15/26: [camomile: dune build] [sexplib0: dune build] [trie: dune build]
Processing 16/26: [camomile: dune build] [dune-configurator: rm] [sexplib0: dune build] [trie: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/sexplib0.v0.14.0)
-> compiled  sexplib0.v0.14.0
Processing 16/26: [camomile: dune build] [dune-configurator: rm] [trie: dune build]
-> installed sexplib0.v0.14.0
Processing 17/26: [camomile: dune build] [dune-configurator: rm] [trie: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "trie" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/trie.1.0.0)
-> compiled  trie.1.0.0
Processing 17/26: [camomile: dune build] [dune-configurator: rm]
-> installed trie.1.0.0
Processing 18/26: [camomile: dune build] [dune-configurator: rm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune-configurator.3.2.0)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune-configurator.3.2.0)
Processing 18/26: [camomile: dune build] [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "255" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune-configurator.3.2.0)
-> compiled  dune-configurator.3.2.0
Processing 18/26: [camomile: dune build]
-> installed dune-configurator.3.2.0
Processing 19/26: [camomile: dune build]
Processing 20/26: [base: dune build] [camomile: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "camomile" "-j" "255" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/camomile.1.0.2)
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlyacc Camomile/internal/uReStrParser.mly)
- 4 shift/reduce conflicts.
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__OOChannel.cmi -c -intf Camomile/public/oOChannel.mli)
- File "Camomile/public/oOChannel.mli", line 116, characters 22-43:
- 116 | class of_in_channel : Pervasives.in_channel -> char_input_channel
-                             ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/oOChannel.mli", line 119, characters 23-45:
- 119 | class of_out_channel : Pervasives.out_channel -> char_output_channel
-                              ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__Byte_labeled_dag.cmo -c -impl Camomile/internal/byte_labeled_dag.ml)
- File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47:
- 90 |   let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 in
-                                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCS4.cmo -c -impl Camomile/public/uCS4.ml)
- File "Camomile/public/uCS4.ml", line 143, characters 9-27:
- 143 |     0 -> Pervasives.compare a b
-                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UTF8.cmo -c -impl Camomile/public/uTF8.ml)
- File "Camomile/public/uTF8.ml", line 197, characters 20-38:
- 197 | let compare s1 s2 = Pervasives.compare s1 s2
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmi -c -intf Camomile/public/charEncoding.mli)
- File "Camomile/public/charEncoding.mli", line 133, characters 27-49:
- 133 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.mli", line 138, characters 26-47:
- 138 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__Byte_labeled_dag.cmx -c -impl Camomile/internal/byte_labeled_dag.ml)
- File "Camomile/internal/byte_labeled_dag.ml", line 90, characters 29-47:
- 90 |   let comp (s1, _) (s2, _) = Pervasives.compare s1 s2 in
-                                   ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCS4.cmx -c -impl Camomile/public/uCS4.ml)
- File "Camomile/public/uCS4.ml", line 143, characters 9-27:
- 143 |     0 -> Pervasives.compare a b
-                ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UTF8.cmx -c -impl Camomile/public/uTF8.ml)
- File "Camomile/public/uTF8.ml", line 197, characters 20-38:
- 197 | let compare s1 s2 = Pervasives.compare s1 s2
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__UCol.cmo -c -impl Camomile/public/uCol.ml)
- File "Camomile/public/uCol.ml", line 734, characters 8-26:
- 734 |         Pervasives.compare key1 key2
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/uCol.ml", line 785, characters 8-26:
- 785 |         Pervasives.compare k key
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -g -bin-annot -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileDefaultConfig.objs/byte -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/byte/camomileLibrary__CharEncoding.cmo -c -impl Camomile/public/charEncoding.ml)
- File "Camomile/public/charEncoding.ml", line 134, characters 27-49:
- 134 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 139, characters 26-47:
- 139 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__UCol.cmx -c -impl Camomile/public/uCol.ml)
- File "Camomile/public/uCol.ml", line 734, characters 8-26:
- 734 |         Pervasives.compare key1 key2
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/uCol.ml", line 785, characters 8-26:
- 785 |         Pervasives.compare k key
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -g -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomileDefaultConfig.objs/byte -I Camomile/.camomileDefaultConfig.objs/native -intf-suffix .ml -no-alias-deps -open CamomileLibrary__ -o Camomile/.camomileLibrary.objs/native/camomileLibrary__CharEncoding.cmx -c -impl Camomile/public/charEncoding.ml)
- File "Camomile/public/charEncoding.ml", line 134, characters 27-49:
- 134 |   class out_channel : t -> Pervasives.out_channel -> [UChar.t] obj_output_channel
-                                  ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "Camomile/public/charEncoding.ml", line 139, characters 26-47:
- 139 |   class in_channel : t -> Pervasives.in_channel -> [UChar.t] obj_input_channel
-                                 ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -I Camomile -w -40 -g -I Camomile/toolslib/.toolslib.objs/byte -I Camomile/toolslib/.toolslib.objs/native -I Camomile/.camomileLibrary.objs/byte -I Camomile/.camomileLibrary.objs/native -I Camomile/.camomile_yuge.objs/byte -I Camomile/.camomile_yuge.objs/native -intf-suffix .ml -no-alias-deps -o Camomile/toolslib/.toolslib.objs/native/absCe.cmx -c -impl Camomile/toolslib/absCe.ml)
- File "Camomile/toolslib/absCe.ml", line 52, characters 47-65:
- 52 | module Elt = struct type t = elt let compare = Pervasives.compare end
-                                                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ar.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/div.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/az.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/el.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/fa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kk.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi__DIRECT.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ky.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/gu.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/he.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/kn.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ka.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/hi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mn.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/mr.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/pa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/te.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/sa.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/syr.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/tt.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ta.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/vi.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ur.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/uz.txt locales)
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/th.txt locales)
- Warning : file loading is not supported.
- Warning : normalization option is not supported
- (cd _build/default/Camomile && tools/camomilelocaledef.exe --file locales/ja.txt locales)
- Warning : strength option is not supported
-> compiled  camomile.1.0.2
Processing 20/26: [base: dune build]
-> installed camomile.1.0.2
Processing 21/26: [base: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/base.v0.14.3)
-> compiled  base.v0.14.3
-> installed base.v0.14.3
Processing 23/26: [stdio: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdio" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/stdio.v0.14.0)
-> compiled  stdio.v0.14.0
-> installed stdio.v0.14.0
Processing 25/26: [wseg: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "wseg" "-j" "255" (CWD=/home/opam/.opam/4.09/.opam-switch/build/wseg.0.3.0)
-> compiled  wseg.0.3.0
-> installed wseg.0.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-04 04:08.10 ---> saved as "024a527e2d7814357ed08ea11a8e5f2ff94ddabe1126de855073087f6ba70cbe"
Job succeeded