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


Building on doris.caelum.ci.dev

(from ocaml/opam:debian-unstable)
2024-02-01 01:28.53 ---> 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"))
2024-02-01 01:28.53 ---> 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 07d2cb52ced40d85e207b1f945f4c59f68abbff3"))
2024-02-01 01:28.53 ---> using "75f03c372ca1fb2f574a576cfbd86371b2db390a89d23932a29928728e6fc1ce" 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.

2024-02-01 01:28.53 ---> using "b500e7b6bcdeec0421de8ed044a8447f06d2e49f42f4efe6d6c5c1f9af96e8d3" 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
2024-02-01 01:28.53 ---> using "13855db584041d1f9c988cc428768ec6e1b24fdd9199523257280327ab4bae8f" 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-2024-01-31-0205.02-F-2024-01-26-1406.40.pdiff [285 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2024-01-31-0205.02-F-2024-01-26-1406.40.pdiff [285 kB]
- Fetched 547 kB in 1s (365 kB/s)
- Reading package lists...
- 
2024-02-01 01:28.53 ---> using "3cd25381197936e34be0195d9be0ae3753c85381fe1fe0ec5db1708f5cf641a3" from cache

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

The following actions will be performed:
=== install 20 packages
  - install base                v0.14.3 [required by parsexp]
  - install bigarray-compat     1.1.0   [required by cstruct]
  - install cppo                1.6.9   [required by ppx_tools]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cstruct             6.0.1   [required by tar]
  - install dune                3.13.0  [required by tar]
  - install dune-configurator   3.13.0  [required by base]
  - install num                 1.5     [required by sexplib]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install parsexp             v0.14.2 [required by sexplib]
  - install ppx_cstruct         6.0.1   [required by tar]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ppx_tools           6.6     [required by tar]
  - install ppxlib              0.31.0  [required by ppx_cstruct]
  - install re                  1.11.0  [required by tar]
  - install seq                 base    [required by re]
  - install sexplib             v0.14.0 [required by ppx_cstruct]
  - install sexplib0            v0.14.0 [required by ppxlib, sexplib]
  - install stdlib-shims        0.3.0   [required by ppx_cstruct]
  - install tar                 1.1.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/58:
Processing  2/58:
Processing  3/58:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  4/58:
-> retrieved cppo.1.6.9  (cached)
Processing  5/58:
-> retrieved base.v0.14.3  (cached)
Processing  6/58:
-> retrieved csexp.1.5.2  (cached)
Processing  7/58:
-> retrieved cstruct.6.0.1, ppx_cstruct.6.0.1  (cached)
Processing  8/58:
-> retrieved num.1.5  (cached)
Processing  9/58:
Processing 10/58: [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 11/58: [num: make opam-legacy]
-> retrieved parsexp.v0.14.2  (cached)
Processing 12/58: [num: make opam-legacy]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 13/58: [num: make opam-legacy]
-> retrieved ppx_tools.6.6  (cached)
Processing 14/58: [num: make opam-legacy]
-> retrieved re.1.11.0  (cached)
Processing 15/58: [num: make opam-legacy]
Processing 16/58: [num: make opam-legacy]
Processing 17/58: [num: make opam-legacy]
-> installed seq.base
Processing 18/58: [num: make opam-legacy]
-> retrieved sexplib.v0.14.0  (cached)
Processing 19/58: [num: make opam-legacy]
-> retrieved sexplib0.v0.14.0  (cached)
Processing 20/58: [num: make opam-legacy]
-> retrieved ppxlib.0.31.0  (cached)
Processing 21/58: [num: make opam-legacy]
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tar.1.1.0  (cached)
-> retrieved dune.3.13.0, dune-configurator.3.13.0  (cached)
Processing 22/58: [dune: ocaml 255] [num: make opam-legacy]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "PROFILE=release" "opam-legacy" (CWD=/home/opam/.opam/4.08/.opam-switch/build/num.1.5)
- make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.08/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.08/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 22/58: [dune: ocaml 255]
-> installed num.1.5
Processing 23/58: [dune: ocaml 255]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune.3.13.0)
- ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 255
- cd _boot && /home/opam/.opam/4.08/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", line 109, characters 46-225:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", line 170, characters 44-866:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamLocal.ml", line 209, characters 8-775:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.08/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamVCS.ml
- File "vendor/opam/src/repository/opamVCS.ml", line 179, characters 11-183:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.08/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", line 78, characters 5-351:
- Warning 23: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- cd _boot && /home/opam/.opam/4.08/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamDownload.ml
- File "vendor/opam/src/repository/opamDownload.ml", line 323, characters 42-1950:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/4.08/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads opamRepository.ml
- File "vendor/opam/src/repository/opamRepository.ml", line 88, characters 45-174:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", line 277, characters 38-236:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- File "vendor/opam/src/repository/opamRepository.ml", line 423, characters 12-252:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, Checksum_mismatch _)
- 

Processing 23/58: [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" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune.3.13.0)
-> compiled  dune.3.13.0
-> installed dune.3.13.0
Processing 25/58: [bigarray-compat: dune build]
Processing 26/58: [bigarray-compat: dune build] [cppo: dune build]
Processing 27/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
Processing 28/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 29/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 30/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [re: dune build]
Processing 31/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [re: dune build] [sexplib0: dune build]
Processing 32/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 32/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 33/58: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "255" "@install" (CWD=/home/opam/.opam/4.08/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 33/58: [bigarray-compat: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 34/58: [bigarray-compat: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 35/58: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 35/58: [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 36/58: [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 37/58: [cppo: dune build] [cstruct: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
Processing 37/58: [cstruct: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed cppo.1.6.9
Processing 38/58: [cstruct: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 39/58: [cstruct: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_tools: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "255" "@install" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ocaml-compiler-libs.v0.12.4)
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/ocaml_optcomp/.ocaml_optcomp.objs/byte -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -no-alias-deps -o src/ocaml_optcomp/.ocaml_optcomp.objs/byte/ocaml_optcomp.cmo -c -impl src/ocaml_optcomp/ocaml_optcomp.ml)
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- 12 | module Available_regs                   = Available_regs
-                                                ^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 87, characters 42-62:
- 87 | module Reg_availability_set             = Reg_availability_set
-                                                ^^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 88, characters 42-61:
- 88 | module Reg_with_debug_info              = Reg_with_debug_info
-                                                ^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w -40 -safe-string -g -I src/ocaml_optcomp/.ocaml_optcomp.objs/byte -I src/ocaml_optcomp/.ocaml_optcomp.objs/native -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -o src/ocaml_optcomp/.ocaml_optcomp.objs/native/ocaml_optcomp.cmx -c -impl src/ocaml_optcomp/ocaml_optcomp.ml)
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- 12 | module Available_regs                   = Available_regs
-                                                ^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 87, characters 42-62:
- 87 | module Reg_availability_set             = Reg_availability_set
-                                                ^^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 88, characters 42-61:
- 88 | module Reg_with_debug_info              = Reg_with_debug_info
-                                                ^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 39/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 40/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "re" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/re.1.11.0)
-> compiled  re.1.11.0
Processing 40/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed re.1.11.0
Processing 41/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/sexplib0.v0.14.0)
-> compiled  sexplib0.v0.14.0
Processing 41/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [stdlib-shims: dune build]
-> installed sexplib0.v0.14.0
Processing 42/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 42/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build]
-> installed stdlib-shims.0.3.0
Processing 43/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build]
Processing 44/58: [cstruct: dune build] [dune-configurator: rm] [ppx_tools: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune-configurator.3.13.0)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune-configurator.3.13.0)
Processing 44/58: [cstruct: dune build] [dune-configurator: dune build] [ppx_tools: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cstruct" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/cstruct.6.0.1)
-> compiled  cstruct.6.0.1
Processing 44/58: [dune-configurator: dune build] [ppx_tools: dune build] [ppxlib: dune build]
-> installed cstruct.6.0.1
Processing 45/58: [dune-configurator: dune build] [ppx_tools: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "255" "@install" (CWD=/home/opam/.opam/4.08/.opam-switch/build/dune-configurator.3.13.0)
-> compiled  dune-configurator.3.13.0
Processing 45/58: [ppx_tools: dune build] [ppxlib: dune build]
-> installed dune-configurator.3.13.0
Processing 46/58: [ppx_tools: dune build] [ppxlib: dune build]
Processing 47/58: [base: dune build] [ppx_tools: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_tools" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppx_tools.6.6)
-> compiled  ppx_tools.6.6
Processing 47/58: [base: dune build] [ppxlib: dune build]
-> installed ppx_tools.6.6
Processing 48/58: [base: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/base.v0.14.3)
-> compiled  base.v0.14.3
Processing 48/58: [ppxlib: dune build]
-> installed base.v0.14.3
Processing 49/58: [ppxlib: dune build]
Processing 50/58: [parsexp: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "parsexp" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/parsexp.v0.14.2)
-> compiled  parsexp.v0.14.2
Processing 50/58: [ppxlib: dune build]
-> installed parsexp.v0.14.2
Processing 51/58: [ppxlib: dune build]
Processing 52/58: [ppxlib: dune build] [sexplib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/sexplib.v0.14.0)
-> compiled  sexplib.v0.14.0
Processing 52/58: [ppxlib: dune build]
-> installed sexplib.v0.14.0
Processing 53/58: [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppxlib.0.31.0)
-> compiled  ppxlib.0.31.0
-> installed ppxlib.0.31.0
Processing 55/58: [ppx_cstruct: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_cstruct" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppx_cstruct.6.0.1)
-> compiled  ppx_cstruct.6.0.1
-> installed ppx_cstruct.6.0.1
Processing 57/58: [tar: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tar" "-j" "255" (CWD=/home/opam/.opam/4.08/.opam-switch/build/tar.1.1.0)
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I lib/.tar.objs/byte -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/cstruct -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/re/str -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.tar.objs/byte/tar_cstruct.cmo -c -impl lib/tar_cstruct.pp.ml)
- File "lib/tar_cstruct.ml", line 13, characters 9-20:
- 13 |     min (Cstruct.len ch.data - ch.pos) len
-               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I lib/.tar.objs/byte -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/cstruct -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/re/str -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.tar.objs/byte/tar.cmo -c -impl lib/tar.pp.ml)
- File "lib/tar.ml", line 213, characters 17-28:
- 213 |           if i = Cstruct.len buffer
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 220, characters 11-22:
- 220 |         if Cstruct.len remaining = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 234, characters 71-82:
- 234 |               let v = Cstruct.to_string @@ Cstruct.sub record (j + 1) (Cstruct.len record - j - 2) in
-                                                                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 309, characters 17-28:
- 309 |     for i = 0 to Cstruct.len buf - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 317, characters 12-23:
- 317 |       (i >= Cstruct.len buf) || (Cstruct.get_uint8 buf i = 0 && (loop (i + 1))) in
-                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 369, characters 17-28:
- 369 |     for i = 0 to Cstruct.len x - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 374, characters 17-28:
- 374 |     for i = 0 to Cstruct.len chksum - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 576, characters 70-73:
- 576 |         let file_name = Cstruct.(to_string @@ sub extra_header_buf 0 (len extra_header_buf - 1)) in
-                                                                             ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 669, characters 39-50:
- 669 |           "paxheader" (Int64.of_int @@ Cstruct.len pax_payload) in
-                                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 695, characters 28-39:
- 695 |       let s = Bytes.create (Cstruct.len buffer) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 696, characters 31-42:
- 696 |       IO.really_input ifd s 0 (Cstruct.len buffer);
-                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 697, characters 44-55:
- 697 |       Cstruct.blit_from_bytes s 0 buffer 0 (Cstruct.len buffer)
-                                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 704, characters 30-41:
- 704 |           let amount = min n (Cstruct.len buffer) in
-                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.tar.objs/byte -I lib/.tar.objs/native -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/cstruct -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/re/str -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.tar.objs/native/tar.cmx -c -impl lib/tar.pp.ml)
- File "lib/tar.ml", line 213, characters 17-28:
- 213 |           if i = Cstruct.len buffer
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 220, characters 11-22:
- 220 |         if Cstruct.len remaining = 0
-                  ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 234, characters 71-82:
- 234 |               let v = Cstruct.to_string @@ Cstruct.sub record (j + 1) (Cstruct.len record - j - 2) in
-                                                                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 309, characters 17-28:
- 309 |     for i = 0 to Cstruct.len buf - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 317, characters 12-23:
- 317 |       (i >= Cstruct.len buf) || (Cstruct.get_uint8 buf i = 0 && (loop (i + 1))) in
-                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 369, characters 17-28:
- 369 |     for i = 0 to Cstruct.len x - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 374, characters 17-28:
- 374 |     for i = 0 to Cstruct.len chksum - 1 do
-                        ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 576, characters 70-73:
- 576 |         let file_name = Cstruct.(to_string @@ sub extra_header_buf 0 (len extra_header_buf - 1)) in
-                                                                             ^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 669, characters 39-50:
- 669 |           "paxheader" (Int64.of_int @@ Cstruct.len pax_payload) in
-                                              ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 695, characters 28-39:
- 695 |       let s = Bytes.create (Cstruct.len buffer) in
-                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 696, characters 31-42:
- 696 |       IO.really_input ifd s 0 (Cstruct.len buffer);
-                                      ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 697, characters 44-55:
- 697 |       Cstruct.blit_from_bytes s 0 buffer 0 (Cstruct.len buffer)
-                                                   ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- File "lib/tar.ml", line 704, characters 30-41:
- 704 |           let amount = min n (Cstruct.len buffer) in
-                                     ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.tar.objs/byte -I lib/.tar.objs/native -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/cstruct -I /home/opam/.opam/4.08/lib/re -I /home/opam/.opam/4.08/lib/re/str -I /home/opam/.opam/4.08/lib/seq -I /home/opam/.opam/4.08/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.tar.objs/native/tar_cstruct.cmx -c -impl lib/tar_cstruct.pp.ml)
- File "lib/tar_cstruct.ml", line 13, characters 9-20:
- 13 |     min (Cstruct.len ch.data - ch.pos) len
-               ^^^^^^^^^^^
- Alert deprecated: Cstruct.len
- len is deprecated, you should use length instead.
-> compiled  tar.1.1.0
-> installed tar.1.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-02-01 01:29.37 ---> saved as "9529547b35b4a4c51e4a3be983042d8678cbd00e22b39f42a7d310f55daaab90"
Job succeeded