2026-04-23 09:51.56: New job: test patricoferris/ocaml-cid https://github.com/patricoferris/ocaml-cid.git#refs/heads/main (4f665cacb56e73462b690dcc793f1c6ec173c7b5) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914Opam project buildTo reproduce locally:git clone --recursive "https://github.com/patricoferris/ocaml-cid.git" -b "main" && cd "ocaml-cid" && git reset --hard 4f665caccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914# opensuse-16.0-4.14_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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 cid.opam ./RUN opam pin add -yn cid.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.22.2 eqaf.0.10 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y cid.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-23 09:51.56: Using cache hint "patricoferris/ocaml-cid-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914-opensuse-16.0-4.14_opam-2.5-f6793729cfb15b086cc23750eea0d04f"2026-04-23 09:51.56: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914)(comment opensuse-16.0-4.14_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 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src cid.opam) (dst ./))(run (network host)(shell "opam pin add -yn cid.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.22.2 eqaf.0.10 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y cid.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-23 09:51.56: Waiting for resource in pool OCluster2026-04-23 10:05.30: Waiting for worker…2026-04-23 10:08.35: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 4f665ca Add changes(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914' locallydocker.io/ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer204ffcf2f1fe: Pulling fs layerf6fa4529cc6b: Pulling fs layer97af65095748: Pulling fs layerb802a6057f6d: Pulling fs layer47b045e79836: Pulling fs layer2ce8a10bf29f: Pulling fs layer781ee767d1c7: Pulling fs layer2271c058ae3a: Pulling fs layerb802a6057f6d: Waiting2e5754ca2c40: Pulling fs layerde21e4dabd9c: Pulling fs layer47b045e79836: Waitingf047029589c4: Pulling fs layer0f454d36be04: Pulling fs layer04ab44a2df2c: Pulling fs layer2271c058ae3a: Waiting2ce8a10bf29f: Waiting0f454d36be04: Waitingde21e4dabd9c: Waiting781ee767d1c7: Waitingad401f078830: Pulling fs layerf047029589c4: Waiting04ab44a2df2c: Waiting97af65095748: Waiting096a51bccb57: Pulling fs layere7134f98c78b: Pulling fs layer2e5754ca2c40: Waitingad401f078830: Waiting096a51bccb57: Waitingafc7c35ee433: Pulling fs layere7134f98c78b: Waiting7bfa5dba7952: Pulling fs layer4f4fb700ef54: Pulling fs layer7bfa5dba7952: Waitingf6b6a751bb6a: Pulling fs layerafc7c35ee433: Waitingf71dccae2ee7: Pulling fs layer4f4fb700ef54: Waitingfe37a54a1499: Pulling fs layerf6b6a751bb6a: Waitingf71dccae2ee7: Waiting1815b99ebc09: Pulling fs layer363d1f23b2cf: Pulling fs layerfe37a54a1499: Waiting4bb0990bd121: Pulling fs layerac4f9c652c6c: Pulling fs layer363d1f23b2cf: Waiting4bb0990bd121: Waitingab5409fef174: Pulling fs layer5e58ee45c6c7: Pulling fs layerac4f9c652c6c: Waitingab5409fef174: Waitingee06219176b1: Pulling fs layer5e58ee45c6c7: Waiting34fd31afeec8: Pulling fs layeree06219176b1: Waitingc7a97b361486: Pulling fs layerfc2b6e5cc5d9: Pulling fs layer34fd31afeec8: Waiting1c145dfb6c8a: Pulling fs layerf1bb600e92a6: Pulling fs layerc7a97b361486: Waiting1c145dfb6c8a: Waitingfc2b6e5cc5d9: Waiting97457e4bb83c: Pulling fs layerf1bb600e92a6: Waitingf443344b6027: Pulling fs layer97457e4bb83c: Waiting899babe8d9b2: Pulling fs layerf443344b6027: Waiting2bc737cd8d16: Pulling fs layer6298e346bcf7: Pulling fs layer56763a423ca6: Pulling fs layer2bc737cd8d16: Waiting899babe8d9b2: Waiting6298e346bcf7: Waitinge9a9e6b4e820: Pulling fs layere7d9d600deab: Pulling fs layer56763a423ca6: Waitinge9a9e6b4e820: Waitinge7d9d600deab: Waiting204ffcf2f1fe: Download complete97af65095748: Verifying Checksum97af65095748: Download completeb802a6057f6d: Verifying Checksumb802a6057f6d: Download complete47b045e79836: Verifying Checksum47b045e79836: Download complete2ce8a10bf29f: Verifying Checksum2ce8a10bf29f: Download complete781ee767d1c7: Verifying Checksum781ee767d1c7: Download complete2271c058ae3a: Verifying Checksum2271c058ae3a: Download complete2e5754ca2c40: Verifying Checksum2e5754ca2c40: Download completede21e4dabd9c: Verifying Checksumde21e4dabd9c: Download completef047029589c4: Verifying Checksumf047029589c4: Download complete0f454d36be04: Verifying Checksum0f454d36be04: Download complete04ab44a2df2c: Verifying Checksum04ab44a2df2c: Download completead401f078830: Verifying Checksumad401f078830: Download complete096a51bccb57: Verifying Checksum096a51bccb57: Download completee7134f98c78b: Verifying Checksume7134f98c78b: Download completeafc7c35ee433: Verifying Checksumafc7c35ee433: Download complete7bfa5dba7952: Verifying Checksum4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef6b6a751bb6a: Verifying Checksumf6b6a751bb6a: Download completef71dccae2ee7: Download completefe37a54a1499: Download complete1815b99ebc09: Verifying Checksum1815b99ebc09: Download complete363d1f23b2cf: Download complete4bb0990bd121: Verifying Checksum4bb0990bd121: Download completeac4f9c652c6c: Verifying Checksumac4f9c652c6c: Download completeab5409fef174: Verifying Checksumab5409fef174: Download completef6fa4529cc6b: Verifying Checksumf6fa4529cc6b: Download complete5e58ee45c6c7: Verifying Checksum5e58ee45c6c7: Download completeee06219176b1: Verifying Checksumee06219176b1: Download completec7a97b361486: Download complete34fd31afeec8: Download complete1c145dfb6c8a: Download complete64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete97457e4bb83c: Download completef1bb600e92a6: Verifying Checksumf1bb600e92a6: Download completef443344b6027: Download complete899babe8d9b2: Verifying Checksum899babe8d9b2: Download completefc2b6e5cc5d9: Verifying Checksumfc2b6e5cc5d9: Download complete56763a423ca6: Verifying Checksum56763a423ca6: Download complete64cfa2a65095: Pull complete204ffcf2f1fe: Pull completee9a9e6b4e820: Verifying Checksume9a9e6b4e820: Download completee7d9d600deab: Download completef6fa4529cc6b: Pull complete2bc737cd8d16: Verifying Checksum2bc737cd8d16: Download complete6298e346bcf7: Verifying Checksum6298e346bcf7: Download complete97af65095748: Pull completeb802a6057f6d: Pull complete47b045e79836: Pull complete2ce8a10bf29f: Pull complete781ee767d1c7: Pull complete2271c058ae3a: Pull complete2e5754ca2c40: Pull completede21e4dabd9c: Pull completef047029589c4: Pull complete0f454d36be04: Pull complete04ab44a2df2c: Pull completead401f078830: Pull complete096a51bccb57: Pull completee7134f98c78b: Pull completeafc7c35ee433: Pull complete7bfa5dba7952: Pull complete4f4fb700ef54: Pull completef6b6a751bb6a: Pull completef71dccae2ee7: Pull completefe37a54a1499: Pull complete1815b99ebc09: Pull complete363d1f23b2cf: Pull complete4bb0990bd121: Pull completeac4f9c652c6c: Pull completeab5409fef174: Pull complete5e58ee45c6c7: Pull completeee06219176b1: Pull complete34fd31afeec8: Pull completec7a97b361486: Pull completefc2b6e5cc5d9: Pull complete1c145dfb6c8a: Pull completef1bb600e92a6: Pull complete97457e4bb83c: Pull completef443344b6027: Pull complete899babe8d9b2: Pull complete2bc737cd8d16: Pull complete6298e346bcf7: Pull complete56763a423ca6: Pull completee9a9e6b4e820: Pull completee7d9d600deab: Pull completeDigest: sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914Status: Downloaded newer image for ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c039142026-04-23 10:08.36 ---> using "370eb7c9066dffc9d7bb9f7896a1eadd182ab157ab94f3b3ea2611221f50dfbd" from cache/: (comment opensuse-16.0-4.14_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-23 10:08.36 ---> using "03897ddd7ada84b81b433737104d637291b9f3e5e4b8ca8cb2f59bea2a1348a7" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-23 10:08.36 ---> using "892e983ec464ab9e30f73b19999908db1c4176db7407deaa27580978ce56406f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-04-23 10:08.36 ---> using "4c3705ba48dbfa5253e99eb60ab46ecb878090ae97661efad63942a82b31b99d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-23 10:08.36 ---> using "abc78b45f90d84bef2c7b0c79177e4a71a551b7e630bbb48c5319698b75b1f1f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 499ef09e251055ba35c2e994b86c609886b37a53 || git fetch origin master) && git reset -q --hard 499ef09e251055ba35c2e994b86c609886b37a53 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..6b6b0c375b master -> origin/master499ef09e25 Merge pull request #29791 from dbuenzli/b0-publish-bos.0.3.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)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-23 10:08.53 ---> saved as "4030a6c7bb7bd9f9b83c03a83676ed955afc21aac5baf17450f0f9f0b044865f"/src: (copy (src cid.opam) (dst ./))2026-04-23 10:08.54 ---> saved as "867558d8f87eaa46f5e2ad3ffa659df3f2153a77b395523d224fcf83b0ea4966"/src: (run (network host)(shell "opam pin add -yn cid.dev './'"))[cid.dev] synchronised (file:///src)[WARNING] Failed checks on cid package definition from source at file:///src:warning 68: Missing field 'license'cid is now pinned to file:///src (version dev)2026-04-23 10:08.55 ---> saved as "4796753d8784856af53064e772891401100b360122d2d59ccb20a95705cb6a69"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-23 10:08.55 ---> saved as "e2f74cc8936fc44367a720c604d6e096d0d8c8e21716b2e0ed003cfeb44c7016"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.22.2 eqaf.0.10 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y cid.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ..-- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 57 days)- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- ......- ..........- ..........- .........- ...........- ..........- .........- ..........- ..........- .........- ..........- .........- ..........- ..........- .........- ..........- ..........- ..........- .........- ..........- ..........- ..........done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cid.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-04-23 10:09.31 ---> saved as "d41260f9dfe330272e5fd05392c2a6bea19c998c9708ccf632cdbfc38b8ceea0"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 28 packages- install alcotest 1.9.1- install astring 0.8.5- install base64 3.5.2- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install dune 3.22.2- install eqaf 0.10- install fmt 0.11.0- install logs 0.10.0- install mdx 2.5.2- install multibase 0.1.0- install multicodec 0.1.0- install multihash 0.1.0- install multihash-digestif 0.1.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install re 1.14.0- install result 1.5- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved multibase.0.1.0 (cached)-> retrieved multicodec.0.1.0 (cached)-> retrieved multihash.0.1.0, multihash-digestif.0.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.22.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed optint.0.3.0-> installed ocaml-version.4.1.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed cstruct.6.2.0-> installed eqaf.0.10-> installed multibase.0.1.0-> installed ocaml-syntax-shims.1.0.0-> installed cppo.1.8.0-> installed re.1.14.0-> installed digestif.1.3.0-> installed multicodec.0.1.0-> installed multihash.0.1.0-> installed multihash-digestif.0.1.0-> installed alcotest.1.9.1-> installed mdx.2.5.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-23 10:10.11 ---> saved as "d2ce8c75986f2db2b07beab58c12cda5b0e4d889631111f581c478d15bcd4610"/src: (copy (src .) (dst /src))2026-04-23 10:10.11 ---> saved as "5afc53171ae11fe3ef8dc8b5aed9dcfb8b85823926bb5fdaf0094b23553f058b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Testing `CID'.This run has ID `6IAM3DA5'.[OK] enc-dec 0 cid 0.[OK] enc-dec 1 cid 1.[OK] enc-dec 2 cid 2.[OK] enc-dec 3 cid 3.[OK] enc-dec 4 cid 4.Full test results in `/src/_build/default/test/_build/_tests/CID'.Test Successful in 0.001s. 5 tests run.2026-04-23 10:10.16 ---> saved as "97753d016e9ed5a5e961dc1ffab56df848cd8c369d0adb591c3afcb86f4e2b85"Job succeeded2026-04-23 10:10.16: Job succeeded