Building on x86-bm-5.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f) Unable to find image 'ocaml/opam:debian-unstable@sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f' locally docker.io/ocaml/opam@sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f: Pulling from ocaml/opam 2db5444d1f5b: Already exists f086bebd22a1: Already exists 3264a46f1e18: Pulling fs layer 3264a46f1e18: Verifying Checksum 3264a46f1e18: Download complete 3264a46f1e18: Pull complete Digest: sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f Status: Downloaded newer image for ocaml/opam@sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f 2022-03-04 21:35.34 ---> using "373f9b631d075c18f7442f5ab0fc65a1fd416e45c4bad373f7db673d6cf80f59" 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-03-04 21:35.34 ---> using "88849b7b49c5c9e5ea88c51a2386f85dc9692b3cbbbdfa071a4b6fb51a141dbe" 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 892f7bcbcb6c1fd05911ac75d53aa8c9f717b4b0")) 2022-03-04 21:35.34 ---> using "404c235885055cd745b552882486f8b810a0b774621d6103597df8eba1715fda" 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-03-04 21:35.34 ---> using "0af54149d5e87a921b7dadf447f75ea502ca8353b2aa045688bdf344893d2879" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '5.0' '5.0.0+trunk'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-variants" {= "5.0.0+trunk"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-variants.5.0.0+trunk (https://github.com/ocaml/ocaml/archive/trunk.tar.gz) -> installed ocaml-variants.5.0.0+trunk -> installed ocaml-config.2 -> installed ocaml.5.0.0 -> installed base-domains.base -> installed base-nnp.base Done. # Run eval $(opam env --switch=5.0) to update the current shell environment 2022-03-04 21:35.34 ---> using "6e72cf26fd516c1f6023fefbfb06423fb2a70f5c0f578b8a953b232961c9d7a5" 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] - Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [9010 kB] - Fetched 9239 kB in 2s (4460 kB/s) - Reading package lists... - 2022-03-04 21:35.34 ---> using "708e5a906b5e33b07163690001b6ed5f3c19f4ba230e3fe1ebe1f45f6cb0cb40" 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")) Nothing to do. [NOTE] orun.0.0.1 is not installed. The following actions will be performed: - install cmdliner 1.1.0 [required by orun] - install conf-pkg-config 2 [required by conf-libdw] - install seq base [required by re] - install dune 3.0.3 [required by orun] - install conf-libdw 1 [required by orun] - install re 1.10.3 [required by orun] - install easy-format 1.3.2 [required by yojson] - install cppo 1.6.8 [required by yojson] - install biniou 1.2.1 [required by yojson] - install yojson 1.7.0 [required by orun] - install orun 0.0.1 ===== 11 to install ===== The following system packages will first need to be installed: libdw-dev liblzma-dev pkg-config zlib1g-dev <><> 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" "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 ... 18398 files and directories currently installed.) - Preparing to unpack .../00-libelf1_0.186-1_amd64.deb ... - Unpacking libelf1:amd64 (0.186-1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../01-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ... - Selecting previously unselected package libelf-dev:amd64. - Preparing to unpack .../02-libelf-dev_0.186-1_amd64.deb ... - Unpacking libelf-dev:amd64 (0.186-1) ... - Selecting previously unselected package libdw1:amd64. - Preparing to unpack .../03-libdw1_0.186-1_amd64.deb ... - Unpacking libdw1:amd64 (0.186-1) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../04-liblzma-dev_5.2.5-2_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.2.5-2) ... - Selecting previously unselected package libdw-dev:amd64. - Preparing to unpack .../05-libdw-dev_0.186-1_amd64.deb ... - Unpacking libdw-dev:amd64 (0.186-1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../06-libglib2.0-0_2.70.4-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.70.4-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../07-libglib2.0-data_2.70.4-1_all.deb ... - Unpacking libglib2.0-data (2.70.4-1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../08-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../09-libxml2_2.9.13+dfsg-1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+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.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - 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 libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.70.4-1) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.70.4-1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up liblzma-dev:amd64 (5.2.5-2) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ... - Setting up libelf1:amd64 (0.186-1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1) ... - Setting up libdw1:amd64 (0.186-1) ... - Setting up shared-mime-info (2.1-2) ... - Setting up libelf-dev:amd64 (0.186-1) ... - Setting up libdw-dev:amd64 (0.186-1) ... - Processing triggers for libc-bin (2.33-5) ... <><> 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 biniou.1.2.1 (cached) Processing 7/33: [conf-pkg-config: pkg-config] -> retrieved cmdliner.1.1.0 (cached) Processing 8/33: [conf-pkg-config: pkg-config] Processing 9/33: [cmdliner: make all] [conf-pkg-config: pkg-config] -> retrieved cppo.1.6.8 (cached) Processing 10/33: [orun.0.0.1: http] [cmdliner: make all] [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/33: [orun.0.0.1: http] [cmdliner: make all] Processing 11/33: [orun.0.0.1: http] [cmdliner: make all] [conf-pkg-config: mkdir] -> retrieved dune.3.0.3 (cached) Processing 12/33: [orun.0.0.1: http] [cmdliner: make all] [conf-pkg-config: mkdir] Processing 13/33: [orun.0.0.1: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] -> retrieved easy-format.1.3.2 (cached) Processing 14/33: [orun.0.0.1: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] Processing 15/33: [orun.0.0.1: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] Processing 16/33: [orun.0.0.1: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] - ocaml build.ml cma - ocaml build.ml cmxa - ocaml build.ml cmxs -> compiled cmdliner.1.1.0 Processing 16/33: [orun.0.0.1: http] [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] Processing 16/33: [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir] -> 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.3 (cached) -> retrieved yojson.1.7.0 (cached) -> retrieved orun.0.0.1 (https://github.com/ocaml-bench/orun/releases/download/v0.0.1/orun-v0.0.1.tbz) -> compiled conf-libdw.1 Processing 18/33: [dune: ocaml bootstrap.ml] [cmdliner: make install] - install -d /home/opam/.opam/5.0/lib/cmdliner - install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/5.0/lib/cmdliner - install cmdliner.opam /home/opam/.opam/5.0/lib/cmdliner/opam - install _build/cmdliner.cma /home/opam/.opam/5.0/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/5.0/lib/cmdliner - install _build/cmdliner.cmxs /home/opam/.opam/5.0/lib/cmdliner Processing 18/33: [dune: ocaml bootstrap.ml] [cmdliner: make install-doc] - install -d /home/opam/.opam/5.0/doc/cmdliner/odoc-pages - install CHANGES.md LICENSE.md README.md /home/opam/.opam/5.0/doc/cmdliner - install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \ - doc/tool_man.mld /home/opam/.opam/5.0/doc/cmdliner/odoc-pages -> installed cmdliner.1.1.0 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" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.0.3) - ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml - ./.duneboot.exe -j 31 - cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads build_path_prefix_map.ml - File "vendor/build_path_prefix_map/src/build_path_prefix_map.ml", line 5, characters 17-31: - Alert deprecated: Stdlib.Printf.kprintf - Use Printf.ksprintf instead. - cd _boot && /home/opam/.opam/5.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLexer.ml - File "vendor/opam-file-format/src/opamLexer.mll", line 21, characters 2-16: - Alert deprecated: Stdlib.Printf.kprintf - Use Printf.ksprintf instead. - 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" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.0.3) -> compiled dune.3.0.3 -> installed dune.3.0.3 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] - (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.easy_format.objs/byte -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/byte/easy_format.cmo -c -impl src/easy_format.ml) - File "src/easy_format.ml", line 203, characters 16-46: - 203 | let tagf0 = pp_get_formatter_tag_functions fmt () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Error: Unbound value pp_get_formatter_tag_functions - Hint: Did you mean pp_get_formatter_stag_functions? - (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/.easy_format.objs/byte -I src/.easy_format.objs/native -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/native/easy_format.cmx -c -impl src/easy_format.ml) - File "src/easy_format.ml", line 203, characters 16-46: - 203 | let tagf0 = pp_get_formatter_tag_functions fmt () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Error: Unbound value pp_get_formatter_tag_functions - Hint: Did you mean pp_get_formatter_stag_functions? Processing 24/33: [cppo: dune build] [re: dune build] [ERROR] The compilation of easy-format.1.3.2 failed at "dune build -p easy-format -j 31". Processing 25/33: [cppo: dune build] [re: dune build] Processing 26/33: [cppo: dune build] [re: dune build] Processing 27/33: [cppo: dune build] [re: dune build] -> compiled re.1.10.3 Processing 27/33: [cppo: dune build] -> installed re.1.10.3 Processing 28/33: [cppo: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/5.0/.opam-switch/build/cppo.1.6.8) -> compiled cppo.1.6.8 -> installed cppo.1.6.8 #=== ERROR while compiling easy-format.1.3.2 ==================================# # context 2.2.0~alpha~dev | linux/x86_64 | ocaml-variants.5.0.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.0/.opam-switch/build/easy-format.1.3.2 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p easy-format -j 31 # exit-code 1 # env-file ~/.opam/log/easy-format-10-74203f.env # output-file ~/.opam/log/easy-format-10-74203f.out ### output ### # (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.easy_format.objs/byte -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/byte/easy_format.cmo -c -impl src/easy_format.ml) # File "src/easy_format.ml", line 203, characters 16-46: # 203 | let tagf0 = pp_get_formatter_tag_functions fmt () in # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # Error: Unbound value pp_get_formatter_tag_functions # Hint: Did you mean pp_get_formatter_stag_functions? # (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/.easy_format.objs/byte -I src/.easy_format.objs/native -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/native/easy_format.cmx -c -impl src/easy_format.ml) # File "src/easy_format.ml", line 203, characters 16-46: # 203 | let tagf0 = pp_get_formatter_tag_functions fmt () in # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # Error: Unbound value pp_get_formatter_tag_functions # Hint: Did you mean pp_get_formatter_stag_functions? <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions were aborted | - install biniou 1.2.1 | - install orun 0.0.1 | - install yojson 1.7.0 +- +- The following actions failed | - build easy-format 1.3.2 +- +- The following changes have been performed (the rest was aborted) | - install cmdliner 1.1.0 | - install conf-libdw 1 | - install conf-pkg-config 2 | - install cppo 1.6.8 | - install dune 3.0.3 | - install re 1.10.3 | - install seq base +- # 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/5.0/.opam-switch/backup/state-20220304213537.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