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


Building on c2-3.equinix.ci.dev

(from ocaml/opam:debian-unstable@sha256:a81e38f7942f916eec4a7145224dbc6fcdf584820db2ab3063127d58ba80e4bb)
Unable to find image 'ocaml/opam:debian-unstable@sha256:a81e38f7942f916eec4a7145224dbc6fcdf584820db2ab3063127d58ba80e4bb' locally
docker.io/ocaml/opam@sha256:a81e38f7942f916eec4a7145224dbc6fcdf584820db2ab3063127d58ba80e4bb: Pulling from ocaml/opam
1ae3b60c1a35: Pulling fs layer
1ae3b60c1a35: Verifying Checksum
1ae3b60c1a35: Download complete
1ae3b60c1a35: Pull complete
Digest: sha256:a81e38f7942f916eec4a7145224dbc6fcdf584820db2ab3063127d58ba80e4bb
Status: Downloaded newer image for ocaml/opam@sha256:a81e38f7942f916eec4a7145224dbc6fcdf584820db2ab3063127d58ba80e4bb
2023-07-02 10:10.59 ---> using "c1e06f8014f4e4402e9743f32f9c406d2ceb2e9cafdf160fa25c5b4c5ddee1d0" 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-07-02 10:10.59 ---> using "8710ae7221b0b40c4c31b8ab0b81a9e7702135c592da6045a57796358f5f39d3" 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 86961ac6d7505a361cd605968329990033691c57"))
2023-07-02 10:10.59 ---> using "0d0411dee08b7b9bbde0ce3d72beb85e2380abb682bfd207e6e830d1a2f6147b" 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-07-02 10:10.59 ---> using "4fd6f3e60fac8833ee35ce0f3db21cc7397ae6010de50b9444f037226216ee99" 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'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.0.0"} | "ocaml-system" {= "5.0.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.0.0  (cached)
-> installed ocaml-base-compiler.5.0.0
-> installed ocaml-config.3
-> 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
2023-07-02 10:10.59 ---> using "f0f63e3d1966c557d6a06183fd64671290df780581ad85470cc8096c209e7345" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [199 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-07-01-0813.52-F-2023-06-29-2041.00.pdiff [102 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-07-01-0813.52-F-2023-06-29-2041.00.pdiff [102 kB]
- Fetched 365 kB in 2s (220 kB/s)
- Reading package lists...
- 
2023-07-02 10:10.59 ---> using "a235c1ce4b0b6e1ac4674ffddf4b888718c4d25f19e20e5c7a0c8c4b25462eef" from cache

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

The following actions will be performed:
=== install 5 packages
  - install cppo   1.6.9    [required by sek]
  - install dune   3.9.0    [required by sek]
  - install pprint 20220103 [required by sek]
  - install sek    20200618
  - install seq    base     [required by sek]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/15:
Processing  2/15:
Processing  3/15:
-> retrieved cppo.1.6.9  (cached)
Processing  4/15:
-> retrieved pprint.20220103  (cached)
Processing  5/15:
Processing  6/15:
-> installed seq.base
Processing  7/15:
-> retrieved sek.20200618  (cached)
-> retrieved dune.3.9.0  (cached)
Processing  8/15: [dune: ocaml 47]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "47" (CWD=/home/opam/.opam/5.0/.opam-switch/build/dune.3.9.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  8/15: [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.0/.opam-switch/build/dune.3.9.0)
-> compiled  dune.3.9.0
-> installed dune.3.9.0
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" "47" (CWD=/home/opam/.opam/5.0/.opam-switch/build/pprint.20220103)
-> compiled  pprint.20220103
Processing 11/15: [cppo: dune build]
-> installed pprint.20220103
Processing 12/15: [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "47" (CWD=/home/opam/.opam/5.0/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
-> installed cppo.1.6.9
Processing 14/15: [sek: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sek" "-j" "47" (CWD=/home/opam/.opam/5.0/.opam-switch/build/sek.20200618)
-> compiled  sek.20200618
-> installed sek.20200618
Done.
# Run eval $(opam env) to update the current shell environment
2023-07-02 10:11.34 ---> saved as "364893fd75347c43718f78f225845f1a39a7ed658811a6eb1bc22f07012efcce"
Job succeeded