2026-05-29 05:49.45: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-x86_64:alpine-3.23-4.14_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21Opam project buildTo reproduce locally:git clone --recursive "https://github.com/patricoferris/ocaml-jansson.git" -b "main" && cd "ocaml-jansson" && git reset --hard 42cb429ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21# alpine-3.23-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 cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 jansson.opam ./RUN opam pin add -yn jansson.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 cmdliner.2.1.1 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 sexplib0.v0.17.0 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 jansson.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-05-29 05:49.45: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21-alpine-3.23-4.14_opam-2.5-ede17651fe498871ad6c9434c19d1490"2026-05-29 05:49.45: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21)(comment alpine-3.23-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src jansson.opam) (dst ./))(run (network host)(shell "opam pin add -yn jansson.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 cmdliner.2.1.1 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 sexplib0.v0.17.0 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 jansson.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-05-29 05:49.45: Waiting for resource in pool OCluster2026-05-29 16:44.42: Waiting for worker…2026-05-29 16:44.42: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedSubmodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'HEAD is now at 42cb429 Install so versionsSynchronizing submodule url for 'vendor/jansson'Cleared directory 'vendor/jansson'Submodule 'vendor/jansson' (https://github.com/akheron/jansson) unregistered for path 'vendor/jansson'Submodule 'vendor/jansson' (https://github.com/akheron/jansson) registered for path 'vendor/jansson'Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21' locallydocker.io/ocaml/opam@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21: Pulling from ocaml/opam6a0ac1617861: Pulling fs layerc7f7861ee488: Pulling fs layer242907bdbe26: Pulling fs layer6a0ac1617861: Waitingc7f7861ee488: Waiting3352270e10b0: Pulling fs layer47c18f475101: Pulling fs layer3352270e10b0: Waiting9e65bd6c7317: Pulling fs layer242907bdbe26: Waiting47c18f475101: Waiting2801e5e13c88: Pulling fs layer9e65bd6c7317: Waiting018ccadd5bf7: Pulling fs layer2801e5e13c88: Waiting2e273f2aabdd: Pulling fs layere348a3504fd1: Pulling fs layer2e273f2aabdd: Waiting018ccadd5bf7: Waiting37f6ed8f41db: Pulling fs layere348a3504fd1: Waitinge4dee05632b5: Pulling fs layercc7d1e48a817: Pulling fs layer2afc109d933b: Pulling fs layer37f6ed8f41db: Waitingc8b994fd4978: Pulling fs layere4dee05632b5: Waitingcc7d1e48a817: Waiting94d6ee139c18: Pulling fs layer2afc109d933b: Waiting33b9b3d1317d: Pulling fs layer4f4fb700ef54: Pulling fs layer48061712d8ec: Pulling fs layer33b9b3d1317d: Waiting9379b5d8c279: Pulling fs layer48061712d8ec: Waiting4f4fb700ef54: Waitingda5d751f6c1f: Pulling fs layer9379b5d8c279: Waiting94d6ee139c18: Waitingded3ed35f70f: Pulling fs layerda5d751f6c1f: Waiting9d95cd3602ab: Pulling fs layerded3ed35f70f: Waitinge5ec97e88805: Pulling fs layer8fa9502c7636: Pulling fs layere5ec97e88805: Waitingd2ada6e134f3: Pulling fs layerde9c4f786308: Pulling fs layer74907ca98ac8: Pulling fs layerd2ada6e134f3: Waitingd97c011a0188: Pulling fs layerde9c4f786308: Waiting8fa9502c7636: Waiting74907ca98ac8: Waiting5e3139447bb2: Pulling fs layerd97c011a0188: Waiting8a351f62a092: Pulling fs layerb2d16f310ce2: Pulling fs layer1cb5be35c146: Pulling fs layer5e3139447bb2: Waitingede8df3a861b: Pulling fs layer1cb5be35c146: Waiting883b466676e2: Pulling fs layerb2d16f310ce2: Waiting07cdfe7a2eb5: Pulling fs layer883b466676e2: Waiting1d8774b04bb7: Pulling fs layer07cdfe7a2eb5: Waiting9d4c59a7b4f1: Pulling fs layerede8df3a861b: Waiting3cf2c89086ce: Pulling fs layer1d8774b04bb7: Waiting2cfe4440eb3a: Pulling fs layer9d4c59a7b4f1: Waiting3cdb916ae3c3: Pulling fs layer3cf2c89086ce: Waiting3cdb916ae3c3: Waiting2cfe4440eb3a: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download completec7f7861ee488: Verifying Checksum6a0ac1617861: Pull completec7f7861ee488: Pull complete242907bdbe26: Verifying Checksum242907bdbe26: Download complete242907bdbe26: Pull complete3352270e10b0: Verifying Checksum3352270e10b0: Download complete47c18f475101: Download complete9e65bd6c7317: Verifying Checksum9e65bd6c7317: Download complete2801e5e13c88: Verifying Checksum2801e5e13c88: Download complete018ccadd5bf7: Verifying Checksum018ccadd5bf7: Download complete2e273f2aabdd: Verifying Checksum2e273f2aabdd: Download completee348a3504fd1: Verifying Checksume348a3504fd1: Download completee4dee05632b5: Download completecc7d1e48a817: Verifying Checksumcc7d1e48a817: Download complete2afc109d933b: Verifying Checksum2afc109d933b: Download completec8b994fd4978: Verifying Checksumc8b994fd4978: Download complete94d6ee139c18: Download complete33b9b3d1317d: Verifying Checksum33b9b3d1317d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete37f6ed8f41db: Verifying Checksum37f6ed8f41db: Download complete48061712d8ec: Download complete9379b5d8c279: Download completeda5d751f6c1f: Verifying Checksumda5d751f6c1f: Download completeded3ed35f70f: Verifying Checksumded3ed35f70f: Download complete9d95cd3602ab: Download completee5ec97e88805: Verifying Checksume5ec97e88805: Download complete8fa9502c7636: Download completed2ada6e134f3: Verifying Checksumd2ada6e134f3: Download complete74907ca98ac8: Verifying Checksum74907ca98ac8: Download complete5e3139447bb2: Verifying Checksum5e3139447bb2: Download completed97c011a0188: Verifying Checksumd97c011a0188: Download completeb2d16f310ce2: Verifying Checksumb2d16f310ce2: Download completeede8df3a861b: Verifying Checksumede8df3a861b: Download complete883b466676e2: Download complete07cdfe7a2eb5: Download complete3352270e10b0: Pull complete47c18f475101: Pull complete9e65bd6c7317: Pull complete2801e5e13c88: Pull complete018ccadd5bf7: Pull complete2e273f2aabdd: Pull completee348a3504fd1: Pull complete37f6ed8f41db: Pull completee4dee05632b5: Pull completecc7d1e48a817: Pull complete2afc109d933b: Pull completec8b994fd4978: Pull complete94d6ee139c18: Pull complete33b9b3d1317d: Pull complete4f4fb700ef54: Pull complete48061712d8ec: Pull complete9379b5d8c279: Pull completeda5d751f6c1f: Pull completeded3ed35f70f: Pull complete9d95cd3602ab: Pull completee5ec97e88805: Pull complete8fa9502c7636: Pull completed2ada6e134f3: Pull completede9c4f786308: Pull complete74907ca98ac8: Pull completed97c011a0188: Pull complete5e3139447bb2: Pull complete1d8774b04bb7: Verifying Checksum1d8774b04bb7: Download complete8a351f62a092: Verifying Checksum8a351f62a092: Download complete1cb5be35c146: Verifying Checksum1cb5be35c146: Download complete3cf2c89086ce: Verifying Checksum3cf2c89086ce: Download complete2cfe4440eb3a: Verifying Checksum2cfe4440eb3a: Download complete3cdb916ae3c3: Download complete9d4c59a7b4f1: Verifying Checksum9d4c59a7b4f1: Download complete8a351f62a092: Pull completeb2d16f310ce2: Pull complete1cb5be35c146: Pull completeede8df3a861b: Pull complete883b466676e2: Pull complete07cdfe7a2eb5: Pull complete1d8774b04bb7: Pull complete9d4c59a7b4f1: Pull complete3cf2c89086ce: Pull complete2cfe4440eb3a: Pull complete3cdb916ae3c3: Pull completeDigest: sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b21Status: Downloaded newer image for ocaml/opam@sha256:67a4db3be9fbc43c3af35834f8a6b5d412f802e74c3fb3658bb5bb8e19b50b212026-05-29 16:44.43 ---> using "229e68010ae6e476bc60b9ae309a41d9390170ed3f6dbe2116af119f2c0f03f5" from cache/: (comment alpine-3.23-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-05-29 16:44.43 ---> using "44247f53fa2c5fc28159cc7c93330dbb2e261e155d72ceea4d41d4ccf4d18ced" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADcd48593a8c..d6a960ed95 master -> origin/master4d481b6121 Merge pull request #29956 from avsm/ctypes-reloc2026-05-29 16:44.43 ---> using "bbd172df63ad6b56ff2d305126e732223ae91ce5f77a49b584240ebd850ce5f4" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 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=1 --globalContinue? [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 (Could not contact DNS servers)"[default] synchronised from git+file:///home/opam/opam-repository2026-05-29 16:44.43 ---> using "6732905b32db6958e876e10804d38a084789d825305ed0d4eb921569d730a783" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-29 16:44.43 ---> using "abdd8129635295cd70e02c64b7e66676c3813ecdd8d8075a3c8e4c4c9dd04776" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-29 16:44.43 ---> using "0865ccc4d2147a1a931ded008527b4f0ef1fe0d4f24a509bde8758660b1c4704" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-05-29 16:44.43 ---> using "e0373a1bfccb794f38b7bc1dd56883f52ef5efda85ff443c3f223efd3d5fc145" from cache/src: (copy (src jansson.opam) (dst ./))2026-05-29 16:44.44 ---> saved as "0c69d7ed8cf9f80bc056f8ee1e3c4dc0613f289649db9c995b63a42647ec1607"/src: (run (network host)(shell "opam pin add -yn jansson.dev './'"))[NOTE] Package jansson does not exist in opam repositories registered in the current switch.[jansson.dev] synchronised (file:///src)jansson is now pinned to file:///src (version dev)2026-05-29 16:44.46 ---> saved as "f70e1941328f8c3522f2b8631ecb5f04e15453611b133253a4be1c8fabe4f63c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-29 16:44.47 ---> saved as "07f557a819f434bb09899f795027a9860ef74f0c3b0a092f4fa9a0a046c6d8a9"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 sexplib0.v0.17.0 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 jansson.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- v3.23.4-300-g0492819ba5c [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-311-g34347ec1982 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-10577-g5b0a83dd0c7 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-10578-gb0bd6794cf2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-10576-gda0e797ba52 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62355 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[jansson.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).The following system packages will first need to be installed:cmake<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "cmake"- (1/4) Installing libarchive (3.8.5-r0)- (2/4) Installing rhash-libs (1.4.6-r0)- (3/4) Installing libuv (1.51.0-r0)- (4/4) Installing cmake (4.1.3-r0)- Executing busybox-1.37.0-r30.trigger- OK: 394.4 MiB in 107 packages# To update the current shell environment, run: eval $(opam env)2026-05-29 16:44.58 ---> saved as "ec815679b425e5da0f1c810a7f62ecf7c68ba35172801b1bb21f8fb525f4e978"/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 22 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.1- install conf-cmake 1- install csexp 1.5.2- install cstruct 6.2.0- install ctypes 0.24.0- install dune 3.23.1- install dune-configurator 3.23.1- install ezjsonm 1.3.0- install fmt 0.11.0- install hex 1.5.0- install integers 0.8.0- install jsonm 1.0.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install sexplib0 v0.17.0- 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 conf-cmake.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-cmake.1-> retrieved cstruct.6.2.0 (cached)-> retrieved ctypes.0.24.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved integers.0.8.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (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 jsonm.1.0.2-> installed dune.3.23.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed integers.0.8.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.23.1-> installed ctypes.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-05-29 16:45.43 ---> saved as "0035b33fc1dc2a3318c97d1434bd1f221e47592507c311bccac6519f310b2f70"/src: (copy (src .) (dst /src))2026-05-29 16:45.44 ---> saved as "a9aeb540d3fde08543168ff8ba1c8b7388bfe902ada86a05ffd66a8a9062fa83"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", line 2, characters 14-17:2 | (using ctypes 0.1)^^^Error: Version 0.1 of the ctypes extension has been deleted in Dune 3.11.Please port this project to a newer version of the extension, such as 0.3.Hint: You will also need to upgrade to (lang dune 3.7)."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-05-29 16:45.45: Job failed: Failed: Build failed