Building on cree.ocamllabs.io (from ocaml/opam:debian-unstable) WARNING: Error loading config file: .dockercfg: $HOME is not defined Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab Status: Downloaded newer image for ocaml/opam:debian-unstable 2021-08-02 21:49.45 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2021-08-02 21:49.45 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'git://github.com/ocaml/opam-repository.git' ~/opam-repository && git -C ~/opam-repository checkout -q dc616c8e8f4fbb597c8d985759c011843bd8d228")) 2021-08-02 21:49.45 ---> using "f3b349b4832fe4ba25cc9f1ea64f48876b564abfb61bc999b750f08d4ef74287" 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. 2021-08-02 21:49.45 ---> using "8588e75136f02e0c6d2464bfebbd09a8842c0ffae7e348ed5944f9bde1f9567c" from cache /: (run (network host) (shell "git clone -q 'git://github.com/ocaml/ocaml-beta-repository.git' ~/'beta' && git -C ~/'beta' checkout -q 79aeeadd813bdae424ab53f882f08bee0a4e0b89")) 2021-08-02 21:49.45 ---> using "c60bafa2b18ea3b22658dc9b9f1043626ddc2c26a64489ff51b7ee1bb702a75a" from cache /: (run (shell "opam repository add --dont-select 'beta' ~/'beta'")) [beta] Initialised 2021-08-02 21:49.45 ---> using "272307276676ee47575394483d05ff426dbc1b5a2bbbf953ba050dc7a88c600a" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=beta,default 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.3) to update the current shell environment 2021-08-02 21:49.45 ---> using "879cb788a7487d6b47b05b9fb7c341239ba0634a7fa8b56a082d5049f021c3da" 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-2021-07-31-2001.47-F-2021-07-22-2001.46.pdiff [62.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-07-31-2001.47-F-2021-07-22-2001.46.pdiff [62.6 kB] - Fetched 291 kB in 3s (111 kB/s) - Reading package lists... - 2021-08-02 21:49.45 ---> using "64131b13db0ba750a1f6e413859ab0f68253f63040d636c31bf989c3d5208702" 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 2021-08-02 21:49.45 ---> using "a8e4827e70853ef0f298d0b5d499c9b34f6089b99443534e856a4eddcd78743b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"obuild.0.1.10\"\ \nopam install -vy \"obuild.0.1.10\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"obuild.0.1.10\" | 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] obuild.0.1.10 is not installed. The following actions will be performed: - remove ocaml-secondary-compiler 4.08.1-1 - install obuild 0.1.10 ===== 1 to install | 1 to remove ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed ocaml-secondary-compiler.4.08.1-1 Processing 2/4: -> retrieved obuild.0.1.10 (cached) Processing 3/4: [obuild: ./bootstrap] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./bootstrap" (CWD=/home/opam/.opam/4.02.3/.opam-switch/build/obuild.0.1.10) - 4.02.3 - Using compat402.ml - COMPILING compat - COMPILING fugue - COMPILING filepath - COMPILING filesystem - BUILDING library obuild_ext.cmxa - COMPILING types - COMPILING gconf - COMPILING filetype - COMPILING dag - COMPILING libname - COMPILING pp - COMPILING expr - File "expr.ml", line 129, characters 20-119: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - [] - File "expr.ml", line 132, characters 23-134: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - [] - COMPILING utils - COMPILING modname - COMPILING taskdep - COMPILING helper - COMPILING dagutils - COMPILING process - COMPILING findlibConf - COMPILING scheduler - COMPILING prog - COMPILING dependencies - COMPILING generators - COMPILING hier - COMPILING meta - COMPILING metacache - COMPILING target - COMPILING dist - COMPILING project - COMPILING analyze - COMPILING configure - COMPILING prepare - File "prepare.ml", line 379, characters 10-113: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - DirectoryEntry _ - COMPILING buildprogs - COMPILING build - COMPILING exception - BUILDING library obuild.cmxa - COMPILING sdist - COMPILING doc - COMPILING init - COMPILING help - COMPILING install - COMPILING path_generated - COMPILING main - LINKING obuild.bootstrap - Configuring obuild-0.1.9... - [ 1 of 57] Compiling Ext.Compat - [ 2 of 57] Compiling Ext.Fugue - [ 3 of 57] Intfing Ext.Filepath - [ 4 of 57] Compiling Ext.Filepath - [ 5 of 57] Intfing Ext.Filesystem - [ 6 of 57] Compiling Ext.Filesystem - File "ext/filesystem.ml", line 18, characters 11-216: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Unix.file_kind. - File "ext/filesystem.ml", line 18, characters 11-216: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Unix.file_kind. - - [ 7 of 57] Packing Ext - [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxa - [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxs - [ 8 of 57] Linking library dist/build/lib-obuild.ext/obuild_ext.cma - [ 9 of 57] Checking dist/build/lib-obuild.ext - [10 of 57] Compiling Obuild.Filetype - [11 of 57] Compiling Obuild.Gconf - [12 of 57] Compiling Obuild.Pp - [13 of 57] Compiling Obuild.Dag - [14 of 57] Compiling Obuild.Expr - [15 of 57] Compiling Obuild.Modname - File "obuild/expr.ml", line 129, characters 20-119: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - [] - File "obuild/expr.ml", line 132, characters 23-134: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - [] - File "obuild/expr.ml", line 216, characters 8-232: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 216, characters 8-232: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 209, characters 4-849: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 209, characters 4-849: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 233, characters 4-205: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 233, characters 4-205: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 268, characters 2-232: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - File "obuild/expr.ml", line 268, characters 2-232: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Token.t. - - [16 of 57] Compiling Obuild.Types - [17 of 57] Compiling Obuild.Taskdep - [18 of 57] Compiling Obuild.Libname - [19 of 57] Compiling Obuild.Utils - [20 of 57] Compiling Obuild.Dagutils - [21 of 57] Compiling Obuild.Helper - [22 of 57] Compiling Obuild.Process - File "obuild/process.ml", line 95, characters 2-193: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Unix.process_status. - File "obuild/process.ml", line 95, characters 2-193: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Unix.process_status. - - [23 of 57] Compiling Obuild.Scheduler - [24 of 57] Compiling Obuild.FindlibConf - [25 of 57] Compiling Obuild.Prog - [26 of 57] Compiling Obuild.Meta - [27 of 57] Compiling Obuild.Generators - File "obuild/generators.ml", line 55, characters 10-101: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/generators.ml", line 55, characters 10-101: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - - [28 of 57] Compiling Obuild.Dependencies - File "obuild/meta.ml", line 129, characters 27-155: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Predicate.t. - File "obuild/meta.ml", line 129, characters 27-155: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Predicate.t. - File "obuild/meta.ml", line 139, characters 29-147: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Predicate.t. - File "obuild/meta.ml", line 139, characters 29-147: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Predicate.t. - File "obuild/meta.ml", line 315, characters 28-300: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 315, characters 28-300: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 324, characters 48-235: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 324, characters 48-235: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 330, characters 48-251: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 330, characters 48-251: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 321, characters 40-683: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 321, characters 40-683: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 347, characters 8-454: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 347, characters 8-454: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 361, characters 8-243: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 361, characters 8-243: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 370, characters 8-411: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 370, characters 8-411: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 382, characters 8-410: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 382, characters 8-410: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 394, characters 8-190: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 394, characters 8-190: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 401, characters 8-242: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 401, characters 8-242: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 410, characters 26-158: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 410, characters 26-158: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 415, characters 8-144: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 415, characters 8-144: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 421, characters 8-251: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 421, characters 8-251: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 337, characters 31-4646: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 337, characters 31-4646: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type t. - File "obuild/meta.ml", line 5, characters 0-11: - Warning 33: unused open Helper. - File "obuild/meta.ml", line 6, characters 0-10: - Warning 33: unused open Gconf. - - [29 of 57] Compiling Obuild.Hier - [30 of 57] Compiling Obuild.Metacache - File "obuild/metacache.ml", line 1, characters 0-9: - Warning 33: unused open Meta. - - File "obuild/hier.ml", line 3, characters 0-10: - Warning 33: unused open Types. - - [31 of 57] Compiling Obuild.Target - [32 of 57] Compiling Obuild.Project - [33 of 57] Compiling Obuild.Dist - [34 of 57] Compiling Obuild.Analyze - File "obuild/analyze.ml", line 59, characters 8-94: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - File "obuild/analyze.ml", line 59, characters 8-94: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - File "obuild/analyze.ml", line 184, characters 22-466: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Meta.Predicate.t. - File "obuild/analyze.ml", line 184, characters 22-466: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Meta.Predicate.t. - File "obuild/analyze.ml", line 208, characters 10-182: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - File "obuild/analyze.ml", line 208, characters 10-182: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - - [35 of 57] Compiling Obuild.Configure - [36 of 57] Compiling Obuild.Prepare - File "obuild/prepare.ml", line 168, characters 8-93: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Analyze.dependency_tag. - File "obuild/prepare.ml", line 168, characters 8-93: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Analyze.dependency_tag. - File "obuild/prepare.ml", line 218, characters 17-557: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/prepare.ml", line 218, characters 17-557: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/prepare.ml", line 379, characters 10-113: - Warning 8: this pattern-matching is not exhaustive. - Here is an example of a value that is not matched: - DirectoryEntry _ - File "obuild/prepare.ml", line 489, characters 10-224: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type compile_step. - File "obuild/prepare.ml", line 489, characters 10-224: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type compile_step. - File "obuild/prepare.ml", line 552, characters 6-99: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Analyze.dep_type. - File "obuild/prepare.ml", line 552, characters 6-99: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Analyze.dep_type. - File "obuild/prepare.ml", line 202, characters 9-16: - Warning 27: unused variable srcPath. - File "obuild/prepare.ml", line 233, characters 13-20: - Warning 27: unused variable srcPath. - File "obuild/prepare.ml", line 239, characters 37-41: - Warning 27: unused variable path. - - [37 of 57] Compiling Obuild.Buildprogs - File "obuild/buildprogs.ml", line 69, characters 14-206: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/buildprogs.ml", line 69, characters 14-206: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/buildprogs.ml", line 66, characters 17-23: - Warning 27: unused variable srcDir. - - [38 of 57] Compiling Obuild.Build - File "obuild/build.ml", line 60, characters 45-688: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/build.ml", line 60, characters 45-688: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/build.ml", line 59, characters 4-1138: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/build.ml", line 59, characters 4-1138: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Filetype.t. - File "obuild/build.ml", line 89, characters 6-63: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type. - File "obuild/build.ml", line 89, characters 6-63: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option. - File "obuild/build.ml", line 89, characters 6-63: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compiled_type. - File "obuild/build.ml", line 89, characters 6-63: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option. - File "obuild/build.ml", line 150, characters 20-196: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Hier.file_entry. - File "obuild/build.ml", line 150, characters 20-196: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Hier.file_entry. - File "obuild/build.ml", line 349, characters 22-124: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option. - File "obuild/build.ml", line 349, characters 22-124: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Types.ocaml_compilation_option. - File "obuild/build.ml", line 360, characters 13-458: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - File "obuild/build.ml", line 360, characters 13-458: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Target.Name.t. - File "obuild/build.ml", line 481, characters 40-160: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Prepare.compile_step. - File "obuild/build.ml", line 481, characters 40-160: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Prepare.compile_step. - - [39 of 57] Compiling Obuild.Exception - [40 of 57] Packing Obuild - [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxa - [41 of 57] Linking library dist/build/lib-obuild/obuild.cmxs - [41 of 57] Linking library dist/build/lib-obuild/obuild.cma - [42 of 57] Checking dist/build/lib-obuild - [43 of 57] Compiling Assimilate_oasis - [44 of 57] Compiling Simple - [45 of 57] Compiling Install - [46 of 57] Compiling Doc - File "src/install.ml", line 21, characters 6-264: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/install.ml", line 21, characters 6-264: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/install.ml", line 27, characters 4-116: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/install.ml", line 27, characters 4-116: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/install.ml", line 43, characters 31-137: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Target.Name.t. - File "src/install.ml", line 43, characters 31-137: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Target.Name.t. - File "src/install.ml", line 47, characters 31-137: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Target.Name.t. - File "src/install.ml", line 47, characters 31-137: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Target.Name.t. - - [47 of 57] Compiling Sdist - File "src/doc.ml", line 15, characters 8-16: - Warning 27: unused variable projFile. - - [48 of 57] Compiling Help - [49 of 57] Compiling Path_generated - File "src/sdist.ml", line 28, characters 14-178: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/sdist.ml", line 28, characters 14-178: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/sdist.ml", line 36, characters 12-154: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/sdist.ml", line 36, characters 12-154: - Warning 4: this pattern-matching is fragile. - It will remain exhaustive when constructors are added to type Obuild.Filetype.t. - File "src/sdist.ml", line 9, characters 17-27: - Warning 27: unused variable isSnapshot. - - [50 of 57] Compiling Init - [51 of 57] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis - [52 of 57] Linking executable dist/build/obuild-simple/obuild-simple - [53 of 57] Compiling Main - [54 of 57] Checking dist/build/obuild-from-oasis - [55 of 57] Checking dist/build/obuild-simple - [56 of 57] Linking executable dist/build/obuild/obuild - [57 of 57] Checking dist/build/obuild - - real 0m2.195s - user 0m2.123s - sys 0m0.984s -> compiled obuild.0.1.10 -> installed obuild.0.1.10 Done. # Run eval $(opam env) to update the current shell environment 2021-08-02 21:50.05 ---> saved as "08fe6bda8247df83a5a763afba2d3c0786f751768e743441c39fa11580456851" Job succeeded