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


Building on toxis.caelum.ci.dev

(from ocaml/opam:debian-unstable@sha256:99a3bcdb448db517aade61f56558a61763cb60b5c189af4cdd486585f773f429)
Unable to find image 'ocaml/opam:debian-unstable@sha256:99a3bcdb448db517aade61f56558a61763cb60b5c189af4cdd486585f773f429' locally
docker.io/ocaml/opam@sha256:99a3bcdb448db517aade61f56558a61763cb60b5c189af4cdd486585f773f429: Pulling from ocaml/opam
2bc29f4cf9ba: Pulling fs layer
2bc29f4cf9ba: Verifying Checksum
2bc29f4cf9ba: Download complete
2bc29f4cf9ba: Pull complete
Digest: sha256:99a3bcdb448db517aade61f56558a61763cb60b5c189af4cdd486585f773f429
Status: Downloaded newer image for ocaml/opam@sha256:99a3bcdb448db517aade61f56558a61763cb60b5c189af4cdd486585f773f429
2023-08-04 19:09.05 ---> using "1688e6cead7a211407201f25e173a474f2cf65da14e5435b8b346b88873a4cda" 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-08-04 19:09.05 ---> using "c4192679f6ae6bc9558092b8c61edc215e82d6eecf9fa05e25936d8277abafc8" 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 9dfe4d4a4c4c7821e09a65dac30eace7352f6a2e"))
2023-08-04 19:09.05 ---> using "b9754b5464a5e54455ece7f9fc8e7d4208bbec636d8f4d225020c06518cc45b7" 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-08-04 19:09.05 ---> using "269a895c50108a051ffca16890a7ede78ddec213ff9a828d515d18df3740f96c" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.09.1  (https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz)
-> installed ocaml-base-compiler.4.09.1
-> installed ocaml-config.1
-> installed ocaml.4.09.1
Done.
# Run eval $(opam env --switch=4.09) to update the current shell environment
2023-08-04 19:09.05 ---> using "ddd8a2990d650731fd6c997f61888622ef4a4821c6c73186cbdf28a411d338b9" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [210 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-08-04-0825.19-F-2023-08-03-2034.19.pdiff [24.2 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-08-04-0825.19-F-2023-08-03-2034.19.pdiff [24.2 kB]
- Fetched 298 kB in 3s (86.2 kB/s)
- Reading package lists...
- 
2023-08-04 19:09.05 ---> using "03d2c3dc5e6e607cf7abedb45f94e9601f4cd1c3738c29b0f0aae6ad8f645d27" from cache

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

Nothing to do.
The following actions will be performed:
=== install 6 packages
  - install containers        3.8
  - install csexp             1.5.2  [required by dune-configurator]
  - install dune              3.10.0 [required by containers]
  - install dune-configurator 3.10.0 [required by containers]
  - install either            1.0.0  [required by containers]
  - install seq               base   [required by containers]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/17:
Processing  2/17:
Processing  3/17:
-> retrieved containers.3.8  (cached)
Processing  4/17:
-> retrieved csexp.1.5.2  (cached)
Processing  5/17:
Processing  6/17:
-> installed seq.base
Processing  7/17:
-> retrieved either.1.0.0  (cached)
-> retrieved dune.3.10.0, dune-configurator.3.10.0  (cached)
Processing  8/17: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune.3.10.0)
- ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 71
- cd _boot && /home/opam/.opam/4.09/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__Gc.ml
- File "src/dune_util/gc.ml", lines 73-90, characters 5-6:
- Warning 23: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 

Processing  8/17: [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" "71" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune.3.10.0)
-> compiled  dune.3.10.0
-> installed dune.3.10.0
Processing 10/17: [csexp: dune build]
Processing 11/17: [csexp: dune build] [either: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 11/17: [either: dune build]
-> installed csexp.1.5.2
Processing 12/17: [either: dune build]
Processing 13/17: [dune-configurator: rm] [either: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "either" "-j" "71" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/either.1.0.0)
-> compiled  either.1.0.0
Processing 13/17: [dune-configurator: rm]
-> installed either.1.0.0
Processing 14/17: [dune-configurator: rm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.09/.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/4.09/.opam-switch/build/dune-configurator.3.10.0)
Processing 14/17: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/dune-configurator.3.10.0)
-> compiled  dune-configurator.3.10.0
-> installed dune-configurator.3.10.0
Processing 16/17: [containers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "containers" "-j" "71" (CWD=/home/opam/.opam/4.09/.opam-switch/build/containers.3.8)
-> compiled  containers.3.8
-> installed containers.3.8
Done.
# Run eval $(opam env) to update the current shell environment
2023-08-04 19:09.58 ---> saved as "767a13adba5f803154438d427f089cef2a07c66ecde198ca443f6d825d12756d"
Job succeeded