Organisationstaridesmongoc-ocaml042080 (main)debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.16: New job: test tarides/mongoc-ocaml https://github.com/tarides/mongoc-ocaml.git#refs/heads/main (042080ab77ab888069120fa0910b9b4c87e6e274) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080ab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
# debian-13-5.4_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mongoc.opam ./
RUN opam pin add -yn mongoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mongoc.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


2026-04-03 11:36.16: Using cache hint "tarides/mongoc-ocaml-ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb-debian-13-5.4_riscv64_opam-2.5-48f329bb723c392cfc5a0cc6d2e046dd"
2026-04-03 11:36.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)
(comment debian-13-5.4_riscv64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mongoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")
(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.5 --depext-only -y mongoc.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"))
)


2026-04-03 11:36.16: Waiting for resource in pool OCluster
2026-04-04 18:53.12: Waiting for worker…
2026-04-05 05:44.04: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mongoc-ocaml.git-89dd79164929fa72e2d4cd3d662074271da71c43/.git/
HEAD is now at 042080a Merge pull request #2 from tarides/ci


(from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb' locally
docker.io/ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb: Pulling from ocaml/opam
3be247472b67: Pulling fs layer
1130a6599d48: Pulling fs layer
4563094dc5bf: Pulling fs layer
fe576e939753: Pulling fs layer
796ec56fee5d: Pulling fs layer
ae1dbdab64f3: Pulling fs layer
54ebe7f31159: Pulling fs layer
9c74968441d6: Pulling fs layer
8ff00744bcbe: Pulling fs layer
beefc92ce96c: Pulling fs layer
13c3a23afc45: Pulling fs layer
3ad6f94d2ab3: Pulling fs layer
22575fc2056a: Pulling fs layer
079151a0f1cd: Pulling fs layer
3121107eb638: Pulling fs layer
0fa7697d3886: Pulling fs layer
b01afbafdb23: Pulling fs layer
fe576e939753: Waiting
f1fca7591d59: Pulling fs layer
796ec56fee5d: Waiting
ae1dbdab64f3: Waiting
54ebe7f31159: Waiting
9c74968441d6: Waiting
8ff00744bcbe: Waiting
3ad6f94d2ab3: Waiting
22575fc2056a: Waiting
079151a0f1cd: Waiting
beefc92ce96c: Waiting
f0f274f772f6: Pulling fs layer
13c3a23afc45: Waiting
9ce5599383df: Pulling fs layer
3121107eb638: Waiting
3794f582ed46: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0fa7697d3886: Waiting
a98d5511bfa4: Pulling fs layer
b01afbafdb23: Waiting
f0f274f772f6: Waiting
9ce5599383df: Waiting
f1fca7591d59: Waiting
3794f582ed46: Waiting
4f4fb700ef54: Waiting
644d5d83146e: Pulling fs layer
736a3abf8060: Pulling fs layer
a98d5511bfa4: Waiting
fcf7694b8ff7: Pulling fs layer
23acdcf20d0c: Pulling fs layer
736a3abf8060: Waiting
ca82e2abed2b: Pulling fs layer
644d5d83146e: Waiting
fcf7694b8ff7: Waiting
23acdcf20d0c: Waiting
7e0ab658accc: Pulling fs layer
ca82e2abed2b: Waiting
7e0ab658accc: Waiting
f0d1ebb4aea1: Pulling fs layer
ebc9ee3f3ea8: Pulling fs layer
730afd2601cb: Pulling fs layer
f0d1ebb4aea1: Waiting
62485c2f91d4: Pulling fs layer
e018d49283ab: Pulling fs layer
ebc9ee3f3ea8: Waiting
e070b48b5cf1: Pulling fs layer
730afd2601cb: Waiting
6158a39b48ff: Pulling fs layer
62485c2f91d4: Waiting
e018d49283ab: Waiting
989b36477d41: Pulling fs layer
e070b48b5cf1: Waiting
6158a39b48ff: Waiting
a2020f8fe115: Pulling fs layer
989b36477d41: Waiting
c382453fc245: Pulling fs layer
a2020f8fe115: Waiting
a96fccb405ba: Pulling fs layer
c382453fc245: Waiting
48f4eab97ee7: Pulling fs layer
a96fccb405ba: Waiting
0c16dce1868e: Pulling fs layer
48f4eab97ee7: Waiting
0c16dce1868e: Waiting
3523be22c1ac: Pulling fs layer
a9761b50840d: Pulling fs layer
7b0a2713f29f: Pulling fs layer
db782875bfc3: Pulling fs layer
3523be22c1ac: Waiting
a9761b50840d: Waiting
7b0a2713f29f: Waiting
664ae43875a8: Pulling fs layer
db782875bfc3: Waiting
664ae43875a8: Waiting
1130a6599d48: Verifying Checksum
1130a6599d48: Download complete
4563094dc5bf: Verifying Checksum
4563094dc5bf: Download complete
796ec56fee5d: Verifying Checksum
796ec56fee5d: Download complete
fe576e939753: Verifying Checksum
fe576e939753: Download complete
3be247472b67: Download complete
54ebe7f31159: Verifying Checksum
54ebe7f31159: Download complete
9c74968441d6: Verifying Checksum
9c74968441d6: Download complete
8ff00744bcbe: Download complete
beefc92ce96c: Verifying Checksum
beefc92ce96c: Download complete
13c3a23afc45: Verifying Checksum
13c3a23afc45: Download complete
3ad6f94d2ab3: Verifying Checksum
3ad6f94d2ab3: Download complete
22575fc2056a: Verifying Checksum
22575fc2056a: Download complete
079151a0f1cd: Verifying Checksum
079151a0f1cd: Download complete
3121107eb638: Verifying Checksum
3121107eb638: Download complete
b01afbafdb23: Verifying Checksum
b01afbafdb23: Download complete
0fa7697d3886: Verifying Checksum
0fa7697d3886: Download complete
f1fca7591d59: Verifying Checksum
f1fca7591d59: Download complete
f0f274f772f6: Verifying Checksum
f0f274f772f6: Download complete
9ce5599383df: Verifying Checksum
9ce5599383df: Download complete
3794f582ed46: Verifying Checksum
3794f582ed46: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a98d5511bfa4: Verifying Checksum
a98d5511bfa4: Download complete
736a3abf8060: Verifying Checksum
736a3abf8060: Download complete
644d5d83146e: Verifying Checksum
644d5d83146e: Download complete
fcf7694b8ff7: Verifying Checksum
fcf7694b8ff7: Download complete
23acdcf20d0c: Verifying Checksum
23acdcf20d0c: Download complete
ca82e2abed2b: Verifying Checksum
ca82e2abed2b: Download complete
7e0ab658accc: Verifying Checksum
7e0ab658accc: Download complete
f0d1ebb4aea1: Verifying Checksum
f0d1ebb4aea1: Download complete
ebc9ee3f3ea8: Verifying Checksum
ebc9ee3f3ea8: Download complete
730afd2601cb: Verifying Checksum
730afd2601cb: Download complete
e018d49283ab: Verifying Checksum
e018d49283ab: Download complete
62485c2f91d4: Verifying Checksum
62485c2f91d4: Download complete
6158a39b48ff: Verifying Checksum
6158a39b48ff: Download complete
3be247472b67: Pull complete
1130a6599d48: Pull complete
4563094dc5bf: Pull complete
fe576e939753: Pull complete
796ec56fee5d: Pull complete
989b36477d41: Verifying Checksum
989b36477d41: Download complete
e070b48b5cf1: Verifying Checksum
e070b48b5cf1: Download complete
a2020f8fe115: Verifying Checksum
a2020f8fe115: Download complete
c382453fc245: Verifying Checksum
c382453fc245: Download complete
a96fccb405ba: Verifying Checksum
a96fccb405ba: Download complete
48f4eab97ee7: Verifying Checksum
48f4eab97ee7: Download complete
0c16dce1868e: Verifying Checksum
0c16dce1868e: Download complete
3523be22c1ac: Verifying Checksum
3523be22c1ac: Download complete
7b0a2713f29f: Verifying Checksum
7b0a2713f29f: Download complete
db782875bfc3: Download complete
664ae43875a8: Verifying Checksum
664ae43875a8: Download complete
a9761b50840d: Verifying Checksum
a9761b50840d: Download complete
ae1dbdab64f3: Verifying Checksum
ae1dbdab64f3: Download complete
ae1dbdab64f3: Pull complete
54ebe7f31159: Pull complete
9c74968441d6: Pull complete
8ff00744bcbe: Pull complete
beefc92ce96c: Pull complete
13c3a23afc45: Pull complete
3ad6f94d2ab3: Pull complete
22575fc2056a: Pull complete
079151a0f1cd: Pull complete
3121107eb638: Pull complete
0fa7697d3886: Pull complete
b01afbafdb23: Pull complete
f1fca7591d59: Pull complete
f0f274f772f6: Pull complete
9ce5599383df: Pull complete
3794f582ed46: Pull complete
4f4fb700ef54: Pull complete
a98d5511bfa4: Pull complete
644d5d83146e: Pull complete
736a3abf8060: Pull complete
fcf7694b8ff7: Pull complete
23acdcf20d0c: Pull complete
ca82e2abed2b: Pull complete
7e0ab658accc: Pull complete
f0d1ebb4aea1: Pull complete
ebc9ee3f3ea8: Pull complete
730afd2601cb: Pull complete
62485c2f91d4: Pull complete
e018d49283ab: Pull complete
e070b48b5cf1: Pull complete
6158a39b48ff: Pull complete
989b36477d41: Pull complete
a2020f8fe115: Pull complete
c382453fc245: Pull complete
a96fccb405ba: Pull complete
48f4eab97ee7: Pull complete
0c16dce1868e: Pull complete
3523be22c1ac: Pull complete
a9761b50840d: Pull complete
7b0a2713f29f: Pull complete
db782875bfc3: Pull complete
664ae43875a8: Pull complete
Digest: sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
Status: Downloaded newer image for ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb
2026-04-05 05:44.06 ---> using "e0905cb4ea77c127c2496da0afb75340dc772dd47ed162b86bc55e06e6af136a" from cache


/: (comment debian-13-5.4_riscv64_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-05 05:44.06 ---> using "678184416a598483bd3e16c53def6d123ed7dc6797cbe0ea3c6b0a3dbcdc7bd5" 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 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 05:44.06 ---> using "ad7ed4390d364d59a28a0fd9fbdf3b2736407d154db8cc6883b591d30340507d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-05 05:44.06 ---> using "045609221492a2388bb503a2166fe9e945abd6f25f13d0ab21aa83754ab14aed" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-05 05:44.06 ---> using "4f94c0140991a32313ae5fd6ef2a17627880235ae274410ce5cec7b38666b910" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 05:44.06 ---> using "f200d47183ba804c47ab142ffe34cd5e8d4aa34f2a7ff072fd16036a60f79bac" from cache


/src: (copy (src mongoc.opam) (dst ./))
2026-04-05 05:44.07 ---> saved as "e4926cdc1ce791d7be8466b2bf766565b63911cb49c7fed591037479fc3dd285"


/src: (run (network host)
(shell "opam pin add -yn mongoc.dev './'"))
[NOTE] Package mongoc does not exist in opam repositories registered in the current switch.
[mongoc.dev] synchronised (file:///src)
mongoc is now pinned to file:///src (version dev)
2026-04-05 05:44.15 ---> saved as "b92bb03816555c7a6ae8632e28abef576184ade61b174ac80d3d3c0a83e545a7"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-05 05:44.15 ---> saved as "e49358dd10df87fb967a98f20d47370a183c028f87c223450aca7ff39ab2bc1d"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0")


/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.5 --depext-only -y mongoc.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9380 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [113 kB]
- Fetched 9724 kB in 5s (1874 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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:
libbson-dev libmongoc-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libbson-dev" "libmongoc-dev" "pkg-config"
- (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 ... 20732 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u1_riscv64.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u1) ...
- (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 ... 20732 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u1_riscv64.deb ...
- Unpacking libssl3t64:riscv64 (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Setting up libssl3t64:riscv64 (3.5.5-1~deb13u1) ...
- Selecting previously unselected package libbson-1.0-0t64.
- (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 ... 20732 files and directories currently installed.)
- Preparing to unpack .../00-libbson-1.0-0t64_1.30.4-1+deb13u1_riscv64.deb ...
- Unpacking libbson-1.0-0t64 (1.30.4-1+deb13u1) ...
- Selecting previously unselected package libbson-dev.
- Preparing to unpack .../01-libbson-dev_1.30.4-1+deb13u1_riscv64.deb ...
- Unpacking libbson-dev (1.30.4-1+deb13u1) ...
- Selecting previously unselected package libintelrdfpmath-dev:riscv64.
- Preparing to unpack .../02-libintelrdfpmath-dev_2.0u3-1_riscv64.deb ...
- Unpacking libintelrdfpmath-dev:riscv64 (2.0u3-1) ...
- Selecting previously unselected package libmongocrypt0:riscv64.
- Preparing to unpack .../03-libmongocrypt0_1.13.2-1_riscv64.deb ...
- Unpacking libmongocrypt0:riscv64 (1.13.2-1) ...
- Selecting previously unselected package libsnappy1v5:riscv64.
- Preparing to unpack .../04-libsnappy1v5_1.2.2-1_riscv64.deb ...
- Unpacking libsnappy1v5:riscv64 (1.2.2-1) ...
- Selecting previously unselected package libutf8proc3:riscv64.
- Preparing to unpack .../05-libutf8proc3_2.9.0-1+b2_riscv64.deb ...
- Unpacking libutf8proc3:riscv64 (2.9.0-1+b2) ...
- Selecting previously unselected package libmongoc-1.0-0t64.
- Preparing to unpack .../06-libmongoc-1.0-0t64_1.30.4-1+deb13u1_riscv64.deb ...
- Unpacking libmongoc-1.0-0t64 (1.30.4-1+deb13u1) ...
- Selecting previously unselected package libmongocrypt-dev:riscv64.
- Preparing to unpack .../07-libmongocrypt-dev_1.13.2-1_riscv64.deb ...
- Unpacking libmongocrypt-dev:riscv64 (1.13.2-1) ...
- Selecting previously unselected package libssl-dev:riscv64.
- Preparing to unpack .../08-libssl-dev_3.5.5-1~deb13u1_riscv64.deb ...
- Unpacking libssl-dev:riscv64 (3.5.5-1~deb13u1) ...
- Selecting previously unselected package zlib1g-dev:riscv64.
- Preparing to unpack .../09-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_riscv64.deb ...
- Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libsnappy-dev:riscv64.
- Preparing to unpack .../10-libsnappy-dev_1.2.2-1_riscv64.deb ...
- Unpacking libsnappy-dev:riscv64 (1.2.2-1) ...
- Selecting previously unselected package libsasl2-dev.
- Preparing to unpack .../11-libsasl2-dev_2.1.28+dfsg1-9_riscv64.deb ...
- Unpacking libsasl2-dev (2.1.28+dfsg1-9) ...
- Selecting previously unselected package libutf8proc-dev:riscv64.
- Preparing to unpack .../12-libutf8proc-dev_2.9.0-1+b2_riscv64.deb ...
- Unpacking libutf8proc-dev:riscv64 (2.9.0-1+b2) ...
- Selecting previously unselected package libmongoc-dev.
- Preparing to unpack .../13-libmongoc-dev_1.30.4-1+deb13u1_riscv64.deb ...
- Unpacking libmongoc-dev (1.30.4-1+deb13u1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../14-libpkgconf3_1.8.1-4_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...
- Preparing to unpack .../15-openssl_3.5.5-1~deb13u1_riscv64.deb ...
- Unpacking openssl (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../16-pkgconf-bin_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../17-pkgconf_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../18-pkg-config_1.8.1-4_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-4) ...
- Setting up libutf8proc3:riscv64 (2.9.0-1+b2) ...
- Setting up libutf8proc-dev:riscv64 (2.9.0-1+b2) ...
- Setting up libsnappy1v5:riscv64 (1.2.2-1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-4) ...
- Setting up libssl-dev:riscv64 (3.5.5-1~deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libbson-1.0-0t64 (1.30.4-1+deb13u1) ...
- Setting up openssl (3.5.5-1~deb13u1) ...
- Setting up libintelrdfpmath-dev:riscv64 (2.0u3-1) ...
- Setting up libmongocrypt0:riscv64 (1.13.2-1) ...
- Setting up libbson-dev (1.30.4-1+deb13u1) ...
- Setting up libsnappy-dev:riscv64 (1.2.2-1) ...
- Setting up libmongocrypt-dev:riscv64 (1.13.2-1) ...
- Setting up pkgconf:riscv64 (1.8.1-4) ...
- Setting up libsasl2-dev (2.1.28+dfsg1-9) ...
- Setting up pkg-config:riscv64 (1.8.1-4) ...
- Setting up libmongoc-1.0-0t64 (1.30.4-1+deb13u1) ...
- Setting up libmongoc-dev (1.30.4-1+deb13u1) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-05 05:45.39 ---> saved as "9cc79b5f1be2bef1554872936016645bedfc6ddc84c49b759591579d956935a7"


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 8 packages
- install cmdliner          2.1.0
- install conf-pkg-config   4
- install csexp             1.5.2
- install ctypes            0.24.0
- install dune              3.22.1
- install dune-configurator 3.22.1
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 05:52.08 ---> saved as "43ef3975f3b51585a8c268a76624de19d26fe1db43e54581a4c0b55eebb037c6"


/src: (copy (src .) (dst /src))
2026-04-05 05:52.08 ---> saved as "ec9ab1f0135acc12751ef858cb5829f8b23ebf24194dd92ba7fb9457a68981eb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-05 05:52.24 ---> saved as "f45f5f57dd334359b1eccf4ad2cb72024d5c8fac9ab9bd9d0a46c6dcb119180e"
Job succeeded
2026-04-05 05:52.25: Job succeeded