Building on asteria.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093) Unable to find image 'ocaml/opam:debian-unstable@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093' locally docker.io/ocaml/opam@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093: Pulling from ocaml/opam Digest: sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093 Status: Downloaded newer image for ocaml/opam@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093 2023-01-02 04:23.45 ---> using "5d5e87cadfec7e7a6401d2d54a8a47d3afe330b6b820d94db1727311dcdec05c" 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-01-02 04:23.45 ---> using "86042612f669534a818a296d6f90d3dc51e57d4ebd633dfa7989b39af8377107" 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 4d71c85721434d76da9b416c2f1a082c22d45769")) 2023-01-02 04:23.45 ---> using "90895767b00e1346da46b38f4308fa97ba1a26e268eba7a075ef0d09efec3e97" 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-01-02 04:23.45 ---> using "3050b9cd72d96212fd6181d1c3b1f2881a3f2eaaa639640851ef8d83a4071d7b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.06' '4.06.1'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.06.1"} | "ocaml-system" {= "4.06.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.06.1 (cached) -> installed ocaml-base-compiler.4.06.1 -> installed ocaml-config.1 -> installed ocaml.4.06.1 Done. # Run eval $(opam env --switch=4.06) to update the current shell environment 2023-01-02 04:23.45 ---> using "8593f188ef1c6eb524bd27fc25de90a18028429b1b320bfd3bfaf403e69cef6c" 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-2023-01-01-0208.51-F-2022-12-31-0203.27.pdiff [79.7 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-01-01-0208.51-F-2022-12-31-0203.27.pdiff [79.7 kB] - Fetched 304 kB in 1s (227 kB/s) - Reading package lists... 2023-01-02 04:23.45 ---> using "e9eac1a7c26db26bab789ebe5d9cca8a491ead9d42e22e160e4e1995ce1dea9d" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2023-01-02 04:23.45 ---> using "1363d415f2b91b6b6ed4992f6532055bfaf51d2e169342b432a87069ea174ec1" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"pyml.20190626\"\ \nopam install -vy \"pyml.20190626\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"pyml.20190626\" | 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] pyml.20190626 is not installed. Nothing to do. The following actions will be performed: === install 5 packages - install dune 2.0.1 [required by stdcompat] - install num 1.4 [required by pyml] - install ocamlfind 1.9.5 [required by pyml] - install pyml 20190626 - install stdcompat 19 [required by pyml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/15: Processing 2/15: Processing 3/15: -> retrieved num.1.4 (cached) Processing 4/15: -> retrieved ocamlfind.1.9.5 (cached) Processing 5/15: [ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch Processing 6/15: [ocamlfind: patch] -> retrieved pyml.20190626 (cached) Processing 6/15: [ocamlfind: ./configure] -> retrieved stdcompat.19 (cached) -> retrieved dune.2.0.1 (cached) Processing 7/15: [dune: ocaml bootstrap.ml] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.06/bin" "-sitelib" "/home/opam/.opam/4.06/lib" "-mandir" "/home/opam/.opam/4.06/man" "-config" "/home/opam/.opam/4.06/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5) - Welcome to findlib version 1.9.5 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - 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: found - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found (in +ocamldoc) - raw_spacetime: found - threads: found (in +threads) - runtime_events: not present - 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 graphics written to site-lib-src/graphics/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for raw_spacetime written to site-lib-src/raw_spacetime/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.06/lib/ocaml - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.06/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.06/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.06/bin - Manual pages: /home/opam/.opam/4.06/man - topfind script: /home/opam/.opam/4.06/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 7/15: [dune: ocaml bootstrap.ml] [ocamlfind: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5/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.06/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.06/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.06/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.06/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.06/lib' >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.06/.opam-switch/build/ocamlfind.1.9.5' Processing 7/15: [dune: ocaml bootstrap.ml] [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5/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 was found in path for module Topdirs, and its interface was not compiled with -opaque - File "_none_", line 1: - Warning 58: 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.06/.opam-switch/build/ocamlfind.1.9.5/src/findlib' -> compiled ocamlfind.1.9.5 Processing 7/15: [dune: ocaml bootstrap.ml] Processing 8/15: [dune: ocaml bootstrap.ml] [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.06/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.06/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.06/bin" - install -d "/home/opam/.opam/4.06/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - install -d "`dirname \"/home/opam/.opam/4.06/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.06/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.06/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.06/lib/findlib" - install -d "/home/opam/.opam/4.06/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/4.06/lib/ocaml" - test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.06/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.06/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/4.06/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.06/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.06/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.06/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - for x in bigarray bytes compiler-libs dynlink graphics ocamldoc raw_spacetime stdlib str threads unix ; do install -d "/home/opam/.opam/4.06/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.06/lib/$x/META.tmp" && mv "/home/opam/.opam/4.06/lib/$x/META.tmp" "/home/opam/.opam/4.06/lib/$x/META"; done - install -d "/home/opam/.opam/4.06/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.06/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - 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.06/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' - install -d "/home/opam/.opam/4.06/man/man1" "/home/opam/.opam/4.06/man/man3" "/home/opam/.opam/4.06/man/man5" - install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.06/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.06/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlfind.1.9.5' -> installed ocamlfind.1.9.5 Processing 8/15: [dune: ocaml bootstrap.ml] Processing 9/15: [dune: ocaml bootstrap.ml] [num: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.06/.opam-switch/build/num.1.4) - make -C src all - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/src' - ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c - ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c - ocamlmklib -oc nums bng.o nat_stubs.o - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c int_misc.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c int_misc.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c nat.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c nat.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c big_int.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c big_int.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_flags.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_flags.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c ratio.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c ratio.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c num.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c num.ml - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_status.mli - ocamlc -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c int_misc.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c nat.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c big_int.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_flags.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c ratio.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c num.ml - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -c arith_status.ml - ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx - ocamlopt -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -I . -shared -o nums.cmxs nums.cmxa - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/src' - make -C toplevel all - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/toplevel' - ocamlc -I ../src -I +compiler-libs -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c num_top_printers.mli - ocamlc -I ../src -I +compiler-libs -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c num_top_printers.ml - ocamlc -I ../src -I +compiler-libs -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c num_top.mli - ocamlc -I ../src -I +compiler-libs -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -c num_top.ml - ocamlc -I ../src -I +compiler-libs -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -a -o num_top.cma num_top_printers.cmo num_top.cmo - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/toplevel' -> compiled num.1.4 Processing 9/15: [dune: ocaml bootstrap.ml] Processing 10/15: [dune: ocaml bootstrap.ml] [num: ocamlfind remove] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocamlfind" "remove" "num" (CWD=/home/opam/.opam/4.06/.opam-switch/build/num.1.4) - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.06/lib/num/META + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocamlfind" "remove" "num-top" (CWD=/home/opam/.opam/4.06/.opam-switch/build/num.1.4) - ocamlfind: [WARNING] No such file: /home/opam/.opam/4.06/lib/num-top/META Processing 10/15: [dune: ocaml bootstrap.ml] [num: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/num.1.4) - make -C src install - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/src' - install -d /home/opam/.opam/4.06/lib/ocaml - sed -e 's/%%VERSION%%/1.4/g' META.in > META - ocamlfind install num META - Installed /home/opam/.opam/4.06/lib/num/META - rm -f META - install -m 644 nums.cma libnums.a big_int.cmi nat.cmi num.cmi ratio.cmi arith_status.cmi big_int.mli nat.mli num.mli ratio.mli arith_status.mli big_int.cmti nat.cmti num.cmti ratio.cmti arith_status.cmti nums.cmxa nums.a int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx nums.cmxs /home/opam/.opam/4.06/lib/ocaml - install -d /home/opam/.opam/4.06/lib/ocaml/stublibs - install dllnums.so /home/opam/.opam/4.06/lib/ocaml/stublibs - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/src' - make -C toplevel install - make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/toplevel' - sed -e 's/%%VERSION%%/1.4/g' META.in > META - ocamlfind install num-top META num_top.cma num_top.cmi num_top_printers.cmi - Installed /home/opam/.opam/4.06/lib/num-top/num_top_printers.cmi - Installed /home/opam/.opam/4.06/lib/num-top/num_top.cmi - Installed /home/opam/.opam/4.06/lib/num-top/num_top.cma - Installed /home/opam/.opam/4.06/lib/num-top/META - rm -f META - make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/num.1.4/toplevel' -> installed num.1.4 Processing 10/15: [dune: ocaml bootstrap.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/dune.2.0.1) - ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml - ./.duneboot.exe -j 255 - git describe --always --dirty - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Processing 10/15: [dune: ./dune.exe build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/dune.2.0.1) -> compiled dune.2.0.1 -> installed dune.2.0.1 Processing 12/15: [stdcompat: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdcompat" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/stdcompat.19) - configure META,Makefile,stdcompat.{h,ml,mli},stdcompat__arg.{ml,mli},stdcompat__arg_s.{ml,mli},stdcompat__array.{ml,mli},stdcompat__arrayLabels.{ml,mli},stdcompat__arrayLabels_s.{ml,mli},stdcompat__array_s.{ml,mli},stdcompat__atomic.{ml,mli},stdcompat__atomic_s.{ml,mli},stdcompat__bool.{ml,mli},stdcompat__bool_s.{ml,mli},stdcompat__buffer.{ml,mli},stdcompat__buffer_s.{ml,mli},stdcompat__bytes.{ml,mli},stdcompat__bytesLabels.{ml,mli},stdcompat__bytesLabels_s.{ml,mli},stdcompat__bytes_s.{ml,mli},stdcompat__char.{ml,mli},stdcompat__char_s.{ml,mli},stdcompat__digest.{ml,mli},stdcompat__digest_s.{ml,mli},stdcompat__either.{ml,mli},stdcompat__either_s.{ml,mli},stdcompat__ephemeron.{ml,mli},stdcompat__ephemeron_s.{ml,mli},stdcompat__filename.{ml,mli},stdcompat__filename_s.{ml,mli},stdcompat__float.{ml,mli},stdcompat__float_s.{ml,mli},stdcompat__format.{ml,mli},stdcompat__format_s.{ml,mli},stdcompat__fun.{ml,mli},stdcompat__fun_s.{ml,mli},stdcompat__hashtbl.{ml,mli},stdcompat__hashtbl_ext.{ml,mli},stdcompat__hashtbl_s.{ml,mli},stdcompat__in_channel.{ml,mli},stdcompat__in_channel_s.{ml,mli},stdcompat__init.{ml,mli},stdcompat__int.{ml,mli},stdcompat__int32.{ml,mli},stdcompat__int32_s.{ml,mli},stdcompat__int64.{ml,mli},stdcompat__int64_s.{ml,mli},stdcompat__int_s.{ml,mli},stdcompat__lazy.{ml,mli},stdcompat__lazy_s.{ml,mli},stdcompat__lexing.{ml,mli},stdcompat__lexing_s.{ml,mli},stdcompat__list.{ml,mli},stdcompat__listLabels.{ml,mli},stdcompat__listLabels_s.{ml,mli},stdcompat__list_s.{ml,mli},stdcompat__map.{ml,mli},stdcompat__map_s.{ml,mli},stdcompat__moreLabels.{ml,mli},stdcompat__moreLabels_s.{ml,mli},stdcompat__native.{ml_byte,ml_native},stdcompat__nativeint.{ml,mli},stdcompat__nativeint_s.{ml,mli},stdcompat__option.{ml,mli},stdcompat__option_s.{ml,mli},stdcompat__out_channel.{ml,mli},stdcompat__out_channel_s.{ml,mli},stdcompat__pervasives.{ml,mli},stdcompat__pervasives_s.{ml,mli},stdcompat__printexc.{ml,mli},stdcompat__printexc_s.{ml,mli},stdcompat__printf.{ml,mli},stdcompat__printf_s.{ml,mli},stdcompat__queue.{ml,mli},stdcompat__queue_s.{ml,mli},stdcompat__random.{ml,mli},stdcompat__random_s.{ml,mli},stdcompat__result.{ml,mli},stdcompat__result_s.{ml,mli},stdcompat__root.{ml,mli},stdcompat__seq.{ml,mli},stdcompat__seq_s.{ml,mli},stdcompat__set.{ml,mli},stdcompat__set_s.{ml,mli},stdcompat__stack.{ml,mli},stdcompat__stack_s.{ml,mli},stdcompat__stdlib.{ml,mli},stdcompat__stdlib_s.{ml,mli},stdcompat__string.{ml,mli},stdcompat__stringLabels.{ml,mli},stdcompat__stringLabels_s.{ml,mli},stdcompat__string_s.{ml,mli},stdcompat__stubs.c,stdcompat__sys.{ml,mli},stdcompat__sys_s.{ml,mli},stdcompat__tools.{ml,mli},stdcompat__uchar.{ml,mli},stdcompat__uchar_s.{ml,mli},stdcompat__unit.{ml,mli},stdcompat__unit_s.{ml,mli},stdcompat__weak.{ml,mli},stdcompat__weak_s.{ml,mli},stdcompat_tests.ml - checking for a BSD-compatible install... /usr/bin/install -c - checking whether build environment is sane... yes - checking for a race-free mkdir -p... /usr/bin/mkdir -p - checking for gawk... no - checking for mawk... mawk - checking whether make sets $(MAKE)... yes - checking whether make supports nested variables... yes - checking for ocaml... ocaml - checking for ocamlc.opt... ocamlc.opt - checking OCaml version... 4.06.1 - checking for ocamlfind... ocamlfind - checking for ocamlfind package result... no - checking for ocamlfind package seq... no - checking for ocamlfind package uchar... no - checking whether make supports the include directive... yes (GNU style) - checking for gcc... gcc - checking whether the C compiler works... yes - checking for C compiler default output file name... a.out - checking for suffix of executables... - checking whether we are cross compiling... no - checking for suffix of object files... o - checking whether the compiler supports GNU C... yes - checking whether gcc accepts -g... yes - checking for gcc option to enable C11 features... none needed - checking whether gcc understands -c and -o together... yes - checking dependency style of gcc... none - checking for stdio.h... yes - checking for stdlib.h... yes - checking for string.h... yes - checking for inttypes.h... yes - checking for stdint.h... yes - checking for strings.h... yes - checking for sys/stat.h... yes - checking for sys/types.h... yes - checking for unistd.h... yes - checking whether byte ordering is bigendian... no - checking OCaml target OS type... Unix - checking for flambda2... false - checking that generated files are newer than configure... done - configure: creating ./config.status - config.status: creating META - config.status: creating Makefile - config.status: creating stdcompat__hashtbl_ext.mli - config.status: creating stdcompat__hashtbl_ext.ml - config.status: creating stdcompat__init.mli - config.status: creating stdcompat__init.ml - config.status: creating stdcompat__root.mli - config.status: creating stdcompat__root.ml - config.status: creating stdcompat__tools.mli - config.status: creating stdcompat__tools.ml - config.status: creating stdcompat__native.ml_byte - config.status: creating stdcompat__native.ml_native - config.status: creating stdcompat_tests.ml - config.status: creating stdcompat.h - config.status: creating stdcompat__stubs.c - config.status: creating stdcompat__pervasives_s.mli - config.status: creating stdcompat__arg_s.mli - config.status: creating stdcompat__array_s.mli - config.status: creating stdcompat__arrayLabels_s.mli - config.status: creating stdcompat__atomic_s.mli - config.status: creating stdcompat__bool_s.mli - config.status: creating stdcompat__buffer_s.mli - config.status: creating stdcompat__bytes_s.mli - config.status: creating stdcompat__bytesLabels_s.mli - config.status: creating stdcompat__char_s.mli - config.status: creating stdcompat__digest_s.mli - config.status: creating stdcompat__either_s.mli - config.status: creating stdcompat__ephemeron_s.mli - config.status: creating stdcompat__filename_s.mli - config.status: creating stdcompat__float_s.mli - config.status: creating stdcompat__format_s.mli - config.status: creating stdcompat__fun_s.mli - config.status: creating stdcompat__hashtbl_s.mli - config.status: creating stdcompat__in_channel_s.mli - config.status: creating stdcompat__int_s.mli - config.status: creating stdcompat__int32_s.mli - config.status: creating stdcompat__int64_s.mli - config.status: creating stdcompat__lazy_s.mli - config.status: creating stdcompat__lexing_s.mli - config.status: creating stdcompat__list_s.mli - config.status: creating stdcompat__listLabels_s.mli - config.status: creating stdcompat__map_s.mli - config.status: creating stdcompat__moreLabels_s.mli - config.status: creating stdcompat__nativeint_s.mli - config.status: creating stdcompat__option_s.mli - config.status: creating stdcompat__out_channel_s.mli - config.status: creating stdcompat__printexc_s.mli - config.status: creating stdcompat__printf_s.mli - config.status: creating stdcompat__queue_s.mli - config.status: creating stdcompat__random_s.mli - config.status: creating stdcompat__result_s.mli - config.status: creating stdcompat__seq_s.mli - config.status: creating stdcompat__set_s.mli - config.status: creating stdcompat__stack_s.mli - config.status: creating stdcompat__string_s.mli - config.status: creating stdcompat__stringLabels_s.mli - config.status: creating stdcompat__sys_s.mli - config.status: creating stdcompat__uchar_s.mli - config.status: creating stdcompat__weak_s.mli - config.status: creating stdcompat__unit_s.mli - config.status: creating stdcompat__stdlib_s.mli - config.status: creating stdcompat__pervasives_s.ml - config.status: creating stdcompat__arg_s.ml - config.status: creating stdcompat__array_s.ml - config.status: creating stdcompat__arrayLabels_s.ml - config.status: creating stdcompat__atomic_s.ml - config.status: creating stdcompat__bool_s.ml - config.status: creating stdcompat__buffer_s.ml - config.status: creating stdcompat__bytes_s.ml - config.status: creating stdcompat__bytesLabels_s.ml - config.status: creating stdcompat__char_s.ml - config.status: creating stdcompat__digest_s.ml - config.status: creating stdcompat__either_s.ml - config.status: creating stdcompat__ephemeron_s.ml - config.status: creating stdcompat__filename_s.ml - config.status: creating stdcompat__float_s.ml - config.status: creating stdcompat__format_s.ml - config.status: creating stdcompat__fun_s.ml - config.status: creating stdcompat__hashtbl_s.ml - config.status: creating stdcompat__int_s.ml - config.status: creating stdcompat__int32_s.ml - config.status: creating stdcompat__int64_s.ml - config.status: creating stdcompat__lazy_s.ml - config.status: creating stdcompat__lexing_s.ml - config.status: creating stdcompat__list_s.ml - config.status: creating stdcompat__listLabels_s.ml - config.status: creating stdcompat__map_s.ml - config.status: creating stdcompat__moreLabels_s.ml - config.status: creating stdcompat__nativeint_s.ml - config.status: creating stdcompat__option_s.ml - config.status: creating stdcompat__printexc_s.ml - config.status: creating stdcompat__printf_s.ml - config.status: creating stdcompat__queue_s.ml - config.status: creating stdcompat__random_s.ml - config.status: creating stdcompat__result_s.ml - config.status: creating stdcompat__seq_s.ml - config.status: creating stdcompat__set_s.ml - config.status: creating stdcompat__stack_s.ml - config.status: creating stdcompat__stdlib_s.ml - config.status: creating stdcompat__string_s.ml - config.status: creating stdcompat__stringLabels_s.ml - config.status: creating stdcompat__sys_s.ml - config.status: creating stdcompat__uchar_s.ml - config.status: creating stdcompat__weak_s.ml - config.status: creating stdcompat__in_channel_s.ml - config.status: creating stdcompat__out_channel_s.ml - config.status: creating stdcompat__unit_s.ml - config.status: creating stdcompat__pervasives.ml - config.status: creating stdcompat__arg.ml - config.status: creating stdcompat__array.ml - config.status: creating stdcompat__arrayLabels.ml - config.status: creating stdcompat__atomic.ml - config.status: creating stdcompat__bool.ml - config.status: creating stdcompat__buffer.ml - config.status: creating stdcompat__bytes.ml - config.status: creating stdcompat__bytesLabels.ml - config.status: creating stdcompat__char.ml - config.status: creating stdcompat__digest.ml - config.status: creating stdcompat__either.ml - config.status: creating stdcompat__ephemeron.ml - config.status: creating stdcompat__filename.ml - config.status: creating stdcompat__float.ml - config.status: creating stdcompat__format.ml - config.status: creating stdcompat__fun.ml - config.status: creating stdcompat__hashtbl.ml - config.status: creating stdcompat__int.ml - config.status: creating stdcompat__int32.ml - config.status: creating stdcompat__int64.ml - config.status: creating stdcompat__lazy.ml - config.status: creating stdcompat__lexing.ml - config.status: creating stdcompat__list.ml - config.status: creating stdcompat__listLabels.ml - config.status: creating stdcompat__map.ml - config.status: creating stdcompat__moreLabels.ml - config.status: creating stdcompat__nativeint.ml - config.status: creating stdcompat__option.ml - config.status: creating stdcompat__printexc.ml - config.status: creating stdcompat__printf.ml - config.status: creating stdcompat__queue.ml - config.status: creating stdcompat__random.ml - config.status: creating stdcompat__result.ml - config.status: creating stdcompat__seq.ml - config.status: creating stdcompat__set.ml - config.status: creating stdcompat__stack.ml - config.status: creating stdcompat__stdlib.ml - config.status: creating stdcompat__string.ml - config.status: creating stdcompat__stringLabels.ml - config.status: creating stdcompat__sys.ml - config.status: creating stdcompat__uchar.ml - config.status: creating stdcompat__weak.ml - config.status: creating stdcompat__in_channel.ml - config.status: creating stdcompat__out_channel.ml - config.status: creating stdcompat__unit.ml - config.status: creating stdcompat__pervasives.mli - config.status: creating stdcompat__arg.mli - config.status: creating stdcompat__array.mli - config.status: creating stdcompat__arrayLabels.mli - config.status: creating stdcompat__atomic.mli - config.status: creating stdcompat__bool.mli - config.status: creating stdcompat__buffer.mli - config.status: creating stdcompat__bytes.mli - config.status: creating stdcompat__bytesLabels.mli - config.status: creating stdcompat__char.mli - config.status: creating stdcompat__digest.mli - config.status: creating stdcompat__either.mli - config.status: creating stdcompat__ephemeron.mli - config.status: creating stdcompat__filename.mli - config.status: creating stdcompat__float.mli - config.status: creating stdcompat__format.mli - config.status: creating stdcompat__fun.mli - config.status: creating stdcompat__hashtbl.mli - config.status: creating stdcompat__int.mli - config.status: creating stdcompat__int32.mli - config.status: creating stdcompat__int64.mli - config.status: creating stdcompat__lazy.mli - config.status: creating stdcompat__lexing.mli - config.status: creating stdcompat__list.mli - config.status: creating stdcompat__listLabels.mli - config.status: creating stdcompat__map.mli - config.status: creating stdcompat__moreLabels.mli - config.status: creating stdcompat__nativeint.mli - config.status: creating stdcompat__option.mli - config.status: creating stdcompat__printexc.mli - config.status: creating stdcompat__printf.mli - config.status: creating stdcompat__queue.mli - config.status: creating stdcompat__random.mli - config.status: creating stdcompat__result.mli - config.status: creating stdcompat__seq.mli - config.status: creating stdcompat__set.mli - config.status: creating stdcompat__stack.mli - config.status: creating stdcompat__stdlib.mli - config.status: creating stdcompat__string.mli - config.status: creating stdcompat__stringLabels.mli - config.status: creating stdcompat__sys.mli - config.status: creating stdcompat__uchar.mli - config.status: creating stdcompat__weak.mli - config.status: creating stdcompat__in_channel.mli - config.status: creating stdcompat__out_channel.mli - config.status: creating stdcompat__unit.mli - config.status: creating stdcompat.mli - config.status: creating stdcompat.ml - config.status: creating config.h - config.status: executing depfiles commands - configure: OCaml version is 4.06.1 - configure: Obj.magic will be used in redefinition when possible - (add --disable-magic for pure redefinitions). -> compiled stdcompat.19 -> installed stdcompat.19 Processing 14/15: [pyml: make all] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "pymltop" "PREFIX=/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/pyml.20190626) - cp pyml_arch_linux.ml pyml_arch.ml - ocamlfind ocamlc -package stdcompat -c pyutils.mli -o pyutils.cmi - ocamlfind ocamlopt -package stdcompat -c pyutils.ml -o pyutils.cmx - ocamlfind ocamlopt -package stdcompat -c generate.ml -o generate.cmx - ocamlfind ocamlopt -linkpkg -package unix,stdcompat pyutils.cmx generate.cmx -o generate - ./generate - ocamlfind ocamlc -package stdcompat -c pytypes.mli -o pytypes.cmi - ocamlfind ocamlc -package stdcompat -c pyml_arch.mli -o pyml_arch.cmi - ocamlfind ocamlc -i pywrappers.ml >pywrappers.mli - ocamlfind ocamldep pyml_arch.ml pyutils.ml pytypes.ml pywrappers.ml py.ml pycaml.ml pyops.ml pyml_arch.mli pyutils.mli pytypes.mli pywrappers.mli py.mli pycaml.mli pyops.mli numpy.ml numpy.mli pyml_tests_common.mli pyml_tests_common.ml pyml_tests.ml numpy_tests.ml >.depend - ocamlfind ocamlc -package stdcompat -c pyml_arch.ml -o pyml_arch.cmo - ocamlfind ocamlc -package stdcompat -c pyutils.ml -o pyutils.cmo - ocamlfind ocamlc -package stdcompat -c pytypes.ml -o pytypes.cmo - ocamlfind ocamlc -package stdcompat -c pywrappers.mli -o pywrappers.cmi - ocamlfind ocamlc -package stdcompat -c pywrappers.ml -o pywrappers.cmo - ocamlfind ocamlc -package stdcompat -c py.mli -o py.cmi - ocamlfind ocamlc -package stdcompat -c py.ml -o py.cmo - ocamlfind ocamlc -package stdcompat -c pycaml.mli -o pycaml.cmi - ocamlfind ocamlc -package stdcompat -c pycaml.ml -o pycaml.cmo - ocamlfind ocamlc -package stdcompat -c pyops.mli -o pyops.cmi - ocamlfind ocamlc -package stdcompat -c pyops.ml -o pyops.cmo - ocamlfind ocamlc -c pyml_stubs.c -o pyml_stubs.o - ocamlfind ocamlmklib -o pyml_stubs pyml_stubs.o - ocamlfind ocamlc -custom -cclib "-L. -lpyml_stubs" -a pyml_arch.cmo pyutils.cmo pytypes.cmo pywrappers.cmo py.cmo pycaml.cmo pyops.cmo -o pyml.cma - ocamlfind ocamlc -package stdcompat -c numpy.mli -o numpy.cmi - ocamlfind ocamlc -package stdcompat -c numpy.ml -o numpy.cmo - ocamlfind ocamlc -c numpy_stubs.c -o numpy_stubs.o - ocamlfind ocamlmklib -o numpy_stubs numpy_stubs.o - ocamlfind ocamlc -custom -cclib "-L. -lnumpy_stubs" -a numpy.cmo -o numpy.cma - ocamlfind ocamlopt -package stdcompat -c pyml_arch.ml -o pyml_arch.cmx - ocamlfind ocamlopt -package stdcompat -c pytypes.ml -o pytypes.cmx - ocamlfind ocamlopt -package stdcompat -c pywrappers.ml -o pywrappers.cmx - ocamlfind ocamlopt -package stdcompat -c py.ml -o py.cmx - ocamlfind ocamlopt -package stdcompat -c pycaml.ml -o pycaml.cmx - ocamlfind ocamlopt -package stdcompat -c pyops.ml -o pyops.cmx - ocamlfind ocamlopt -cclib "-L. -lpyml_stubs" -a pyml_arch.cmx pyutils.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx pyops.cmx -o pyml.cmxa - ocamlfind ocamlopt -cclib "-L. -lpyml_stubs" -shared pyml_arch.cmx pyutils.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx pyops.cmx -o pyml.cmxs - ocamlfind ocamlopt -package stdcompat -c numpy.ml -o numpy.cmx - ocamlfind ocamlopt -cclib "-L. -lnumpy_stubs" -a numpy.cmx -o numpy.cmxa - ocamlfind ocamlopt -cclib "-L. -lnumpy_stubs" -shared numpy.cmx -o numpy.cmxs - The py.ml library is compiled. - Run `make doc' to build the documentation. - Run `make tests' to check the test suite. - Run `make install' to install the library via ocamlfind. - Run `make pymltop' to build the toplevel. - if [ -z "/home/opam/.opam/4.06" ]; then \ - echo "let libdir=\"/home/opam/.opam/4.06/.opam-switch/build/pyml.20190626\""; \ - else \ - echo "let libdir=\"/home/opam/.opam/4.06/lib/pyml/\""; \ - fi >pymltop_libdir.ml - ocamlfind ocamlc -package stdcompat -c pymltop_libdir.ml -o pymltop_libdir.cmo - ocamlfind ocamlc -I +compiler-libs -c pytop.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.06/lib/ocaml, /home/opam/.opam/4.06/lib/ocaml/compiler-libs - ocamlfind ocamlmktop -linkpkg -cclib "-L. -lnumpy_stubs" -package unix,stdcompat,bigarray pyml.cma numpy.cma pymltop_libdir.cmo pytop.cmo -o pymltop - rm numpy_stubs.o -> compiled pyml.20190626 Processing 15/15: [pyml: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "PREFIX=/home/opam/.opam/4.06" (CWD=/home/opam/.opam/4.06/.opam-switch/build/pyml.20190626) - ocamlfind install pyml py.mli numpy.mli pyml_arch.cmi pyutils.cmi pytypes.cmi pywrappers.cmi py.cmi pycaml.cmi pyops.cmi pyml_arch.cmx pyutils.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx pyops.cmx numpy.cmi pyml.cma pyml.cmxa pyml.cmxs pyml.a numpy.cma numpy.cmxa numpy.cmxs numpy.a libpyml_stubs.a dllpyml_stubs.so libnumpy_stubs.a dllnumpy_stubs.so META - Installed /home/opam/.opam/4.06/lib/pyml/libnumpy_stubs.a - Installed /home/opam/.opam/4.06/lib/pyml/libpyml_stubs.a - Installed /home/opam/.opam/4.06/lib/pyml/numpy.a - Installed /home/opam/.opam/4.06/lib/pyml/numpy.cmxs - Installed /home/opam/.opam/4.06/lib/pyml/numpy.cmxa - Installed /home/opam/.opam/4.06/lib/pyml/numpy.cma - Installed /home/opam/.opam/4.06/lib/pyml/pyml.a - Installed /home/opam/.opam/4.06/lib/pyml/pyml.cmxs - Installed /home/opam/.opam/4.06/lib/pyml/pyml.cmxa - Installed /home/opam/.opam/4.06/lib/pyml/pyml.cma - Installed /home/opam/.opam/4.06/lib/pyml/numpy.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pyops.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pycaml.cmx - Installed /home/opam/.opam/4.06/lib/pyml/py.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pywrappers.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pytypes.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pyutils.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pyml_arch.cmx - Installed /home/opam/.opam/4.06/lib/pyml/pyops.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pycaml.cmi - Installed /home/opam/.opam/4.06/lib/pyml/py.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pywrappers.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pytypes.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pyutils.cmi - Installed /home/opam/.opam/4.06/lib/pyml/pyml_arch.cmi - Installed /home/opam/.opam/4.06/lib/pyml/numpy.mli - Installed /home/opam/.opam/4.06/lib/pyml/py.mli - Installed /home/opam/.opam/4.06/lib/stublibs/dllnumpy_stubs.so - Installed /home/opam/.opam/4.06/lib/stublibs/dllnumpy_stubs.so.owner - Installed /home/opam/.opam/4.06/lib/stublibs/dllpyml_stubs.so - Installed /home/opam/.opam/4.06/lib/stublibs/dllpyml_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.06/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.06/lib/pyml/META - [ ! -f pymltop ] || install pymltop /home/opam/.opam/4.06/bin/pymltop - [ ! -f pymlutop ] || install pymlutop /home/opam/.opam/4.06/bin/pymlutop -> installed pyml.20190626 Done. # Run eval $(opam env) to update the current shell environment 2023-01-02 04:24.17 ---> saved as "e34ccb70f952cf15a731aafde1238e1c04817342bf05a0af9a5f5d6009f4725a" Job succeeded