2025-07-04 15:12.04: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f Opam project build To reproduce locally: git clone --recursive "https://github.com/patricoferris/ocaml-jansson.git" -b "main" && cd "ocaml-jansson" && git reset --hard 42cb429e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f # ubuntu-24.10-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u COPY --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.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y jansson.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-04 15:12.04: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f-ubuntu-24.10-4.14_opam-2.3-6c2c13f9e19c45539a0c86de8ba8e0bb" 2025-07-04 15:12.04: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f) (comment ubuntu-24.10-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --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")) ) 2025-07-04 15:12.04: Waiting for resource in pool OCluster 2025-07-04 15:37.34: Waiting for worker… 2025-07-04 15:39.00: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02' HEAD is now at 42cb429 Install so versions Synchronising 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:ubuntu-24.10-ocaml-4.14@sha256:515631437d3ba3dc11c57cfa77c309d55919eeb5b476d81dfaeaa9b85080697f) 2025-07-04 15:39.01 ---> using "97fdbd7fb800699e57bf22ac6d763ef37fa57a9f3c6a029c7b220c64905375f5" from cache /: (comment ubuntu-24.10-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-04 15:39.01 ---> using "703f2a5749876b1931102c9eecf43974a6bd92df955cabf94d2f8ba4990ce557" 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 development 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-04 15:39.01 ---> using "a9261708f26729c5b855db0684aaf910a7c037e15ce735eb021c15bb646322fd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-04 15:39.01 ---> using "d082c711a255d77988a9aeffc74c375030a63067a0e861f70193429234eb6b3b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-04 15:39.01 ---> using "f746654e5af3371c94c8ce5c1fe09bad0fe7dfb71230364a5a61ea9b23dff474" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..ee56c84f60 master -> origin/master 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-04 15:39.01 ---> using "35128e6038fd60f93c5ec4f65d8c4dbddbe1e8c425fff24ef132c49c410defe9" from cache /src: (copy (src jansson.opam) (dst ./)) 2025-07-04 15:39.02 ---> saved as "a6c9cc464d83883ee36b8f7b40b698d81f209b045584791ed41cccea931f660a" /src: (run (network host) (shell "opam pin add -yn jansson.dev './'")) Package jansson does not exist, create as a NEW package? [y/n] y [jansson.dev] synchronised (file:///src) jansson is now pinned to file:///src (version dev) 2025-07-04 15:39.05 ---> saved as "29ca04f7e58f0ef443bcbfca4a6d5ac28bab81efdbfbe86e366c4234a0dbb15e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-04 15:39.06 ---> saved as "de5c5ea79feb05a2b3d47fd509b07476aea849dcab9576e50e1d0f5c13b1f0e1" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 integers.0.7.0 jsonm.1.0.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y jansson.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:4 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [389 kB] - Get:5 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [280 kB] - Get:6 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [370 kB] - Get:7 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [522 kB] - Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [381 kB] - Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [357 kB] - Fetched 2676 kB in 2s (1703 kB/s) - Reading package lists... - <><> 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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 "apt-get" "install" "-qq" "-yy" "cmake" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libicu74:amd64. - (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 ... 16115 files and directories currently installed.) - Preparing to unpack .../0-libicu74_74.2-1ubuntu4_amd64.deb ... - Unpacking libicu74:amd64 (74.2-1ubuntu4) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../1-libxml2_2.12.7+dfsg-3ubuntu0.3_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg-3ubuntu0.3) ... - Selecting previously unselected package libuv1t64:amd64. - Preparing to unpack .../2-libuv1t64_1.48.0-5_amd64.deb ... - Unpacking libuv1t64:amd64 (1.48.0-5) ... - Selecting previously unselected package libarchive13t64:amd64. - Preparing to unpack .../3-libarchive13t64_3.7.4-1ubuntu0.3_amd64.deb ... - Unpacking libarchive13t64:amd64 (3.7.4-1ubuntu0.3) ... - Selecting previously unselected package libjsoncpp25:amd64. - Preparing to unpack .../4-libjsoncpp25_1.9.5-6build1_amd64.deb ... - Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../5-librhash0_1.4.3-3build1_amd64.deb ... - Unpacking librhash0:amd64 (1.4.3-3build1) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../6-cmake-data_3.30.3-1_all.deb ... - Unpacking cmake-data (3.30.3-1) ... - Selecting previously unselected package cmake. - Preparing to unpack .../7-cmake_3.30.3-1_amd64.deb ... - Unpacking cmake (3.30.3-1) ... - Setting up libuv1t64:amd64 (1.48.0-5) ... - Setting up libjsoncpp25:amd64 (1.9.5-6build1) ... - Setting up libicu74:amd64 (74.2-1ubuntu4) ... - Setting up librhash0:amd64 (1.4.3-3build1) ... - Setting up cmake-data (3.30.3-1) ... - Setting up libxml2:amd64 (2.12.7+dfsg-3ubuntu0.3) ... - Setting up libarchive13t64:amd64 (3.7.4-1ubuntu0.3) ... - Setting up cmake (3.30.3-1) ... - Processing triggers for libc-bin (2.40-1ubuntu3.1) ... 2025-07-04 15:39.36 ---> saved as "69f7a35a9ebd0ce5bae517f49d5abdbce67245f4eddeda39e8c9e0eaaff07d39" /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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 24 packages - install alcotest 1.9.0 - install astring 0.8.5 - install bigarray-compat 1.1.0 - install cmdliner 1.3.0 - install conf-cmake 1 - install csexp 1.5.2 - install cstruct 6.2.0 - install ctypes 0.23.0 - install dune 3.19.1 - install dune-configurator 3.19.1 - install ezjsonm 1.3.0 - install fmt 0.10.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.13.2 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved conf-cmake.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-cmake.1 -> retrieved alcotest.1.9.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved ctypes.0.23.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.10.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 ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed cstruct.6.2.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed hex.1.5.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.13.2 -> installed ezjsonm.1.3.0 -> installed integers.0.7.0 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.1 -> installed ctypes.0.23.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-04 15:41.35 ---> saved as "63aa2e06f622e6ce68d9b34adf78d02de47ef6245200948fa4073eac380734bd" /src: (copy (src .) (dst /src)) 2025-07-04 15:41.36 ---> saved as "31b51ac4a4522105b68947de086b0d719e184792d0f3148f3baddb193fba1a37" /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 1 2025-07-04 15:41.37: Job failed: Failed: Build failed