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:fedora-43-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 Opam project build To 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 bc08a58b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.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 $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 2026-05-29 11:02.41: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523-fedora-43-4.14_opam-2.5-ede17651fe498871ad6c9434c19d1490" 2026-05-29 11:02.41: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523) (comment fedora-43-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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 11:02.41: Waiting for resource in pool OCluster 2026-05-29 11:02.41: Waiting for worker… 2026-05-29 11:06.05: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached Submodule path 'vendor/jansson': checked out '4a9a6db73d5dc553164992e87426502ab2d54512' HEAD is now at bc08a58 Update vendored dependency to fix build error 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 '4a9a6db73d5dc553164992e87426502ab2d54512' (from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523) 2026-05-29 11:06.50 ---> saved as "c353afb04d93da11e1fdd46abe077b386246663043527f72bb8d5408ae6da19a" /: (comment fedora-43-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 100% | 43.7 KiB/s | 19.5 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.4 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 40.8 KiB/s | 6.6 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-05-29 11:07.02 ---> saved as "a5d23d84f0705ef83373ddd1e3f59b321bb87a99256ddb4b76a132ec7f41ab3d" /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-29 11:07.04 ---> saved as "01bdac67244fd9922f61e7a58a6f1eb24e58f2fe15907b2f862de1c79fcf295d" /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_HEAD fc08333d1b..d6a960ed95 master -> origin/master 4d481b6121 Merge pull request #29956 from avsm/ctypes-reloc 2026-05-29 11:26.16 ---> saved as "a354942dabf1a06faca188c54f4630f7c1637f28211bb583dd5b2fb9496049f4" /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. 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-05-29 11:26.39 ---> saved as "4871daddb77cede39de5b1b20ecc9d53380c322f531f8e8995053bf505dcd7af" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-29 11:26.39 ---> saved as "7e371d9d30404d1791c5369eb5dddbf6eaad5e0c947684632aa2b615418c0004" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-29 11:26.41 ---> saved as "3c3e3609a58bd5bde0a2bbe92b8760ffc259ab52e32238b27f7471b0dac0c661" /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-repository Everything 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.3 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-05-29 11:26.58 ---> saved as "77e8a32f95f7090d540548e24e50ba1f56e387611eeb73169f9c2f2c5017123c" /src: (copy (src jansson.opam) (dst ./)) 2026-05-29 11:26.59 ---> saved as "572236572e11bf66bdb5f02be6bbb5f71c47523f12fd22084500c442023ae01d" /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 11:27.01 ---> saved as "c2e90fcffe659538eae7e1ad20f563be27d71e41e2cfd4cdd6ee06d30ec6c20d" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-29 11:27.02 ---> saved as "2a18385c9d29c1fda446ac762e2c2e3a3a06af84bba3715c934bdee327e622af" /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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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/sbin/sudo "yum" "install" "-y" "cmake" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - cmake x86_64 3.31.11-1.fc43 updates 34.5 MiB - Installing dependencies: - cmake-data noarch 3.31.11-1.fc43 updates 8.5 MiB - cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B - jsoncpp x86_64 1.9.6-2.fc43 fedora 257.6 KiB - libuv x86_64 1:1.51.0-2.fc43 fedora 570.2 KiB - rhash x86_64 1.4.5-3.fc43 fedora 351.1 KiB - vim-filesystem noarch 2:9.2.500-1.fc43 updates 40.0 B - - Transaction Summary: - Installing: 7 packages - - Total size of inbound packages is 15 MiB. Need to download 15 MiB. - After this operation, 44 MiB extra will be used (install 44 MiB, remove 0 B). - [1/7] cmake-filesystem-0:3.31.11-1.fc43 100% | 73.1 KiB/s | 13.4 KiB | 00m00s - [2/7] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 1.7 MiB/s | 101.1 KiB | 00m00s - [3/7] libuv-1:1.51.0-2.fc43.x86_64 100% | 6.7 MiB/s | 266.1 KiB | 00m00s - [4/7] rhash-0:1.4.5-3.fc43.x86_64 100% | 6.4 MiB/s | 197.9 KiB | 00m00s - [5/7] vim-filesystem-2:9.2.500-1.fc43.n 100% | 164.5 KiB/s | 15.6 KiB | 00m00s - [6/7] cmake-data-0:3.31.11-1.fc43.noarc 100% | 3.6 MiB/s | 2.5 MiB | 00m01s - [7/7] cmake-0:3.31.11-1.fc43.x86_64 100% | 11.6 MiB/s | 12.2 MiB | 00m01s - -------------------------------------------------------------------------------- - [7/7] Total 100% | 11.5 MiB/s | 15.3 MiB | 00m01s - Running transaction - [1/9] Verify package files 100% | 21.0 B/s | 7.0 B | 00m00s - [2/9] Prepare transaction 100% | 40.0 B/s | 7.0 B | 00m00s - [3/9] Installing cmake-filesystem-0:3.3 100% | 843.3 KiB/s | 7.6 KiB | 00m00s - [4/9] Installing vim-filesystem-2:9.2.5 100% | 156.2 KiB/s | 4.8 KiB | 00m00s - [5/9] Installing rhash-0:1.4.5-3.fc43.x 100% | 7.9 MiB/s | 356.4 KiB | 00m00s - [6/9] Installing libuv-1:1.51.0-2.fc43. 100% | 62.2 MiB/s | 573.0 KiB | 00m00s - [7/9] Installing jsoncpp-0:1.9.6-2.fc43 100% | 36.2 MiB/s | 259.2 KiB | 00m00s - [8/9] Installing cmake-0:3.31.11-1.fc43 100% | 68.4 MiB/s | 34.5 MiB | 00m01s - [9/9] Installing cmake-data-0:3.31.11-1 100% | 14.8 MiB/s | 9.1 MiB | 00m01s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "cmake" - cmake-3.31.11-1.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-05-29 11:27.26 ---> saved as "320ff73bb2c39f89a05cc2087f5b6e36e901d476a42068bb882ca7fb80d9a84c" /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 hex.1.5.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved integers.0.8.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 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.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-29 11:29.13 ---> saved as "04901533bb62977a732ae94aabae85d507a9e06817fd500a90362818e2599d87" /src: (copy (src .) (dst /src)) 2026-05-29 11:29.13 ---> saved as "4673c03975691e1870d06d242187285c7585694c34d2edc732954c56d7977b26" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/vendor/jansson/build && /usr/sbin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=1) -- The C compiler identification is GNU 15.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/sbin/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 (9.5s) -- Generating done (0.1s) -- Build files have been written to: /src/_build/default/vendor/jansson/build C compiler: GNU CMake 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/sbin/make -j) [ 1%] Building C object CMakeFiles/jansson.dir/src/dtoa.c.o [ 3%] Building C object CMakeFiles/jansson.dir/src/error.c.o [ 5%] Building C object CMakeFiles/jansson.dir/src/dump.c.o [ 7%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o [ 10%] Building C object CMakeFiles/jansson.dir/src/memory.c.o [ 10%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o [ 12%] Building C object CMakeFiles/jansson.dir/src/load.c.o [ 14%] Building C object CMakeFiles/jansson.dir/src/pack_unpack.c.o [ 16%] Building C object CMakeFiles/jansson.dir/src/value.c.o [ 17%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o [ 19%] Building C object CMakeFiles/jansson.dir/src/version.c.o [ 21%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o [ 23%] Building C object CMakeFiles/jansson.dir/src/utf.c.o [ 25%] Linking C shared library lib/libjansson.so [ 25%] Built target jansson [ 26%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o [ 28%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o [ 30%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o [ 32%] Building C object CMakeFiles/test_fixed_size.dir/test/suites/api/test_fixed_size.c.o [ 33%] Building C object CMakeFiles/test_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o [ 35%] Building C object CMakeFiles/test_dump_callback.dir/test/suites/api/test_dump_callback.c.o [ 39%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o [ 37%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o [ 41%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o [ 42%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o [ 44%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o [ 46%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o [ 48%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o [ 51%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o [ 53%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o [ 55%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o [ 50%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o [ 57%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.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_load_callback.dir/test/suites/api/test_load_callback.c.o [ 62%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o [ 64%] Linking C executable bin/test_memory_funcs [ 66%] Linking C executable bin/test_dump_callback [ 67%] Linking C executable bin/test_sprintf [ 69%] Linking C executable bin/test_number [ 71%] Linking C executable bin/test_copy [ 73%] Linking C executable bin/test_loadb [ 75%] Linking C executable bin/test_memory_funcs_realloc [ 76%] Linking C executable bin/simple_parse [ 78%] Linking C executable bin/test_equal [ 80%] Linking C executable bin/test_load_callback [ 83%] Linking C executable bin/test_load [ 83%] Linking C executable bin/test_chaos_realloc [ 83%] Built target test_sprintf [ 85%] Linking C executable bin/test_simple [ 87%] Linking C executable bin/test_chaos [ 87%] Built target test_memory_funcs [ 89%] Linking C executable bin/test_fixed_size [ 89%] Built target test_load [ 91%] Linking C executable bin/json_process [ 91%] Built target test_equal [ 91%] Built target test_dump_callback [ 91%] Built target test_number [ 91%] Built target test_load_callback [ 91%] Built target test_loadb [ 91%] Built target test_chaos_realloc [ 92%] Linking C executable bin/test_array [ 92%] Built target simple_parse [ 92%] Built target test_chaos [ 92%] Built target test_memory_funcs_realloc [ 92%] Built target test_simple [ 94%] Linking C executable bin/test_dump [ 94%] Built target test_fixed_size [ 94%] Built target test_copy [ 94%] Built target json_process [ 94%] Built target test_array [ 96%] Linking C executable bin/test_object [ 96%] Built target test_dump [ 98%] Linking C executable bin/test_pack [ 98%] Built target test_object [ 98%] Built target test_pack [100%] Linking C executable bin/test_unpack [100%] Built target test_unpack (cd _build/default/vendor/jansson/build && /usr/sbin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=0) -- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING) -- Configuring done (0.0s) -- Generating done (0.1s) -- Build files have been written to: /src/_build/default/vendor/jansson/build C compiler: GNU CMake 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/sbin/make -j) [ 1%] Building C object CMakeFiles/jansson.dir/src/dump.c.o [ 3%] Building C object CMakeFiles/jansson.dir/src/error.c.o [ 5%] Building C object CMakeFiles/jansson.dir/src/dtoa.c.o [ 7%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o [ 8%] Building C object CMakeFiles/jansson.dir/src/utf.c.o [ 10%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o [ 12%] Building C object CMakeFiles/jansson.dir/src/memory.c.o [ 16%] Building C object CMakeFiles/jansson.dir/src/value.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/strconv.c.o [ 21%] Building C object CMakeFiles/jansson.dir/src/load.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_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o [ 28%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o [ 30%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o [ 32%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o [ 33%] Building C object CMakeFiles/test_fixed_size.dir/test/suites/api/test_fixed_size.c.o [ 35%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o [ 37%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o [ 39%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o [ 41%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o [ 44%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o [ 44%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o [ 46%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o [ 48%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o [ 50%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o [ 51%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o [ 53%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.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_copy.dir/test/suites/api/test_copy.c.o [ 58%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o [ 60%] Linking C executable bin/test_sprintf [ 62%] Building C object CMakeFiles/test_memory_funcs_realloc.dir/test/suites/api/test_memory_funcs_realloc.c.o [ 64%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o [ 66%] Linking C executable bin/test_chaos_realloc [ 67%] Linking C executable bin/test_fixed_size [ 69%] Linking C executable bin/test_equal [ 71%] Linking C executable bin/test_load_callback [ 73%] Linking C executable bin/test_dump_callback [ 75%] Linking C executable bin/test_array [ 76%] Linking C executable bin/test_load [ 76%] Built target test_sprintf [ 78%] Linking C executable bin/test_loadb [ 80%] Linking C executable bin/simple_parse [ 82%] Linking C executable bin/test_chaos [ 83%] Linking C executable bin/test_dump [ 85%] Linking C executable bin/test_memory_funcs_realloc [ 87%] Linking C executable bin/test_number [ 89%] Linking C executable bin/test_memory_funcs [ 89%] Built target test_fixed_size [ 91%] Built target test_chaos_realloc [ 91%] Linking C executable bin/json_process [ 92%] Linking C executable bin/test_copy [ 94%] Linking C executable bin/test_simple [ 94%] Built target test_equal [ 94%] Built target test_dump_callback [ 94%] Built target test_array [ 94%] Built target test_load [ 94%] Built target test_chaos [ 94%] Built target test_load_callback [ 94%] Built target test_number [ 94%] Built target test_loadb [ 94%] Built target test_dump [ 94%] Built target simple_parse [ 96%] Linking C executable bin/test_object [ 96%] Built target test_memory_funcs [ 96%] Built target test_copy [ 96%] Built target test_memory_funcs_realloc [ 96%] Built target test_simple [ 98%] Linking C executable bin/test_unpack [ 98%] Built target json_process [ 98%] Built target test_object [ 98%] Built target test_unpack [100%] Linking C executable bin/test_pack [100%] Built target test_pack (cd _build/default/test && ./test.exe) Testing `jansson'. This run has ID `A9WMJL5I'. [OK] ezjsonm 0 test-object. [OK] ezjsonm 1 test-array. [OK] ezjsonm 2 test-jansson. Full test results in `/src/_build/default/test/_build/_tests/jansson'. Test Successful in 0.000s. 3 tests run. 2026-05-29 11:29.31 ---> saved as "97ef059edfb825daa3c28b1b538379e7a18722021ebde35dce7f45aca1bcfad9" Job succeeded 2026-05-29 11:29.31: Job succeeded