2026-05-29 11:02.41: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/pull/5/head (bc08a58baf4ce5cdcf066ada308b5e7238ccfe99) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440cOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/patricoferris/ocaml-jansson.git" && cd "ocaml-jansson" && git fetch origin "refs/pull/5/head" && git reset --hard bc08a58bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c# debian-13-4.11_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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.22.2 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base sexplib0.v0.16.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.2 --depext-only -y jansson.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-29 11:02.41: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-8d8d52a9fa8962d5989ae3605f47f901"2026-05-29 11:02.41: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)(comment debian-13-4.11_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.2 /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.22.2 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base sexplib0.v0.16.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.2 --depext-only -y jansson.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-05-29 11:02.41: Waiting for resource in pool OCluster2026-05-29 11:02.41: Waiting for worker…2026-05-29 11:06.20: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedSubmodule path 'vendor/jansson': checked out '4a9a6db73d5dc553164992e87426502ab2d54512'HEAD is now at bc08a58 Update vendored dependency to fix build errorSynchronizing 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 '4a9a6db73d5dc553164992e87426502ab2d54512'(from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)2026-05-29 11:06.20 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" from cache/: (comment debian-13-4.11_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.2 /usr/bin/opam"))2026-05-29 11:06.21 ---> saved as "c39f4f20754d502db7263dd7936ba956bf6745180901c2936d0a5f5580e56fb1"/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_HEADfc08333d1b..d6a960ed95 master -> origin/master4d481b6121 Merge pull request #29956 from avsm/ctypes-reloc2026-05-29 11:06.29 ---> saved as "ed0cf70e9d99702ba557f2be86dffb032f8de1f60272f8ad4e925e50a49a62b0"/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.1 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 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-29 11:06.49 ---> saved as "ed61840e34b83766ff653cd37501bed19f850a75995e801b7bcf591158df0004"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.11.22.2.12026-05-29 11:06.50 ---> saved as "319c0ecd647a5b3c6c4e33b68c277e71e81fbfac74f6d99da0d514ad3e3dbab4"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-29 11:06.51 ---> saved as "86b531ab4e8e6807058f66ce420c5e62ddb4d220230b09eddf779b83238a2678"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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.6.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-05-29 11:07.02 ---> saved as "725e9edfca9fe10b1747d035f87db9ebeea88cc648ad82683170c26954e74542"/src: (copy (src jansson.opam) (dst ./))2026-05-29 11:07.03 ---> saved as "0187342723c4bd8f1c1caac5b3bf115c9678cc2448feb613ffcdee7247a721cf"/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)2026-05-29 11:07.05 ---> saved as "1fdc6b7165a0a9de3c0107f05fddceb599b5e19d81cf1286b39d222e8c6ee89b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-29 11:07.05 ---> saved as "767f95f8ebad58230d322d33ed6f209050ca3e8b69ae1c01828d7f4e0e896618"/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.22.2 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.8.0 jsonm.1.0.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base sexplib0.v0.16.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.2 --depext-only -y jansson.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 amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [180 kB]- Fetched 10.1 MB in 2s (6230 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[jansson.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.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"- Selecting previously unselected package cmake-data.- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../0-cmake-data_3.31.6-2_all.deb ...- Unpacking cmake-data (3.31.6-2) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../1-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Selecting previously unselected package libarchive13t64:amd64.- Preparing to unpack .../2-libarchive13t64_3.7.4-4+deb13u1_amd64.deb ...- Unpacking libarchive13t64:amd64 (3.7.4-4+deb13u1) ...- Selecting previously unselected package libjsoncpp26:amd64.- Preparing to unpack .../3-libjsoncpp26_1.9.6-3_amd64.deb ...- Unpacking libjsoncpp26:amd64 (1.9.6-3) ...- Selecting previously unselected package librhash1:amd64.- Preparing to unpack .../4-librhash1_1.4.5-1_amd64.deb ...- Unpacking librhash1:amd64 (1.4.5-1) ...- Selecting previously unselected package libuv1t64:amd64.- Preparing to unpack .../5-libuv1t64_1.50.0-2_amd64.deb ...- Unpacking libuv1t64:amd64 (1.50.0-2) ...- Selecting previously unselected package cmake.- Preparing to unpack .../6-cmake_3.31.6-2_amd64.deb ...- Unpacking cmake (3.31.6-2) ...- Setting up libuv1t64:amd64 (1.50.0-2) ...- Setting up libjsoncpp26:amd64 (1.9.6-3) ...- Setting up cmake-data (3.31.6-2) ...- Setting up librhash1:amd64 (1.4.5-1) ...- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...- Setting up libarchive13t64:amd64 (3.7.4-4+deb13u1) ...- Setting up cmake (3.31.6-2) ...- Processing triggers for libc-bin (2.41-12+deb13u2) ...2026-05-29 11:07.27 ---> saved as "5654c0d2a0f0a8f486e952cc26b231f9bf42f2e48209773c298702e1e59733d2"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.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 25 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.22.2- 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-secondary-compiler 4.14.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.6- install ocamlfind-secondary 1.9.6- install re 1.11.0- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved alcotest.1.9.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-secondary-compiler.4.14.2 (cached)-> retrieved dune.3.23.1 (cached)-> retrieved dune-configurator.3.22.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved seq.base (cached)-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)-> retrieved re.1.11.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.1-> installed seq.base-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.6-> installed ocamlbuild.0.16.1-> 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 ocaml-secondary-compiler.4.14.2-> installed ocamlfind-secondary.1.9.6-> installed dune.3.23.1-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed integers.0.8.0-> installed alcotest.1.9.1-> installed dune-configurator.3.22.2-> installed ctypes.0.24.0Done.# Run eval $(opam env) to update the current shell environment2026-05-29 11:10.52 ---> saved as "86db49d1d3652cc7c479c913520b9afbc1271a2ecc746b833b25cbf29e236ce4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.23.1).The following actions will be performed:=== install 8 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.2.1- install odoc-parser 3.2.1 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.2.1, odoc-parser.3.2.1 (cached)-> installed cppo.1.8.0-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed crunch.4.0.0-> installed odoc-parser.3.2.1-> installed tyxml.4.6.0-> installed odoc.3.2.1Done.# Run eval $(opam env) to update the current shell environment2026-05-29 11:11.29 ---> saved as "43febac28805868ea90677071666b2b373699cbead4eaea85107856e7a655ec1"/src: (copy (src .) (dst /src/))2026-05-29 11:11.29 ---> saved as "48a3e024f3237cdbd1e6a51a9908a8bfc2b94df94da43c04eb256bd3fe9760b0"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/vendor/jansson/build && /usr/bin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=1)-- The C compiler identification is GNU 14.2.0-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Check for working C compiler: /usr/bin/cc - skipped-- Detecting C compile features-- Detecting C compile features - done-- Performing Test HAS_NO_FORMAT_TRUNCATION-- Performing Test HAS_NO_FORMAT_TRUNCATION - Success-- Looking for include file endian.h-- Looking for include file endian.h - found-- Looking for include file fcntl.h-- Looking for include file fcntl.h - found-- Looking for include file sched.h-- Looking for include file sched.h - found-- Looking for include file unistd.h-- Looking for include file unistd.h - found-- Looking for include file sys/param.h-- Looking for include file sys/param.h - found-- Looking for include file sys/stat.h-- Looking for include file sys/stat.h - found-- Looking for include file sys/time.h-- Looking for include file sys/time.h - found-- Looking for include file sys/types.h-- Looking for include file sys/types.h - found-- Looking for close-- Looking for close - found-- Looking for getpid-- Looking for getpid - found-- Looking for gettimeofday-- Looking for gettimeofday - found-- Looking for open-- Looking for open - found-- Looking for read-- Looking for read - found-- Looking for sched_yield-- Looking for sched_yield - found-- Looking for include file stdint.h-- Looking for include file stdint.h - found-- Looking for stddef.h-- Looking for stddef.h - found-- Check size of __int64-- Check size of __int64 - failed-- Check size of int64_t-- Check size of int64_t - done-- Check size of long long-- Check size of long long - done-- Check size of int32_t-- Check size of int32_t - done-- Check size of __int32-- Check size of __int32 - failed-- Check size of long-- Check size of long - done-- Check size of int-- Check size of int - done-- Check size of unsigned long-- Check size of unsigned long - done-- Check size of unsigned int-- Check size of unsigned int - done-- Check size of unsigned short-- Check size of unsigned short - done-- Check size of uint32_t-- Check size of uint32_t - done-- Check size of __uint32-- Check size of __uint32 - failed-- Check size of uint16_t-- Check size of uint16_t - done-- Check size of __uint16-- Check size of __uint16 - failed-- Check size of uint8_t-- Check size of uint8_t - done-- Check size of __uint8-- Check size of __uint8 - failed-- Check size of ssize_t-- Check size of ssize_t - done-- Check size of SSIZE_T-- Check size of SSIZE_T - failed-- Looking for strtoll-- Looking for strtoll - found-- Looking for strtoq-- Looking for strtoq - found-- Looking for _strtoi64-- Looking for _strtoi64 - not found-- Looking for include file locale.h-- Looking for include file locale.h - found-- Looking for setlocale-- Looking for setlocale - found-- Performing Test HAVE_INLINE-- Performing Test HAVE_INLINE - Success-- Performing Test HAVE___INLINE-- Performing Test HAVE___INLINE - Success-- Performing Test HAVE___INLINE__-- Performing Test HAVE___INLINE__ - Success-- Performing Test HAVE_SYNC_BUILTINS-- Performing Test HAVE_SYNC_BUILTINS - Success-- Performing Test HAVE_ATOMIC_BUILTINS-- Performing Test HAVE_ATOMIC_BUILTINS - Success-- Performing Test DSYMVER_WORKS-- Performing Test DSYMVER_WORKS - Success-- Performing Test VSCRIPT_WORKS-- Performing Test VSCRIPT_WORKS - Success-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING)-- Configuring done (7.6s)-- Generating done (0.1s)-- Build files have been written to: /src/_build/default/vendor/jansson/buildC compiler: GNUCMake Warning at CMakeLists.txt:381 (message):Sphinx not found. Cannot generate documentation!Set -DJANSSON_BUILD_DOCS=OFF to get rid of this message.(cd _build/default/vendor/jansson/build && /usr/bin/make -j)[ 1%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o[ 5%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o[ 5%] Building C object CMakeFiles/jansson.dir/src/memory.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/dtoa.c.o[ 8%] Building C object CMakeFiles/jansson.dir/src/dump.c.o[ 10%] Building C object CMakeFiles/jansson.dir/src/error.c.o[ 12%] Building C object CMakeFiles/jansson.dir/src/load.c.o[ 16%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o[ 16%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o[ 17%] Building C object CMakeFiles/jansson.dir/src/pack_unpack.c.o[ 19%] Building C object CMakeFiles/jansson.dir/src/value.c.o[ 21%] Building C object CMakeFiles/jansson.dir/src/utf.c.o[ 23%] Building C object CMakeFiles/jansson.dir/src/version.c.o[ 25%] Linking C shared library lib/libjansson.so[ 25%] Built target jansson[ 26%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o[ 28%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o[ 32%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o[ 32%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o[ 33%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o[ 35%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o[ 37%] Building C object CMakeFiles/test_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o[ 39%] Building C object CMakeFiles/test_dump_callback.dir/test/suites/api/test_dump_callback.c.o[ 41%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o[ 44%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o[ 44%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o[ 46%] Building C object CMakeFiles/test_fixed_size.dir/test/suites/api/test_fixed_size.c.o[ 48%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o[ 50%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o[ 51%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o[ 53%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o[ 55%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o[ 57%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o[ 58%] Building C object CMakeFiles/test_memory_funcs_realloc.dir/test/suites/api/test_memory_funcs_realloc.c.o[ 60%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o[ 62%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o[ 64%] Linking C executable bin/test_memory_funcs[ 66%] Linking C executable bin/test_dump_callback[ 67%] Linking C executable bin/test_equal[ 71%] Linking C executable bin/test_load_callback[ 71%] Linking C executable bin/simple_parse[ 73%] Linking C executable bin/test_sprintf[ 76%] Linking C executable bin/test_chaos_realloc[ 76%] Linking C executable bin/test_loadb[ 78%] Linking C executable bin/test_load[ 80%] Linking C executable bin/test_memory_funcs_realloc[ 82%] Linking C executable bin/test_fixed_size[ 83%] Linking C executable bin/test_chaos[ 85%] Linking C executable bin/test_dump[ 87%] Linking C executable bin/json_process[ 89%] Linking C executable bin/test_array[ 91%] Linking C executable bin/test_number[ 92%] Linking C executable bin/test_simple[ 94%] Linking C executable bin/test_copy[ 94%] Built target test_memory_funcs[ 94%] Built target test_equal[ 94%] Built target test_sprintf[ 94%] Built target test_memory_funcs_realloc[ 94%] Built target test_chaos_realloc[ 94%] Built target simple_parse[ 94%] Built target test_dump_callback[ 94%] Built target test_fixed_size[ 94%] Built target test_load_callback[ 94%] Built target test_load[ 94%] Built target test_chaos[ 94%] Built target test_loadb[ 94%] Built target json_process[ 94%] Built target test_dump[ 94%] Built target test_array[ 94%] Built target test_number[ 94%] Built target test_simple[ 94%] Built target test_copy[ 96%] Linking C executable bin/test_unpack[ 98%] Linking C executable bin/test_object[ 98%] Built target test_unpack[ 98%] Built target test_object[100%] Linking C executable bin/test_pack[100%] Built target test_pack(cd _build/default/vendor/jansson/build && /usr/bin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=0)-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING)-- Configuring done (0.0s)-- Generating done (0.0s)-- Build files have been written to: /src/_build/default/vendor/jansson/buildC compiler: GNUCMake Warning at CMakeLists.txt:381 (message):Sphinx not found. Cannot generate documentation!Set -DJANSSON_BUILD_DOCS=OFF to get rid of this message.(cd _build/default/vendor/jansson/build && /usr/bin/make -j)[ 7%] Building C object CMakeFiles/jansson.dir/src/error.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/dump.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/dtoa.c.o[ 8%] Building C object CMakeFiles/jansson.dir/src/memory.c.o[ 10%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o[ 12%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o[ 14%] Building C object CMakeFiles/jansson.dir/src/utf.c.o[ 17%] Building C object CMakeFiles/jansson.dir/src/load.c.o[ 17%] Building C object CMakeFiles/jansson.dir/src/pack_unpack.c.o[ 19%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o[ 21%] Building C object CMakeFiles/jansson.dir/src/value.c.o[ 23%] Building C object CMakeFiles/jansson.dir/src/version.c.o[ 25%] Linking C static library lib/libjansson.a[ 25%] Built target jansson[ 26%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o[ 28%] Building C object CMakeFiles/test_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o[ 33%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o[ 33%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o[ 33%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o[ 35%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o[ 37%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o[ 39%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o[ 41%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o[ 42%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o[ 44%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o[ 46%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o[ 48%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o[ 50%] Building C object CMakeFiles/test_fixed_size.dir/test/suites/api/test_fixed_size.c.o[ 51%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o[ 53%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o[ 55%] Building C object CMakeFiles/test_dump_callback.dir/test/suites/api/test_dump_callback.c.o[ 57%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o[ 58%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o[ 60%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o[ 62%] Building C object CMakeFiles/test_memory_funcs_realloc.dir/test/suites/api/test_memory_funcs_realloc.c.o[ 64%] Linking C executable bin/test_memory_funcs[ 66%] Linking C executable bin/test_load_callback[ 67%] Linking C executable bin/test_loadb[ 69%] Linking C executable bin/test_dump_callback[ 71%] Linking C executable bin/test_number[ 73%] Linking C executable bin/test_equal[ 75%] Linking C executable bin/json_process[ 76%] Linking C executable bin/simple_parse[ 78%] Linking C executable bin/test_sprintf[ 80%] Linking C executable bin/test_chaos[ 83%] Linking C executable bin/test_chaos_realloc[ 83%] Linking C executable bin/test_fixed_size[ 85%] Linking C executable bin/test_load[ 87%] Linking C executable bin/test_copy[ 89%] Linking C executable bin/test_memory_funcs_realloc[ 91%] Linking C executable bin/test_dump[ 92%] Linking C executable bin/test_simple[ 92%] Built target test_memory_funcs[ 92%] Built target test_load_callback[ 92%] Built target test_loadb[ 92%] Built target test_number[ 92%] Built target simple_parse[ 92%] Built target test_dump_callback[ 92%] Built target test_equal[ 92%] Built target test_chaos[ 92%] Built target test_fixed_size[ 92%] Built target json_process[ 92%] Built target test_sprintf[ 94%] Linking C executable bin/test_array[ 94%] Built target test_load[ 94%] Built target test_chaos_realloc[ 94%] Built target test_simple[ 94%] Built target test_copy[ 94%] Built target test_dump[ 94%] Built target test_memory_funcs_realloc[ 98%] Linking C executable bin/test_unpack[ 98%] Linking C executable bin/test_object[ 98%] Built target test_array[ 98%] Built target test_unpack[ 98%] Built target test_object[100%] Linking C executable bin/test_pack[100%] Built target test_pack(cd _build/default/_doc/_odocls/jansson && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/jansson -I ../../../src/c/.jansson_c.objs/byte -I ../../../src/lib/.jansson.objs/byte -I ../../../src/lib/ezjsonm/.ezjsonm_conv.objs/byte -o jansson.odocl ../../../src/lib/.jansson.objs/byte/jansson.odoc)File "src/lib/jansson.mli", line 94, characters 7-52:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 90, characters 7-52:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 78, characters 5-49:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 74, characters 5-49:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 67, characters 6-50:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 44, characters 4-71:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 36, characters 4-71:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 26, characters 4-71:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "src/lib/jansson.mli", line 16, characters 42-52:Warning: Failed to resolve reference unresolvedroot(Object) Couldn't find "Object"2026-05-29 11:11.41 ---> saved as "58db0f544548e0caecc23645a69610de46447e0240c69aa43603761851ffab7d"Job succeeded2026-05-29 11:11.41: Job succeeded