2025-03-20 12:06.46: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (9cef608020b03c5d0f793d6100c180db696ff100) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:99c5a502c60386ca37516e8d10372b031a2191411a2b352e3c52debec31a5a18 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 9cef6080 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:99c5a502c60386ca37516e8d10372b031a2191411a2b352e3c52debec31a5a18 # ubuntu-22.04-5.3_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mongoc.opam conf-libmongoc.opam ./ RUN opam pin add -yn mongoc.dev './' && \ opam pin add -yn conf-libmongoc.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 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.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mongoc.dev conf-libmongoc.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 2025-03-20 12:06.46: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:99c5a502c60386ca37516e8d10372b031a2191411a2b352e3c52debec31a5a18-ubuntu-22.04-5.3_opam-2.3-aac509e0f8822ea8c612a70ab14f3ad3" 2025-03-20 12:06.46: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:99c5a502c60386ca37516e8d10372b031a2191411a2b352e3c52debec31a5a18) (comment ubuntu-22.04-5.3_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mongoc.dev './' && \ \nopam pin add -yn conf-libmongoc.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 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.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4") (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 mongoc.dev conf-libmongoc.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")) ) 2025-03-20 12:06.46: Waiting for resource in pool OCluster 2025-03-20 12:06.46: Waiting for worker… 2025-03-20 12:07.31: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 9cef608 Fix file name (from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:99c5a502c60386ca37516e8d10372b031a2191411a2b352e3c52debec31a5a18) 2025-03-20 12:07.31 ---> using "5fa3078d03c36c41486be280786245ce69ede71e099f6e9f139dd603c7cf19d4" from cache /: (comment ubuntu-22.04-5.3_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")) 2025-03-20 12:07.31 ---> using "9fa2948f62ebf217b649feb63f54e071fb9cc3561596dd542f41ffce6afc87f1" 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. This development 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. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-20 12:08.36 ---> saved as "6bb8b431014597f12d2db6d70bc54ee86c04939a285e36b59374c9676b94689d" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-20 12:08.36 ---> saved as "d15d3dd480d27c7fd8aa5a3de30d468c1769f04fa3a4f1bedfa6f96e8d0510a7" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-20 12:08.36 ---> saved as "a7270fe5f693c720164e7c354c393f9a21e9315d8aed1fab45dcaf4532593257" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 862a7640b1..fa45b93fe6 master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [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) 2025-03-20 12:09.37 ---> saved as "210457db0dddb377bf924fa9cb2dfa358d8f41adce5b62578fa4c541e050247e" /src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./)) 2025-03-20 12:09.37 ---> saved as "9be7999c6faab4552bed41d47b3f293a9644d5b8d055f62bc97c24f3dbab6d83" /src: (run (network host) (shell "opam pin add -yn mongoc.dev './' && \ \nopam pin add -yn conf-libmongoc.dev './'")) Package mongoc does not exist, create as a NEW package? [y/n] y [mongoc.dev] synchronised (file:///src) mongoc is now pinned to file:///src (version dev) Package conf-libmongoc does not exist, create as a NEW package? [y/n] y [conf-libmongoc.dev] synchronised (file:///src) conf-libmongoc is now pinned to file:///src (version dev) 2025-03-20 12:09.42 ---> saved as "6f485db6740a2f0ed01dc0d72db15f8129822b1f81c49e2c307cf5c546fb7364" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-20 12:09.42 ---> saved as "c41160e749598a451e2eb80d3a12a5d89155447bc4e10caf55472ea1bba87f37" /src: (env DEPS "astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fpath.0.7.3 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlformat.0.27.0 ocamlformat-lib.0.27.0 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.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4") /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 mongoc.dev conf-libmongoc.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1236 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [3798 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [3955 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2692 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [57.9 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3000 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [65.7 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1535 kB] - Fetched 16.7 MB in 1s (12.6 MB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [conf-libmongoc.dev] synchronised (file:///src) [mongoc.dev] synchronised (file:///src) [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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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 system packages will first need to be installed: libmongoc-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libmongoc-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15669 files and directories currently installed.) - Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.4_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.4) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.4_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.4) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.6_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package libbson-1.0-0. - Preparing to unpack .../06-libbson-1.0-0_1.21.0-1build1_amd64.deb ... - Unpacking libbson-1.0-0 (1.21.0-1build1) ... - Selecting previously unselected package libbson-dev. - Preparing to unpack .../07-libbson-dev_1.21.0-1build1_amd64.deb ... - Unpacking libbson-dev (1.21.0-1build1) ... - Selecting previously unselected package libmongocrypt0:amd64. - Preparing to unpack .../08-libmongocrypt0_1.3.0-1ubuntu1_amd64.deb ... - Unpacking libmongocrypt0:amd64 (1.3.0-1ubuntu1) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../09-libsnappy1v5_1.1.8-1build3_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.8-1build3) ... - Selecting previously unselected package libmongoc-1.0-0. - Preparing to unpack .../10-libmongoc-1.0-0_1.21.0-1build1_amd64.deb ... - Unpacking libmongoc-1.0-0 (1.21.0-1build1) ... - Selecting previously unselected package libmongocrypt-dev:amd64. - Preparing to unpack .../11-libmongocrypt-dev_1.3.0-1ubuntu1_amd64.deb ... - Unpacking libmongocrypt-dev:amd64 (1.3.0-1ubuntu1) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../12-libssl-dev_3.0.2-0ubuntu1.19_amd64.deb ... - Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../13-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... - Selecting previously unselected package libsnappy-dev:amd64. - Preparing to unpack .../14-libsnappy-dev_1.1.8-1build3_amd64.deb ... - Unpacking libsnappy-dev:amd64 (1.1.8-1build3) ... - Selecting previously unselected package libsasl2-dev. - Preparing to unpack .../15-libsasl2-dev_2.1.27+dfsg2-3ubuntu1.2_amd64.deb ... - Unpacking libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ... - Selecting previously unselected package libmongoc-dev. - Preparing to unpack .../16-libmongoc-dev_1.21.0-1build1_amd64.deb ... - Unpacking libmongoc-dev (1.21.0-1build1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../17-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.4) ... - No schema files found: doing nothing. - Setting up libsnappy1v5:amd64 (1.1.8-1build3) ... - Setting up libsasl2-dev (2.1.27+dfsg2-3ubuntu1.2) ... - Setting up libglib2.0-data (2.72.4-0ubuntu2.4) ... - Setting up libbson-1.0-0 (1.21.0-1build1) ... - Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.19) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libmongocrypt0:amd64 (1.3.0-1ubuntu1) ... - Setting up libbson-dev (1.21.0-1build1) ... - Setting up libsnappy-dev:amd64 (1.1.8-1build3) ... - Setting up libmongocrypt-dev:amd64 (1.3.0-1ubuntu1) ... - Setting up libmongoc-1.0-0 (1.21.0-1build1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.6) ... - Setting up libmongoc-dev (1.21.0-1build1) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.9) ... 2025-03-20 12:10.11 ---> saved as "e245854ccf21f46c607d276a9b5ffc90516be4f8b0c67ad9c4dcfe56a4758409" /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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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 36 packages - install astring 0.8.5 - install base v0.17.1 - install base-bytes base - install bigarray-compat 1.1.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install csexp 1.5.2 - install ctypes 0.23.0 - install dune 3.17.2 - install dune-build-info 3.17.2 - install dune-configurator 3.17.2 - install either 1.0.0 - install fix 20230505 - install fpath 0.7.3 - install integers 0.7.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-version 3.7.3 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlformat 0.27.0 - install ocamlformat-lib 0.27.0 - 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.8 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved ctypes.0.23.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved fix.20230505 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0 (cached) -> retrieved seq.base (cached) -> 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) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved topkg.1.0.8 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uucp.16.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.17.2 -> installed bigarray-compat.1.1.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed fix.20230505 -> installed menhirCST.20240715 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed ocaml-version.3.7.3 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed re.1.12.0 -> installed integers.0.7.0 -> installed dune-build-info.3.17.2 -> installed ocp-indent.1.8.1 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed uucp.16.0.0 -> installed uuseg.16.0.0 -> installed menhir.20240715 -> installed ocamlformat-lib.0.27.0 -> installed ocamlformat.0.27.0 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.3/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2025-03-20 12:12.30 ---> saved as "46c87ba9cf7cb7c960305b087a1dc2fe16dc75bb126854631f3fe3cfe934e044" /src: (copy (src .) (dst /src)) 2025-03-20 12:12.31 ---> saved as "a4fc9fa80ad51f692f032c16b7cd469b730f5f137fa5bebeede87d1b0819b2ea" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "bin/omong.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t _build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t.corrected diff --git a/_build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t b/_build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t.corrected index 10c7440..4bee0c2 100644 Binary files a/_build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t and b/_build/.sandbox/e55ce14ab7a768f4691c1cc5cce2ad08/default/bin/omong.t.corrected differ "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-20 12:12.35: Job failed: Failed: Build failed