2026-03-21 08:53.36: New job: test kit-ty-kate/camllzma https://github.com/kit-ty-kate/camllzma.git#refs/heads/main (39b1d49cd26494654efc753be2728a9d86a2c6b4) (linux-arm64:debian-13-5.4_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/kit-ty-kate/camllzma.git" -b "main" && cd "camllzma" && git reset --hard 39b1d49ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a# debian-13-5.4_arm64_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 camllzma.opam ./RUN opam pin add -yn camllzma.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 conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y camllzma.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-03-21 08:53.36: Using cache hint "kit-ty-kate/camllzma-ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a-debian-13-5.4_arm64_opam-2.5-8ee6a1a57f800edd064be5cccc7ce530"2026-03-21 08:53.36: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)(comment debian-13-5.4_arm64_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src camllzma.opam) (dst ./))(run (network host)(shell "opam pin add -yn camllzma.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 conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1")(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 camllzma.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-03-21 08:53.36: Waiting for resource in pool OCluster2026-03-21 09:17.56: Waiting for worker…2026-03-21 09:40.29: Got resource from pool OClusterBuilding on ocaml-2.osuosl.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/camllzma.git-16c500dcfb9e1c7d5eb3e5eebb196a52e56c6496/.git/HEAD is now at 39b1d49 Improve the interface(from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a' locallydocker.io/ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a: Pulling from ocaml/opamac9148dc57ca: Already exists7888403f6ebd: Pulling fs layerc624d8e138d3: Pulling fs layerbae5329cb92a: Pulling fs layer6228156e24ec: Pulling fs layerd851fec6b77f: Pulling fs layer45e3afcdcfef: Pulling fs layerb3e7f2150c0a: Pulling fs layer91048a8ba3a7: Pulling fs layer26a15cffb83a: Pulling fs layer3c2f2520de0f: Pulling fs layer9f731cc5daa6: Pulling fs layer0809377d5f3c: Pulling fs layerec4e42e8f98c: Pulling fs layer065e3401ccf2: Pulling fs layerbce3ceded749: Pulling fs layerc4a4a6ab703b: Pulling fs layeraa84bc2cf05b: Pulling fs layer0fb96351134e: Pulling fs layera1735f92ccde: Pulling fs layerdce836972d90: Pulling fs layer8a0c641e2184: Pulling fs layer4f4fb700ef54: Pulling fs layer44a2b50d619a: Pulling fs layere27f63ab21e8: Pulling fs layer826c3a0f7d41: Pulling fs layer7fe544c7b3e6: Pulling fs layerefa4af957d6d: Pulling fs layera2fa2f09a7e4: Pulling fs layer3e0efbdba3cc: Pulling fs layer4f299997ffd7: Pulling fs layerf868b4e81e65: Pulling fs layer87577251fd14: Pulling fs layer5e9e2e42ec71: Pulling fs layer99812197be51: Pulling fs layer8b48f92b9c03: Pulling fs layer45e3afcdcfef: Waiting6336fa3f0edf: Pulling fs layerb3e7f2150c0a: Waiting91048a8ba3a7: Waitingf03483f6ff47: Pulling fs layer26a15cffb83a: Waiting3c2f2520de0f: Waiting9f731cc5daa6: Waiting26c2642c44cf: Pulling fs layerec4e42e8f98c: Waitingaa84bc2cf05b: Waitingd851fec6b77f: Waiting065e3401ccf2: Waitingbce3ceded749: Waitingc4a4a6ab703b: Waiting3e0efbdba3cc: Waiting4f299997ffd7: Waiting6228156e24ec: Waitingf868b4e81e65: Waiting87577251fd14: Waiting7fe544c7b3e6: Waiting4f4fb700ef54: Waiting0fb96351134e: Waitinga1735f92ccde: Waitingdce836972d90: Waiting8a0c641e2184: Waiting44a2b50d619a: Waitingefa4af957d6d: Waiting5e9e2e42ec71: Waiting6336fa3f0edf: Waitinge27f63ab21e8: Waiting99812197be51: Waiting826c3a0f7d41: Waitingf03483f6ff47: Waiting35e7bc3e512e: Pulling fs layer26c2642c44cf: Waiting8b48f92b9c03: Waitingfb2e4e264f0c: Pulling fs layer35e7bc3e512e: Waitingaa2081614483: Pulling fs layer526a1409cb54: Pulling fs layerfb2e4e264f0c: Waiting3a2eac8aba41: Pulling fs layeraa2081614483: Waiting526a1409cb54: Waiting663c0b5229f0: Pulling fs layer3a2eac8aba41: Waiting663c0b5229f0: Waitingf07447d54e12: Pulling fs layer8eca58e2e466: Pulling fs layer269ed2830268: Pulling fs layerf07447d54e12: Waiting8eca58e2e466: Waiting269ed2830268: Waitingc624d8e138d3: Verifying Checksumc624d8e138d3: Download complete7888403f6ebd: Verifying Checksum7888403f6ebd: Download complete7888403f6ebd: Pull completebae5329cb92a: Download completec624d8e138d3: Pull complete6228156e24ec: Verifying Checksum6228156e24ec: Download complete45e3afcdcfef: Verifying Checksum45e3afcdcfef: Download completeb3e7f2150c0a: Verifying Checksumb3e7f2150c0a: Download complete91048a8ba3a7: Verifying Checksum91048a8ba3a7: Download completebae5329cb92a: Pull complete26a15cffb83a: Verifying Checksum26a15cffb83a: Download complete3c2f2520de0f: Verifying Checksum3c2f2520de0f: Download complete9f731cc5daa6: Verifying Checksum9f731cc5daa6: Download complete0809377d5f3c: Verifying Checksum0809377d5f3c: Download completeec4e42e8f98c: Verifying Checksumec4e42e8f98c: Download complete065e3401ccf2: Verifying Checksum065e3401ccf2: Download complete6228156e24ec: Pull completebce3ceded749: Download completec4a4a6ab703b: Verifying Checksumc4a4a6ab703b: Download completeaa84bc2cf05b: Download complete0fb96351134e: Download completea1735f92ccde: Verifying Checksuma1735f92ccde: Download completedce836972d90: Verifying Checksumdce836972d90: Download complete8a0c641e2184: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete44a2b50d619a: Download completee27f63ab21e8: Verifying Checksume27f63ab21e8: Download complete826c3a0f7d41: Download completed851fec6b77f: Verifying Checksumd851fec6b77f: Download complete7fe544c7b3e6: Verifying Checksum7fe544c7b3e6: Download completeefa4af957d6d: Verifying Checksumefa4af957d6d: Download completea2fa2f09a7e4: Download complete3e0efbdba3cc: Verifying Checksum3e0efbdba3cc: Download complete4f299997ffd7: Verifying Checksum4f299997ffd7: Download completef868b4e81e65: Verifying Checksumf868b4e81e65: Download complete87577251fd14: Verifying Checksum87577251fd14: Download complete5e9e2e42ec71: Verifying Checksum5e9e2e42ec71: Download complete99812197be51: Download complete6336fa3f0edf: Verifying Checksum6336fa3f0edf: Download complete26c2642c44cf: Verifying Checksum26c2642c44cf: Download complete35e7bc3e512e: Download completefb2e4e264f0c: Verifying Checksumaa2081614483: Verifying Checksumaa2081614483: Download complete526a1409cb54: Verifying Checksum526a1409cb54: Download completef03483f6ff47: Verifying Checksumf03483f6ff47: Download complete3a2eac8aba41: Download completef07447d54e12: Download complete8b48f92b9c03: Download complete8eca58e2e466: Download complete269ed2830268: Verifying Checksum269ed2830268: Download complete663c0b5229f0: Verifying Checksum663c0b5229f0: Download completed851fec6b77f: Pull complete45e3afcdcfef: Pull completeb3e7f2150c0a: Pull complete91048a8ba3a7: Pull complete26a15cffb83a: Pull complete3c2f2520de0f: Pull complete9f731cc5daa6: Pull complete0809377d5f3c: Pull completeec4e42e8f98c: Pull complete065e3401ccf2: Pull completebce3ceded749: Pull completec4a4a6ab703b: Pull completeaa84bc2cf05b: Pull complete0fb96351134e: Pull completea1735f92ccde: Pull completedce836972d90: Pull complete8a0c641e2184: Pull complete4f4fb700ef54: Pull complete44a2b50d619a: Pull completee27f63ab21e8: Pull complete826c3a0f7d41: Pull complete7fe544c7b3e6: Pull completeefa4af957d6d: Pull completea2fa2f09a7e4: Pull complete3e0efbdba3cc: Pull complete4f299997ffd7: Pull completef868b4e81e65: Pull complete87577251fd14: Pull complete5e9e2e42ec71: Pull complete99812197be51: Pull complete8b48f92b9c03: Pull complete6336fa3f0edf: Pull completef03483f6ff47: Pull complete26c2642c44cf: Pull complete35e7bc3e512e: Pull completefb2e4e264f0c: Pull completeaa2081614483: Pull complete526a1409cb54: Pull complete3a2eac8aba41: Pull complete663c0b5229f0: Pull completef07447d54e12: Pull complete8eca58e2e466: Pull complete269ed2830268: Pull completeDigest: sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13aStatus: Downloaded newer image for ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a2026-03-21 09:40.30 ---> using "d3aef2d93064c0f54a54ca210e09e3e24634a77abbb58d114299d90d4843ce0d" from cache/: (comment debian-13-5.4_arm64_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-03-21 09:40.30 ---> using "26fbe6c6f6005ce5948b37f283839b24f93e5ed4d96bbb09998ab7c0ef2162df" 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[NOTE] The 'jobs' option was reset, its value was 79 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=79 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-21 09:40.30 ---> using "7c4abe0c556bf71da30fbdbef06c92f36bad545e3ab8919a0691b5d347cee360" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-55-genericThe OCaml toplevel, version 5.4.02.5.02026-03-21 09:40.30 ---> using "6cb0208b5c98d92a52f29957d4c163cc844d1602926f5fdab97837e3ced98827" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-21 09:40.30 ---> using "d6529484688c91d5d67aa4125460c67769e01fb0c9a9c84795637f03b8c38f5b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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-03-21 09:40.30 ---> using "702433a4d80bc4ad76707cd75df8bbf4baf732a369924154608cfa31f32dbc98" from cache/src: (copy (src camllzma.opam) (dst ./))2026-03-21 09:40.30 ---> saved as "6a17a4e22b87116811d02e720765eca721abcde416283283bc399e4da7d55dec"/src: (run (network host)(shell "opam pin add -yn camllzma.dev './'"))[NOTE] Package camllzma does not exist in opam repositories registered in the current switch.[camllzma.dev] synchronised (file:///src)camllzma is now pinned to file:///src (version dev)2026-03-21 09:40.33 ---> saved as "6082d7e1c74d7ef9874560bc513909d4c44b196408d7236a7bbd5eaf3451f521"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-21 09:40.33 ---> saved as "0e6ec3fe561c6bdf73736b74560bdd68ad623c12824cab81dc7ffb5b9aa8b587"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.0 dune-configurator.3.22.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1")/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 camllzma.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 arm64 Packages [9607 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [112 kB]- Fetched 9950 kB in 1s (7632 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[camllzma.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:liblzma-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "liblzma-dev" "pkg-config"- Selecting previously unselected package liblzma-dev:arm64.- (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 ... 20768 files and directories currently installed.)- Preparing to unpack .../liblzma-dev_5.8.1-1_arm64.deb ...- Unpacking liblzma-dev:arm64 (5.8.1-1) ...- Selecting previously unselected package libpkgconf3:arm64.- Preparing to unpack .../libpkgconf3_1.8.1-4_arm64.deb ...- Unpacking libpkgconf3:arm64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_arm64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:arm64.- Preparing to unpack .../pkgconf_1.8.1-4_arm64.deb ...- Unpacking pkgconf:arm64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:arm64.- Preparing to unpack .../pkg-config_1.8.1-4_arm64.deb ...- Unpacking pkg-config:arm64 (1.8.1-4) ...- Setting up libpkgconf3:arm64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up liblzma-dev:arm64 (5.8.1-1) ...- Setting up pkgconf:arm64 (1.8.1-4) ...- Setting up pkg-config:arm64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-21 09:41.00 ---> saved as "4b02f105ea5eb133278354f86c131190e46dce26a103dd698e1142633c4cbcbf"/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 5 packages- install conf-liblzma 1- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.22.0- install dune-configurator 3.22.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> installed conf-liblzma.1-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed dune.3.22.0-> installed csexp.1.5.2-> installed dune-configurator.3.22.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-21 09:42.04 ---> saved as "786f28d8fcd4d47fefa17e9f48447c98f256f8aa5ef1eedfa17ceb8570f2e03e"/src: (copy (src .) (dst /src))2026-03-21 09:42.05 ---> saved as "7deccc7eec1c20f7241bb7a706e2b957844d52ba532c594151d4fedde1d3b9ec"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I tests/.test.eobjs/byte -I src/.camllzma.objs/byte -no-alias-deps -opaque -o tests/.test.eobjs/byte/dune__exe__Test.cmo -c -impl tests/test.ml)File "tests/test.ml", line 29, characters 10-23:29 | let e = Lzma2.encoder ~bufsize:1024 Lzma2.PRESET_DEFAULT Lzma2.CHECK_CRC64 in^^^^^^^^^^^^^Error: Unbound value Lzma2.encoder"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-21 09:42.10: Job failed: Failed: Build failed