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


Building on marpe.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:6200889acf783b4c7f92501ba49537bb51f4081b0384664689814e665205ee88)
Unable to find image 'ocaml/opam:debian-unstable@sha256:6200889acf783b4c7f92501ba49537bb51f4081b0384664689814e665205ee88' locally
docker.io/ocaml/opam@sha256:6200889acf783b4c7f92501ba49537bb51f4081b0384664689814e665205ee88: Pulling from ocaml/opam
2db5444d1f5b: Already exists
ddf232e0e2a5: Already exists
6974fe0ded69: Pulling fs layer
6974fe0ded69: Verifying Checksum
6974fe0ded69: Download complete
6974fe0ded69: Pull complete
Digest: sha256:6200889acf783b4c7f92501ba49537bb51f4081b0384664689814e665205ee88
Status: Downloaded newer image for ocaml/opam@sha256:6200889acf783b4c7f92501ba49537bb51f4081b0384664689814e665205ee88
2022-02-11 05:32.07 ---> using "f3ee8f7f03f525f6dc8d7acc2f1da118e4aa5026e28a05b9ad651d07354a5f00" 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-02-11 05:32.07 ---> using "3b7d33f9f091274756e34e26a80cb99370097f13b0bd30e6483e11a7a029e9ed" 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 dd31bfa892e6408a76cefd5a446edb1a757fe009"))
2022-02-11 05:32.07 ---> using "67e398cdbccdcfd88c355cb1bfaef6feebe7f4199a4d4002fb36caedb6f6db3b" 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-02-11 05:32.07 ---> using "1eeec508ab68ff355f86d7275df68ccc73567a6e6814057b340dd61dc1cc783e" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.08' '4.08.1'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.08.1  (cached)
-> installed ocaml-base-compiler.4.08.1
-> installed ocaml-config.1
-> installed ocaml.4.08.1
Done.
# Run eval $(opam env --switch=4.08) to update the current shell environment
2022-02-11 05:32.07 ---> using "92e8defa67a8cd90f9f09733c773e301ac0cd1f0d9574006772285bf20adff1c" 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]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-10-2004.13-F-2022-01-30-0201.48.pdiff [753 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-02-10-2004.13-F-2022-01-30-0201.48.pdiff [753 kB]
- Fetched 982 kB in 1s (732 kB/s)
- Reading package lists...
2022-02-11 05:32.07 ---> using "d40ae25452bcb0f8dbd4a8f857864c6031801f568a0e762f4b50e0c1e783dc2c" from cache

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

Nothing to do.
The following actions will be performed:
  - install dune    2.9.3 [required by bencode]
  - install bencode 2.0
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6:
-> retrieved bencode.2.0  (cached)
-> retrieved dune.2.9.3  (cached)
Processing  3/6: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune.2.9.3)
- ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- 

Processing  3/6: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune.2.9.3)
-> compiled  dune.2.9.3
-> installed dune.2.9.3
Processing  5/6: [bencode: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bencode" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/bencode.2.0)
-> compiled  bencode.2.0
-> installed bencode.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-02-11 05:32.34 ---> saved as "224aadcc1c2b32a525e64af81d73c79778787f244b8e4babbfe57a33e399db66"
Job succeeded