Building on phoebe.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205) 2022-09-03 17:08.53 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-09-03 17:08.53 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" 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 418227c38ed4e28a0827786e5e9e50b9547c0b27")) 2022-09-03 17:08.53 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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-09-03 17:08.53 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.03' '4.03.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.03.0"} | "ocaml-system" {= "4.03.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.03.0 (cached) -> installed ocaml-base-compiler.4.03.0 -> installed ocaml-config.1 -> installed ocaml.4.03.0 Done. # Run eval $(opam env --switch=4.03) to update the current shell environment 2022-09-03 17:08.53 ---> using "0ccae567b41c2395705a7eea3797593b766fb52ea3c537231e0ad712fb4b6e5b" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [192 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-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB] - Fetched 527 kB in 3s (184 kB/s) - Reading package lists... - 2022-09-03 17:08.53 ---> using "a71cc74f873c7ec72bdb3124a81382e32639a6ec91dc1ccf29bbe300ab8dddfe" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-09-03 17:08.53 ---> using "a563d3df39850b6115eca1bd0d738abc4fd1b95d0b006c9a02a564548de8d50e" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"obuild.0.0.8\"\ \nopam install -vy \"obuild.0.0.8\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"obuild.0.0.8\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) [NOTE] obuild.0.0.8 is not installed. Nothing to do. The following actions will be performed: === install 1 package - install obuild 0.0.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved obuild.0.0.8 (cached) Processing 2/3: [obuild: ./bootstrap] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./bootstrap" (CWD=/home/opam/.opam/4.03/.opam-switch/build/obuild.0.0.8) - COMPILING fugue - COMPILING filepath - COMPILING filesystem - File "filesystem.ml", line 140, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "filesystem.ml", line 154, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "filesystem.ml", line 174, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - BUILDING library obuild_ext.cmxa - COMPILING gconf - COMPILING types - COMPILING dag - File "dag.ml", line 191, characters 23-34: - Warning 3: deprecated: String.copy - File "dag.ml", line 194, characters 39-62: - Warning 3: deprecated: String.set - Use Bytes.set instead. - COMPILING pp - File "pp.ml", line 15, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - COMPILING filetype - COMPILING expr - COMPILING utils - COMPILING modname - File "modname.ml", line 24, characters 12-26: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "modname.ml", line 29, characters 15-34: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "modname.ml", line 42, characters 27-46: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "modname.ml", line 51, characters 34-51: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "modname.ml", line 53, characters 12-29: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - COMPILING taskdep - COMPILING dist - COMPILING helper - COMPILING dagutils - COMPILING process - File "process.ml", line 59, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - COMPILING findlibConf - COMPILING scheduler - COMPILING prog - COMPILING dependencies - COMPILING generators - COMPILING hier - File "hier.ml", line 76, characters 19-38: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "hier.ml", line 117, characters 24-41: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "hier.ml", line 122, characters 28-45: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - COMPILING meta - COMPILING target - COMPILING project - File "project.ml", line 211, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 233, characters 54-71: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "project.ml", line 247, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 315, characters 18-34: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 329, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 346, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 365, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 377, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 425, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "project.ml", line 436, characters 18-34: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - COMPILING analyze - File "analyze.ml", line 127, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - COMPILING configure - File "configure.ml", line 33, characters 57-73: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - COMPILING prepare - COMPILING buildprogs - COMPILING build - COMPILING exception - BUILDING library obuild.cmxa - COMPILING sdist - COMPILING doc - COMPILING init - File "init.ml", line 98, characters 45-62: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - COMPILING help - COMPILING install - COMPILING path_generated - COMPILING main - LINKING obuild.bootstrap - Configuring obuild-0.0.8... - [ 1 of 54] Compiling Ext.Fugue - [ 2 of 54] Intfing Ext.Filepath - [ 3 of 54] Compiling Ext.Filepath - [ 4 of 54] Intfing Ext.Filesystem - [ 5 of 54] Compiling Ext.Filesystem - File "ext/filesystem.ml", line 140, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "ext/filesystem.ml", line 154, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - File "ext/filesystem.ml", line 174, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - - [ 6 of 54] Packing Ext - [ 7 of 54] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxa - [ 7 of 54] Linking library dist/build/lib-obuild.ext/obuild_ext.cmxs - [ 7 of 54] Linking library dist/build/lib-obuild.ext/obuild_ext.cma - [ 8 of 54] Checking dist/build/lib-obuild.ext - [ 9 of 54] Compiling Obuild.Types - [10 of 54] Compiling Obuild.Gconf - [11 of 54] Compiling Obuild.Filetype - [12 of 54] Compiling Obuild.Pp - [13 of 54] Compiling Obuild.Expr - File "obuild/pp.ml", line 15, characters 10-26: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - - [14 of 54] Compiling Obuild.Dag - [15 of 54] Compiling Obuild.Modname - File "obuild/dag.ml", line 191, characters 23-34: - Warning 3: deprecated: String.copy - File "obuild/dag.ml", line 194, characters 39-62: - Warning 3: deprecated: String.set - Use Bytes.set instead. - - [16 of 54] Compiling Obuild.Utils - File "obuild/modname.ml", line 24, characters 12-26: - Warning 3: deprecated: Char.uppercase - Use Char.uppercase_ascii instead. - File "obuild/modname.ml", line 29, characters 15-34: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "obuild/modname.ml", line 42, characters 27-46: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "obuild/modname.ml", line 51, characters 34-51: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "obuild/modname.ml", line 53, characters 12-29: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - - [17 of 54] Compiling Obuild.Taskdep - [18 of 54] Compiling Obuild.Helper - [19 of 54] Compiling Obuild.Dist - [20 of 54] Compiling Obuild.Dagutils - [21 of 54] Compiling Obuild.Process - File "obuild/process.ml", line 59, characters 12-25: - Warning 3: deprecated: String.create - Use Bytes.create instead. - - [22 of 54] Compiling Obuild.Scheduler - [23 of 54] Compiling Obuild.Prog - [24 of 54] Compiling Obuild.FindlibConf - [25 of 54] Compiling Obuild.Generators - [26 of 54] Compiling Obuild.Dependencies - [27 of 54] Compiling Obuild.Hier - [28 of 54] Compiling Obuild.Meta - File "obuild/hier.ml", line 76, characters 19-38: - Warning 3: deprecated: String.uncapitalize - Use String.uncapitalize_ascii instead. - File "obuild/hier.ml", line 117, characters 24-41: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "obuild/hier.ml", line 122, characters 28-45: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - - [29 of 54] Compiling Obuild.Target - [30 of 54] Compiling Obuild.Project - File "obuild/project.ml", line 211, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 233, characters 54-71: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - File "obuild/project.ml", line 247, characters 14-30: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 315, characters 18-34: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 329, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 346, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 365, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 377, characters 19-35: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 425, characters 22-38: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "obuild/project.ml", line 436, characters 18-34: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - - [31 of 54] Compiling Obuild.Analyze - File "obuild/analyze.ml", line 127, characters 23-39: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - - [32 of 54] Compiling Obuild.Prepare - [33 of 54] Compiling Obuild.Configure - File "obuild/configure.ml", line 33, characters 57-73: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - - [34 of 54] Compiling Obuild.Buildprogs - [35 of 54] Compiling Obuild.Build - [36 of 54] Compiling Obuild.Exception - [37 of 54] Packing Obuild - [38 of 54] Linking library dist/build/lib-obuild/obuild.cmxa - [38 of 54] Linking library dist/build/lib-obuild/obuild.cmxs - [38 of 54] Linking library dist/build/lib-obuild/obuild.cma - [39 of 54] Checking dist/build/lib-obuild - [40 of 54] Compiling Assimilate_oasis - [41 of 54] Compiling Simple - [42 of 54] Compiling Doc - [43 of 54] Compiling Help - [44 of 54] Compiling Path_generated - [45 of 54] Compiling Sdist - [46 of 54] Compiling Install - [47 of 54] Compiling Init - [48 of 54] Linking executable dist/build/obuild-from-oasis/obuild-from-oasis - File "src/init.ml", line 98, characters 45-62: - Warning 3: deprecated: String.capitalize - Use String.capitalize_ascii instead. - - [49 of 54] Linking executable dist/build/obuild-simple/obuild-simple - [50 of 54] Compiling Main - [51 of 54] Checking dist/build/obuild-from-oasis - [52 of 54] Checking dist/build/obuild-simple - [53 of 54] Linking executable dist/build/obuild/obuild - [54 of 54] Checking dist/build/obuild - - real 0m1.784s - user 0m1.815s - sys 0m0.763s -> compiled obuild.0.0.8 -> installed obuild.0.0.8 Done. # Run eval $(opam env) to update the current shell environment 2022-09-03 17:09.02 ---> saved as "c1c8db033be0719a97347f51e3a1acd61db9b4f70fcba2e7b3e99189136da1a5" Job succeeded