Building on doris.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093) Unable to find image 'ocaml/opam:debian-unstable@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093' locally docker.io/ocaml/opam@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093: Pulling from ocaml/opam e8210966e922: Pulling fs layer e8210966e922: Download complete e8210966e922: Pull complete Digest: sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093 Status: Downloaded newer image for ocaml/opam@sha256:9598e1a832358a38228838d23edf434353093175284d5ed5bc533a6f53485093 2023-01-01 22:38.45 ---> using "5d5e87cadfec7e7a6401d2d54a8a47d3afe330b6b820d94db1727311dcdec05c" 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-01-01 22:38.45 ---> using "86042612f669534a818a296d6f90d3dc51e57d4ebd633dfa7989b39af8377107" 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 4d71c85721434d76da9b416c2f1a082c22d45769")) 2023-01-01 22:38.45 ---> using "90895767b00e1346da46b38f4308fa97ba1a26e268eba7a075ef0d09efec3e97" 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-01-01 22:38.45 ---> using "3050b9cd72d96212fd6181d1c3b1f2881a3f2eaaa639640851ef8d83a4071d7b" 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-01-01 22:38.45 ---> using "71a4130c295e1220a9b882ea35be481abd7ea2a2d9a7732213b012bb9e1369a3" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [161 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-01-01-0208.51-F-2022-12-31-0203.27.pdiff [79.7 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-01-01-0208.51-F-2022-12-31-0203.27.pdiff [79.7 kB] - Fetched 304 kB in 1s (236 kB/s) - Reading package lists... 2023-01-01 22:38.45 ---> using "15bce4092bc5d0b91ce5d7c7f66de9f8cd6e191d773bf1ba6499b9b020067293" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"macaddr-cstruct.5.0.1\"\ \nopam install -vy \"macaddr-cstruct.5.0.1\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"macaddr-cstruct.5.0.1\" | 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] macaddr-cstruct.5.0.1 is not installed. The following actions will be performed: === install 5 packages - install bigarray-compat 1.1.0 [required by cstruct] - install cstruct 6.0.1 [required by macaddr-cstruct] - install dune 3.6.1 [required by macaddr-cstruct] - install macaddr 5.0.1 [required by macaddr-cstruct] - install macaddr-cstruct 5.0.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/14: Processing 2/14: Processing 3/14: -> retrieved bigarray-compat.1.1.0 (cached) Processing 4/14: -> retrieved macaddr.5.0.1, macaddr-cstruct.5.0.1 (cached) -> retrieved cstruct.6.0.1 (cached) -> retrieved dune.3.6.1 (cached) Processing 5/14: [dune: ocaml 255] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.6.1) - ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml - ./.duneboot.exe -j 255 - Processing 5/14: [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.11/.opam-switch/build/dune.3.6.1) -> compiled dune.3.6.1 -> installed dune.3.6.1 Processing 7/14: [bigarray-compat: dune build] Processing 8/14: [bigarray-compat: dune build] [macaddr: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bigarray-compat" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/bigarray-compat.1.1.0) -> compiled bigarray-compat.1.1.0 Processing 8/14: [macaddr: dune build] -> installed bigarray-compat.1.1.0 Processing 9/14: [macaddr: dune build] Processing 10/14: [cstruct: dune build] [macaddr: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "macaddr" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/macaddr.5.0.1) - (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I lib/.macaddr_top.objs/byte -I lib/.macaddr_top.objs/native -I /home/opam/.opam/4.11/lib/ocaml/compiler-libs -I lib/.macaddr.objs/byte -I lib/.macaddr.objs/native -intf-suffix .ml -no-alias-deps -o lib/.macaddr_top.objs/native/macaddr_top.cmx -c -impl lib/macaddr_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 macaddr.5.0.1 Processing 10/14: [cstruct: dune build] -> installed macaddr.5.0.1 Processing 11/14: [cstruct: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cstruct" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/cstruct.6.0.1) -> compiled cstruct.6.0.1 -> installed cstruct.6.0.1 Processing 13/14: [macaddr-cstruct: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "macaddr-cstruct" "-j" "255" (CWD=/home/opam/.opam/4.11/.opam-switch/build/macaddr-cstruct.5.0.1) - (cd _build/default && /home/opam/.opam/4.11/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.macaddr_cstruct.objs/byte -I /home/opam/.opam/4.11/lib/bigarray-compat -I /home/opam/.opam/4.11/lib/cstruct -I /home/opam/.opam/4.11/lib/macaddr -intf-suffix .ml -no-alias-deps -o lib/.macaddr_cstruct.objs/byte/macaddr_cstruct.cmo -c -impl lib/macaddr_cstruct.ml) - File "lib/macaddr_cstruct.ml", line 24, characters 5-16: - 24 | if Cstruct.len cs <> 6 then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/macaddr_cstruct.ml", line 31, characters 12-23: - 31 | let len = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/4.11/bin/ocamlopt.opt -w -40 -g -I lib/.macaddr_cstruct.objs/byte -I lib/.macaddr_cstruct.objs/native -I /home/opam/.opam/4.11/lib/bigarray-compat -I /home/opam/.opam/4.11/lib/cstruct -I /home/opam/.opam/4.11/lib/macaddr -intf-suffix .ml -no-alias-deps -o lib/.macaddr_cstruct.objs/native/macaddr_cstruct.cmx -c -impl lib/macaddr_cstruct.ml) - File "lib/macaddr_cstruct.ml", line 24, characters 5-16: - 24 | if Cstruct.len cs <> 6 then - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - File "lib/macaddr_cstruct.ml", line 31, characters 12-23: - 31 | let len = Cstruct.len cs in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled macaddr-cstruct.5.0.1 -> installed macaddr-cstruct.5.0.1 Done. # Run eval $(opam env) to update the current shell environment 2023-01-01 22:39.05 ---> saved as "a4edfc9f2128faf1cc881bc8aeffd2791736f03ad69434a02e614bb4289e699b" Job succeeded