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


Building on c2-3.equinix.ci.dev

(from ocaml/opam:debian-unstable@sha256:9018ce829df92c35f88e7c207d161758bf85fa58146b7fb83c1e7bdd52796af2)
Unable to find image 'ocaml/opam:debian-unstable@sha256:9018ce829df92c35f88e7c207d161758bf85fa58146b7fb83c1e7bdd52796af2' locally
docker.io/ocaml/opam@sha256:9018ce829df92c35f88e7c207d161758bf85fa58146b7fb83c1e7bdd52796af2: Pulling from ocaml/opam
78d930ee4312: Pulling fs layer
78d930ee4312: Verifying Checksum
78d930ee4312: Download complete
78d930ee4312: Pull complete
Digest: sha256:9018ce829df92c35f88e7c207d161758bf85fa58146b7fb83c1e7bdd52796af2
Status: Downloaded newer image for ocaml/opam@sha256:9018ce829df92c35f88e7c207d161758bf85fa58146b7fb83c1e7bdd52796af2
2023-09-12 21:14.29 ---> using "a6d895057d33423d936537196324b0ae6b29c3c416a86d619af7ffab6d54780a" 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-09-12 21:14.29 ---> using "e73538c6e92b552cafae4b663aea9b2d2f9f30bc349b4e0658f8d37da4743963" 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 8ee6bf822f4e1daaa08726e322bf03c9f0251bdb"))
2023-09-12 21:14.29 ---> using "f8c197b393ae6197cc9af47bbe4b9eb9279201e827de1fea6364c7441be841de" 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-09-12 21:14.29 ---> using "3728e710f1011cc94fc8d16c3fc87da6ce268e4fcef9a54d1b70dc8f1c1e8cf8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.1' '5.1.0~rc1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.1.0~rc1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.1.0~rc1  (cached)
-> installed ocaml-base-compiler.5.1.0~rc1
-> 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-09-12 21:14.29 ---> using "f7d187ecbd3c3458caab5bddf4bd1845ae508aaba955211152843bc6eccbe361" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [195 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-09-12-1406.07-F-2023-09-07-0809.21.pdiff [298 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-09-12-1406.07-F-2023-09-07-0809.21.pdiff [298 kB]
- Fetched 557 kB in 9s (60.5 kB/s)
- Reading package lists...
2023-09-12 21:14.29 ---> using "400c8664d71b0f4a8cb67faaffe2447559daff04704cbe02a5d79eeb8d752772" from cache

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

Nothing to do.
The following actions will be performed:
=== install 5 packages
  - install base              v0.16.3
  - install csexp             1.5.2   [required by dune-configurator]
  - install dune              3.10.0  [required by base]
  - install dune-configurator 3.10.0  [required by base]
  - install sexplib0          v0.16.0 [required by base]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/14:
Processing  2/14:
Processing  3/14:
-> retrieved csexp.1.5.2  (cached)
Processing  4/14:
-> retrieved base.v0.16.3  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved dune.3.10.0, dune-configurator.3.10.0  (cached)
Processing  5/14: [dune: ocaml 47]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "47" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune.3.10.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 47
- 

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" "47" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune.3.10.0)
-> compiled  dune.3.10.0
-> installed dune.3.10.0
Processing  7/14: [csexp: dune build]
Processing  8/14: [csexp: dune build] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "47" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing  8/14: [sexplib0: dune build]
-> installed csexp.1.5.2
Processing  9/14: [sexplib0: dune build]
Processing 10/14: [dune-configurator: rm] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "47" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sexplib0.v0.16.0)
-> compiled  sexplib0.v0.16.0
Processing 10/14: [dune-configurator: rm]
-> installed sexplib0.v0.16.0
Processing 11/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.10.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.10.0)
Processing 11/14: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "47" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.10.0)
-> compiled  dune-configurator.3.10.0
-> installed dune-configurator.3.10.0
Processing 13/14: [base: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "47" (CWD=/home/opam/.opam/5.1/.opam-switch/build/base.v0.16.3)
-> compiled  base.v0.16.3
-> installed base.v0.16.3
Done.
# Run eval $(opam env) to update the current shell environment
2023-09-12 21:15.23 ---> saved as "caedf59e88bf37c22aea53e78baa94f94686ed15c623b238303129546a8a4db1"
Job succeeded