Building on clete.caelum.ci.dev
(from ocaml/opam:debian-unstable@sha256:3a190f8cb0dd30ba362f6a8bedf9789cf57af51cacd511c706e4e30898c7009a)
2023-04-03 09:23.19 ---> using "1b5bfb7eb3e9a5f062cbf0b4461d12fc3dfecf96d05cadb00246fad3fdcdc978" 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"))
2023-04-03 09:23.19 ---> using "c44b22cf0b2efc5d1d2841662bdcff05d434caaef05c2fb6fbfd413cdea5e4a8" 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 256625cb20f160c147915cb8af1e68e7152edc2c"))
2023-04-03 09:23.19 ---> using "e2c652ea609d075e64169772425842010e5451c0329879d1beea6d6c1b92a125" 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.
2023-04-03 09:23.19 ---> using "96fe71a7db45eb10c3e9e23c88bb9115f86226e06f54a7fcb0f5e7d132ff1e2d" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=default '5.1' --packages ocaml-variants.5.1.0+trunk"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-variants" {= "5.1.0+trunk"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-variants.5.1.0+trunk (https://github.com/ocaml/ocaml/archive/trunk.tar.gz)
-> installed ocaml-variants.5.1.0+trunk
-> installed ocaml-config.3
-> installed ocaml.5.1.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env --switch=5.1) to update the current shell environment
2023-04-03 09:23.19 ---> using "66824a0742fbd3d0e6698cab01d981657aa071dbe5cd95933d53a7558e6e6bf3" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [184 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-2023-04-02-2003.12-F-2023-03-27-1404.25.pdiff [69.2 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-04-02-2003.12-F-2023-03-27-1404.25.pdiff [69.2 kB]
- Fetched 316 kB in 3s (114 kB/s)
- Reading package lists...
-
2023-04-03 09:23.19 ---> using "026c8b45b72c2a17de149b0f560a7d91978c587bb1f7ca5b9e31d8b2d0480db1" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "\
\nopam remove -y \"charset.0.1.0\"\
\nopam install -vy \"charset.0.1.0\"\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: \"charset.0.1.0\" | 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] charset.0.1.0 is not installed.
The following actions will be performed:
=== install 5 packages
- install charset 0.1.0
- install csexp 1.5.1 [required by dune-configurator]
- install dune 3.7.0 [required by charset]
- install dune-configurator 3.7.0 [required by ocaml_intrinsics]
- install ocaml_intrinsics v0.15.2 [required by charset]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/14:
Processing 2/14:
Processing 3/14:
-> retrieved charset.0.1.0 (cached)
Processing 4/14:
-> retrieved csexp.1.5.1 (cached)
-> retrieved ocaml_intrinsics.v0.15.2 (cached)
-> retrieved dune.3.7.0, dune-configurator.3.7.0 (cached)
Processing 5/14: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune.3.7.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 71
- cd _boot && /home/opam/.opam/5.1/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -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 5/14: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "71" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune.3.7.0)
-> compiled dune.3.7.0
-> installed dune.3.7.0
Processing 7/14: [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/csexp.1.5.1)
-> compiled csexp.1.5.1
-> installed csexp.1.5.1
Processing 9/14: [dune-configurator: rm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.7.0)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.7.0)
Processing 9/14: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.7.0)
-> compiled dune-configurator.3.7.0
-> installed dune-configurator.3.7.0
Processing 11/14: [ocaml_intrinsics: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml_intrinsics" "-j" "71" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocaml_intrinsics.v0.15.2)
-> compiled ocaml_intrinsics.v0.15.2
-> installed ocaml_intrinsics.v0.15.2
Processing 13/14: [charset: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "charset" "-j" "71" (CWD=/home/opam/.opam/5.1/.opam-switch/build/charset.0.1.0)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.charset.objs/byte -I /home/opam/.opam/5.1/lib/ocaml_intrinsics -intf-suffix .ml -no-alias-deps -o lib/.charset.objs/byte/charset.cmo -c -impl lib/charset.ml)
- File "lib/charset.ml", line 1:
- Error: The implementation lib/charset.ml
- does not match the interface lib/.charset.objs/byte/charset.cmi:
- The value `to_list' is required but not provided
- File "set.mli", line 288, characters 4-31: Expected declaration
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I lib/.charset.objs/byte -I lib/.charset.objs/native -I /home/opam/.opam/5.1/lib/ocaml_intrinsics -intf-suffix .ml -no-alias-deps -o lib/.charset.objs/native/charset.cmx -c -impl lib/charset.ml)
- File "lib/charset.ml", line 1:
- Error: The implementation lib/charset.ml
- does not match the interface lib/.charset.objs/byte/charset.cmi:
- The value `to_list' is required but not provided
- File "set.mli", line 288, characters 4-31: Expected declaration
[ERROR] The compilation of charset.0.1.0 failed at "dune build -p charset -j 71".
#=== ERROR while compiling charset.0.1.0 ======================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-variants.5.1.0+trunk | file:///home/opam/opam-repository
# path ~/.opam/5.1/.opam-switch/build/charset.0.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p charset -j 71
# exit-code 1
# env-file ~/.opam/log/charset-8-1bf460.env
# output-file ~/.opam/log/charset-8-1bf460.out
### output ###
# (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.charset.objs/byte -I /home/opam/.opam/5.1/lib/ocaml_intrinsics -intf-suffix .ml -no-alias-deps -o lib/.charset.objs/byte/charset.cmo -c -impl lib/charset.ml)
# File "lib/charset.ml", line 1:
# Error: The implementation lib/charset.ml
# does not match the interface lib/.charset.objs/byte/charset.cmi:
# The value `to_list' is required but not provided
# File "set.mli", line 288, characters 4-31: Expected declaration
# (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I lib/.charset.objs/byte -I lib/.charset.objs/native -I /home/opam/.opam/5.1/lib/ocaml_intrinsics -intf-suffix .ml -no-alias-deps -o lib/.charset.objs/native/charset.cmx -c -impl lib/charset.ml)
# File "lib/charset.ml", line 1:
# Error: The implementation lib/charset.ml
# does not match the interface lib/.charset.objs/byte/charset.cmi:
# The value `to_list' is required but not provided
# File "set.mli", line 288, characters 4-31: Expected declaration
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build charset 0.1.0
+-
+- The following changes have been performed
| - install csexp 1.5.1
| - install dune 3.7.0
| - install dune-configurator 3.7.0
| - install ocaml_intrinsics v0.15.2
+-
# 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.1/.opam-switch/backup/state-20230403092321.export"
'opam install -vy charset.0.1.0' failed.
"/bin/bash" "-c" "
opam remove -y "charset.0.1.0"
opam install -vy "charset.0.1.0"
res=$?
if [ $res = 31 ]; then
if opam show -f x-ci-accept-failures: "charset.0.1.0" | 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