2026-05-29 11:02.41: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/pull/5/head (bc08a58baf4ce5cdcf066ada308b5e7238ccfe99) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo 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 macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/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 --versionRUN opam update -uCOPY --chown=1000:1000 jansson.opam ./src/./RUN opam pin add -yn jansson.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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.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.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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-29 11:02.41: Using cache hint "patricoferris/ocaml-jansson-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-b26cca31d31b9df721337f4dcaf5bcba"2026-05-29 11:02.41: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))(copy (src jansson.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn jansson.dev './src/./'"))(run (shell "echo '(lang dune 3.0)' > './src/./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.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.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y jansson.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-05-29 11:02.41: Waiting for resource in pool OCluster2026-05-29 11:02.41: Waiting for worker…2026-05-29 11:04.38: Got resource from pool OClusterBuilding on m1-worker-02Submodule 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'HEAD is now at bc08a58 Update vendored dependency to fix build errorwarning: Could not unset core.worktree setting in submodule 'vendor/jansson'Cleared directory 'vendor/jansson'Submodule 'vendor/jansson' (https://github.com/akheron/jansson) registered for path 'vendor/jansson'From https://github.com/akheron/jansson* [new branch] dependabot/github_actions/github-actions-674967a53d -> origin/dependabot/github_actions/github-actions-674967a53d154f891..1eb7a81 master -> origin/master* [new tag] v2.15.0 -> v2.15.0Submodule path 'vendor/jansson': checked out '4a9a6db73d5dc553164992e87426502ab2d54512'(from macos-homebrew-ocaml-5.4)2026-05-29 11:04.40 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-05-29 11:04.40 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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_HEAD95f7875db7..4d481b6121 master -> origin/master4d481b6121 Merge pull request #29956 from avsm/ctypes-reloc2026-05-29 11:04.40 ---> using "0cb3845001b945046532e1334cc455df99719d248f10f9d5aff2b4350a7c84ba" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.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:///Users/mac1000/opam-repositorydefault (at git+file:///Users/mac1000/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///Users/mac1000/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-05-29 11:04.41 ---> using "4f104542daebe0ad8fe808b650bb63cd9c57e3f8e1e8dc769b0e40a703bc9ba1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-05-29 11:04.41 ---> using "00ff091687780803ff079d68fecbf53b1fda8290f60c1070697bbd1a4e1c0e61" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1+lrgrep-- ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1However, 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:04.41 ---> using "66d24260cf5633980843d8a493967e4347c62421d6c0bf0eeeaf9b35696d96ba" from cache/: (copy (src jansson.opam) (dst ./src/./))2026-05-29 11:04.42 ---> saved as "9fda1f7a5ee7fe6062e08a45f5c2509aa8822879f75149001d26a76a822eb956"/: (run (network host)(shell "opam pin add -yn jansson.dev './src/./'"))[NOTE] Package jansson does not exist in opam repositories registered in the current switch.[jansson.dev] synchronised (file:///Users/mac1000/src)jansson is now pinned to file:///Users/mac1000/src (version dev)2026-05-29 11:04.52 ---> saved as "3e7e36b58dedb1e1f981adfad19ecbf055f5a2f70f54775a1d20d1f71e188ca8"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-05-29 11:04.53 ---> saved as "295b727ff2090fb31d22401cff8c73e646c3d9809c7726c6371ba15cc5d80b34"/: (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.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.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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y jansson.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[jansson.dev] synchronised (file:///Users/mac1000/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 <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "cmake"- Inspect the formula dependency plan before installing with `brew install --ask`.- Enable ask mode by setting `HOMEBREW_ASK=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Fetching downloads for: cmake- ✔︎ Bottle cmake (4.3.3)- ==> Pouring cmake--4.3.3.arm64_sequoia.bottle.tar.gz- ==> Caveats- To install the CMake documentation, run:- brew install cmake-docs- ==> Summary- 🍺 /opt/homebrew/Cellar/cmake/4.3.3: 4,041 files, 65.8MB- ==> Running `brew cleanup cmake`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Caveats- Bash completion has been installed to:- /opt/homebrew/etc/bash_completion.d- Emacs Lisp files have been installed to:- /opt/homebrew/share/emacs/site-lisp/cmake# To update the current shell environment, run: eval $(opam env)2026-05-29 11:05.32 ---> saved as "cc09121c9fe4cf938e525589d91bfd524486c74c6c4f2127e9b6ef30da448952"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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.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 cmdliner.2.1.1 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1 (cached)-> installed conf-cmake.1-> retrieved ctypes.0.24.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved integers.0.8.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved re.1.14.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 ocamlbuild.0.16.1-> installed cmdliner.2.1.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 csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed re.1.14.0-> installed ocaml-syntax-shims.1.0.0-> installed cstruct.6.2.0-> installed integers.0.8.0-> installed hex.1.5.0-> installed ezjsonm.1.3.0-> installed dune-configurator.3.23.1-> installed alcotest.1.9.1-> installed ctypes.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-05-29 11:06.28 ---> saved as "d10f8835ce18ee4718d6c9ddfee7ad5dbcbbfbcc5b8cb8acd45c3e8d4e4720ff"/: (copy (src .) (dst ./src))2026-05-29 11:06.29 ---> saved as "e585c76f872754db6b8979ba2b0e0d3668b54e964d5ea6c1c6089836d93ac797"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/vendor/jansson/build && /opt/homebrew/bin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=1)-- The C compiler identification is AppleClang 17.0.0.17000013-- 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 - not 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 - Failed-- Performing Test VSCRIPT_WORKS-- Performing Test VSCRIPT_WORKS - Failed-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING)-- Configuring done (5.6s)-- Generating done (0.0s)-- Build files have been written to: /Users/mac1000/src/_build/default/vendor/jansson/buildC compiler: AppleClangCMake 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[ 3%] Building C object CMakeFiles/jansson.dir/src/error.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/dtoa.c.o[ 7%] Building C object CMakeFiles/jansson.dir/src/memory.c.o[ 8%] Building C object CMakeFiles/jansson.dir/src/dump.c.o[ 10%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o[ 12%] Building C object CMakeFiles/jansson.dir/src/utf.c.o[ 14%] Building C object CMakeFiles/jansson.dir/src/load.c.o[ 16%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o[ 17%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o[ 19%] Building C object CMakeFiles/jansson.dir/src/pack_unpack.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 shared library lib/libjansson.dylib[ 25%] Built target jansson[ 26%] Building C object CMakeFiles/test_fixed_size.dir/test/suites/api/test_fixed_size.c.o[ 30%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o[ 32%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o[ 33%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o[ 35%] 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[ 37%] Building C object CMakeFiles/test_dump_callback.dir/test/suites/api/test_dump_callback.c.o[ 39%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o[ 42%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o[ 42%] 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/json_process.dir/test/bin/json_process.c.o[ 48%] Building C object CMakeFiles/test_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o[ 50%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.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_realloc.dir/test/suites/api/test_memory_funcs_realloc.c.o[ 58%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o[ 58%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o[ 58%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o[ 60%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o[ 62%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o[ 64%] Linking C executable bin/test_loadb[ 66%] Linking C executable bin/test_dump_callback[ 67%] Linking C executable bin/test_load_callback[ 71%] Linking C executable bin/test_array[ 71%] Linking C executable bin/test_dump[ 73%] Linking C executable bin/test_sprintf[ 75%] Linking C executable bin/simple_parse[ 76%] Linking C executable bin/test_copy[ 78%] Linking C executable bin/test_load[ 80%] Linking C executable bin/test_memory_funcs[ 82%] Linking C executable bin/test_equal[ 83%] Linking C executable bin/test_number[ 85%] Linking C executable bin/test_fixed_size[ 85%] Built target test_sprintf[ 85%] Built target test_loadb[ 85%] Built target test_load[ 85%] Built target test_dump[ 85%] Built target test_copy[ 87%] Linking C executable bin/json_process[ 87%] Built target test_load_callback[ 89%] Linking C executable bin/test_chaos_realloc[ 89%] Built target simple_parse[ 89%] Built target test_dump_callback[ 91%] Linking C executable bin/test_memory_funcs_realloc[ 92%] Linking C executable bin/test_simple[ 92%] Built target test_number[ 94%] Built target test_memory_funcs[ 94%] Linking C executable bin/test_chaos[ 94%] Built target test_fixed_size[ 94%] Built target test_equal[ 96%] Linking C executable bin/test_object[ 96%] Built target json_process[ 96%] Built target test_array[ 96%] Built target test_chaos_realloc[ 96%] Built target test_memory_funcs_realloc[ 98%] Linking C executable bin/test_unpack[100%] Linking C executable bin/test_pack[100%] Built target test_simple[100%] Built target test_chaos[100%] Built target test_object[100%] Built target test_unpack[100%] Built target test_pack(cd _build/default/vendor/jansson/build && /opt/homebrew/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: /Users/mac1000/src/_build/default/vendor/jansson/buildC compiler: AppleClangCMake 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/error.c.o[ 3%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o[ 5%] 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/dump.c.o[ 10%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o[ 12%] Building C object CMakeFiles/jansson.dir/src/memory.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/utf.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/load.c.o[ 25%] Linking C static library lib/libjansson.a[ 25%] Built target jansson[ 26%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o[ 28%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o[ 30%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o[ 32%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o[ 33%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o[ 35%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o[ 37%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.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_fixed_size.dir/test/suites/api/test_fixed_size.c.o[ 42%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o[ 44%] Building C object CMakeFiles/test_chaos_realloc.dir/test/suites/api/test_chaos_realloc.c.o[ 46%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o[ 48%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o[ 50%] Building C object CMakeFiles/test_memory_funcs_realloc.dir/test/suites/api/test_memory_funcs_realloc.c.o[ 51%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o[ 53%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o[ 55%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.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_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o[ 62%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o[ 64%] Linking C executable bin/test_load[ 66%] Linking C executable bin/test_simple[ 71%] Linking C executable bin/test_dump_callback[ 71%] Linking C executable bin/test_memory_funcs[ 71%] Linking C executable bin/test_equal[ 73%] Linking C executable bin/simple_parse[ 75%] Linking C executable bin/test_number[ 76%] Linking C executable bin/test_load_callback[ 78%] Linking C executable bin/test_copy[ 80%] Linking C executable bin/test_loadb[ 82%] Linking C executable bin/json_process[ 83%] Linking C executable bin/test_chaos_realloc[ 85%] Linking C executable bin/test_sprintf[ 87%] Linking C executable bin/test_array[ 89%] Linking C executable bin/test_fixed_size[ 91%] Linking C executable bin/test_dump[ 92%] Linking C executable bin/test_memory_funcs_realloc[ 94%] Linking C executable bin/test_chaos[ 94%] Built target test_simple[ 94%] Built target test_dump_callback[ 94%] Built target test_memory_funcs[ 94%] Built target test_load[ 94%] Built target test_copy[ 94%] Built target simple_parse[ 94%] Built target test_dump[ 94%] Built target test_equal[ 94%] Built target test_load_callback[ 94%] Built target test_loadb[ 94%] Built target test_memory_funcs_realloc[ 94%] Built target test_number[ 94%] Built target test_array[ 96%] Linking C executable bin/test_object[ 96%] Built target test_chaos[ 96%] Built target test_chaos_realloc[ 96%] Built target json_process[ 98%] Linking C executable bin/test_unpack[ 98%] Built target test_sprintf[ 98%] Built target test_fixed_size[100%] Linking C executable bin/test_pack[100%] Built target test_object[100%] Built target test_unpack[100%] Built target test_pack(cd _build/default/test && ./test.exe)Testing `jansson'.This run has ID `EX41DOAA'.[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:06.38 ---> saved as "76d3307dfd656ea5d1392a66a1c73abf8d12839a77be8eb0ffd74536b62ffb2f"Job succeeded2026-05-29 11:06.43: Job succeeded