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

fedora-40-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-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda
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-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda
# fedora-40-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-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda-fedora-40-4.14_opam-2.3-7865af802ee3d817954968784a7fc15c"
2025-03-20 12:06.46: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda)
 (comment fedora-40-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.46: 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:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda)
2025-03-20 12:10.44 ---> using "81aeb9972ad396fe915756d37c1673be494f25bf8fcf54f21164b1846f16ebc1" from cache

/: (comment fedora-40-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"))
Fedora 40 - x86_64 - Updates                     60 kB/s |  23 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.7 MB/s | 5.2 MB     00:01    
Last metadata expiration check: 0:00:07 ago on Thu Mar 20 11:40:27 2025.
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-03-20 12:10.44 ---> using "4c0b4f4f44ba47830d0c2d9115d7a4e99e6d99a4f748784d521652a095b1eaab" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-20 12:10.44 ---> using "729b2952a286ecb9eb23be38e00cdab37c74b91a4aa5b706438e94c5c6850d1b" 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 39 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=39 --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:10.44 ---> using "fca5162a208c07f83d379ef2cdbc0b2c09827c2969019020f82faaa3094f6cf0" from cache

/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:10.44 ---> using "0755c661e0f6f170959fc6603a07ec1fe4ad4d14f05537a181c45a1834bc50bc" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-20 12:10.44 ---> using "e334036df1ff813404f461c55e8406a73518d99330baa091d5ad0e39753cae4f" from cache

/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:10.44 ---> using "08f9ca71e71d1ea71668d99a8e02f545f08154656370f508411dc6b61f3b0f91" from cache

/src: (copy (src mongoc.opam conf-libmongoc.opam) (dst ./))
2025-03-20 12:10.44 ---> using "f1812a7aa6fe09722368f91642274a5035063f516d9054e76631a9523244be64" from cache

/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:10.44 ---> using "5403a248a46dc5cb4002c1e04a17fa5b283b8287665d3463e03c519a9d7217a2" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-20 12:10.44 ---> using "d31120428daf162d9c2541660175726652eb60f120ce0b651953d96a1cbbbe0f" from cache

/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"
- Fedora 40 - x86_64                              214 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        9.5 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    180 kB/s |  23 kB     00:00    
- 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"
- Last metadata expiration check: 0:00:18 ago on Thu Mar 20 12:08:15 2025.
- Dependencies resolved.
- ================================================================================
-  Package                   Arch        Version               Repository    Size
- ================================================================================
- Installing:
-  mongo-c-driver-devel      x86_64      1.30.2-1.fc40         updates      1.0 M
- Installing dependencies:
-  cmake-filesystem          x86_64      3.30.8-1.fc40         updates       17 k
-  libbson                   x86_64      1.30.2-1.fc40         updates      103 k
-  libbson-devel             x86_64      1.30.2-1.fc40         updates      334 k
-  libmongocrypt             x86_64      1.13.0-1.fc40         updates      1.4 M
-  libmongocrypt-devel       x86_64      1.13.0-1.fc40         updates      202 k
-  libzstd-devel             x86_64      1.5.7-1.fc40          updates       53 k
-  mongo-c-driver            x86_64      1.30.2-1.fc40         updates       15 k
-  mongo-c-driver-libs       x86_64      1.30.2-1.fc40         updates      396 k
-  snappy                    x86_64      1.1.10-4.fc40         fedora        37 k
-  utf8proc                  x86_64      2.7.0-7.fc40          fedora        80 k
- 
- Transaction Summary
- ================================================================================
- Install  11 Packages
- 
- Total download size: 3.6 M
- Installed size: 7.9 M
- Downloading Packages:
- (1/11): cmake-filesystem-3.30.8-1.fc40.x86_64.r 278 kB/s |  17 kB     00:00    
- (2/11): utf8proc-2.7.0-7.fc40.x86_64.rpm        944 kB/s |  80 kB     00:00    
- (3/11): libbson-1.30.2-1.fc40.x86_64.rpm        2.4 MB/s | 103 kB     00:00    
- (4/11): snappy-1.1.10-4.fc40.x86_64.rpm         281 kB/s |  37 kB     00:00    
- (5/11): libmongocrypt-1.13.0-1.fc40.x86_64.rpm   16 MB/s | 1.4 MB     00:00    
- (6/11): libzstd-devel-1.5.7-1.fc40.x86_64.rpm   3.5 MB/s |  53 kB     00:00    
- (7/11): mongo-c-driver-1.30.2-1.fc40.x86_64.rpm 1.0 MB/s |  15 kB     00:00    
- (8/11): libbson-devel-1.30.2-1.fc40.x86_64.rpm  2.3 MB/s | 334 kB     00:00    
- (9/11): libmongocrypt-devel-1.13.0-1.fc40.x86_6 2.0 MB/s | 202 kB     00:00    
- (10/11): mongo-c-driver-devel-1.30.2-1.fc40.x86  24 MB/s | 1.0 MB     00:00    
- (11/11): mongo-c-driver-libs-1.30.2-1.fc40.x86_ 7.9 MB/s | 396 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           6.6 MB/s | 3.6 MB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libbson-1.30.2-1.fc40.x86_64                          1/11 
-   Installing       : cmake-filesystem-3.30.8-1.fc40.x86_64                 2/11 
-   Installing       : libbson-devel-1.30.2-1.fc40.x86_64                    3/11 
-   Installing       : libmongocrypt-1.13.0-1.fc40.x86_64                    4/11 
-   Installing       : libmongocrypt-devel-1.13.0-1.fc40.x86_64              5/11 
-   Installing       : libzstd-devel-1.5.7-1.fc40.x86_64                     6/11 
-   Installing       : utf8proc-2.7.0-7.fc40.x86_64                          7/11 
-   Installing       : snappy-1.1.10-4.fc40.x86_64                           8/11 
-   Installing       : mongo-c-driver-libs-1.30.2-1.fc40.x86_64              9/11 
-   Installing       : mongo-c-driver-1.30.2-1.fc40.x86_64                  10/11 
-   Installing       : mongo-c-driver-devel-1.30.2-1.fc40.x86_64            11/11 
-   Running scriptlet: mongo-c-driver-devel-1.30.2-1.fc40.x86_64            11/11 
- 
- Installed:
-   cmake-filesystem-3.30.8-1.fc40.x86_64                                         
-   libbson-1.30.2-1.fc40.x86_64                                                  
-   libbson-devel-1.30.2-1.fc40.x86_64                                            
-   libmongocrypt-1.13.0-1.fc40.x86_64                                            
-   libmongocrypt-devel-1.13.0-1.fc40.x86_64                                      
-   libzstd-devel-1.5.7-1.fc40.x86_64                                             
-   mongo-c-driver-1.30.2-1.fc40.x86_64                                           
-   mongo-c-driver-devel-1.30.2-1.fc40.x86_64                                     
-   mongo-c-driver-libs-1.30.2-1.fc40.x86_64                                      
-   snappy-1.1.10-4.fc40.x86_64                                                   
-   utf8proc-2.7.0-7.fc40.x86_64                                                  
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "mongo-c-driver-devel"
- mongo-c-driver-devel-1.30.2-1.fc40.x86_64
2025-03-20 12:10.44 ---> using "efdff4d75b19167b4b2490e3f98d90dee1029a582c28dbfeeea18f741516e1ed" from cache

/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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved ocamlbuild.0.16.1  (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.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> 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 menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-version.3.7.3
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocp-indent.1.8.1
-> installed integers.0.7.0
-> 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 menhir.20240715
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> 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:10.44 ---> using "b32fdf17aa38e156713fa978db023c62ddff67f2ba47bb1cdc07c21156fd32b4" from cache

/src: (copy (src .) (dst /src))
2025-03-20 12:10.44 ---> saved as "48e047c077395f54bccc0aaad8d651240937684bb3e6084fdf79da85fc573159"

/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/38f6f4c043d0e4b645b14cbc9a0234dd/default/bin/omong.t _build/.sandbox/38f6f4c043d0e4b645b14cbc9a0234dd/default/bin/omong.t.corrected
diff --git a/_build/.sandbox/38f6f4c043d0e4b645b14cbc9a0234dd/default/bin/omong.t b/_build/.sandbox/38f6f4c043d0e4b645b14cbc9a0234dd/default/bin/omong.t.corrected
index 10c7440..c6e2b2c 100644
Binary files a/_build/.sandbox/38f6f4c043d0e4b645b14cbc9a0234dd/default/bin/omong.t and b/_build/.sandbox/38f6f4c043d0e4b645b14cbc9a0234dd/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:10.49: Job failed: Failed: Build failed