2024-11-26 10:27.18: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/metaocaml (36a33b735af9b5ab4826f898bbbbbcebfd096626) (linux-s390x:debian-12-5.2_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "metaocaml" && cd "ocamlformat" && git reset --hard 36a33b73 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed # debian-12-5.2_s390x_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./ RUN opam pin add -yn ocamlformat.dev './' && \ opam pin add -yn ocamlformat-rpc-lib.dev './' && \ opam pin add -yn ocamlformat-lib.dev './' && \ opam pin add -yn ocamlformat-bench.dev './' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-11-26 10:27.18: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed-debian-12-5.2_s390x_opam-2.3-79928a0db4b3e84598af68649386d2ca" 2024-11-26 10:27.18: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed) (comment debian-12-5.2_s390x_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-11-26 10:27.18: Waiting for resource in pool OCluster 2024-11-26 10:27.18: Waiting for worker… 2024-11-26 10:32.59: Got resource from pool OCluster Building on s390x-worker-02.marist.ci.dev Updating files: 2% (47/1963) Updating files: 3% (59/1963) Updating files: 4% (79/1963) Updating files: 5% (99/1963) Updating files: 5% (105/1963) Updating files: 6% (118/1963) Updating files: 6% (123/1963) Updating files: 7% (138/1963) Updating files: 8% (158/1963) Updating files: 9% (177/1963) Updating files: 10% (197/1963) Updating files: 11% (216/1963) Updating files: 12% (236/1963) Updating files: 13% (256/1963) Updating files: 14% (275/1963) Updating files: 15% (295/1963) Updating files: 16% (315/1963) Updating files: 17% (334/1963) Updating files: 18% (354/1963) Updating files: 19% (373/1963) Updating files: 20% (393/1963) Updating files: 21% (413/1963) Updating files: 22% (432/1963) Updating files: 23% (452/1963) Updating files: 24% (472/1963) Updating files: 25% (491/1963) Updating files: 26% (511/1963) Updating files: 27% (531/1963) Updating files: 28% (550/1963) Updating files: 29% (570/1963) Updating files: 30% (589/1963) Updating files: 30% (598/1963) Updating files: 31% (609/1963) Updating files: 32% (629/1963) Updating files: 33% (648/1963) Updating files: 34% (668/1963) Updating files: 35% (688/1963) Updating files: 36% (707/1963) Updating files: 37% (727/1963) Updating files: 38% (746/1963) Updating files: 39% (766/1963) Updating files: 40% (786/1963) Updating files: 41% (805/1963) Updating files: 42% (825/1963) Updating files: 43% (845/1963) Updating files: 44% (864/1963) Updating files: 45% (884/1963) Updating files: 46% (903/1963) Updating files: 47% (923/1963) Updating files: 48% (943/1963) Updating files: 49% (962/1963) Updating files: 50% (982/1963) Updating files: 51% (1002/1963) Updating files: 52% (1021/1963) Updating files: 53% (1041/1963) Updating files: 54% (1061/1963) Updating files: 55% (1080/1963) Updating files: 56% (1100/1963) Updating files: 57% (1119/1963) Updating files: 58% (1139/1963) Updating files: 59% (1159/1963) Updating files: 60% (1178/1963) Updating files: 61% (1198/1963) Updating files: 62% (1218/1963) Updating files: 63% (1237/1963) Updating files: 64% (1257/1963) Updating files: 65% (1276/1963) Updating files: 66% (1296/1963) Updating files: 67% (1316/1963) Updating files: 68% (1335/1963) Updating files: 69% (1355/1963) Updating files: 70% (1375/1963) Updating files: 71% (1394/1963) Updating files: 72% (1414/1963) Updating files: 73% (1433/1963) Updating files: 74% (1453/1963) Updating files: 75% (1473/1963) Updating files: 76% (1492/1963) Updating files: 77% (1512/1963) Updating files: 77% (1529/1963) Updating files: 78% (1532/1963) Updating files: 79% (1551/1963) Updating files: 80% (1571/1963) Updating files: 81% (1591/1963) Updating files: 82% (1610/1963) Updating files: 83% (1630/1963) Updating files: 84% (1649/1963) Updating files: 85% (1669/1963) Updating files: 86% (1689/1963) Updating files: 87% (1708/1963) Updating files: 88% (1728/1963) Updating files: 89% (1748/1963) Updating files: 90% (1767/1963) Updating files: 91% (1787/1963) Updating files: 92% (1806/1963) Updating files: 93% (1826/1963) Updating files: 94% (1846/1963) Updating files: 95% (1865/1963) Updating files: 96% (1885/1963) Updating files: 97% (1905/1963) Updating files: 98% (1924/1963) Updating files: 99% (1944/1963) Updating files: 100% (1963/1963) Updating files: 100% (1963/1963), done. HEAD is now at 6ad13e6ad Update CHANGES HEAD is now at 36a33b735 support for metaocaml (from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed) Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed' locally docker.io/ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed: Pulling from ocaml/opam 9f9f8fa8b120: Already exists 8e6cbae09e36: Already exists 4ab695da637f: Already exists 5ad82a311d0e: Already exists 2b871046e303: Already exists 0687f8c393d0: Already exists 0c56b0a94aca: Already exists bbdfdb2635ff: Already exists 5fd7b192f2d9: Already exists 169c467384fb: Already exists 2472ebc7595d: Already exists c59ed37e713a: Already exists 868315a8af9a: Already exists d0e7bb6a72db: Already exists 417ff03ca34f: Already exists 417ff03ca34f: Already exists 0526264c6b23: Already exists a8b362961b12: Already exists 5508f3d135e1: Already exists 5049a0ab6dd0: Already exists 4f4fb700ef54: Already exists fc6148839988: Already exists ef433ac0a16f: Already exists 3eb65be92fa2: Already exists 467c4875a8aa: Already exists 9998672e06b6: Already exists 98741f23e93f: Already exists b90a83b62eb8: Already exists 370f876bf8b8: Already exists ee5b763fffc3: Already exists 0670d9f68814: Already exists 7f7db8e9ce1b: Already exists 24ec35890220: Already exists ea2140c2a21a: Already exists b657ebc86ba2: Already exists 78c0e74e3879: Already exists c95975c30c0f: Already exists 81019a4d48d2: Already exists 3a4768b10a00: Pulling fs layer 26a5241f56da: Pulling fs layer 57a4ff4cd774: Pulling fs layer f023f9cdd6ff: Pulling fs layer e46759631a18: Pulling fs layer 980eceadf821: Pulling fs layer a1c31d848656: Pulling fs layer a1c31d848656: Waiting f023f9cdd6ff: Waiting e46759631a18: Waiting 980eceadf821: Waiting 3a4768b10a00: Verifying Checksum 3a4768b10a00: Download complete 3a4768b10a00: Pull complete 57a4ff4cd774: Verifying Checksum 57a4ff4cd774: Download complete 26a5241f56da: Verifying Checksum 26a5241f56da: Download complete 26a5241f56da: Pull complete 57a4ff4cd774: Pull complete e46759631a18: Verifying Checksum e46759631a18: Download complete 980eceadf821: Verifying Checksum 980eceadf821: Download complete a1c31d848656: Verifying Checksum a1c31d848656: Download complete f023f9cdd6ff: Verifying Checksum f023f9cdd6ff: Download complete f023f9cdd6ff: Pull complete e46759631a18: Pull complete 980eceadf821: Pull complete a1c31d848656: Pull complete Digest: sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed Status: Downloaded newer image for ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed 2024-11-26 10:33.09 ---> using "301baea5c55377dfb60673fe1fd6bd526b1062530b1467181a3675a41c13536f" from cache /: (comment debian-12-5.2_s390x_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2024-11-26 10:33.10 ---> using "53118481945e93ef1c9ae4ee9c72d258e7c6e9b2d9a6023a5a2f7e8e56f27886" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then 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. Continue? [y/n] y This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-26 10:33.10 ---> using "cbd96a8dc0361c17241c7050dc00b51595bde60ff6ecd74d8ced9eabf1ed626e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-48-generic The OCaml toplevel, version 5.2.1 2.3.0 2024-11-26 10:33.10 ---> using "bb5a3e197b07ea7dffab22346aefd13e82895d6be8badab4f61ca6aeee1939b1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-26 10:33.10 ---> using "c7b12fa60bc84c81268e85e76e03d1de0fadf79c8c5fcd4bffff9a708a740d3b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u")) 11bdbee611 Merge pull request #26909 from Octachron/ocaml-5.2.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2024-11-26 10:33.10 ---> using "3cd35eee81614162ed8c24036db937ee37c34b21f5a68fea60b19575e2e15dec" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2024-11-26 10:33.22 ---> saved as "037fc0eb7688241199101ce04f0bb6371a981be858bc344e4e9d5b27a5a2cc36" /src: (run (network host) (shell "opam pin add -yn ocamlformat.dev './' && \ \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \ \nopam pin add -yn ocamlformat-lib.dev './' && \ \nopam pin add -yn ocamlformat-bench.dev './'")) [ocamlformat.dev] synchronised (file:///src) ocamlformat is now pinned to file:///src (version dev) [ocamlformat-rpc-lib.dev] synchronised (file:///src) ocamlformat-rpc-lib is now pinned to file:///src (version dev) [ocamlformat-lib.dev] synchronised (file:///src) ocamlformat-lib is now pinned to file:///src (version dev) Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y [ocamlformat-bench.dev] synchronised (file:///src) [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' ocamlformat-bench is now pinned to file:///src (version dev) 2024-11-26 10:33.32 ---> saved as "710a191c65c7a0a77c8c8a481cd134a3fa267c2856b491c38a4916e0c7bd3f24" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [195 kB] - Fetched 298 kB in 1s (499 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlformat-lib.dev] synchronised (no changes) [ocamlformat-bench.dev] synchronised (no changes) [ocamlformat.dev] synchronised (no changes) [ocamlformat-rpc-lib.dev] synchronised (no changes) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-11-26 10:33.47 ---> saved as "9567e8363fd04341a61f6d643f5857e736d8814cd76a0482e0645cb72025c9e8" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 35 packages - install alcotest 1.8.0 - install astring 0.8.5 - install base v0.17.1 - install base-bytes base - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install csexp 1.5.2 - install dune 3.16.1 - install dune-build-info 3.16.1 - install dune-configurator 3.16.1 - install either 1.0.0 - install fix 20230505 - install fmt 0.9.0 - install fpath 0.7.3 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.1 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocp-indent 1.8.1 - install re 1.12.0 - install seq base - install sexplib0 v0.17.0 - install stdio v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20230505 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved dune.3.16.1, dune-build-info.3.16.1, dune-configurator.3.16.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.7.1 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved seq.base (cached) -> installed cmdliner.1.3.0 -> retrieved ocp-indent.1.8.1 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed seq.base -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed uutf.1.0.3 -> installed fpath.0.7.3 -> installed dune.3.16.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed bechamel.0.5.0 -> installed dune-build-info.3.16.1 -> installed either.1.0.0 -> installed dune-configurator.3.16.1 -> installed menhirCST.20240715 -> installed fix.20230505 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed ocaml-version.3.7.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocp-indent.1.8.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed uucp.16.0.0 -> installed alcotest.1.8.0 -> installed uuseg.16.0.0 -> installed yojson.2.2.2 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed menhir.20240715 Done. <><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/5.2/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.2/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2024-11-26 10:35.17 ---> saved as "2c54add61a6fd6d4cd2f63bfc70a62c0d0388b3b22a48a69d092309e80be9d97" /src: (copy (src .) (dst /src)) 2024-11-26 10:35.20 ---> saved as "f489474df4ead031762c196571a57a42e1de6bcdfef7854aac003fbe2a11236a" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tools/printast/.printast.eobjs/byte -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/base -I /home/opam/.opam/5.2/lib/base/base_internalhash_types -I /home/opam/.opam/5.2/lib/base/shadow_stdlib -I /home/opam/.opam/5.2/lib/bytes -I /home/opam/.opam/5.2/lib/camlp-streams -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/dune-build-info -I /home/opam/.opam/5.2/lib/either -I /home/opam/.opam/5.2/lib/fpath -I /home/opam/.opam/5.2/lib/menhirLib -I /home/opam/.opam/5.2/lib/ocaml-version -I /home/opam/.opam/5.2/lib/ocaml/compiler-libs -I /home/opam/.opam/5.2/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.2/lib/ocp-indent/lexer -I /home/opam/.opam/5.2/lib/ocp-indent/lib -I /home/opam/.opam/5.2/lib/ocp-indent/utils -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/stdio -I /home/opam/.opam/5.2/lib/uucp -I /home/opam/.opam/5.2/lib/uuseg -I lib/.ocamlformat_lib.objs/byte -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -no-alias-deps -opaque -o tools/printast/.printast.eobjs/byte/dune__exe__Printast.cmo -c -impl tools/printast/printast.ml) File "tools/printast/printast.ml", line 9, characters 2-75: 9 | Parse.ast kind ~ocaml_version ~preserve_beginend:true ~input_name content ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This expression has type metaocaml:bool -> $a but an expression was expected of type $a Hint: $a is an existential type bound by the constructor Any. Hint: This function application is partial, maybe some arguments are missing. (cd _build/default/test/unit && ./test_unit.exe) Testing `ocamlformat'. This run has ID `JFXTY48A'. ................................................................................ ................................................................................ ......................................... File "test/cli/print_config.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t _build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t.corrected diff --git a/_build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t b/_build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t.corrected index 1f608ef..2e39f9d 100644 --- a/_build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t +++ b/_build/.sandbox/9b9987cc6ffa7fa2fa75db756cd4a2d4/default/test/cli/print_config.t.corrected @@ -22,6 +22,7 @@ No redundant values: quiet=false disable-conf-attrs=false version-check=true + metaocaml=false assignment-operator=end-line (profile conventional (file .ocamlformat:1)) break-before-in=fit-or-vertical (profile conventional (file .ocamlformat:1)) break-cases=fit (profile conventional (file .ocamlformat:1)) @@ -101,6 +102,7 @@ Redundant values from the conventional profile: quiet=false disable-conf-attrs=false version-check=true + metaocaml=false assignment-operator=end-line (profile conventional (file .ocamlformat:1)) break-before-in=fit-or-vertical (profile conventional (file .ocamlformat:1)) break-cases=fit (profile conventional (file .ocamlformat:1)) @@ -180,6 +182,7 @@ Redundant values from the ocamlformat profile: quiet=false disable-conf-attrs=false version-check=true + metaocaml=false assignment-operator=end-line (profile ocamlformat (file .ocamlformat:1)) break-before-in=fit-or-vertical (profile ocamlformat (file .ocamlformat:1)) break-cases=nested (profile ocamlformat (file .ocamlformat:1)) "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-11-26 10:35.46: Job failed: Failed: Build failed