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


Building on x86-bm-c7.sw.ocaml.org

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
384752546542: Pulling fs layer
384752546542: Verifying Checksum
384752546542: Download complete
384752546542: Pull complete
Digest: sha256:fcf3121263c59a1f7716501e69921b634fac652b1c96757a18e40158f5625013
Status: Downloaded newer image for ocaml/opam:debian-unstable
2023-11-23 19:05.46 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" 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-11-23 19:05.46 ---> using "65c3237f501f7c75f3828458ecf2342bc41c98aaef8c6a7fd82bf46a58cb258c" 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 94fc188d337b3ff337b5f8eea1b8560bad2fcf0e"))
2023-11-23 19:05.46 ---> using "b3373441b07600b62da22be571f25edfc8f2869f5ef136ddc2f5ba5a9eb4caf5" 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-11-23 19:05.46 ---> using "e830f2b53861fdb19bb0972e91e1b24c2f609e5efcde21a85bee38b465e51901" 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
2023-11-23 19:05.46 ---> using "5f9540e60a9abce4d07c08b16073a8c03286a50559fa124ebbbe52b77f8b23c9" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [198 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-11-23-1408.42-F-2023-11-17-0204.01.pdiff [319 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-11-23-1408.42-F-2023-11-17-0204.01.pdiff [319 kB]
- Fetched 580 kB in 5s (129 kB/s)
- Reading package lists...
- 
2023-11-23 19:05.46 ---> using "626c24a952bf208d04002153061386bb3b3862faf128a2eb2bcbbfcf56929e1d" from cache

/: (env OCAMLPARAM warn-error=+8,_)

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

The following actions will be performed:
=== install 7 packages
  - install containers        3.7    [required by containers-thread]
  - install containers-thread 3.7
  - install csexp             1.5.2  [required by dune-configurator]
  - install dune              3.11.1 [required by containers-thread]
  - install dune-configurator 3.11.1 [required by containers-thread]
  - install either            1.0.0  [required by containers]
  - install seq               base   [required by containers]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/19:
Processing  2/19:
Processing  3/19:
-> retrieved containers.3.7, containers-thread.3.7  (cached)
Processing  4/19:
-> retrieved csexp.1.5.2  (cached)
Processing  5/19:
Processing  6/19:
-> installed seq.base
Processing  7/19:
-> retrieved either.1.0.0  (cached)
-> retrieved dune.3.11.1, dune-configurator.3.11.1  (cached)
Processing  8/19: [dune: ocaml 31]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.11.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
- cd _boot && /home/opam/.opam/4.11/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 78-95, characters 5-6:
- Warning 23: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 

Processing  8/19: [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" "31" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.11.1)
-> compiled  dune.3.11.1
-> installed dune.3.11.1
Processing 10/19: [csexp: dune build]
Processing 11/19: [csexp: dune build] [either: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "31" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 11/19: [either: dune build]
-> installed csexp.1.5.2
Processing 12/19: [either: dune build]
Processing 13/19: [dune-configurator: rm] [either: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "either" "-j" "31" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/either.1.0.0)
-> compiled  either.1.0.0
Processing 13/19: [dune-configurator: rm]
-> installed either.1.0.0
Processing 14/19: [dune-configurator: rm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.11.1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.11.1)
Processing 14/19: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "31" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.11.1)
-> compiled  dune-configurator.3.11.1
-> installed dune-configurator.3.11.1
Processing 16/19: [containers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "containers" "-j" "31" (CWD=/home/opam/.opam/4.11/.opam-switch/build/containers.3.7)
- (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -warn-error -a+8 -w -32-70 -color always -safe-string -strict-sequence -g -O3 -unbox-closures -unbox-closures-factor 20 -inline 100 -I src/top/.containers_top.objs/byte -I src/top/.containers_top.objs/native -I /home/opam/.opam/4.11/lib/either -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I /home/opam/.opam/4.11/lib/seq -I src/core/.containers.objs/byte -I src/core/.containers.objs/native -I src/monomorphic/.containers_monomorphic.objs/byte -I src/monomorphic/.containers_monomorphic.objs/native -I src/unix/.containers_unix.objs/byte -I src/unix/.containers_unix.objs/native -intf-suffix .ml -no-alias-deps -o src/top/.containers_top.objs/native/containers_top.cmx -c -impl src/top/containers_top.ml)
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
-> compiled  containers.3.7
-> installed containers.3.7
Processing 18/19: [containers-thread: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "containers-thread" "-j" "31" (CWD=/home/opam/.opam/4.11/.opam-switch/build/containers-thread.3.7)
-> compiled  containers-thread.3.7
-> installed containers-thread.3.7
Done.
# Run eval $(opam env) to update the current shell environment
2023-11-23 19:06.47 ---> saved as "ecc15ed2f8785b06671d50ec779e0e5829da8cfdeebc486edf3bf80a21cc94ee"
Job succeeded