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:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/mongoc-ocaml.git" -b "main" && cd "mongoc-ocaml" && git reset --hard 042080abcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb# debian-13-5.4_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-04-04 18:53.12: Waiting for worker…2026-04-05 05:44.04: Got resource from pool OClusterBuilding on riscv-bm-03.sw.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: 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' andhint: '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' locallydocker.io/ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb: Pulling from ocaml/opam3be247472b67: Pulling fs layer1130a6599d48: Pulling fs layer4563094dc5bf: Pulling fs layerfe576e939753: Pulling fs layer796ec56fee5d: Pulling fs layerae1dbdab64f3: Pulling fs layer54ebe7f31159: Pulling fs layer9c74968441d6: Pulling fs layer8ff00744bcbe: Pulling fs layerbeefc92ce96c: Pulling fs layer13c3a23afc45: Pulling fs layer3ad6f94d2ab3: Pulling fs layer22575fc2056a: Pulling fs layer079151a0f1cd: Pulling fs layer3121107eb638: Pulling fs layer0fa7697d3886: Pulling fs layerb01afbafdb23: Pulling fs layerfe576e939753: Waitingf1fca7591d59: Pulling fs layer796ec56fee5d: Waitingae1dbdab64f3: Waiting54ebe7f31159: Waiting9c74968441d6: Waiting8ff00744bcbe: Waiting3ad6f94d2ab3: Waiting22575fc2056a: Waiting079151a0f1cd: Waitingbeefc92ce96c: Waitingf0f274f772f6: Pulling fs layer13c3a23afc45: Waiting9ce5599383df: Pulling fs layer3121107eb638: Waiting3794f582ed46: Pulling fs layer4f4fb700ef54: Pulling fs layer0fa7697d3886: Waitinga98d5511bfa4: Pulling fs layerb01afbafdb23: Waitingf0f274f772f6: Waiting9ce5599383df: Waitingf1fca7591d59: Waiting3794f582ed46: Waiting4f4fb700ef54: Waiting644d5d83146e: Pulling fs layer736a3abf8060: Pulling fs layera98d5511bfa4: Waitingfcf7694b8ff7: Pulling fs layer23acdcf20d0c: Pulling fs layer736a3abf8060: Waitingca82e2abed2b: Pulling fs layer644d5d83146e: Waitingfcf7694b8ff7: Waiting23acdcf20d0c: Waiting7e0ab658accc: Pulling fs layerca82e2abed2b: Waiting7e0ab658accc: Waitingf0d1ebb4aea1: Pulling fs layerebc9ee3f3ea8: Pulling fs layer730afd2601cb: Pulling fs layerf0d1ebb4aea1: Waiting62485c2f91d4: Pulling fs layere018d49283ab: Pulling fs layerebc9ee3f3ea8: Waitinge070b48b5cf1: Pulling fs layer730afd2601cb: Waiting6158a39b48ff: Pulling fs layer62485c2f91d4: Waitinge018d49283ab: Waiting989b36477d41: Pulling fs layere070b48b5cf1: Waiting6158a39b48ff: Waitinga2020f8fe115: Pulling fs layer989b36477d41: Waitingc382453fc245: Pulling fs layera2020f8fe115: Waitinga96fccb405ba: Pulling fs layerc382453fc245: Waiting48f4eab97ee7: Pulling fs layera96fccb405ba: Waiting0c16dce1868e: Pulling fs layer48f4eab97ee7: Waiting0c16dce1868e: Waiting3523be22c1ac: Pulling fs layera9761b50840d: Pulling fs layer7b0a2713f29f: Pulling fs layerdb782875bfc3: Pulling fs layer3523be22c1ac: Waitinga9761b50840d: Waiting7b0a2713f29f: Waiting664ae43875a8: Pulling fs layerdb782875bfc3: Waiting664ae43875a8: Waiting1130a6599d48: Verifying Checksum1130a6599d48: Download complete4563094dc5bf: Verifying Checksum4563094dc5bf: Download complete796ec56fee5d: Verifying Checksum796ec56fee5d: Download completefe576e939753: Verifying Checksumfe576e939753: Download complete3be247472b67: Download complete54ebe7f31159: Verifying Checksum54ebe7f31159: Download complete9c74968441d6: Verifying Checksum9c74968441d6: Download complete8ff00744bcbe: Download completebeefc92ce96c: Verifying Checksumbeefc92ce96c: Download complete13c3a23afc45: Verifying Checksum13c3a23afc45: Download complete3ad6f94d2ab3: Verifying Checksum3ad6f94d2ab3: Download complete22575fc2056a: Verifying Checksum22575fc2056a: Download complete079151a0f1cd: Verifying Checksum079151a0f1cd: Download complete3121107eb638: Verifying Checksum3121107eb638: Download completeb01afbafdb23: Verifying Checksumb01afbafdb23: Download complete0fa7697d3886: Verifying Checksum0fa7697d3886: Download completef1fca7591d59: Verifying Checksumf1fca7591d59: Download completef0f274f772f6: Verifying Checksumf0f274f772f6: Download complete9ce5599383df: Verifying Checksum9ce5599383df: Download complete3794f582ed46: Verifying Checksum3794f582ed46: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea98d5511bfa4: Verifying Checksuma98d5511bfa4: Download complete736a3abf8060: Verifying Checksum736a3abf8060: Download complete644d5d83146e: Verifying Checksum644d5d83146e: Download completefcf7694b8ff7: Verifying Checksumfcf7694b8ff7: Download complete23acdcf20d0c: Verifying Checksum23acdcf20d0c: Download completeca82e2abed2b: Verifying Checksumca82e2abed2b: Download complete7e0ab658accc: Verifying Checksum7e0ab658accc: Download completef0d1ebb4aea1: Verifying Checksumf0d1ebb4aea1: Download completeebc9ee3f3ea8: Verifying Checksumebc9ee3f3ea8: Download complete730afd2601cb: Verifying Checksum730afd2601cb: Download completee018d49283ab: Verifying Checksume018d49283ab: Download complete62485c2f91d4: Verifying Checksum62485c2f91d4: Download complete6158a39b48ff: Verifying Checksum6158a39b48ff: Download complete3be247472b67: Pull complete1130a6599d48: Pull complete4563094dc5bf: Pull completefe576e939753: Pull complete796ec56fee5d: Pull complete989b36477d41: Verifying Checksum989b36477d41: Download completee070b48b5cf1: Verifying Checksume070b48b5cf1: Download completea2020f8fe115: Verifying Checksuma2020f8fe115: Download completec382453fc245: Verifying Checksumc382453fc245: Download completea96fccb405ba: Verifying Checksuma96fccb405ba: Download complete48f4eab97ee7: Verifying Checksum48f4eab97ee7: Download complete0c16dce1868e: Verifying Checksum0c16dce1868e: Download complete3523be22c1ac: Verifying Checksum3523be22c1ac: Download complete7b0a2713f29f: Verifying Checksum7b0a2713f29f: Download completedb782875bfc3: Download complete664ae43875a8: Verifying Checksum664ae43875a8: Download completea9761b50840d: Verifying Checksuma9761b50840d: Download completeae1dbdab64f3: Verifying Checksumae1dbdab64f3: Download completeae1dbdab64f3: Pull complete54ebe7f31159: Pull complete9c74968441d6: Pull complete8ff00744bcbe: Pull completebeefc92ce96c: Pull complete13c3a23afc45: Pull complete3ad6f94d2ab3: Pull complete22575fc2056a: Pull complete079151a0f1cd: Pull complete3121107eb638: Pull complete0fa7697d3886: Pull completeb01afbafdb23: Pull completef1fca7591d59: Pull completef0f274f772f6: Pull complete9ce5599383df: Pull complete3794f582ed46: Pull complete4f4fb700ef54: Pull completea98d5511bfa4: Pull complete644d5d83146e: Pull complete736a3abf8060: Pull completefcf7694b8ff7: Pull complete23acdcf20d0c: Pull completeca82e2abed2b: Pull complete7e0ab658accc: Pull completef0d1ebb4aea1: Pull completeebc9ee3f3ea8: Pull complete730afd2601cb: Pull complete62485c2f91d4: Pull completee018d49283ab: Pull completee070b48b5cf1: Pull complete6158a39b48ff: Pull complete989b36477d41: Pull completea2020f8fe115: Pull completec382453fc245: Pull completea96fccb405ba: Pull complete48f4eab97ee7: Pull complete0c16dce1868e: Pull complete3523be22c1ac: Pull completea9761b50840d: Pull complete7b0a2713f29f: Pull completedb782875bfc3: Pull complete664ae43875a8: Pull completeDigest: sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fbStatus: Downloaded newer image for ocaml/opam@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb2026-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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-05 05:44.06 ---> using "ad7ed4390d364d59a28a0fd9fbdf3b2736407d154db8cc6883b591d30340507d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.5.02026-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_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.0Done.# 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 succeeded2026-04-05 05:52.25: Job succeeded