2026-02-15 17:59.31: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69Opam 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:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69# opensuse-16.0-5.4_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-02-15 17:59.31: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69-opensuse-16.0-5.4_opam-2.5-d66f6330093c30511c15a96651032cab"2026-02-15 17:59.31: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69)(comment opensuse-16.0-5.4_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src jansson.opam) (dst ./))(run (network host)(shell "opam pin add -yn jansson.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-02-15 17:59.31: Waiting for resource in pool OCluster2026-02-15 18:54.21: Waiting for worker…2026-02-15 18:58.39: Got resource from pool OClusterBuilding on odawa.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:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69' locallydocker.io/ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69: Pulling from ocaml/opam64cfa2a65095: Already exists692f5537ba42: Already exists43d4ccad78cf: Already exists70070cd3c955: Already existsec78a4ac80e5: Already existseefb9793fafd: Already exists4c43fcde2d96: Already existsf8ebe3d69c53: Already exists5701de31e7b4: Already exists6f0d4e876bbd: Already exists514a778e56ac: Already exists6f18741b08bc: Already existsb55a7ea2c456: Already exists2feb3e941e06: Already exists653f3a3f03c4: Already existsc33d44c2fe4b: Already exists4fea671b1885: Already existsb9f264b7c21f: Already exists6d5265cd7803: Already exists4f4fb700ef54: Already exists7d8fef25b78c: Already exists6b0aa9646d3b: Already exists10db3a3b9be6: Already exists2d2da8b6b9b7: Already exists1ec924573b5f: Already exists6073c773f2c4: Already existsbb3927dba7ec: Already exists2fe1303967bb: Already exists8f6ca5296dbb: Already existsa3cfb92e75bb: Already existsa8021b72a568: Already exists1ec42febf652: Already existsa97cb0151adc: Already exists49c1029be156: Already exists89e146cf2a15: Already existsc205ee7826da: Already existsa1bc65435ed6: Already exists42d855c8ca83: Already exists3b96cdb92533: Pulling fs layer37908c05cc2e: Pulling fs layer873e394a55db: Pulling fs layer8b0427d054f2: Pulling fs layer72f823d6b15a: Pulling fs layerfb8fd7f6e601: Pulling fs layer19a31680e4c0: Pulling fs layer8b0427d054f2: Waitingfb8fd7f6e601: Waiting19a31680e4c0: Waiting72f823d6b15a: Waiting3b96cdb92533: Verifying Checksum3b96cdb92533: Download complete3b96cdb92533: Pull complete873e394a55db: Download complete72f823d6b15a: Verifying Checksum72f823d6b15a: Download completefb8fd7f6e601: Verifying Checksumfb8fd7f6e601: Download complete19a31680e4c0: Verifying Checksum19a31680e4c0: Download complete37908c05cc2e: Verifying Checksum37908c05cc2e: Download complete37908c05cc2e: Pull complete873e394a55db: Pull complete8b0427d054f2: Verifying Checksum8b0427d054f2: Download complete8b0427d054f2: Pull complete72f823d6b15a: Pull completefb8fd7f6e601: Pull complete19a31680e4c0: Pull completeDigest: sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69Status: Downloaded newer image for ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de692026-02-15 18:58.40 ---> using "419c12b0131530436bc1bd48eab089d969cd7499a1b30cd0ecb7539b421b3066" from cache/: (comment opensuse-16.0-5.4_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-02-15 18:58.40 ---> using "ef213f399cc4d5c706edb3a99f4e50fe95ee55fb51fad1a114f982145bd6536f" 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-02-15 18:58.40 ---> using "3df2a4a78106de8bcda7f77ce97c50d3c362968946e23a385ee92c4860e0712a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.5.02026-02-15 18:58.40 ---> using "ef045a8760c3ad3282e100aa8a177fda66de0681d3d0e41b68ede5a302634434" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-15 18:58.40 ---> using "74cf57ef77fcc32f8ee9cbb81cc36465a75db8b329cf3f359312df60b986c7b0" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-15 18:58.40 ---> using "09328843ef1456138b7ad0819f4f3b9c7ceff9c519f56d8018b544a1d21b0d2b" from cache/src: (copy (src jansson.opam) (dst ./))2026-02-15 18:58.40 ---> saved as "499bca2b37670129a5ca3701ba148bf84f8cb24c92553a5009f572dba5f50897"/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-02-15 18:58.41 ---> saved as "51b47c58bd1cc7bf0ee18b6c7845b335050be396cf4e762005f14f04b84e7ab2"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-15 18:58.41 ---> saved as "306a78018b04a6ceaffb4765475445e808c2eb20d61a9a8172464df69c65f53d"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 "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- ...- ....- ..........- ...done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> 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 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:cmake<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 9 NEW packages are going to be installed:- cmake cmake-full libarchive13 libjsoncpp26 libmpdec4 libpython3_13-1_0 librhash1 libuv1 python313-base-- 9 new packages to install.-- Package download size: 24.2 MiB-- Package install size change:- | 86.9 MiB required by packages that will be installed- 86.9 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: libuv1-1.50.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]- .- Preloading: librhash1-1.4.5-160000.2.2.x86_64.rpm [done]- .- Preloading: libarchive13-3.8.1-160000.2.2.x86_64.rpm [done]- .- Preloading: libpython3_13-1_0-3.13.11-160000.1.1.x86_64.rpm [done]- ..- Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- .- Preloading: cmake-full-3.31.7-160000.2.2.x86_64.rpm [done]- ..- Preloading: cmake-3.31.7-160000.2.2.x86_64.rpm [done]- .- Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [done]- .-- Preloading: python313-base-3.13.11-160000.1.1.x86_64.rpm [done]- .done]- Retrieving: libarchive13-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (1/9), 399.3 KiB- Retrieving: libjsoncpp26-1.9.6-160000.2.2.x86_64 (repo-oss (16.0)) (2/9), 99.5 KiB- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (3/9), 85.2 KiB- Retrieving: librhash1-1.4.5-160000.2.2.x86_64 (repo-oss (16.0)) (4/9), 137.4 KiB- Retrieving: libuv1-1.50.0-160000.2.2.x86_64 (repo-oss (16.0)) (5/9), 143.4 KiB- Retrieving: python313-base-3.13.11-160000.1.1.x86_64 (repo-oss (16.0)) (6/9), 9.2 MiB- Retrieving: libpython3_13-1_0-3.13.11-160000.1.1.x86_64 (repo-oss (16.0)) (7/9), 2.0 MiB- Retrieving: cmake-full-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (8/9), 11.9 MiB- Retrieving: cmake-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (9/9), 169.8 KiB-- Checking for file conflicts: [...done]- (1/9) Installing: libarchive13-3.8.1-160000.2.2.x86_64 [..done]- (2/9) Installing: libjsoncpp26-1.9.6-160000.2.2.x86_64 [..done]- (3/9) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done]- (4/9) Installing: librhash1-1.4.5-160000.2.2.x86_64 [..done]- (5/9) Installing: libuv1-1.50.0-160000.2.2.x86_64 [..done]- (6/9) Installing: python313-base-3.13.11-160000.1.1.x86_64 [....done]- (7/9) Installing: libpython3_13-1_0-3.13.11-160000.1.1.x86_64 [..done]- (8/9) Installing: cmake-full-3.31.7-160000.2.2.x86_64 [...- ...done]- (9/9) Installing: cmake-3.31.7-160000.2.2.x86_64 [..done]- Running post-transaction scripts [...done]# To update the current shell environment, run: eval $(opam env)2026-02-15 18:58.59 ---> saved as "61c384dee7ad1d8175bfb42463d5cb80248d3185822c28db54cfd00fa570af68"/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 22 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.0- install conf-cmake 1- install csexp 1.5.2- install cstruct 6.2.0- install ctypes 0.24.0- install dune 3.21.1- install dune-configurator 3.21.1- install ezjsonm 1.3.0- install fmt 0.11.0- install hex 1.5.0- install integers 0.7.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.0 (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.7.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.21.1, dune-configurator.3.21.1 (cached)-> installed cmdliner.2.1.0-> 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.21.1-> 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 stdlib-shims.0.3.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed integers.0.7.0-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed ctypes.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-15 18:59.38 ---> saved as "a64e6432d975749347cbbf0d835b8361f03ebee1ac11ee234e97c96a1091680b"/src: (copy (src .) (dst /src))2026-02-15 18:59.38 ---> saved as "13e0ae79dd61abddfc3f7826ce8571b364a5bf5d4cdc7f6c0cc199fa74d86bf7"/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-02-15 18:59.39: Job failed: Failed: Build failed