Building on x86-bm-c5.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 12:59.59 ---> 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 12:59.59 ---> 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 12:59.59 ---> 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 12:59.59 ---> using "e830f2b53861fdb19bb0972e91e1b24c2f609e5efcde21a85bee38b465e51901" 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 2023-11-23 12:59.59 ---> using "78ccbc053f1fa4863489643e6f29b58a6775764f44319e7151cde0cbb57ae12c" 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-0803.43-F-2023-11-17-0204.01.pdiff [296 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2023-11-23-0803.43-F-2023-11-17-0204.01.pdiff [296 kB] - Fetched 557 kB in 5s (120 kB/s) - Reading package lists... - 2023-11-23 12:59.59 ---> using "43b6c38246fd7221b395af50b340570bd5f099fe9a0cbde2e0c8e0ac1851359c" from cache /: (env OCAMLPARAM warn-error=+8,_) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"camlmix.1.3.0\"\ \nopam install -vy \"camlmix.1.3.0\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"camlmix.1.3.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")) [NOTE] camlmix.1.3.0 is not installed. Nothing to do. The following actions will be performed: === install 1 package - install camlmix 1.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved camlmix.1.3.0 (cached) Processing 2/3: [camlmix: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.08/.opam-switch/build/camlmix.1.3.0) - contents='let version = "1.3.0"'; \ - if test "`cat version.ml`" != "$contents"; then \ - echo "$contents" > version.ml;\ - fi - ocamllex lexer.mll - 29 states, 305 transitions, table size 1394 bytes - ocamlyacc parser_directive.mly - make[1]: Entering directory '/home/opam/.opam/4.08/.opam-switch/build/camlmix.1.3.0' - making ._ncdi/parser_directive.di from parser_directive.mli - making ._ncdi/lexer.di from lexer.mli - making ._d/parser_directive.d from parser_directive.ml - making ._d/lexer.d from lexer.ml - making ._d/main.d from main.ml - making ._d/directive.d from directive.ml - making ._d/version.d from version.ml - ocamlopt -c version.ml - ocamlc -c lexer.mli - ocamlopt -c lexer.ml - ocamlc -c parser_directive.mli - ocamlopt -c parser_directive.ml - ocamlopt -c directive.ml - ocamlopt -c main.ml - ocamlopt \ - \ - unix.cmxa -o camlmix \ - version.cmx lexer.cmx parser_directive.cmx directive.cmx main.cmx - make[1]: Leaving directory '/home/opam/.opam/4.08/.opam-switch/build/camlmix.1.3.0' -> compiled camlmix.1.3.0 Processing 3/3: [camlmix: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "PREFIX=/home/opam/.opam/4.08" (CWD=/home/opam/.opam/4.08/.opam-switch/build/camlmix.1.3.0) - install -m 0755 camlmix /home/opam/.opam/4.08/bin/ -> installed camlmix.1.3.0 Done. # Run eval $(opam env) to update the current shell environment 2023-11-23 13:00.15 ---> saved as "9d9dd8f9980a7bfbc43e9c3b720bf028db1ccfacdcf72c374f095cbb6c32959e" Job succeeded