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


Building on x86-bm-c6.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:fcf3121263c59a1f7716501e69921b634fac652b1c96757a18e40158f5625013
Status: Downloaded newer image for ocaml/opam:debian-unstable
2023-11-23 09:52.33 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" 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"))
2023-11-23 09:52.33 ---> using "65c3237f501f7c75f3828458ecf2342bc41c98aaef8c6a7fd82bf46a58cb258c" 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 94fc188d337b3ff337b5f8eea1b8560bad2fcf0e"))
2023-11-23 09:52.33 ---> using "b3373441b07600b62da22be571f25edfc8f2869f5ef136ddc2f5ba5a9eb4caf5" 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.

2023-11-23 09:52.33 ---> using "e830f2b53861fdb19bb0972e91e1b24c2f609e5efcde21a85bee38b465e51901" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.12.1  (cached)
-> installed ocaml-base-compiler.4.12.1
-> installed ocaml-config.2
-> installed ocaml.4.12.1
Done.
# Run eval $(opam env --switch=4.12) to update the current shell environment
2023-11-23 09:52.33 ---> using "aa3c75f023e3ec376b6dab0ee35bf569464cdeb0870c23adf146f9ba3c967cf5" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [198 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-2023-11-23-0803.43-F-2023-11-17-0204.01.pdiff [296 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-11-23-0803.43-F-2023-11-17-0204.01.pdiff [296 kB]
- Fetched 557 kB in 3s (220 kB/s)
- Reading package lists...
- 
2023-11-23 09:52.33 ---> using "66f61a479fbb0e27779e453636efdcf896ff06c656f9d1b41f7bb36fdeb2ac4a" from cache

/: (env OCAMLPARAM warn-error=+8,_)

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

The following actions will be performed:
=== install 13 packages
  - install atd           1.12.0       [required by atdgen]
  - install atdgen        1.10.0
  - install biniou        1.2.2        [required by atdgen]
  - install camlp-streams 5.0.1        [required by biniou]
  - install cppo          1.6.9        [required by yojson]
  - install dune          3.11.1       [required by biniou, yojson]
  - install easy-format   1.3.4        [required by biniou, atd, yojson]
  - install jbuilder      1.0+beta20.2 [required by atd]
  - install menhir        20211128     [required by atd]
  - install menhirLib     20211128     [required by menhir]
  - install menhirSdk     20211128     [required by menhir]
  - install ocamlfind     1.9.6        [required by atdgen]
  - install yojson        1.7.0        [required by atdgen]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/37:
Processing  2/37: [atdgen.1.10.0: http]
Processing  3/37: [atdgen.1.10.0: http]
-> retrieved biniou.1.2.2  (cached)
Processing  4/37: [atdgen.1.10.0: http]
-> retrieved atd.1.12.0  (cached)
Processing  5/37: [atdgen.1.10.0: http]
-> retrieved camlp-streams.5.0.1  (cached)
Processing  6/37: [atdgen.1.10.0: http]
-> retrieved cppo.1.6.9  (cached)
Processing  7/37: [atdgen.1.10.0: http]
-> retrieved easy-format.1.3.4  (cached)
Processing  8/37: [atdgen.1.10.0: http]
Processing  8/37:
-> retrieved atdgen.1.10.0  (https://github.com/mjambon/atdgen/archive/v1.10.0.tar.gz)
Processing  9/37:
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 10/37:
Processing 11/37: [jbuilder: ocaml configure.ml]
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
Processing 12/37: [jbuilder: ocaml configure.ml]
-> retrieved dune.3.11.1  (cached)
Processing 13/37: [dune: ocaml 31] [jbuilder: ocaml configure.ml]
-> retrieved ocamlfind.1.9.6  (cached)
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml configure.ml] [ocamlfind: patch]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "configure.ml" "--libdir" "/home/opam/.opam/4.12/lib" (CWD=/home/opam/.opam/4.12/.opam-switch/build/jbuilder.1.0+beta20.2)
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml] [ocamlfind: patch]
-> retrieved yojson.1.7.0  (cached)
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.12/bin" "-sitelib" "/home/opam/.opam/4.12/lib" "-mandir" "/home/opam/.opam/4.12/man" "-config" "/home/opam/.opam/4.12/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6)
- Welcome to findlib version 1.9.6
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.12/lib/ocaml
-     Binaries:              /home/opam/.opam/4.12/bin
-     Manual pages:          /home/opam/.opam/4.12/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.12/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.12/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.12/bin
-     Manual pages:          /home/opam/.opam/4.12/man
-     topfind script:        /home/opam/.opam/4.12/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.12/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.12/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.12/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.12/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.12/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 14/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml]
Processing 15/37: [dune: ocaml 31] [jbuilder: ocaml bootstrap.ml] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.12/.opam-switch/build/jbuilder.1.0+beta20.2)
- OCAMLPARAM is set to "warn-error=+8,_"
- '/home/opam/.opam/4.12/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.12/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- 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 "src/stdune/caml/result.mli", line 6, characters 7-17:
- 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 "src/stdune/pp.ml", line 98, characters 7-18:
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/stdune/io.ml", line 1, characters 11-21:
- 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 "src/usexp/usexp.ml", line 209, characters 15-52:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/colors.ml", line 105, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/super_context.ml", line 72, characters 7-11:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
Processing 15/37: [dune: ocaml 31] [jbuilder: ./boot.exe 31] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.12/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.12/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/4.12/bin"
- install -d "/home/opam/.opam/4.12/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/4.12/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.12/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.12/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/4.12/lib/findlib"
- install -d "/home/opam/.opam/4.12/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.12/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.12/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- install -c $files "/home/opam/.opam/4.12/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.12/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.12/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.12/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.12/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.12/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.12/lib/$x/META.tmp" && mv "/home/opam/.opam/4.12/lib/$x/META.tmp" "/home/opam/.opam/4.12/lib/$x/META"; done
- install -d "/home/opam/.opam/4.12/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.12/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.12/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/4.12/man/man1" "/home/opam/.opam/4.12/man/man3" "/home/opam/.opam/4.12/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.12/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.12/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing 15/37: [dune: ocaml 31] [jbuilder: ./boot.exe 31]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/jbuilder.1.0+beta20.2)
-       ocamlc src/stdune/caml/.caml.objs/caml__Result.{cmi,cmti}
- File "src/stdune/caml/result.mli", line 6, characters 7-17:
- 6 |   open Pervasives
-            ^^^^^^^^^^
- 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
-     ocamlopt src/stdune/caml/.caml.objs/caml__Result.{cmx,o}
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- 4 |   open Pervasives
-            ^^^^^^^^^^
- 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
-     ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
- File "src/stdune/io.ml", line 1, characters 11-21:
- 1 | module P = Pervasives
-                ^^^^^^^^^^
- 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
-     ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
- File "src/stdune/pp.ml", line 98, characters 7-18:
- 98 |        pp_open_tag ppf (embed_tag ~opening ~closing);
-             ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- 100 |        pp_close_tag ppf ()
-              ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- 103 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- 105 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/usexp/.usexp.objs/usexp.{cmx,o}
- File "src/usexp/usexp.ml", line 209, characters 15-52:
- 209 |   let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
-                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- 210 |   Format.pp_set_formatter_tag_functions ppf
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/.jbuilder.objs/jbuilder__Colors.{cmx,o}
- File "src/colors.ml", line 105, characters 18-48:
- 105 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- 107 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/.jbuilder.objs/jbuilder__Super_context.{cmx,o}
- File "src/super_context.ml", line 72, characters 7-11:
- 72 |       ?host
-             ^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled  jbuilder.1.0+beta20.2
Processing 15/37: [dune: ocaml 31]
-> installed jbuilder.1.0+beta20.2
Processing 16/37: [dune: ocaml 31]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/dune.3.11.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
- 

Processing 16/37: [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" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/dune.3.11.1)
-> compiled  dune.3.11.1
-> installed dune.3.11.1
Processing 18/37: [camlp-streams: dune build]
Processing 19/37: [camlp-streams: dune build] [cppo: dune build]
Processing 20/37: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build]
Processing 21/37: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build] [menhirLib: dune build]
Processing 22/37: [camlp-streams: dune build] [cppo: dune build] [easy-format: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "easy-format" "-j" "31" "@install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/easy-format.1.3.4)
-> compiled  easy-format.1.3.4
Processing 22/37: [camlp-streams: dune build] [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed easy-format.1.3.4
Processing 23/37: [camlp-streams: dune build] [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "camlp-streams" "-j" "31" "@install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 23/37: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed camlp-streams.5.0.1
Processing 24/37: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 25/37: [biniou: dune build] [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/menhirSdk.20211128)
-> compiled  menhirSdk.20211128
Processing 25/37: [biniou: dune build] [cppo: dune build] [menhirLib: dune build]
-> installed menhirSdk.20211128
Processing 26/37: [biniou: dune build] [cppo: dune build] [menhirLib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/menhirLib.20211128)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 26/37: [biniou: dune build] [cppo: dune build]
-> installed menhirLib.20211128
Processing 27/37: [biniou: dune build] [cppo: dune build]
Processing 28/37: [biniou: dune build] [cppo: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "biniou" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/biniou.1.2.2)
-> compiled  biniou.1.2.2
Processing 28/37: [cppo: dune build] [menhir: dune build]
-> installed biniou.1.2.2
Processing 29/37: [cppo: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
Processing 29/37: [menhir: dune build]
-> installed cppo.1.6.9
Processing 30/37: [menhir: dune build]
Processing 31/37: [menhir: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/yojson.1.7.0)
-> compiled  yojson.1.7.0
Processing 31/37: [menhir: dune build]
-> installed yojson.1.7.0
Processing 32/37: [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/menhir.20211128)
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --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 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
-> installed menhir.20211128
Processing 34/37: [atd: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "atd" "-j" "31" (CWD=/home/opam/.opam/4.12/.opam-switch/build/atd.1.12.0)
- File "atd/test/jbuild", line 6, characters 11-14:
- Warning: This field is useless without a (public_names ...) field.
- File "atdgen/test/jbuild", line 62, characters 11-14:
- Warning: This field is useless without a (public_names ...) field.
-       ocamlc atd/src/.atd.objs/atd_sort.{cmo,cmt}
- File "atd/src/atd_sort.ml", line 53, characters 24-42:
- 53 |       let compare a b = Pervasives.compare a.id b.id
-                              ^^^^^^^^^^^^^^^^^^
- 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
-     ocamlopt atd/src/.atd.objs/atd_sort.{cmx,o}
- File "atd/src/atd_sort.ml", line 53, characters 24-42:
- 53 |       let compare a b = Pervasives.compare a.id b.id
-                              ^^^^^^^^^^^^^^^^^^
- 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
-> compiled  atd.1.12.0
-> installed atd.1.12.0
Processing 36/37: [atdgen: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0)
- make -C src
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- echo 'let version = "1.10.0"' > ag_version.ml
- ocamlfind ocamldep -package "str atd biniou yojson" ag_doc.mli ag_string_match.mli ag_util.mli ag_version.ml ag_error.ml ag_mapping.ml ag_doc_lexer.ml ag_doc.ml ag_ocaml.ml ag_indent.ml ag_ox_emit.ml ag_biniou.ml ag_xb_emit.ml ag_ob_mapping.ml ag_ob_spe.ml ag_ob_emit.ml ag_string_match.ml ag_json.ml ag_oj_mapping.ml ag_oj_emit.ml ag_validate.ml ag_ov_mapping.ml ag_ov_emit.ml ag_ob_run.ml ag_oj_run.ml ag_ov_run.ml ag_util.ml > dep
- echo 1.10.0 > VERSION
- echo 'version = "1.10.0"' > META
- cat META.in >> META
- ocamllex ag_doc_lexer.mll
- 46 states, 313 transitions, table size 1528 bytes
- make dep
- make[2]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- make[2]: 'dep' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- make atdgen.cma atdgen.run
- make[2]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_version.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_error.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_mapping.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_doc_lexer.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_doc.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ocaml.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_indent.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ox_emit.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_biniou.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_xb_emit.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ob_mapping.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ob_spe.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ob_emit.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_string_match.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_json.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_oj_mapping.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_oj_emit.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_validate.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ov_mapping.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ov_emit.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ob_run.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_oj_run.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ov_run.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_util.mli
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_doc.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ocaml.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_ox_emit.ml
- File "ag_ox_emit.ml", line 131, characters 13-30:
- 131 |             (String.capitalize container_kind) field_kind
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_string_match.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_json.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_oj_emit.ml
- ocamlfind ocamlc -dtypes -g -c -package "str atd biniou yojson" ag_util.ml
- ocamlfind ocamlc -dtypes -g -o atdgen.cma -a ag_version.cmo ag_error.cmo ag_mapping.cmo ag_doc_lexer.cmo ag_doc.cmo ag_ocaml.cmo ag_indent.cmo ag_ox_emit.cmo ag_biniou.cmo ag_xb_emit.cmo ag_ob_mapping.cmo ag_ob_spe.cmo ag_ob_emit.cmo ag_string_match.cmo ag_json.cmo ag_oj_mapping.cmo ag_oj_emit.cmo ag_validate.cmo ag_ov_mapping.cmo ag_ov_emit.cmo ag_ob_run.cmo ag_oj_run.cmo ag_ov_run.cmo ag_util.cmo
- ocamlfind ocamlc -dtypes -g -o atdgen.run \
- 	-package "str atd biniou yojson" -linkpkg \
- 	ag_version.cmo ag_error.cmo ag_mapping.cmo ag_doc_lexer.cmo ag_doc.cmo ag_ocaml.cmo ag_indent.cmo ag_ox_emit.cmo ag_biniou.cmo ag_xb_emit.cmo ag_ob_mapping.cmo ag_ob_spe.cmo ag_ob_emit.cmo ag_string_match.cmo ag_json.cmo ag_oj_mapping.cmo ag_oj_emit.cmo ag_validate.cmo ag_ov_mapping.cmo ag_ov_emit.cmo ag_ob_run.cmo ag_oj_run.cmo ag_ov_run.cmo ag_util.cmo ag_main.ml
- File "ag_main.ml", line 395, characters 29-46:
- 395 |                        Some (String.capitalize (Filename.basename base) ^ "_t")
-                                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- make[2]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- make atdgen.cmxa atdgen.cmxs atdgen
- make[2]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_version.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_error.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_mapping.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_doc_lexer.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_doc.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ocaml.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_indent.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ox_emit.ml
- File "ag_ox_emit.ml", line 131, characters 13-30:
- 131 |             (String.capitalize container_kind) field_kind
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_biniou.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_xb_emit.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ob_mapping.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ob_spe.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ob_emit.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_string_match.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_json.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_oj_mapping.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_oj_emit.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_validate.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ov_mapping.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ov_emit.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ob_run.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_oj_run.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_ov_run.ml
- ocamlfind ocamlopt -dtypes -g -c -package "str atd biniou yojson" ag_util.ml
- ocamlfind ocamlopt -dtypes -g -o atdgen.cmxa -a ag_version.cmx ag_error.cmx ag_mapping.cmx ag_doc_lexer.cmx ag_doc.cmx ag_ocaml.cmx ag_indent.cmx ag_ox_emit.cmx ag_biniou.cmx ag_xb_emit.cmx ag_ob_mapping.cmx ag_ob_spe.cmx ag_ob_emit.cmx ag_string_match.cmx ag_json.cmx ag_oj_mapping.cmx ag_oj_emit.cmx ag_validate.cmx ag_ov_mapping.cmx ag_ov_emit.cmx ag_ob_run.cmx ag_oj_run.cmx ag_ov_run.cmx ag_util.cmx
- ocamlfind ocamlopt -dtypes -g -shared -o atdgen.cmxs ag_version.cmx ag_error.cmx ag_mapping.cmx ag_doc_lexer.cmx ag_doc.cmx ag_ocaml.cmx ag_indent.cmx ag_ox_emit.cmx ag_biniou.cmx ag_xb_emit.cmx ag_ob_mapping.cmx ag_ob_spe.cmx ag_ob_emit.cmx ag_string_match.cmx ag_json.cmx ag_oj_mapping.cmx ag_oj_emit.cmx ag_validate.cmx ag_ov_mapping.cmx ag_ov_emit.cmx ag_ob_run.cmx ag_oj_run.cmx ag_ov_run.cmx ag_util.cmx
- ocamlfind ocamlopt -dtypes -g -o atdgen \
- 	-package "str atd biniou yojson" -linkpkg \
- 	ag_version.cmx ag_error.cmx ag_mapping.cmx ag_doc_lexer.cmx ag_doc.cmx ag_ocaml.cmx ag_indent.cmx ag_ox_emit.cmx ag_biniou.cmx ag_xb_emit.cmx ag_ob_mapping.cmx ag_ob_spe.cmx ag_ob_emit.cmx ag_string_match.cmx ag_json.cmx ag_oj_mapping.cmx ag_oj_emit.cmx ag_validate.cmx ag_ov_mapping.cmx ag_ov_emit.cmx ag_ob_run.cmx ag_oj_run.cmx ag_ov_run.cmx ag_util.cmx ag_main.ml
- File "ag_main.ml", line 395, characters 29-46:
- 395 |                        Some (String.capitalize (Filename.basename base) ^ "_t")
-                                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- make[2]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
-> compiled  atdgen.1.10.0
Processing 37/37: [atdgen: make findlib-install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "findlib-install" (CWD=/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0)
- make -C src findlib-install
- make[1]: Entering directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
- ocamlfind install atdgen META \
- 	 ag_doc.mli ag_string_match.mli ag_util.mli ag_version.cmi ag_error.cmi ag_mapping.cmi ag_doc_lexer.cmi ag_doc.cmi ag_ocaml.cmi ag_indent.cmi ag_ox_emit.cmi ag_biniou.cmi ag_xb_emit.cmi ag_ob_mapping.cmi ag_ob_spe.cmi ag_ob_emit.cmi ag_string_match.cmi ag_json.cmi ag_oj_mapping.cmi ag_oj_emit.cmi ag_validate.cmi ag_ov_mapping.cmi ag_ov_emit.cmi ag_ob_run.cmi ag_oj_run.cmi ag_ov_run.cmi ag_util.cmi ag_version.cmo ag_error.cmo ag_mapping.cmo ag_doc_lexer.cmo ag_doc.cmo ag_ocaml.cmo ag_indent.cmo ag_ox_emit.cmo ag_biniou.cmo ag_xb_emit.cmo ag_ob_mapping.cmo ag_ob_spe.cmo ag_ob_emit.cmo ag_string_match.cmo ag_json.cmo ag_oj_mapping.cmo ag_oj_emit.cmo ag_validate.cmo ag_ov_mapping.cmo ag_ov_emit.cmo ag_ob_run.cmo ag_oj_run.cmo ag_ov_run.cmo ag_util.cmo ag_version.cmx ag_error.cmx ag_mapping.cmx ag_doc_lexer.cmx ag_doc.cmx ag_ocaml.cmx ag_indent.cmx ag_ox_emit.cmx ag_biniou.cmx ag_xb_emit.cmx ag_ob_mapping.cmx ag_ob_spe.cmx ag_ob_emit.cmx ag_string_match.cmx ag_json.cmx ag_oj_mapping.cmx ag_oj_emit.cmx ag_validate.cmx ag_ov_mapping.cmx ag_ov_emit.cmx ag_ob_run.cmx ag_oj_run.cmx ag_ov_run.cmx ag_util.cmx atdgen.cmxs ag_version.o ag_error.o ag_mapping.o ag_doc_lexer.o ag_doc.o ag_ocaml.o ag_indent.o ag_ox_emit.o ag_biniou.o ag_xb_emit.o ag_ob_mapping.o ag_ob_spe.o ag_ob_emit.o ag_string_match.o ag_json.o ag_oj_mapping.o ag_oj_emit.o ag_validate.o ag_ov_mapping.o ag_ov_emit.o ag_ob_run.o ag_oj_run.o ag_ov_run.o ag_util.o \
- 		atdgen.cma atdgen.a atdgen.cmxa
- Installed /home/opam/.opam/4.12/lib/atdgen/atdgen.cmxa
- Installed /home/opam/.opam/4.12/lib/atdgen/atdgen.a
- Installed /home/opam/.opam/4.12/lib/atdgen/atdgen.cma
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_util.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_run.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_run.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_run.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_emit.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_mapping.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_validate.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_emit.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_mapping.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_json.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_string_match.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_emit.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_spe.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_mapping.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_xb_emit.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_biniou.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ox_emit.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_indent.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ocaml.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc_lexer.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_mapping.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_error.o
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_version.o
- Installed /home/opam/.opam/4.12/lib/atdgen/atdgen.cmxs
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_util.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_run.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_run.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_run.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_emit.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_mapping.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_validate.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_emit.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_mapping.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_json.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_string_match.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_emit.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_spe.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_mapping.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_xb_emit.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_biniou.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ox_emit.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_indent.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ocaml.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc_lexer.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_mapping.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_error.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_version.cmx
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_util.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_run.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_run.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_run.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_emit.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_mapping.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_validate.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_emit.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_mapping.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_json.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_string_match.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_emit.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_spe.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_mapping.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_xb_emit.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_biniou.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ox_emit.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_indent.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ocaml.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc_lexer.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_mapping.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_error.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_version.cmo
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_util.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_run.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_run.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_run.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_emit.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ov_mapping.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_validate.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_emit.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_oj_mapping.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_json.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_string_match.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_emit.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_spe.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ob_mapping.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_xb_emit.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_biniou.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ox_emit.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_indent.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_ocaml.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc_lexer.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_mapping.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_error.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_version.cmi
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_util.mli
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_string_match.mli
- Installed /home/opam/.opam/4.12/lib/atdgen/ag_doc.mli
- Installed /home/opam/.opam/4.12/lib/atdgen/META
- make[1]: Leaving directory '/home/opam/.opam/4.12/.opam-switch/build/atdgen.1.10.0/src'
-> installed atdgen.1.10.0
Done.
# Run eval $(opam env) to update the current shell environment
2023-11-23 09:53.56 ---> saved as "cacec1b02073778615ce507361b5e3408e15811779e2feafeec826e2e58a6963"
Job succeeded