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


Building on toxis.caelum.ci.dev

(from ocaml/opam:debian-unstable)
2023-11-05 07:09.50 ---> 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-05 07:09.50 ---> using "5a48029448e4c4dcb1058375cea3e3790f5832d398adedd7742173873baea387" 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 3d81474197deaaac83f9ce67a8b0408b2f62afed"))
2023-11-05 07:09.50 ---> using "8231b81745561f2f596217e393b300ac61194dbe3d6f9cc43cd1829d7ce6e23e" 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:
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

  ~/.profile is already up-to-date.
2023-11-05 07:09.50 ---> using "b37037a7dd0e0621109a66e9bb0bd45c62866bf3f6faef0e5fd1b5caf01fe333" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14) to update the current shell environment
2023-11-05 07:09.50 ---> using "ca91cc2b4ca7df6564eb1eb60e625e48d78bbdc75cae60f16bed2f9d25c28943" 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-04-2003.48-F-2023-10-26-2004.30.pdiff [621 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-11-04-2003.48-F-2023-10-26-2004.30.pdiff [621 kB]
- Fetched 882 kB in 3s (299 kB/s)
- Reading package lists...
2023-11-05 07:09.50 ---> using "5a242c9e75ec8a3a18070f13439916234da8b72fa5cd60430853cf5259d9469e" from cache

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

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

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install dune 3.11.1   [required by fix]
  - install fix  20181206

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6:
Processing  2/6:
-> retrieved fix.20181206  (cached)
-> retrieved dune.3.11.1  (cached)
Processing  3/6: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/4.14/.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 71
- 

Processing  3/6: [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.14/.opam-switch/build/dune.3.11.1)
-> compiled  dune.3.11.1
-> installed dune.3.11.1
Processing  5/6: [fix: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "fix" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/fix.20181206)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix__Sigs.cmo -c -impl src/Sigs.ml)
- File "src/Sigs.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix__Glue.cmi -c -intf src/Glue.mli)
- File "src/Glue.mli", line 72, characters 3-4:
- 72 |   (J : sig val decode: M.key -> I.t end)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter J.
- File "src/Glue.mli", line 92, characters 3-4:
- 92 |   (K : sig val n: int end)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter K.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix__Tabulate.cmi -c -intf src/Tabulate.mli)
- File "src/Tabulate.mli", line 20, characters 3-4:
- 20 |   (M : MINIMAL_IMPERATIVE_MAPS with type key = F.t)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter M.
- File "src/Tabulate.mli", line 29, characters 3-4:
- 29 |   (T : OrderedType with type t = F.t)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter T.
- File "src/Tabulate.mli", line 38, characters 3-4:
- 38 |   (T : HashedType with type t = F.t)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter T.
- File "src/Tabulate.mli", line 52, characters 3-4:
- 52 |   (K : sig val n: int end)
-         ^
- Warning 67 [unused-functor-parameter]: unused functor parameter K.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -intf-suffix .ml -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix__HashCons.cmo -c -impl src/HashCons.ml)
- File "src/HashCons.ml", line 43, characters 2-20:
- 43 |   Pervasives.compare x.id y.id
-        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -intf-suffix .ml -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix__Glue.cmo -c -impl src/Glue.ml)
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "hashtbl.mli", line 350, characters 4-50:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "hashtbl.mli", lines 351-352, characters 4-10:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "hashtbl.mli", line 355, characters 4-58:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "hashtbl.mli", line 359, characters 4-41:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "hashtbl.mli", line 362, characters 4-38:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "hashtbl.mli", line 365, characters 4-40:
-   Expected signature
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w A -g -bin-annot -I src/.fix.objs/byte -no-alias-deps -open Fix__ -o src/.fix.objs/byte/fix.cmo -c -impl src/Fix.ml)
- File "src/Fix.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w A -g -I src/.fix.objs/byte -I src/.fix.objs/native -intf-suffix .ml -no-alias-deps -open Fix__ -o src/.fix.objs/native/fix__Glue.cmx -c -impl src/Glue.ml)
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "hashtbl.mli", line 350, characters 4-50:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "hashtbl.mli", lines 351-352, characters 4-10:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "hashtbl.mli", line 355, characters 4-58:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "hashtbl.mli", line 359, characters 4-41:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "hashtbl.mli", line 362, characters 4-38:
-   Expected signature
- File "src/Glue.ml", line 162, characters 8-28:
- 162 |   Adapt(Ephemeron.K1.Make(H))
-               ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "hashtbl.mli", line 365, characters 4-40:
-   Expected signature
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w A -g -I src/.fix.objs/byte -I src/.fix.objs/native -intf-suffix .ml -no-alias-deps -open Fix__ -o src/.fix.objs/native/fix__HashCons.cmx -c -impl src/HashCons.ml)
- File "src/HashCons.ml", line 43, characters 2-20:
- 43 |   Pervasives.compare x.id y.id
-        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  fix.20181206
-> installed fix.20181206
Done.
# Run eval $(opam env) to update the current shell environment
2023-11-05 07:10.34 ---> saved as "b1a05ecf1f3671083bb392d136dcb3511e3c2e39b67031a76dfbb83366840c90"
Job succeeded