Building on x86-bm-2.ocamllabs.io
(from ocurrent/opam:debian-unstable)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Unable to find image 'ocurrent/opam:debian-unstable' locally
debian-unstable: Pulling from ocurrent/opam
b2048aa58c5f: Pulling fs layer
412783517da1: Pulling fs layer
2143755e883d: Pulling fs layer
b2048aa58c5f: Verifying Checksum
b2048aa58c5f: Download complete
2143755e883d: Verifying Checksum
2143755e883d: Download complete
412783517da1: Verifying Checksum
412783517da1: Download complete
b2048aa58c5f: Pull complete
412783517da1: Pull complete
2143755e883d: Pull complete
Digest: sha256:d5761fd43bfa1a0782288e3fc959c461a5b030a735a1e16290ff499c79950c05
Status: Downloaded newer image for ocurrent/opam:debian-unstable
2021-06-03 15:25.08 ---> using "ec5d5faa8619574bfe663422158251f52f4b465bd9d157e348e692194b4f4a2a" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMDEPEXTYES 1)
/: (env OPAMUTF8 never)
/: (run (network host)
(shell "\
\n set -e\
\n git clone -q git://github.com/kit-ty-kate/opam.git /tmp/opam\
\n git -C /tmp/opam checkout -q '72695bfac80dbcd1d2f10287b2626d18d4acc9f2'\
\n opam remote set-url default git://github.com/ocaml/opam-repository.git\
\n opam pin add -yn /tmp/opam > /dev/null\
\n opam install -y opam-devel opam-0install-cudf 'ocamlfind>=1.9'\
\n sudo mv \"$(opam var opam-devel:lib)/opam\" /usr/bin/opam\
\n rm -rf /tmp/opam /tmp/depext.txt ~/.opam\
\n if ! test -d ~/opam-repository; then\
\n git clone -q git://github.com/ocaml/opam-repository.git ~/opam-repository\
\n else\
\n git -C ~/opam-repository pull -q origin master\
\n fi\
\n git -C ~/opam-repository checkout -q '99b05eeea7b126460a7b3e5a92924f935e8c7c73'\
\n "))
[default] Initialised
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-devel.2.1.0~beta4] no changes from git+file:///tmp/opam#HEAD
The following actions will be performed:
- install ocamlfind 1.9.1
- install seq base [required by re]
- install cmdliner 1.0.4 [required by opam-devel]
- install dune 2.8.5 [required by opam-0install-cudf, opam-devel]
- install ocamlbuild 0.14.0 [required by cudf]
- install base-bytes base [required by extlib]
- install stdlib-shims 0.3.0 [required by ocamlgraph]
- install re 1.9.0 [required by opam-client]
- install opam-file-format 2.1.3 [required by opam-format]
- install cppo 1.6.7 [required by extlib]
- install 0install-solver 2.17 [required by opam-0install-cudf]
- install ocamlgraph 2.0.0 [required by dose3]
- install extlib 1.7.7-1 [required by cudf, opam-client]
- install opam-core 2.1.0~beta4* [required by opam-format]
- install cudf 0.9-1 [required by opam-0install-cudf]
- install opam-format 2.1.0~beta4* [required by opam-repository, opam-solver]
- install opam-0install-cudf 0.4.1
- install mccs 1.1+13 [required by opam-solver]
- install dose3 5.0.1-1 [required by opam-solver]
- install opam-repository 2.1.0~beta4* [required by opam-client]
- install opam-solver 2.1.0~beta4* [required by opam-client]
- install opam-state 2.1.0~beta4* [required by opam-client]
- install opam-client 2.1.0~beta4* [required by opam-devel]
- install opam-devel 2.1.0~beta4*
===== 24 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cmdliner.1.0.4] downloaded from http://erratique.ch/software/cmdliner/releases/cmdliner-1.0.4.tbz
[cppo.1.6.7] downloaded from https://github.com/ocaml-community/cppo/releases/download/v1.6.7/cppo-v1.6.7.tbz
[0install-solver.2.17] downloaded from https://github.com/0install/0install/releases/download/v2.17/0install-v2.17.tbz
[cudf.0.9-1] downloaded from https://gforge.inria.fr/frs/download.php/36602/cudf-0.9.tar.gz
[dose3.5.0.1-1] downloaded from https://gforge.inria.fr/frs/download.php/file/36063/dose3-5.0.1.tar.gz
[extlib.1.7.7-1] downloaded from https://ygrek.org/p/release/ocaml-extlib/extlib-1.7.7.tar.gz
[ocamlbuild.0.14.0] downloaded from https://github.com/ocaml/ocamlbuild/archive/0.14.0.tar.gz
[dune.2.8.5] downloaded from https://github.com/ocaml/dune/releases/download/2.8.5/dune-2.8.5.tbz
[mccs.1.1+13] downloaded from https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz
[ocamlfind.1.9.1] downloaded from http://download.camlcity.org/download/findlib-1.9.1.tar.gz
[ocamlgraph.2.0.0] downloaded from https://github.com/backtracking/ocamlgraph/releases/download/2.0.0/ocamlgraph-2.0.0.tbz
[opam-0install-cudf.0.4.1] downloaded from https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.1/opam-0install-cudf-v0.4.1.tbz
[opam-file-format.2.1.3] downloaded from https://github.com/ocaml/opam-file-format/archive/2.1.3.tar.gz
[re.1.9.0] downloaded from https://github.com/ocaml/ocaml-re/releases/download/1.9.0/re-1.9.0.tbz
[stdlib-shims.0.3.0] downloaded from https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed dune.2.8.5
-> installed stdlib-shims.0.3.0
-> installed 0install-solver.2.17
-> installed cppo.1.6.7
-> installed opam-file-format.2.1.3
-> installed re.1.9.0
-> installed ocamlgraph.2.0.0
-> installed extlib.1.7.7-1
-> installed opam-core.2.1.0~beta4
-> installed cudf.0.9-1
-> installed opam-0install-cudf.0.4.1
-> installed mccs.1.1+13
-> installed opam-format.2.1.0~beta4
-> installed opam-repository.2.1.0~beta4
-> installed dose3.5.0.1-1
-> installed opam-solver.2.1.0~beta4
-> installed opam-state.2.1.0~beta4
-> installed opam-client.2.1.0~beta4
-> installed opam-devel.2.1.0~beta4
Done.
<><> opam-devel.2.1.0~beta4 installed successfully ><><><><><><><><><><><><><><>
=> The development version of opam has been successfully compiled into /home/opam/.opam/4.11/lib/opam-devel. You should not run it from there, please install the binaries to your PATH, e.g. with
sudo cp /home/opam/.opam/4.11/lib/opam-devel/opam /usr/local/bin
If you just want to give it a try without altering your current installation, you could use instead:
alias opam2="OPAMROOT=~/.opam2 /home/opam/.opam/4.11/lib/opam-devel/opam"
# Run eval $(opam env) to update the current shell environment
Updating files: 14% (1698/11385)
Updating files: 15% (1708/11385)
Updating files: 16% (1822/11385)
Updating files: 17% (1936/11385)
Updating files: 18% (2050/11385)
Updating files: 19% (2164/11385)
Updating files: 20% (2277/11385)
Updating files: 21% (2391/11385)
Updating files: 22% (2505/11385)
Updating files: 23% (2619/11385)
Updating files: 24% (2733/11385)
Updating files: 25% (2847/11385)
Updating files: 26% (2961/11385)
Updating files: 26% (3039/11385)
Updating files: 27% (3074/11385)
Updating files: 28% (3188/11385)
Updating files: 29% (3302/11385)
Updating files: 30% (3416/11385)
Updating files: 31% (3530/11385)
Updating files: 32% (3644/11385)
Updating files: 33% (3758/11385)
Updating files: 34% (3871/11385)
Updating files: 35% (3985/11385)
Updating files: 36% (4099/11385)
Updating files: 37% (4213/11385)
Updating files: 38% (4327/11385)
Updating files: 39% (4441/11385)
Updating files: 40% (4554/11385)
Updating files: 41% (4668/11385)
Updating files: 42% (4782/11385)
Updating files: 43% (4896/11385)
Updating files: 44% (5010/11385)
Updating files: 44% (5117/11385)
Updating files: 45% (5124/11385)
Updating files: 46% (5238/11385)
Updating files: 47% (5351/11385)
Updating files: 48% (5465/11385)
Updating files: 49% (5579/11385)
Updating files: 50% (5693/11385)
Updating files: 51% (5807/11385)
Updating files: 52% (5921/11385)
Updating files: 53% (6035/11385)
Updating files: 54% (6148/11385)
Updating files: 55% (6262/11385)
Updating files: 56% (6376/11385)
Updating files: 57% (6490/11385)
Updating files: 58% (6604/11385)
Updating files: 59% (6718/11385)
Updating files: 60% (6831/11385)
Updating files: 61% (6945/11385)
Updating files: 62% (7059/11385)
Updating files: 63% (7173/11385)
Updating files: 64% (7287/11385)
Updating files: 64% (7376/11385)
Updating files: 65% (7401/11385)
Updating files: 66% (7515/11385)
Updating files: 67% (7628/11385)
Updating files: 68% (7742/11385)
Updating files: 69% (7856/11385)
Updating files: 70% (7970/11385)
Updating files: 71% (8084/11385)
Updating files: 72% (8198/11385)
Updating files: 73% (8312/11385)
Updating files: 74% (8425/11385)
Updating files: 75% (8539/11385)
Updating files: 76% (8653/11385)
Updating files: 77% (8767/11385)
Updating files: 78% (8881/11385)
Updating files: 79% (8995/11385)
Updating files: 80% (9108/11385)
Updating files: 81% (9222/11385)
Updating files: 82% (9336/11385)
Updating files: 83% (9450/11385)
Updating files: 84% (9564/11385)
Updating files: 85% (9678/11385)
Updating files: 86% (9792/11385)
Updating files: 87% (9905/11385)
Updating files: 88% (10019/11385)
Updating files: 89% (10133/11385)
Updating files: 90% (10247/11385)
Updating files: 91% (10361/11385)
Updating files: 92% (10475/11385)
Updating files: 93% (10589/11385)
Updating files: 94% (10702/11385)
Updating files: 95% (10816/11385)
Updating files: 96% (10930/11385)
Updating files: 97% (11044/11385)
Updating files: 98% (11158/11385)
Updating files: 98% (11269/11385)
Updating files: 99% (11272/11385)
Updating files: 100% (11385/11385)
Updating files: 100% (11385/11385), done.
2021-06-03 15:25.08 ---> using "98389ab5f1545ba647f3732db5c4b7075cfbadea3d254e2e7dfa4fe62af8dabf" from cache
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (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-06-03 15:25.08 ---> using "5560b8e1cef4de9345640a57103672d87574e378a0b8dc006c7aaa0bf2e6084d" 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-06-03 15:25.08 ---> using "432082e6de60c77dbff1fd0127c5c5176c608fd7cdeba210d4605508b9cb6ab2" from cache
/: (run (shell "opam repository add --dont-select 'beta' ~/'beta'"))
[beta] Initialised
2021-06-03 15:25.08 ---> using "a398da3f9d84b492a7581d0e4dcbc87dfa5189cec179915e4a386ba2c78113ee" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=beta,default 4.10.2"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.10.2"} | "ocaml-system" {= "4.10.2"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.10.2 (cached)
-> installed ocaml-base-compiler.4.10.2
-> installed ocaml-config.1
-> installed ocaml.4.10.2
Done.
# Run eval $(opam env --switch=4.10.2) to update the current shell environment
2021-06-03 15:25.08 ---> using "65ef1cdb66f1e855e2f93212bf7d341b5257018c4aa24789742a392543d172bb" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [157 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 [8633 kB]
- Fetched 8854 kB in 3s (2883 kB/s)
- Reading package lists...
-
2021-06-03 15:25.08 ---> using "87cfe1e3c57b451cb7e670810f88974b5200f492e98c7d2907e0189985224e62" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "\
\nopam remove -y \"sek.20201012\"\
\nopam install -vy \"sek.20201012\"\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: \"sek.20201012\" | 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] sek.20201012 is not installed.
Nothing to do.
The following actions will be performed:
- install seq base [required by sek]
- install dune 2.8.5 [required by sek]
- install pprint 20200410 [required by sek]
- install cppo 1.6.7 [required by sek]
- install sek 20201012
===== 5 to install =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/15:
Processing 2/15:
Processing 3/15:
-> retrieved cppo.1.6.7 (cached)
Processing 4/15: [sek.20201012: http]
-> retrieved pprint.20200410 (cached)
Processing 5/15: [sek.20201012: http]
Processing 6/15: [sek.20201012: http]
-> installed seq.base
Processing 7/15: [sek.20201012: http]
-> retrieved dune.2.8.5 (cached)
Processing 8/15: [sek.20201012: http] [dune: ocaml bootstrap.ml]
Processing 8/15: [dune: ocaml bootstrap.ml]
-> retrieved sek.20201012 (https://gitlab.inria.fr/fpottier/sek/-/archive/20201012/archive.tar.gz)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.10.2/.opam-switch/build/dune.2.8.5)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
-
Processing 8/15: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.10.2/.opam-switch/build/dune.2.8.5)
-> compiled dune.2.8.5
-> installed dune.2.8.5
Processing 10/15: [cppo: dune build]
Processing 11/15: [cppo: dune build] [pprint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pprint" "-j" "31" (CWD=/home/opam/.opam/4.10.2/.opam-switch/build/pprint.20200410)
-> compiled pprint.20200410
Processing 11/15: [cppo: dune build]
-> installed pprint.20200410
Processing 12/15: [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.10.2/.opam-switch/build/cppo.1.6.7)
-> compiled cppo.1.6.7
-> installed cppo.1.6.7
Processing 14/15: [sek: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sek" "-j" "31" (CWD=/home/opam/.opam/4.10.2/.opam-switch/build/sek.20201012)
-> compiled sek.20201012
-> installed sek.20201012
Done.
# Run eval $(opam env) to update the current shell environment
2021-06-03 15:25.57 ---> saved as "14689c564fe7d8844b6b6d0985ea6725ac92b01699f8193cd2353b4a4539f015"
Job succeeded