Building on x86-bm-11.ocamllabs.io
(from ocaml/opam:debian-unstable@sha256:7054d8a46152338971700614b854690c8ce1a3d6024d9e66b018a8e73119aa3f)
2022-03-04 21:00.57 ---> 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:00.57 ---> 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:00.57 ---> 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:00.57 ---> using "0af54149d5e87a921b7dadf447f75ea502ca8353b2aa045688bdf344893d2879" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=default '4.11' '4.11.2'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.11.2"} | "ocaml-system" {= "4.11.2"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.11.2 (cached)
-> installed ocaml-base-compiler.4.11.2
-> installed ocaml-config.1
-> installed ocaml.4.11.2
Done.
# Run eval $(opam env --switch=4.11) to update the current shell environment
2022-03-04 21:00.57 ---> using "c2253ebecf2057cb7df0ae24bd7ab568481c805baeeda34db845faf04e1fefcb" 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 3s (3456 kB/s)
- Reading package lists...
-
2022-03-04 21:00.57 ---> using "9c98f407669d387c5ed1f53d0dbd6ebbe5cf4cd8a02650d48d7cfe84bdd2f633" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "\
\nopam remove -y \"opam-core.2.1.0~rc2\"\
\nopam install -vy \"opam-core.2.1.0~rc2\"\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: \"opam-core.2.1.0~rc2\" | 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] opam-core.2.1.0~rc2 is not installed.
Nothing to do.
The following actions will be performed:
- install seq base [required by re]
- install dune 3.0.3 [required by opam-core]
- install stdlib-shims 0.3.0 [required by ocamlgraph]
- install re 1.10.3 [required by opam-core]
- install cppo 1.6.8 [required by opam-core]
- install ocamlgraph 2.0.0 [required by opam-core]
- install opam-core 2.1.0~rc2
===== 7 to install =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/21:
Processing 2/21:
Processing 3/21:
-> retrieved cppo.1.6.8 (cached)
Processing 4/21:
-> retrieved opam-core.2.1.0~rc2 (cached)
Processing 5/21:
-> retrieved ocamlgraph.2.0.0 (cached)
Processing 6/21:
Processing 7/21:
Processing 8/21:
-> installed seq.base
Processing 9/21:
-> retrieved re.1.10.3 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved dune.3.0.3 (cached)
Processing 10/21: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.11/.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
-
Processing 10/21: [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/4.11/.opam-switch/build/dune.3.0.3)
-> compiled dune.3.0.3
-> installed dune.3.0.3
Processing 12/21: [cppo: dune build]
Processing 13/21: [cppo: dune build] [re: dune build]
Processing 14/21: [cppo: dune build] [re: dune build] [stdlib-shims: dune build]
-> compiled stdlib-shims.0.3.0
Processing 14/21: [cppo: dune build] [re: dune build]
-> installed stdlib-shims.0.3.0
Processing 15/21: [cppo: dune build] [re: dune build]
Processing 16/21: [cppo: dune build] [ocamlgraph: dune build] [re: dune build]
-> compiled re.1.10.3
Processing 16/21: [cppo: dune build] [ocamlgraph: dune build]
-> installed re.1.10.3
Processing 17/21: [cppo: dune build] [ocamlgraph: dune build]
-> compiled cppo.1.6.8
Processing 17/21: [ocamlgraph: dune build]
-> installed cppo.1.6.8
Processing 18/21: [ocamlgraph: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocamlgraph" "-j" "31" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ocamlgraph.2.0.0)
-> compiled ocamlgraph.2.0.0
-> installed ocamlgraph.2.0.0
Processing 20/21: [opam-core: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--disable-checks" "--prefix" "/home/opam/.opam/4.11" (CWD=/home/opam/.opam/4.11/.opam-switch/build/opam-core.2.1.0~rc2)
- checking for ocamlc... ocamlc
- OCaml version is 4.11.2
- OCaml library path is /home/opam/.opam/4.11/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type...
- cc
- checking for compiler architecture...
- amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h...
- yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking acl/libacl.h usability... no
- checking acl/libacl.h presence... no
- checking for acl/libacl.h... no
- checking for library containing acl_get_perm... no
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... no
- checking for curl... curl
- checking for dune... dune
- checking for cppo... cppo
- checking for patch... patch
- checking for bunzip2... bunzip2
-
- checking for OCaml findlib package unix... not found
- checking for OCaml findlib package bigarray... not found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... not found
- checking for OCaml findlib package re.glob... not found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... not found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... not found
- checking for OCaml findlib package mccs... not found
- checking for OCaml findlib package opam-0install-cudf... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler...
- yes
- checking whether g++ accepts -g... yes
-
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/ocaml-flags-configure.sexp
- config.status: creating src/stubs/c-flags.sexp
- config.status: creating src/stubs/libacl/c-libraries.sexp
-
- Opam will be built WITH a built-in solver
-
- Executables will be installed in /home/opam/.opam/4.11/bin
- Manual pages will be installed in /home/opam/.opam/4.11/share/man
Processing 20/21: [opam-core: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "opam-core" "-j" "31" (CWD=/home/opam/.opam/4.11/.opam-switch/build/opam-core.2.1.0~rc2)
-> compiled opam-core.2.1.0~rc2
-> installed opam-core.2.1.0~rc2
Done.
# Run eval $(opam env) to update the current shell environment
2022-03-04 21:02.17 ---> saved as "8d59996495b2dde3a9734009d97af0c5f8a46090075ce8179483dc75e55abdd5"
Job succeeded