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


Building on iphito.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-03 19:38.20 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" 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-06-03 19:38.20 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" 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 acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-03 19:38.20 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" 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-06-03 19:38.20 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
Done.
# Run eval $(opam env --switch=4.13) to update the current shell environment
2022-06-03 19:38.20 ---> using "c0bc5222958fec68b9f224d9e5211a41f84fd50642e2b1a5c94a027b0f618620" 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-06-03-1402.13-F-2022-06-01-1416.25.pdiff [133 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-03-1402.13-F-2022-06-01-1416.25.pdiff [133 kB]
- Fetched 362 kB in 1s (247 kB/s)
- Reading package lists...
- 
2022-06-03 19:38.20 ---> using "335a6070f0618137c8aa7821f467efa53063fbc40bd995d0e1d63691920fbdd3" from cache

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

Nothing to do.
The following actions will be performed:
=== install 11 packages
  - install biniou          1.2.1  [required by yojson]
  - install cmdliner        1.1.1  [required by orun]
  - install conf-libdw      1      [required by orun]
  - install conf-pkg-config 2      [required by conf-libdw]
  - install cppo            1.6.9  [required by yojson]
  - install dune            3.2.0  [required by orun]
  - install easy-format     1.3.3  [required by yojson]
  - install orun            0.0.1
  - install re              1.10.4 [required by orun]
  - install seq             base   [required by re]
  - install yojson          1.7.0  [required by orun]

The following system packages will first need to be installed:
    libdw-dev liblzma-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Attempt installation anyway, and permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libdw-dev" "liblzma-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libelf1: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 ... 18687 files and directories currently installed.)
- Preparing to unpack .../00-libelf1_0.187-1_amd64.deb ...
- Unpacking libelf1:amd64 (0.187-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../01-zlib1g-dev_1%3a1.2.11.dfsg-4_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../02-libelf-dev_0.187-1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.187-1) ...
- Selecting previously unselected package libdw1:amd64.
- Preparing to unpack .../03-libdw1_0.187-1_amd64.deb ...
- Unpacking libdw1:amd64 (0.187-1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../04-liblzma-dev_5.2.5-2.1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.2.5-2.1) ...
- Selecting previously unselected package libdw-dev:amd64.
- Preparing to unpack .../05-libdw-dev_0.187-1_amd64.deb ...
- Unpacking libdw-dev:amd64 (0.187-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../06-libglib2.0-0_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../07-libglib2.0-data_2.72.1-1_all.deb ...
- Unpacking libglib2.0-data (2.72.1-1) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../08-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../09-libxml2_2.9.14+dfsg-1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../10-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 .../11-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../12-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.72.1-1) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.1-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up liblzma-dev:amd64 (5.2.5-2.1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-4) ...
- Setting up libelf1:amd64 (0.187-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1) ...
- Setting up libdw1:amd64 (0.187-1) ...
- Setting up shared-mime-info (2.2-1) ...
- Setting up libelf-dev:amd64 (0.187-1) ...
- Setting up libdw-dev:amd64 (0.187-1) ...
- Processing triggers for libc-bin (2.33-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/33:
Processing  2/33:
Processing  3/33:
Processing  4/33:
Processing  5/33:
Processing  6/33: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing  7/33: [conf-pkg-config: pkg-config]
-> retrieved biniou.1.2.1  (cached)
Processing  8/33: [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.1.1  (cached)
Processing  9/33: [conf-pkg-config: pkg-config]
Processing 10/33: [cmdliner: make all] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-pkg-config.2)
- 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/33: [cmdliner: make all]
Processing 11/33: [cmdliner: make all] [conf-pkg-config: mkdir]
-> retrieved dune.3.2.0  (cached)
Processing 12/33: [cmdliner: make all] [conf-pkg-config: mkdir]
Processing 13/33: [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved easy-format.1.3.3  (cached)
Processing 14/33: [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
Processing 15/33: [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
Processing 16/33: [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved orun.0.0.1  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.13" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cmdliner.1.1.1)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.1.1
Processing 16/33: [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.13/lib/pkgconfig" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 16/33: [dune: ocaml bootstrap.ml]
Processing 17/33: [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml]
Processing 18/33: [conf-libdw: pkg-config libdw] [dune: ocaml bootstrap.ml] [cmdliner: make install]
-> retrieved re.1.10.4  (cached)
-> retrieved yojson.1.7.0  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--print-errors" "--exists" "libdw" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-libdw.1)
-> compiled  conf-libdw.1
Processing 18/33: [dune: ocaml bootstrap.ml] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.13/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.13/doc/cmdliner" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cmdliner.1.1.1)
- install -d /home/opam/.opam/4.13/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.13/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.13/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.13/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.13/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.13/lib/cmdliner
Processing 18/33: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.13/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.13/doc/cmdliner" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cmdliner.1.1.1)
- install -d /home/opam/.opam/4.13/doc/cmdliner/odoc-pages
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.13/doc/cmdliner
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld /home/opam/.opam/4.13/doc/cmdliner/odoc-pages
-> installed cmdliner.1.1.1
Processing 18/33: [dune: ocaml bootstrap.ml]
-> installed conf-libdw.1
Processing 19/33: [dune: ocaml bootstrap.ml]
-> installed seq.base
Processing 20/33: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.3.2.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- 

Processing 20/33: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.3.2.0)
-> compiled  dune.3.2.0
-> installed dune.3.2.0
Processing 22/33: [cppo: dune build]
Processing 23/33: [cppo: dune build] [easy-format: dune build]
Processing 24/33: [cppo: dune build] [easy-format: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "easy-format" "-j" "255" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.13/.opam-switch/build/easy-format.1.3.3)
Processing 24/33: [cppo: dune build] [easy-format: dune install] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "easy-format" "--create-install-files" "easy-format" (CWD=/home/opam/.opam/4.13/.opam-switch/build/easy-format.1.3.3)
- Copying to _destdir/home/opam/.opam/4.13/lib/easy-format/META
- Copying to _destdir/home/opam/.opam/4.13/lib/easy-format/dune-package
-> compiled  easy-format.1.3.3
Processing 24/33: [cppo: dune build] [re: dune build]
-> installed easy-format.1.3.3
Processing 25/33: [cppo: dune build] [re: dune build]
Processing 26/33: [biniou: dune build] [cppo: dune build] [re: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/re.1.10.4)
-> compiled  re.1.10.4
Processing 26/33: [biniou: dune build] [cppo: dune build]
-> installed re.1.10.4
Processing 27/33: [biniou: dune build] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "biniou" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/biniou.1.2.1)
-> compiled  biniou.1.2.1
Processing 27/33: [cppo: dune build]
-> installed biniou.1.2.1
Processing 28/33: [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
-> installed cppo.1.6.9
Processing 30/33: [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/yojson.1.7.0)
-> compiled  yojson.1.7.0
-> installed yojson.1.7.0
Processing 32/33: [orun: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "orun" "-j" "255" (CWD=/home/opam/.opam/4.13/.opam-switch/build/orun.0.0.1)
- (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I .profiler.objs/byte -no-alias-deps -o .profiler.objs/byte/profiler.cmo -c -impl profiler.ml-gen)
- File "profiler.ml-gen", line 1:
- Error: Could not find the .cmi file for interface profiler.mli.
[ERROR] The compilation of orun.0.0.1 failed at "dune build -p orun -j 255".

#=== ERROR while compiling orun.0.0.1 =========================================#
# context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.13.1 | file:///home/opam/opam-repository
# path                 ~/.opam/4.13/.opam-switch/build/orun.0.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p orun -j 255
# exit-code            1
# env-file             ~/.opam/log/orun-10-95d836.env
# output-file          ~/.opam/log/orun-10-95d836.out
### output ###
# (cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I .profiler.objs/byte -no-alias-deps -o .profiler.objs/byte/profiler.cmo -c -impl profiler.ml-gen)
# File "profiler.ml-gen", line 1:
# Error: Could not find the .cmi file for interface profiler.mli.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build orun 0.0.1
+- 
+- The following changes have been performed
| - install biniou          1.2.1
| - install cmdliner        1.1.1
| - install conf-libdw      1
| - install conf-pkg-config 2
| - install cppo            1.6.9
| - install dune            3.2.0
| - install easy-format     1.3.3
| - install re              1.10.4
| - install seq             base
| - install yojson          1.7.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.13/.opam-switch/backup/state-20220603193822.export"
'opam install -vy orun.0.0.1' failed.
"/bin/bash" "-c"
"
opam remove -y "orun.0.0.1"
opam install -vy "orun.0.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "orun.0.0.1" | grep -q '"debian-unstable"'; then
        echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
        exit 69
    fi
fi


exit $res
" failed with exit status 31
Failed: Build failed