Organisationstaridesmongoc-ocaml9cef60 ()fedora-41-4.14_opam-2.3

fedora-41-4.14_opam-2.3

Logs

Show full logs
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:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
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:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 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.16.0 stdio.v0.16.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:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1-fedora-41-4.14_opam-2.3-7865af802ee3d817954968784a7fc15c"
2025-03-20 12:06.46: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1)
 (comment fedora-41-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 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.16.0 stdio.v0.16.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.29: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 9cef608 Fix file name

(from ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1' locally
docker.io/ocaml/opam@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1: Pulling from ocaml/opam
2398ca8da14a: Pulling fs layer
2398ca8da14a: Waiting
2398ca8da14a: Verifying Checksum
2398ca8da14a: Download complete
2398ca8da14a: Pull complete
Digest: sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
Status: Downloaded newer image for ocaml/opam@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
2025-03-20 12:12.07 ---> saved as "3b513f1f998f2d0a31a77800be2ddc9fb442a2e593fa1bc635608352df3731f1"

/: (comment fedora-41-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 41 - x86_64                     100% | 291.6 KiB/s |  26.8 KiB |  00m00s
 Fedora 41 - x86_64 - Updates           100% | 249.7 KiB/s |  23.2 KiB |  00m00s
 Fedora 41 - x86_64 - Updates           100% |   5.5 MiB/s |   4.6 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.

Nothing to do.
2025-03-20 12:12.12 ---> saved as "daa6082c6c546cccddd12e6aecce94cdce51a3225789b6f8d71dd8a90d7563ff"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-20 12:12.12 ---> saved as "13f1cdcc6140791f356911f2a4623e8708e6bd1b1fecd8ca637cfd9dfb2eafa3"

/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 71 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=71 --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:13.22 ---> saved as "43c0761621909e17234bbd30a7bf0e4f6e5b16351d10422a6f52afe64f5f647c"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-20 12:13.22 ---> saved as "a9f85f1ffbbdb7c517e07fa0be5446aa8a7c499800fd852879625311e1036bbf"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-20 12:13.22 ---> saved as "40f52c85e489327393f2a1d6cd1a986dc028c7964466d7c55ed04c462aa11fab"

/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
   a8ed476033..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:14.21 ---> saved as "6358a43b1c898db14e51a2b8b63daa475da92faf1e436ebd903c9a85c660837e"

/src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./))
2025-03-20 12:14.21 ---> saved as "f0a55af3c8fb468cdf59cab42a39c4efdf51146e74be56a868c383090b5d04e8"

/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:14.24 ---> saved as "096310a8e293ca5abbbcad23ee8acefc659b8263ebc1cb75644a73f4e4823352"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-20 12:14.24 ---> saved as "1826fa498c36e13e3c7b924e318266a0d63acba1c0763e56613e586b14f13dd3"

/src: (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.7.3 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.16.0 stdio.v0.16.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 "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    mongo-c-driver-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "yum" "install" "-y" "mongo-c-driver-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version       Repository      Size
- Installing:
-  mongo-c-driver-devel x86_64 1.30.2-1.fc41 updates      1.2 MiB
- Installing dependencies:
-  cmake-filesystem     x86_64 3.30.8-1.fc41 updates      0.0   B
-  libbson              x86_64 1.30.2-1.fc41 updates    261.0 KiB
-  libbson-devel        x86_64 1.30.2-1.fc41 updates    483.9 KiB
-  libmongocrypt        x86_64 1.13.0-1.fc41 updates      3.1 MiB
-  libmongocrypt-devel  x86_64 1.13.0-1.fc41 updates      1.2 MiB
-  libzstd-devel        x86_64 1.5.7-1.fc41  updates    208.0 KiB
-  mongo-c-driver       x86_64 1.30.2-1.fc41 updates     15.7 KiB
-  mongo-c-driver-libs  x86_64 1.30.2-1.fc41 updates      1.1 MiB
-  snappy               x86_64 1.2.1-2.fc41  fedora      71.1 KiB
-  utf8proc             x86_64 2.7.0-8.fc41  fedora     362.4 KiB
- 
- Transaction Summary:
-  Installing:        11 packages
- 
- Total size of inbound packages is 4 MiB. Need to download 4 MiB.
- After this operation, 8 MiB extra will be used (install 8 MiB, remove 0 B).
- [ 1/11] mongo-c-driver-0:1.30.2-1.fc41. 100% | 202.0 KiB/s |  14.9 KiB |  00m00s
- [ 2/11] snappy-0:1.2.1-2.fc41.x86_64    100% | 775.7 KiB/s |  39.6 KiB |  00m00s
- [ 3/11] mongo-c-driver-libs-0:1.30.2-1. 100% |   2.6 MiB/s | 393.7 KiB |  00m00s
- [ 4/11] utf8proc-0:2.7.0-8.fc41.x86_64  100% |   2.0 MiB/s |  80.5 KiB |  00m00s
- [ 5/11] mongo-c-driver-devel-0:1.30.2-1 100% |   6.1 MiB/s |   1.1 MiB |  00m00s
- [ 6/11] libbson-0:1.30.2-1.fc41.x86_64  100% |   2.5 MiB/s | 103.0 KiB |  00m00s
- [ 7/11] cmake-filesystem-0:3.30.8-1.fc4 100% | 885.0 KiB/s |  16.8 KiB |  00m00s
- [ 8/11] libmongocrypt-devel-0:1.13.0-1. 100% |   8.0 MiB/s | 206.1 KiB |  00m00s
- [ 9/11] libbson-devel-0:1.30.2-1.fc41.x 100% |   9.4 MiB/s | 336.2 KiB |  00m00s
- [10/11] libzstd-devel-0:1.5.7-1.fc41.x8 100% |   1.8 MiB/s |  53.1 KiB |  00m00s
- [11/11] libmongocrypt-0:1.13.0-1.fc41.x 100% |  13.7 MiB/s |   1.4 MiB |  00m00s
- --------------------------------------------------------------------------------
- [11/11] Total                           100% |   8.0 MiB/s |   3.7 MiB |  00m00s
- Running transaction
- [ 1/13] Verify package files            100% | 305.0   B/s |  11.0   B |  00m00s
- [ 2/13] Prepare transaction             100% | 119.0   B/s |  11.0   B |  00m00s
- [ 3/13] Installing cmake-filesystem-0:3 100% |   1.4 MiB/s |   7.3 KiB |  00m00s
- [ 4/13] Installing libbson-0:1.30.2-1.f 100% |  64.0 MiB/s | 262.3 KiB |  00m00s
- [ 5/13] Installing libmongocrypt-0:1.13 100% | 138.8 MiB/s |   3.1 MiB |  00m00s
- [ 6/13] Installing libbson-devel-0:1.30 100% |  64.9 MiB/s | 531.8 KiB |  00m00s
- [ 7/13] Installing libmongocrypt-devel- 100% | 178.8 MiB/s |   1.3 MiB |  00m00s
- [ 8/13] Installing libzstd-devel-0:1.5. 100% | 102.0 MiB/s | 208.8 KiB |  00m00s
- [ 9/13] Installing utf8proc-0:2.7.0-8.f 100% |  88.8 MiB/s | 363.8 KiB |  00m00s
- [10/13] Installing snappy-0:1.2.1-2.fc4 100% |  35.6 MiB/s |  72.8 KiB |  00m00s
- [11/13] Installing mongo-c-driver-libs- 100% | 110.5 MiB/s |   1.1 MiB |  00m00s
- [12/13] Installing mongo-c-driver-0:1.3 100% |   3.2 MiB/s |  16.4 KiB |  00m00s
- [13/13] Installing mongo-c-driver-devel 100% |  16.8 MiB/s |   1.4 MiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"
- mongo-c-driver-devel-1.30.2-1.fc41.x86_64
2025-03-20 12:14.45 ---> saved as "86d0e6cdfb24cc9d1f48ddec6d9ceaf0be2040d083a2518b8bdb56a8dc4bc940"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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.16.3
  - install base-bytes        base
  - install bigarray-compat   1.1.0
  - install camlp-streams     5.0.1
  - install cmdliner          1.3.0
  - install conf-bash         1
  - 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 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.16.0
  - install stdio             v0.16.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.16.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> 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 ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ocamlformat.0.27.0, ocamlformat-lib.0.27.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> 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 menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-version.3.7.3
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed integers.0.7.0
-> installed ocp-indent.1.8.1
-> installed dune-build-info.3.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed base.v0.16.3
-> installed stdio.v0.16.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/4.14/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-03-20 12:17.41 ---> saved as "5fc7651c2c62383572fda4a0a8c4b5520816ac35b633a5622b67f6cd60852b5d"

/src: (copy (src .) (dst /src))
2025-03-20 12:17.42 ---> saved as "f5775b2c69e6580bd6a064d9eca9eedaceede45c9f2393629478ba28caad6868"

/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/2fe0ec0c3cb61375e806ebd218d163b2/default/bin/omong.t _build/.sandbox/2fe0ec0c3cb61375e806ebd218d163b2/default/bin/omong.t.corrected
diff --git a/_build/.sandbox/2fe0ec0c3cb61375e806ebd218d163b2/default/bin/omong.t b/_build/.sandbox/2fe0ec0c3cb61375e806ebd218d163b2/default/bin/omong.t.corrected
index 10c7440..667bc52 100644
Binary files a/_build/.sandbox/2fe0ec0c3cb61375e806ebd218d163b2/default/bin/omong.t and b/_build/.sandbox/2fe0ec0c3cb61375e806ebd218d163b2/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:17.46: Job failed: Failed: Build failed