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


Building on c2-1.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1)
Unable to find image 'ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1' locally
docker.io/ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1: Pulling from ocaml/opam
88273bdcc4bc: Pulling fs layer
88273bdcc4bc: Verifying Checksum
88273bdcc4bc: Download complete
88273bdcc4bc: Pull complete
Digest: sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
Status: Downloaded newer image for ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
2022-10-12 10:10.42 ---> using "72789ea385c156750aa7dd96aa50ee44bc632bea844e975f245441d9aee8bfd2" 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-10-12 10:10.42 ---> using "00a95b0dc29356854a2323387bb3765564e1fe55593574ff6be6315935e9f655" 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 b1c9c96444d9fdc81f076b2f18ffaccd2f7c8f2f"))
2022-10-12 10:10.42 ---> using "78ae84c730ce1e5c34c37c027b1e573b31333de9c356d764a1de3654115799af" 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-10-12 10:10.42 ---> using "3910cf3733834024da3f31717f53c4d64ec6165d9ca48b4a2ad73da600e53b71" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.0  (cached)
-> installed ocaml-base-compiler.4.14.0
-> installed ocaml-config.2
-> installed ocaml.4.14.0
Done.
# Run eval $(opam env --switch=4.14) to update the current shell environment
2022-10-12 10:10.42 ---> using "fb1eb500f11be569274ad29ee0db9fcc0909ae204e539c4aea07285e5410519c" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [161 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-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Fetched 341 kB in 2s (157 kB/s)
- Reading package lists...
- 
2022-10-12 10:10.42 ---> using "bb3fedd8441a3a40aad051f4d87b043f4b5b40252dccad127b059938a578d2b7" from cache

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

Nothing to do.
The following actions will be performed:
=== install 19 packages
  - install cmdliner         1.1.1    [required by ez_cmdliner]
  - install directories      0.5      [required by drom_lib]
  - install drom             0.3.0
  - install drom_lib         0.3.0    [required by drom]
  - install dune             2.9.3    [required by drom]
  - install ez_cmdliner      0.4.3    [required by drom_lib]
  - install ez_config        0.1.1    [required by drom_lib]
  - install ez_file          0.2.0    [required by drom_lib]
  - install ez_opam_file     0.1.0    [required by drom_lib]
  - install ez_subst         0.2.1    [required by drom_lib]
  - install ISO8601          0.2.6    [required by toml]
  - install menhir           20211128 [required by toml]
  - install menhirLib        20211128 [required by menhir]
  - install menhirSdk        20211128 [required by menhir]
  - install ocplib_stuff     0.3.0    [required by ez_cmdliner]
  - install opam-file-format 2.1.4    [required by ez_opam_file]
  - install re               1.10.4   [required by ez_file]
  - install seq              base     [required by re]
  - install toml             6.0.0    [required by drom_lib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/54:
Processing  2/54:
Processing  3/54: [drom.0.3.0, drom_lib.0.3.0: http]
-> retrieved directories.0.5  (cached)
Processing  4/54: [drom.0.3.0, drom_lib.0.3.0: http]
-> retrieved cmdliner.1.1.1  (cached)
Processing  5/54: [drom.0.3.0, drom_lib.0.3.0: http]
Processing  6/54: [drom.0.3.0, drom_lib.0.3.0: http] [cmdliner: make all]
-> retrieved dune.2.9.3  (cached)
Processing  7/54: [drom.0.3.0, drom_lib.0.3.0: http] [cmdliner: make all]
Processing  8/54: [drom.0.3.0, drom_lib.0.3.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing  8/54: [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> retrieved ez_cmdliner.0.4.3  (cached)
Processing  9/54: [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> retrieved ez_config.0.1.1  (cached)
Processing 10/54: [ez_opam_file.0.1.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> retrieved drom.0.3.0, drom_lib.0.3.0  (https://github.com/ocamlpro/drom/archive/v0.3.0.tar.gz)
Processing 11/54: [ez_opam_file.0.1.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cmdliner.1.1.1)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.1.1
Processing 11/54: [ez_opam_file.0.1.0: http] [dune: ocaml bootstrap.ml]
Processing 12/54: [ez_opam_file.0.1.0: http] [dune: ocaml bootstrap.ml] [cmdliner: make install]
-> retrieved ez_file.0.2.0  (cached)
Processing 13/54: [ez_opam_file.0.1.0: http] [dune: ocaml bootstrap.ml] [cmdliner: make install]
Processing 13/54: [dune: ocaml bootstrap.ml] [cmdliner: make install]
-> retrieved ez_subst.0.2.1  (cached)
Processing 14/54: [dune: ocaml bootstrap.ml] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.14/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14/doc/cmdliner" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cmdliner.1.1.1)
- install -d /home/opam/.opam/4.14/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.14/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.14/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.14/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.14/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.14/lib/cmdliner
Processing 14/54: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
-> retrieved ISO8601.0.2.6  (cached)
Processing 15/54: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
-> retrieved ez_opam_file.0.1.0  (https://github.com/ocamlpro/ez_opam_file/archive/v0.1.0.tar.gz)
Processing 16/54: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
Processing 17/54: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.14/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.14/doc/cmdliner" (CWD=/home/opam/.opam/4.14/.opam-switch/build/cmdliner.1.1.1)
- install -d /home/opam/.opam/4.14/doc/cmdliner/odoc-pages
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.14/doc/cmdliner
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld /home/opam/.opam/4.14/doc/cmdliner/odoc-pages
-> installed cmdliner.1.1.1
Processing 17/54: [dune: ocaml bootstrap.ml]
-> retrieved ocplib_stuff.0.3.0  (cached)
Processing 18/54: [dune: ocaml bootstrap.ml]
Processing 19/54: [dune: ocaml bootstrap.ml]
Processing 20/54: [dune: ocaml bootstrap.ml]
-> installed seq.base
Processing 21/54: [dune: ocaml bootstrap.ml]
-> retrieved opam-file-format.2.1.4  (cached)
-> retrieved re.1.10.4  (cached)
-> retrieved toml.6.0.0  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.2.9.3)
- File "./bootstrap.ml", line 46, characters 17-27:
- 46 |               && String.sub fn 0 (String.length duneboot) = duneboot
-                       ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- File "./bootstrap.ml", line 103, characters 28-37:
- 103 |   let args = Array.to_list (Array.sub Sys.argv 1 (Array.length Sys.argv - 1)) in
-                                   ^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 47
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_base.ml
- File "vendor/cmdliner/src/cmdliner_base.ml", line 158, characters 14-27:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_docgen.ml
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 278, characters 23-39:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 293, characters 22-56:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 294, characters 35-51:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_docgen.ml", line 295, characters 36-52:
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_cline.ml
- File "vendor/cmdliner/src/cmdliner_cline.ml", line 128, characters 20-47:
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner_arg.ml
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 193, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 243, characters 24-50:
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "vendor/cmdliner/src/cmdliner_arg.ml", line 260, characters 10-36:
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- cd _boot && /home/opam/.opam/4.14/bin/ocamlopt.opt -c -g -no-alias-deps -w -49 -I +threads cmdliner.ml
- File "vendor/cmdliner/src/cmdliner.ml", line 195, characters 25-47:
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- 

Processing 21/54: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.2.9.3)
-> compiled  dune.2.9.3
-> installed dune.2.9.3
Processing 23/54: [directories: dune build]
Processing 24/54: [directories: dune build] [ez_subst: sh]
Processing 25/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build]
Processing 26/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build] [menhirLib: dune build]
Processing 27/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 28/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build]
Processing 29/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build]
Processing 30/54: [directories: dune build] [ez_subst: sh] [ISO8601: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_subst'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_subst.0.2.1)
Processing 30/54: [directories: dune build] [ez_subst: dune build] [ISO8601: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ISO8601" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ISO8601.0.2.6)
-> compiled  ISO8601.0.2.6
Processing 30/54: [directories: dune build] [ez_subst: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
-> installed ISO8601.0.2.6
Processing 31/54: [directories: dune build] [ez_subst: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "directories" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/directories.0.5)
-> compiled  directories.0.5
Processing 31/54: [ez_subst: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
-> installed directories.0.5
Processing 32/54: [ez_subst: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_subst" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_subst.0.2.1)
Processing 32/54: [ez_subst: sh] [menhirLib: dune build] [menhirSdk: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhirSdk.20211128)
-> compiled  menhirSdk.20211128
Processing 32/54: [ez_subst: sh] [menhirLib: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
-> installed menhirSdk.20211128
Processing 33/54: [ez_subst: sh] [menhirLib: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_subst'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_subst.0.2.1)
-> compiled  ez_subst.0.2.1
Processing 33/54: [menhirLib: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build]
Processing 34/54: [menhirLib: dune build] [ocplib_stuff: dune build] [opam-file-format: dune build] [re: dune build] [ez_subst: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocplib_stuff" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocplib_stuff.0.3.0)
-> compiled  ocplib_stuff.0.3.0
Processing 34/54: [menhirLib: dune build] [opam-file-format: dune build] [re: dune build] [ez_subst: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_subst'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_subst.0.2.1)
-> installed ez_subst.0.2.1
Processing 34/54: [menhirLib: dune build] [opam-file-format: dune build] [re: dune build]
-> installed ocplib_stuff.0.3.0
Processing 35/54: [menhirLib: dune build] [opam-file-format: dune build] [re: dune build]
Processing 36/54: [ez_cmdliner: sh] [menhirLib: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_cmdliner.0.4.3)
Processing 36/54: [ez_cmdliner: dune build] [menhirLib: dune build] [opam-file-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "opam-file-format" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/opam-file-format.2.1.4)
-> compiled  opam-file-format.2.1.4
Processing 36/54: [ez_cmdliner: dune build] [menhirLib: dune build] [re: dune build]
-> installed opam-file-format.2.1.4
Processing 37/54: [ez_cmdliner: dune build] [menhirLib: dune build] [re: dune build]
Processing 38/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [menhirLib: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhirLib.20211128)
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 38/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [re: dune build]
-> installed menhirLib.20211128
Processing 39/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [re: dune build]
Processing 40/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [menhir: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/re.1.10.4)
-> compiled  re.1.10.4
Processing 40/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [menhir: dune build]
-> installed re.1.10.4
Processing 41/54: [ez_cmdliner: dune build] [ez_opam_file: dune build] [menhir: dune build]
Processing 42/54: [ez_cmdliner: dune build] [ez_file: dune build] [ez_opam_file: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_cmdliner" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_cmdliner.0.4.3)
Processing 42/54: [ez_cmdliner: sh] [ez_file: dune build] [ez_opam_file: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_opam_file" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_opam_file.0.1.0)
-> compiled  ez_opam_file.0.1.0
Processing 42/54: [ez_cmdliner: sh] [ez_file: dune build] [menhir: dune build]
-> installed ez_opam_file.0.1.0
Processing 43/54: [ez_cmdliner: sh] [ez_file: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'ez_cmdliner'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_cmdliner.0.4.3)
-> compiled  ez_cmdliner.0.4.3
Processing 43/54: [ez_file: dune build] [menhir: dune build]
Processing 44/54: [ez_file: dune build] [menhir: dune build] [ez_cmdliner: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'ez_cmdliner'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_cmdliner.0.4.3)
-> installed ez_cmdliner.0.4.3
Processing 44/54: [ez_file: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_file" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_file.0.2.0)
-> compiled  ez_file.0.2.0
Processing 44/54: [menhir: dune build]
-> installed ez_file.0.2.0
Processing 45/54: [menhir: dune build]
Processing 46/54: [ez_config: dune build] [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ez_config" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ez_config.0.1.1)
-       ocamlc src/.ezConfig.objs/byte/simpleConfigOCaml.{cmo,cmt}
- File "src/simpleConfigOCaml.ml", line 15, characters 5-11:
- 15 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 24, characters 10-21:
- 24 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 27, characters 8-19:
- 27 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 28, characters 14-25:
- 28 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 37, characters 10-21:
- 37 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 49, characters 8-19:
- 49 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 55, characters 14-25:
- 55 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 64, characters 10-21:
- 64 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 77, characters 10-21:
- 77 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 81, characters 6-17:
- 81 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 84, characters 6-17:
- 84 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 98, characters 12-29:
- 98 |     let s = Stream.of_channel ic in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 104, characters 38-50:
- 104 |                           ParseError (Stream.count s, Printexc.to_string e)))
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-     ocamlopt src/.ezConfig.objs/native/simpleConfigOCaml.{cmx,o}
- File "src/simpleConfigOCaml.ml", line 15, characters 5-11:
- 15 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 24, characters 10-21:
- 24 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 27, characters 8-19:
- 27 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 28, characters 14-25:
- 28 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 37, characters 10-21:
- 37 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 49, characters 8-19:
- 49 |         Stream.junk str;
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 55, characters 14-25:
- 55 |         match Stream.next str with
-                    ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 64, characters 10-21:
- 64 |     match Stream.next str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 77, characters 10-21:
- 77 |     match Stream.peek str with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 81, characters 6-17:
- 81 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 84, characters 6-17:
- 84 |       Stream.junk str;
-            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 98, characters 12-29:
- 98 |     let s = Stream.of_channel ic in
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/simpleConfigOCaml.ml", line 104, characters 38-50:
- 104 |                           ParseError (Stream.count s, Printexc.to_string e)))
-                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  ez_config.0.1.1
Processing 46/54: [menhir: dune build]
-> installed ez_config.0.1.1
Processing 47/54: [menhir: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20211128)
-     ocamlopt fix/src/.vendored_fix.objs/native/vendored_fix__Glue.{cmx,o}
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "hashtbl.mli", line 350, characters 4-50:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "hashtbl.mli", lines 351-352, characters 4-10:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "hashtbl.mli", line 355, characters 4-58:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "hashtbl.mli", line 359, characters 4-41:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "hashtbl.mli", line 362, characters 4-38:
-   Expected signature
- File "fix/src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "hashtbl.mli", line 365, characters 4-40:
-   Expected signature
-       menhir src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parser.{ml,mli}
- 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.
-> compiled  menhir.20211128
-> installed menhir.20211128
Processing 49/54: [toml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "toml" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/toml.6.0.0)
-> compiled  toml.6.0.0
-> installed toml.6.0.0
Processing 51/54: [drom_lib: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'drom_lib'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom_lib.0.3.0)
Processing 51/54: [drom_lib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "drom_lib" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom_lib.0.3.0)
-        ocaml src/drom_lib/version.ml
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing 51/54: [drom_lib: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'drom_lib'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom_lib.0.3.0)
-> compiled  drom_lib.0.3.0
Processing 52/54: [drom_lib: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'drom_lib'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom_lib.0.3.0)
-> installed drom_lib.0.3.0
Processing 53/54: [drom: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/before.sh build 'drom'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom.0.3.0)
Processing 53/54: [drom: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "drom" "-j" "47" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom.0.3.0)
Processing 53/54: [drom: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./scripts/after.sh build 'drom'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom.0.3.0)
-> compiled  drom.0.3.0
Processing 54/54: [drom: sh]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "sh" "-c" "./scripts/before.sh install 'drom'" (CWD=/home/opam/.opam/4.14/.opam-switch/build/drom.0.3.0)
-> installed drom.0.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-10-12 10:12.47 ---> saved as "d6c7a24d717e3d0fd6e39070b602376836d0dbed42bf7c0ac9407043108fec8e"
Job succeeded