Building on doris.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607) Unable to find image 'ocaml/opam:debian-unstable@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607' locally docker.io/ocaml/opam@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607: Pulling from ocaml/opam 2db5444d1f5b: Pulling fs layer 955a4d4491b2: Pulling fs layer f7fc0b2e0259: Pulling fs layer 2db5444d1f5b: Verifying Checksum 2db5444d1f5b: Download complete 2db5444d1f5b: Pull complete f7fc0b2e0259: Verifying Checksum f7fc0b2e0259: Download complete 955a4d4491b2: Download complete 955a4d4491b2: Pull complete f7fc0b2e0259: Pull complete Digest: sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607 Status: Downloaded newer image for ocaml/opam@sha256:1f047b38773f5019b428a91bd54b182640ea3851a30b2bde75e0749da4491607 2022-02-04 12:43.22 ---> using "046c03104b31caca4776d0f4b3c05e8c36edfcce47e502c904753c15f5c7c145" 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-02-04 12:43.22 ---> using "174def638ec7d2637b0dbcf8d157f3db3ea5f765b545d79ffe1aaf2604b82a96" 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 1741c7614a3f64debaeee6573205d847859e8de4")) 2022-02-04 12:43.22 ---> using "7cf36d2e512b30870bc55678abf5e1cb55cb4319ee557daf9c5c759dde9da99a" 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-02-04 12:43.22 ---> using "3aa3263ea6afcd677a2f49f1557e7725598e35cb434eb2886483b43b368246e0" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.02' '4.02.3'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.02.3"} | "ocaml-system" {= "4.02.3"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.02.3 (https://github.com/ocaml/ocaml/archive/4.02.3.tar.gz) -> installed ocaml-base-compiler.4.02.3 -> installed ocaml-config.1 -> installed ocaml.4.02.3 -> installed base-ocamlbuild.base Done. # Run eval $(opam env --switch=4.02) to update the current shell environment 2022-02-04 12:43.22 ---> using "fcb6d25a814f34e8e9c95f2cad79c93549bae547c3d1cd551acc0d4f6554b69d" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [165 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-03-0808.17-F-2022-01-30-0201.48.pdiff [272 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-03-0808.17-F-2022-01-30-0201.48.pdiff [272 kB] - Fetched 500 kB in 1s (363 kB/s) - Reading package lists... 2022-02-04 12:43.22 ---> using "f9c8746c258da88fbc75b54e9928ef8bfd1ffef9a0c8f65f7efc4f175f6d9f7a" 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 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 2022-02-04 12:43.22 ---> using "9eac16e739b6a9137f1c9f3fbf6011856dce8325596b80b8bb0bc9f20e642359" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"lwt-zmq.2.0.1\"\ \nopam install -vy \"lwt-zmq.2.0.1\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"lwt-zmq.2.0.1\" | 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] lwt-zmq.2.0.1 is not installed. The following actions will be performed: - install conf-pkg-config 2 [required by conf-zmq] - install ocamlfind 1.9.1 [required by lwt-zmq] - install ocamlbuild 0 [required by lwt-zmq] - install jbuilder 1.0+beta20.2 [required by stdint] - install conf-zmq 0.1 [required by zmq] - install ocamlfind-secondary 1.9.1 [required by dune] - install base-bytes base [required by ocplib-endian, stdint] - install dune 2.2.0 [required by lwt] - install stdint 0.5.1 [required by zmq] - install seq 0.2.2 [required by lwt] - install result 1.5 [required by lwt] - install mmap 1.1.0 [required by lwt] - install dune-configurator 1.11.4 [required by lwt] - install cppo 1.6.8 [required by lwt] - install zmq 4.0-8 [required by lwt-zmq] - install ocplib-endian 1.1 [required by lwt] - install lwt 4.5.0 [required by lwt-zmq] - install lwt-zmq 2.0.1 ===== 18 to install ===== The following system packages will first need to be installed: libzmq3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libzmq3-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package comerr-dev:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18398 files and directories currently installed.) - Preparing to unpack .../00-comerr-dev_2.1-1.46.5-2_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.46.5-2) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../01-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../02-icu-devtools_67.1-7_amd64.deb ... - Unpacking icu-devtools (67.1-7) ... - Selecting previously unselected package libgssrpc4:amd64. - Preparing to unpack .../03-libgssrpc4_1.18.3-7_amd64.deb ... - Unpacking libgssrpc4:amd64 (1.18.3-7) ... - Selecting previously unselected package libkdb5-10:amd64. - Preparing to unpack .../04-libkdb5-10_1.18.3-7_amd64.deb ... - Unpacking libkdb5-10:amd64 (1.18.3-7) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../05-libkadm5srv-mit12_1.18.3-7_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.18.3-7) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../06-libkadm5clnt-mit12_1.18.3-7_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.18.3-7) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../07-krb5-multidev_1.18.3-7_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.18.3-7) ... - Selecting previously unselected package libmd-dev:amd64. - Preparing to unpack .../08-libmd-dev_1.0.4-1_amd64.deb ... - Unpacking libmd-dev:amd64 (1.0.4-1) ... - Selecting previously unselected package libbsd-dev:amd64. - Preparing to unpack .../09-libbsd-dev_0.11.5-1+b1_amd64.deb ... - Unpacking libbsd-dev:amd64 (0.11.5-1+b1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../10-libglib2.0-0_2.70.3-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.70.3-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../11-libglib2.0-data_2.70.3-1_all.deb ... - Unpacking libglib2.0-data (2.70.3-1) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../12-libicu-dev_67.1-7_amd64.deb ... - Unpacking libicu-dev:amd64 (67.1-7) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../13-libkrb5-dev_1.18.3-7_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.18.3-7) ... - Selecting previously unselected package libnorm1:amd64. - Preparing to unpack .../14-libnorm1_1.5.9+dfsg-2_amd64.deb ... - Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../15-libxml2_2.9.12+dfsg-5+b1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.12+dfsg-5+b1) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../16-libxml2-dev_2.9.12+dfsg-5+b1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.12+dfsg-5+b1) ... - Selecting previously unselected package libnorm-dev:amd64. - Preparing to unpack .../17-libnorm-dev_1.5.9+dfsg-2_amd64.deb ... - Unpacking libnorm-dev:amd64 (1.5.9+dfsg-2) ... - Selecting previously unselected package libpgm-5.3-0:amd64. - Preparing to unpack .../18-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ... - Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... - Selecting previously unselected package libpgm-dev:amd64. - Preparing to unpack .../19-libpgm-dev_5.3.128~dfsg-2_amd64.deb ... - Unpacking libpgm-dev:amd64 (5.3.128~dfsg-2) ... - Selecting previously unselected package libsodium23:amd64. - Preparing to unpack .../20-libsodium23_1.0.18-1_amd64.deb ... - Unpacking libsodium23:amd64 (1.0.18-1) ... - Selecting previously unselected package libsodium-dev:amd64. - Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... - Unpacking libsodium-dev:amd64 (1.0.18-1) ... - Selecting previously unselected package libzmq5:amd64. - Preparing to unpack .../22-libzmq5_4.3.4-2_amd64.deb ... - Unpacking libzmq5:amd64 (4.3.4-2) ... - Selecting previously unselected package libzmq3-dev:amd64. - Preparing to unpack .../23-libzmq3-dev_4.3.4-2_amd64.deb ... - Unpacking libzmq3-dev:amd64 (4.3.4-2) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../24-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../25-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../26-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libsodium23:amd64 (1.0.18-1) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.70.3-1) ... - No schema files found: doing nothing. - Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... - Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... - Setting up libgssrpc4:amd64 (1.18.3-7) ... - Setting up libglib2.0-data (2.70.3-1) ... - Setting up libpgm-dev:amd64 (5.3.128~dfsg-2) ... - Setting up comerr-dev:amd64 (2.1-1.46.5-2) ... - Setting up icu-devtools (67.1-7) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libsodium-dev:amd64 (1.0.18-1) ... - Setting up libmd-dev:amd64 (1.0.4-1) ... - Setting up libicu-dev:amd64 (67.1-7) ... - Setting up libxml2:amd64 (2.9.12+dfsg-5+b1) ... - Setting up libbsd-dev:amd64 (0.11.5-1+b1) ... - Setting up libkadm5clnt-mit12:amd64 (1.18.3-7) ... - Setting up libkdb5-10:amd64 (1.18.3-7) ... - Setting up libzmq5:amd64 (4.3.4-2) ... - Setting up libxml2-dev:amd64 (2.9.12+dfsg-5+b1) ... - Setting up shared-mime-info (2.1-2) ... - Setting up libkadm5srv-mit12:amd64 (1.18.3-7) ... - Setting up krb5-multidev:amd64 (1.18.3-7) ... - Setting up libnorm-dev:amd64 (1.5.9+dfsg-2) ... - Setting up libkrb5-dev:amd64 (1.18.3-7) ... - Setting up libzmq3-dev:amd64 (4.3.4-2) ... - Processing triggers for libc-bin (2.33-5) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 4/54: Processing 5/54: Processing 6/54: Processing 7/54: [conf-pkg-config: pkg-config] -> retrieved cppo.1.6.8 (cached) Processing 8/54: [conf-pkg-config: pkg-config] -> retrieved dune.2.2.0 (cached) Processing 9/54: [conf-pkg-config: pkg-config] -> retrieved dune-configurator.1.11.4 (cached) Processing 10/54: [lwt-zmq.2.0.1: http] [conf-pkg-config: pkg-config] - Usage: - pkg-config [OPTION?] - - Help Options: - -h, --help Show help options - - Application Options: - --version output version of pkg-config - --modversion output version for package - --atleast-pkgconfig-version=VERSION require given version of pkg-config - --libs output all linker flags - --static output linker flags for static linking - --short-errors print short errors - --libs-only-l output -l flags - --libs-only-other output other libs (e.g. -pthread) - --libs-only-L output -L flags - --cflags output all pre-processor and compiler flags - --cflags-only-I output -I flags - --cflags-only-other output cflags not covered by the cflags-only-I option - --variable=NAME get the value of variable named NAME - --define-variable=NAME=VALUE set variable NAME to VALUE - --exists return 0 if the module(s) exist - --print-variables output list of variables defined by the module - --uninstalled return 0 if the uninstalled version of one or more module(s) or their dependencies will be used - --atleast-version=VERSION return 0 if the module is at least version VERSION - --exact-version=VERSION return 0 if the module is at exactly version VERSION - --max-version=VERSION return 0 if the module is at no newer than version VERSION - --list-all list all known packages - --debug show verbose debug information - --print-errors show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line) - --silence-errors be silent about errors (default when --exists or --atleast/exact/max-version given on the command line) - --errors-to-stdout print errors from --print-errors to stdout not stderr - --print-provides print which packages the package provides - --print-requires print which packages the package requires - --print-requires-private print which packages the package requires for static linking - --validate validate a package's .pc file - --define-prefix try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --dont-define-prefix don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --prefix-variable=PREFIX set the name of the variable that pkg-config automatically sets - -> compiled conf-pkg-config.2 Processing 10/54: [lwt-zmq.2.0.1: http] Processing 11/54: [lwt-zmq.2.0.1: http] [conf-pkg-config: mkdir] -> retrieved jbuilder.1.0+beta20.2 (cached) Processing 12/54: [lwt-zmq.2.0.1: http] [conf-pkg-config: mkdir] Processing 13/54: [lwt-zmq.2.0.1: http] [jbuilder: ocaml configure.ml] [conf-pkg-config: mkdir] -> retrieved lwt.4.5.0 (cached) Processing 14/54: [lwt-zmq.2.0.1: http] [jbuilder: ocaml configure.ml] [conf-pkg-config: mkdir] Processing 15/54: [lwt-zmq.2.0.1: http] [jbuilder: ocaml configure.ml] [conf-pkg-config: mkdir] Processing 16/54: [lwt-zmq.2.0.1: http] [jbuilder: ocaml configure.ml] [conf-pkg-config: mkdir] Processing 16/54: [jbuilder: ocaml configure.ml] [conf-pkg-config: mkdir] -> installed conf-pkg-config.2 Processing 16/54: [jbuilder: ocaml configure.ml] Processing 17/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml configure.ml] -> installed ocamlbuild.0 Processing 18/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml configure.ml] -> retrieved mmap.1.1.0 (cached) Processing 19/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml configure.ml] Processing 19/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml bootstrap.ml] -> retrieved ocamlfind.1.9.1 (cached) Processing 20/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml bootstrap.ml] Processing 21/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved lwt-zmq.2.0.1 (https://github.com/hcarty/lwt-zmq/archive/v2.0.1.tar.gz) Processing 22/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved ocamlfind-secondary.1.9.1 (cached) Processing 23/54: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> compiled conf-zmq.0.1 Processing 23/54: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> installed conf-zmq.0.1 Processing 24/54: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved ocplib-endian.1.1 (cached) Processing 25/54: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved result.1.5 (cached) Processing 26/54: [jbuilder: ocaml bootstrap.ml] [ocamlfind: ./configure] -> retrieved seq.0.2.2 (cached) -> retrieved stdint.0.5.1 (cached) -> retrieved zmq.4.0-8 (cached) - Welcome to findlib version 1.9.1 - 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 - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found - ocamldoc: found - raw_spacetime: not present (normal since 4.12) - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/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 num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/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.02/lib/ocaml - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - topfind script: /home/opam/.opam/4.02/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 26/54: [jbuilder: ocaml bootstrap.ml] [ocamlfind: make all] - '/home/opam/.opam/4.02/bin/ocamllex.opt' -q src/meta_lexer.mll - '/home/opam/.opam/4.02/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.02/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.02/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt - '/home/opam/.opam/4.02/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt - '/home/opam/.opam/4.02/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.02/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.02/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt - '/home/opam/.opam/4.02/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml Processing 26/54: [jbuilder: ./boot.exe 255] [ocamlfind: make all] - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/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.02/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.02/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 -g -c findlib_config.ml - ocamlc -I +compiler-libs -g -c fl_split.ml - ocamlc -I +compiler-libs -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -g -c fl_meta.ml - ocamlc -I +compiler-libs -c fl_metascanner.mli - ocamlc -I +compiler-libs -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -c fl_topo.mli - ocamlc -I +compiler-libs -g -c fl_topo.ml - ocamlc -I +compiler-libs -c fl_package_base.mli - ocamlc -I +compiler-libs -g -c fl_package_base.ml - ocamlc -I +compiler-libs -c findlib.mli - ocamlc -I +compiler-libs -g -c findlib.ml - ocamlc -I +compiler-libs -g -c fl_args.ml - ocamlc -I +compiler-libs -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 -g -c ocaml_args.ml - ocamlc -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -c topfind.mli - ocamlc -I +compiler-libs -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.02/lib' \ - >topfind - ocamlc -I +compiler-libs -c num_top_printers.mli - ocamlc -I +compiler-libs -g -c num_top_printers.ml - ocamlc -I +compiler-libs -c num_top.mli - ocamlc -I +compiler-libs -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -c fl_dynload.mli - ocamlc -I +compiler-libs -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.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.02/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.02/.opam-switch/build/ocamlfind.1.9.1' Processing 26/54: [jbuilder: ./boot.exe 255] [ocamlfind: make opt] -> compiled jbuilder.1.0+beta20.2 Processing 26/54: [ocamlfind: make opt] -> installed jbuilder.1.0+beta20.2 Processing 27/54: [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - ocamlopt -I +compiler-libs -g -c findlib_config.ml - ocamlopt -I +compiler-libs -g -c fl_split.ml - ocamlopt -I +compiler-libs -g -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -c fl_meta.ml - ocamlopt -I +compiler-libs -g -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -c fl_topo.ml - ocamlopt -I +compiler-libs -g -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -c findlib.ml - ocamlopt -I +compiler-libs -g -c fl_args.ml - ocamlopt -I +compiler-libs -g -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 -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -c frontend.ml - File "frontend.ml", line 1826, characters 16-29: - Warning 3: deprecated: String.create - Use Bytes.create instead. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -c topfind.ml - 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 -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.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' -> compiled ocamlfind.1.9.1 Processing 28/54: [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.02/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.02/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 - mkdir -p "/home/opam/.opam/4.02/bin" - mkdir -p "/home/opam/.opam/4.02/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "`dirname \"/home/opam/.opam/4.02/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.02/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.02/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02/lib/findlib" - mkdir -p "/home/opam/.opam/4.02/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.02/lib/ocaml" - files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli 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` && \ - cp $files "/home/opam/.opam/4.02/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.02/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.02/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.02/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamlbuild ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.02/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/lib/$x"; done - mkdir -p "/home/opam/.opam/4.02/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - mkdir -p "/home/opam/.opam/4.02/lib/num-top" - cp num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.02/lib/num-top" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.02/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' - mkdir -p "/home/opam/.opam/4.02/man/man1" "/home/opam/.opam/4.02/man/man3" "/home/opam/.opam/4.02/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.02/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.02/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.02/.opam-switch/build/ocamlfind.1.9.1' -> installed ocamlfind.1.9.1 [ocamlfind-secondary: subst] expanding opam variables in META.in, generating META [ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf Processing 30/54: [ocamlfind-secondary: ./configure] -> installed base-bytes.base Processing 31/54: [ocamlfind-secondary: ./configure] Processing 32/54: [ocamlfind-secondary: ./configure] [stdint: jbuilder build] - Welcome to findlib version 1.9.1 - 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 - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: found - ocamldoc: found - raw_spacetime: not present (normal since 4.12) - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/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 num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/META - Configuration for ocamlbuild written to site-lib-src/ocamlbuild/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.02/lib/ocaml - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.02/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.02/bin - Manual pages: /home/opam/.opam/4.02/man - topfind script: /home/opam/.opam/4.02/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: yes - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. -> compiled ocamlfind-secondary.1.9.1 Processing 32/54: [stdint: jbuilder build] Processing 33/54: [stdint: jbuilder build] [ocamlfind-secondary: make install-meta] - for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamlbuild ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/$x"; done - mkdir -p "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages" Processing 33/54: [stdint: jbuilder build] [ocamlfind-secondary: mkdir] Processing 33/54: [stdint: jbuilder build] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf] -> compiled stdint.0.5.1 Processing 33/54: [ocamlfind-secondary: cp ocaml-secondary-compiler.conf] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.02/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1) Processing 33/54: [ocamlfind-secondary: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1) Processing 33/54: [ocamlfind-secondary: cp META] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.02/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.02/.opam-switch/build/ocamlfind-secondary.1.9.1) -> installed ocamlfind-secondary.1.9.1 Processing 34/54: [dune: ocaml bootstrap.ml] -> installed stdint.0.5.1 Processing 35/54: [dune: ocaml bootstrap.ml] Processing 36/54: [dune: ocaml bootstrap.ml] [zmq: ocaml setup.ml] - - Configuration: - ocamlfind: ........................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .............................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ............................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .......................................... /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ........................................ ZMQ - Package version: ..................................... 4.0 - os_type: ............................................. Unix - system: .............................................. linux - architecture: ........................................ amd64 - ccomp_type: .......................................... cc - ocaml_version: ....................................... 4.02.3 - standard_library_default: ............................ /home/opam/.opam/4.02/lib/ocaml - standard_library: .................................... /home/opam/.opam/4.02/lib/ocaml - standard_runtime: .................................... /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ................................. gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ............................................... default - ext_obj: ............................................. .o - ext_asm: ............................................. .s - ext_lib: ............................................. .a - ext_dll: ............................................. .so - default_executable_name: ............................. a.out - systhread_supported: ................................. true - Install architecture-independent files dir: .......... /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ......... $prefix - User executables: .................................... $exec_prefix/bin - System admin executables: ............................ $exec_prefix/sbin - Program executables: ................................. $exec_prefix/libexec - Read-only single-machine data: ....................... $prefix/etc - Modifiable architecture-independent data: ............ $prefix/com - Modifiable single-machine data: ...................... $prefix/var - Object code libraries: ............................... $exec_prefix/lib - Read-only arch-independent data root: ................ $prefix/share - Read-only architecture-independent data: ............. $datarootdir - Info documentation: .................................. $datarootdir/info - Locale-dependent data: ............................... $datarootdir/locale - Man documentation: ................................... $datarootdir/man - Documentation root: .................................. $datarootdir/doc/$pkg_name - HTML documentation: .................................. $docdir - DVI documentation: ................................... $docdir - PDF documentation: ................................... $docdir - PS documentation: .................................... $docdir - findlib_version: ..................................... 1.9.1 - is_native: ........................................... true - suffix_program: ...................................... - Remove a file.: ...................................... rm -f - Remove a directory.: ................................. rm -rf - Turn ocaml debug flag on: ............................ true - Turn ocaml profile flag on: .......................... false - Compiler support generation of .cmxs.: ............... true - OCamlbuild additional flags: ......................... - Build examples: ...................................... true - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - pkg_unix: ............................................ /home/opam/.opam/4.02/lib/ocaml - pkg_stdint: .......................................... /home/opam/.opam/4.02/lib/stdint - pkg_str: ............................................. /home/opam/.opam/4.02/lib/ocaml - - /home/opam/.opam/4.02/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "_tags", line 48, characters 27-36: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 52, characters 19-28: - Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 123, characters 44-82: - Warning: the tag "oasis_executable_threadedloopback_byte" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 124, characters 23-61: - Warning: the tag "oasis_executable_threadedloopback_byte" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 125, characters 44-84: - Warning: the tag "oasis_executable_threadedloopback_native" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 126, characters 23-63: - Warning: the tag "oasis_executable_threadedloopback_native" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/caml_zmq_stubs.c - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/caml_zmq_stubs.c - In file included from src/caml_zmq_stubs.c:31: - /usr/include/zmq_utils.h:45:9: note: '#pragma message: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.' - 45 | #pragma message( \ - | ^~~~~~~ - mv caml_zmq_stubs.o src/caml_zmq_stubs.o - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/socket.c - mv socket.o src/socket.o - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/context.c - mv context.o src/context.o - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/fail.c - mv fail.o src/fail.o - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -g -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -c src/poll.c - mv poll.o src/poll.o - /home/opam/.opam/4.02/bin/ocamlfind ocamlmklib -o src/ZMQ_stubs -L/usr/local/lib -lzmq src/caml_zmq_stubs.o src/socket.o src/context.o src/fail.o src/poll.o - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package unix -modules src/ZMQ.mli > src/ZMQ.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -package stdint -package unix -I src -o src/ZMQ.cmi src/ZMQ.mli - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package unix -modules src/ZMQ.ml > src/ZMQ.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -package stdint -package unix -I src -o src/ZMQ.cmo src/ZMQ.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a -dllib -lZMQ_stubs -cclib -lZMQ_stubs -cclib -L/usr/local/lib -cclib -lzmq src/ZMQ.cmo -o src/ZMQ.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -I/usr/local/include -ccopt -I. -ccopt -I -ccopt /home/opam/.opam/4.02/lib/stdint -ccopt -Wall -ccopt -Wextra -ccopt -O2 -package stdint -package unix -I src -o src/ZMQ.cmx src/ZMQ.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a -cclib -lZMQ_stubs -cclib -L/usr/local/lib -cclib -lzmq src/ZMQ.cmx -o src/ZMQ.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared -I src src/ZMQ.cmxa src/ZMQ.cmx -o src/ZMQ.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/hwserver.ml > examples/hwserver.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/hwserver.cmo examples/hwserver.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/hwserver.cmx examples/hwserver.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/hwserver.cmx -o examples/hwserver.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/hwclient.ml > examples/hwclient.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/hwclient.cmo examples/hwclient.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/hwclient.cmx examples/hwclient.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/hwclient.cmx -o examples/hwclient.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/wuserver.ml > examples/wuserver.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuserver.cmo examples/wuserver.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuserver.cmx examples/wuserver.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/wuserver.cmx -o examples/wuserver.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/wuclient.ml > examples/wuclient.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuclient.cmo examples/wuclient.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuclient.cmx examples/wuclient.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package str -package unix src/ZMQ.cmxa examples/wuclient.cmx -o examples/wuclient.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/wuproxy.ml > examples/wuproxy.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuproxy.cmo examples/wuproxy.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/wuproxy.cmx examples/wuproxy.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/wuproxy.cmx -o examples/wuproxy.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/taskvent.ml > examples/taskvent.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/taskvent.cmo examples/taskvent.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/taskvent.cmx examples/taskvent.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/taskvent.cmx -o examples/taskvent.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/taskwork.ml > examples/taskwork.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/taskwork.cmo examples/taskwork.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/taskwork.cmx examples/taskwork.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/taskwork.cmx -o examples/taskwork.native - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package stdint -package str -package unix -modules examples/tasksink.ml > examples/tasksink.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/tasksink.cmo examples/tasksink.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -thread -thread -thread -thread -thread -thread -thread -thread -package stdint -package str -package unix -I examples -I src -o examples/tasksink.cmx examples/tasksink.ml - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -g -I src -thread -linkpkg -package stdint -package unix src/ZMQ.cmxa examples/tasksink.cmx -o examples/tasksink.native -> compiled zmq.4.0-8 Processing 36/54: [dune: ocaml bootstrap.ml] Processing 37/54: [dune: ocaml bootstrap.ml] [zmq: ocaml setup.ml] - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.mli - Installed /home/opam/.opam/4.02/lib/ZMQ/libZMQ_stubs.a - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cma - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmxa - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.a - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmxs - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmi - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmti - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmt - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.annot - Installed /home/opam/.opam/4.02/lib/ZMQ/ZMQ.cmx - Installed /home/opam/.opam/4.02/lib/stublibs/dllZMQ_stubs.so - Installed /home/opam/.opam/4.02/lib/stublibs/dllZMQ_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.02/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.02/lib/ZMQ/META -> installed zmq.4.0-8 Processing 37/54: [dune: ocaml bootstrap.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune.2.2.0) - ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output - - ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml - ./.duneboot.exe --secondary -j 255 Processing 37/54: [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.02/.opam-switch/build/dune.2.2.0) -> compiled dune.2.2.0 -> installed dune.2.2.0 Processing 39/54: [cppo: dune build] [dune-configurator: patch] applying 0001-dune-configurator-for-Dune-2.0.0-on-OCaml-4.06.patch Processing 40/54: [cppo: dune build] [dune-configurator: patch] Processing 41/54: [cppo: dune build] [dune-configurator: patch] [mmap: dune build] Processing 42/54: [cppo: dune build] [dune-configurator: patch] [mmap: dune build] [result: dune build] Processing 43/54: [cppo: dune build] [dune-configurator: patch] [mmap: dune build] [result: dune build] [seq: dune build] Processing 43/54: [cppo: dune build] [dune-configurator: dune build] [mmap: dune build] [result: dune build] [seq: dune build] -> compiled mmap.1.1.0 Processing 43/54: [cppo: dune build] [dune-configurator: dune build] [result: dune build] [seq: dune build] -> installed mmap.1.1.0 Processing 44/54: [cppo: dune build] [dune-configurator: dune build] [result: dune build] [seq: dune build] -> compiled result.1.5 Processing 44/54: [cppo: dune build] [dune-configurator: dune build] [seq: dune build] -> installed result.1.5 Processing 45/54: [cppo: dune build] [dune-configurator: dune build] [seq: dune build] -> compiled seq.0.2.2 Processing 45/54: [cppo: dune build] [dune-configurator: dune build] -> installed seq.0.2.2 Processing 46/54: [cppo: dune build] [dune-configurator: dune build] -> compiled cppo.1.6.8 Processing 46/54: [dune-configurator: dune build] -> installed cppo.1.6.8 Processing 47/54: [dune-configurator: dune build] Processing 48/54: [dune-configurator: dune build] [ocplib-endian: dune build] -> compiled ocplib-endian.1.1 Processing 48/54: [dune-configurator: dune build] -> installed ocplib-endian.1.1 Processing 49/54: [dune-configurator: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "255" "@install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/dune-configurator.1.11.4) -> compiled dune-configurator.1.11.4 -> installed dune-configurator.1.11.4 Processing 51/54: [lwt: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt" "-j" "255" (CWD=/home/opam/.opam/4.02/.opam-switch/build/lwt.4.5.0) - ocamlc src/unix/lwt_unix_stubs.o - lwt_unix_stubs.c: In function 'pipe_notification_send': - lwt_unix_stubs.c:668:10: warning: 'buf' is used uninitialized [-Wuninitialized] - 668 | return write(notification_fds[1], &buf, 1); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - In file included from /home/opam/.opam/4.02/lib/ocaml/caml/unixsupport.h:18, - from lwt_unix.h:12, - from lwt_unix_stubs.c:35: - /usr/include/unistd.h:367:16: note: in a call to 'write' declared with attribute 'access (read_only, 2, 3)' here - 367 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur - | ^~~~~ - lwt_unix_stubs.c:667:8: note: 'buf' declared here - 667 | char buf; - | ^~~ -> compiled lwt.4.5.0 -> installed lwt.4.5.0 Processing 53/54: [lwt-zmq: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.02" (CWD=/home/opam/.opam/4.02/.opam-switch/build/lwt-zmq.2.0.1) - - Configuration: - ocamlfind: ............................................... /home/opam/.opam/4.02/bin/ocamlfind - ocamlc: .................................................. /home/opam/.opam/4.02/bin/ocamlc.opt - ocamlopt: ................................................ /home/opam/.opam/4.02/bin/ocamlopt.opt - ocamlbuild: .............................................. /home/opam/.opam/4.02/bin/ocamlbuild - Package name: ............................................ lwt-zmq - Package version: ......................................... 2.0.1 - os_type: ................................................. Unix - system: .................................................. linux - architecture: ............................................ amd64 - ccomp_type: .............................................. cc - ocaml_version: ........................................... 4.02.3 - standard_library_default: ................................ /home/opam/.opam/4.02/lib/ocaml - standard_library: ........................................ /home/opam/.opam/4.02/lib/ocaml - standard_runtime: ........................................ /home/opam/.opam/4.02/bin/ocamlrun - bytecomp_c_compiler: ..................................... gcc -O -fcommon -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC - native_c_compiler: ....................................... gcc -O -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT - model: ................................................... default - ext_obj: ................................................. .o - ext_asm: ................................................. .s - ext_lib: ................................................. .a - ext_dll: ................................................. .so - default_executable_name: ................................. a.out - systhread_supported: ..................................... true - Install architecture-independent files dir: .............. /home/opam/.opam/4.02 - Install architecture-dependent files in dir: ............. $prefix - User executables: ........................................ $exec_prefix/bin - System admin executables: ................................ $exec_prefix/sbin - Program executables: ..................................... $exec_prefix/libexec - Read-only single-machine data: ........................... $prefix/etc - Modifiable architecture-independent data: ................ $prefix/com - Modifiable single-machine data: .......................... $prefix/var - Object code libraries: ................................... $exec_prefix/lib - Read-only arch-independent data root: .................... $prefix/share - Read-only architecture-independent data: ................. $datarootdir - Info documentation: ...................................... $datarootdir/info - Locale-dependent data: ................................... $datarootdir/locale - Man documentation: ....................................... $datarootdir/man - Documentation root: ...................................... $datarootdir/doc/$pkg_name - HTML documentation: ...................................... $docdir - DVI documentation: ....................................... $docdir - PDF documentation: ....................................... $docdir - PS documentation: ........................................ $docdir - findlib_version: ......................................... 1.9.1 - is_native: ............................................... true - suffix_program: .......................................... - Remove a file.: .......................................... rm -f - Remove a directory.: ..................................... rm -rf - Turn ocaml debug flag on: ................................ true - Turn ocaml profile flag on: .............................. false - Compiler support generation of .cmxs.: ................... true - OCamlbuild additional flags: ............................. - build the parallel pipeline sample from the zmq guide: ... false - Create documentations: ................................... true - Compile tests executable and library and run them: ....... false - pkg_zmq: ................................................. /home/opam/.opam/4.02/lib/ZMQ - pkg_lwt_unix: ............................................ /home/opam/.opam/4.02/lib/lwt/unix - + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.02/.opam-switch/build/lwt-zmq.2.0.1) - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02/lib/ocaml/ocamlbuild /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package lwt.unix -package ZMQ -modules src/lwt_zmq.mli > src/lwt_zmq.mli.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmi src/lwt_zmq.mli - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmi src/lwt_zmq.mli - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package lwt.unix -package ZMQ -modules src/lwt_zmq.ml > src/lwt_zmq.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmo src/lwt_zmq.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmo src/lwt_zmq.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -a src/lwt_zmq.cmo -o src/lwt-zmq.cma - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmx src/lwt_zmq.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package lwt.unix -package ZMQ -I src -o src/lwt_zmq.cmx src/lwt_zmq.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -a src/lwt_zmq.cmx -o src/lwt-zmq.cmxa - /home/opam/.opam/4.02/bin/ocamlfind ocamlopt -shared src/lwt-zmq.cmxa src/lwt_zmq.cmx -o src/lwt-zmq.cmxs - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package lwt.unix -package ZMQ -modules test/req.ml > test/req.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package lwt.unix -package ZMQ -I test -I src -o test/req.cmo test/req.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package lwt.unix -package ZMQ -I test -I src -o test/req.cmo test/req.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package lwt.unix -package ZMQ src/lwt-zmq.cma test/req.cmo -o test/req.byte - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package lwt.unix -package ZMQ src/lwt-zmq.cma test/req.cmo -o test/req.byte - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamldep -package lwt.unix -package ZMQ -modules test/rep.ml > test/rep.ml.depends - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package lwt.unix -package ZMQ -I test -I src -o test/rep.cmo test/rep.ml - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package lwt.unix -package ZMQ -I test -I src -o test/rep.cmo test/rep.ml - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch - /home/opam/.opam/4.02/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package lwt.unix -package ZMQ src/lwt-zmq.cma test/rep.cmo -o test/rep.byte - + /home/opam/.opam/4.02/bin/ocamlfind ocamlc -linkpkg -g -linkpkg -package lwt.unix -package ZMQ src/lwt-zmq.cma test/rep.cmo -o test/rep.byte - ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch -> compiled lwt-zmq.2.0.1 Processing 54/54: [lwt-zmq: ocaml setup.ml] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.02/.opam-switch/build/lwt-zmq.2.0.1) - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.mli - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt-zmq.cma - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt-zmq.cmxa - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt-zmq.a - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt-zmq.cmxs - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.cmi - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.cmti - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.cmt - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.annot - Installed /home/opam/.opam/4.02/lib/lwt-zmq/lwt_zmq.cmx - Installed /home/opam/.opam/4.02/lib/lwt-zmq/META -> installed lwt-zmq.2.0.1 Done. <><> lwt.4.5.0 installed successfully <><><><><><><><><><><><><><><><><><><><><> => Lwt 5.0.0 will make some breaking changes in December 2019. See https://github.com/ocsigen/lwt/issues/584 # Run eval $(opam env) to update the current shell environment 2022-02-04 12:44.08 ---> saved as "33d8f55df46ce4fbefe41d808ba895e75e1501a9a78480994e68d5a0c73d8c2a" Job succeeded