Organisationspatricoferrisocaml-jansson42cb42 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-06-27 12:25.50: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/ocaml-jansson.git" -b "main" && cd "ocaml-jansson" && git reset --hard 42cb429e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 jansson.opam ./
RUN opam pin add -yn jansson.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 conf-cmake.1 conf-m4.1 conf-pkg-config.1.0 cstruct.3.3.0 ctypes.0.8.0 dune.3.5.0 ezjsonm.1.1.0 fmt.0.8.6 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 re.1.7.2 seq.0.3 sexplib.v0.9.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y jansson.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-06-27 12:25.50: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e-debian-12-4.08_opam-2.3-93b621f94e9048de7543efa915b09c0f"
2025-06-27 12:25.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src jansson.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn jansson.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 conf-cmake.1 conf-m4.1 conf-pkg-config.1.0 cstruct.3.3.0 ctypes.0.8.0 dune.3.5.0 ezjsonm.1.1.0 fmt.0.8.6 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 re.1.7.2 seq.0.3 sexplib.v0.9.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y jansson.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-06-27 12:25.50: Waiting for resource in pool OCluster
2025-06-27 12:41.07: Waiting for worker…
2025-06-27 12:44.36: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'
HEAD is now at 42cb429 Install so versions
Synchronizing submodule url for 'vendor/jansson'
Cleared directory 'vendor/jansson'
Submodule 'vendor/jansson' (https://github.com/akheron/jansson) unregistered for path 'vendor/jansson'
Submodule 'vendor/jansson' (https://github.com/akheron/jansson) registered for path 'vendor/jansson'
Submodule path 'vendor/jansson': checked out '2882ead5bb90cf12a01b07b2c2361e24960fae02'


(from ocaml/opam:debian-12-ocaml-4.08@sha256:cc4b148b1fa1916574df02fcec0956fedbec6798bedacd9bfd4417c1c098ce8e)
2025-06-27 12:44.37 ---> using "4ea5038d254cfd14663698deb665a2dc4ce1e1383d544c063adebb02ed15ce16" from cache


/: (comment debian-12-4.08_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-27 12:44.37 ---> using "513c9792ce65a5b8ab8e9c5d5d0cb18860fa2e52baa6ff8e91e0f4d91def9aa9" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-27 12:44.37 ---> using "9eb80386bacfd7938f12d25e194913cafb5894d8e3739476ca8ba44c9606ec01" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-06-27 12:44.37 ---> using "92e2498cc7a78f593d78a8bf54c5bc24658d99052f31b70c33e471d45d365ae6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-27 12:44.37 ---> using "b6f04723b137dea03fa4030960754640f1ca54b23d9fe8aab83e1e48e2509f1f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c7269f729a..2ca36230be  master     -> origin/master
2ca36230be Merge pull request #28098 from smuenzel/num-not-5.4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:44.37 ---> using "9758d6cc9ec07ccbc920380c6b3fca660b554bc00fe13f2f5e459276466bbdef" from cache


/src: (copy (src jansson.opam) (dst ./))
2025-06-27 12:44.37 ---> saved as "c8865c51e45070f233d107c791f6d46077c7ea11c02f47f6b94db89096cbf132"


/src: (run (network host)
(shell "opam pin add -yn jansson.dev './'"))
Package jansson does not exist, create as a NEW package? [y/n] y
[jansson.dev] synchronised (file:///src)
jansson is now pinned to file:///src (version dev)
2025-06-27 12:44.40 ---> saved as "234357a6bf0a44bddada4f336ef0806b2d3d8a0b9555c4d8183c722e5990584a"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-27 12:44.40 ---> saved as "ed71bedf57f4231e046634d20dfbab8eb9491a3392493c5eed07f0b6ecda8f9c"


/src: (env DEPS "alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 conf-cmake.1 conf-m4.1 conf-pkg-config.1.0 cstruct.3.3.0 ctypes.0.8.0 dune.3.5.0 ezjsonm.1.1.0 fmt.0.8.6 hex.1.2.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 re.1.7.2 seq.0.3 sexplib.v0.9.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y jansson.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [269 kB]
- Fetched 373 kB in 1s (625 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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 m4 pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libicu72:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../00-libicu72_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../02-libarchive13_3.6.2-1+deb12u2_amd64.deb ...
- Unpacking libarchive13:amd64 (3.6.2-1+deb12u2) ...
- Selecting previously unselected package libjsoncpp25:amd64.
- Preparing to unpack .../03-libjsoncpp25_1.9.5-4_amd64.deb ...
- Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../04-librhash0_1.4.3-3_amd64.deb ...
- Unpacking librhash0:amd64 (1.4.3-3) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../05-libuv1_1.44.2-1+deb12u1_amd64.deb ...
- Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../06-cmake-data_3.25.1-1_all.deb ...
- Unpacking cmake-data (3.25.1-1) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../07-cmake_3.25.1-1_amd64.deb ...
- Unpacking cmake (3.25.1-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../08-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../09-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../10-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../11-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../12-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libicu72:amd64 (72.1-3+deb12u1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
- Setting up libjsoncpp25:amd64 (1.9.5-4) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up librhash0:amd64 (1.4.3-3) ...
- Setting up cmake-data (3.25.1-1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...
- Setting up libarchive13:amd64 (3.6.2-1+deb12u2) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up cmake (3.25.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-06-27 12:45.02 ---> saved as "e167983f3a839a4772f0a4d7ec100bc41d795cc84cb296bd1b527834bc7f07aa"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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.0.1
- install astring         0.8.3
- install base-bytes      base
- install cmdliner        1.0.4
- install conf-cmake      1
- install conf-m4         1
- install conf-pkg-config 1.0
- install cstruct         3.3.0
- install ctypes          0.8.0
- install dune            3.5.0
- install ezjsonm         1.1.0
- install fmt             0.8.6
- install hex             1.2.0
- install jbuilder        1.0+beta20.1 (deprecated)
- install jsonm           1.0.2
- install num             1.5
- install ocamlbuild      0.14.0
- install ocamlfind       1.8.0
- install re              1.7.2
- install seq             0.3
- install sexplib         v0.9.3
- install stdlib-shims    0.1.0
- install topkg           1.0.8
- install uuidm           0.9.7
- install uutf            1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> installed conf-cmake.1
-> retrieved cstruct.3.3.0  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved ctypes.0.8.0  (cached)
-> retrieved ezjsonm.1.1.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved alcotest.1.0.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.5  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> installed num.1.5
-> retrieved re.1.7.2  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.9.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed re.1.7.2
-> installed sexplib.v0.9.3
-> installed topkg.1.0.8
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed astring.0.8.3
-> installed jsonm.1.0.2
-> installed dune.3.5.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.3
-> installed cstruct.3.3.0
-> installed hex.1.2.0
-> installed ezjsonm.1.1.0
-> installed ctypes.0.8.0
-> installed fmt.0.8.6
-> installed alcotest.1.0.1
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-06-27 12:45.45 ---> saved as "705a6fd834263433e91efa75d0f216958eca5f097f82edfd760e352c1c72a9ba"


/src: (copy (src .) (dst /src))
2025-06-27 12:45.47 ---> saved as "8c2ae0c0f0abf9689e19b2eaeb0f03074a95763541f2c752089d83d6de7f93a3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/hex/hex.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/sexplib.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/0/sexplib.0.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/num/sexplib.num.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/sexplib/unix/sexplib.unix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -9-27 -g -bin-annot -I src/c/.jansson_c.objs/byte -I /home/opam/.opam/4.08/lib/ctypes -no-alias-deps -opaque -open Jansson_c -o src/c/.jansson_c.objs/byte/jansson_c__Type_description.cmo -c -impl src/c/type_description.ml)
File "src/c/type_description.ml", line 3, characters 18-22:
3 | module Types (F : TYPE) = struct
^^^^
Error: Unbound module type TYPE
(cd _build/default/vendor/jansson/build && /usr/bin/cmake .. -DJANSSON_BUILD_SHARED_LIBS=1)
-- The C compiler identification is GNU 12.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
C compiler: GNU
-- 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 localeconv
-- Looking for localeconv - 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
-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING)
CMake Warning at CMakeLists.txt:392 (message):
Sphinx not found.  Cannot generate documentation!


Set -DJANSSON_BUILD_DOCS=OFF to get rid of this message.


-- Configuring done
-- Generating done
-- Build files have been written to: /src/_build/default/vendor/jansson/build
(cd _build/default/vendor/jansson/build && /usr/bin/make -j)
[  2%] Building C object CMakeFiles/jansson.dir/src/dump.c.o
[  4%] Building C object CMakeFiles/jansson.dir/src/error.c.o
[  6%] Building C object CMakeFiles/jansson.dir/src/memory.c.o
[ 10%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o
[ 10%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o
[ 14%] Building C object CMakeFiles/jansson.dir/src/pack_unpack.c.o
[ 14%] Building C object CMakeFiles/jansson.dir/src/value.c.o
[ 16%] Building C object CMakeFiles/jansson.dir/src/load.c.o
[ 18%] Building C object CMakeFiles/jansson.dir/src/utf.c.o
[ 22%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o
[ 22%] Building C object CMakeFiles/jansson.dir/src/strbuffer.c.o
[ 24%] Building C object CMakeFiles/jansson.dir/src/version.c.o
[ 26%] Linking C shared library lib/libjansson.so
[ 26%] Built target jansson
[ 28%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o
[ 30%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o
[ 32%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o
[ 34%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o
[ 36%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o
[ 38%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o
[ 40%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o
[ 42%] Building C object CMakeFiles/test_dump_callback.dir/test/suites/api/test_dump_callback.c.o
[ 44%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o
[ 46%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o
[ 51%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o
[ 51%] Building C object CMakeFiles/test_pack.dir/test/suites/api/test_pack.c.o
[ 55%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o
[ 55%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o
[ 57%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.c.o
[ 59%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o
[ 61%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o
[ 63%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o
[ 65%] Linking C executable bin/test_dump_callback
[ 67%] Linking C executable bin/test_loadb
[ 69%] Linking C executable bin/test_load_callback
[ 71%] Linking C executable bin/test_sprintf
[ 73%] Linking C executable bin/test_memory_funcs
[ 75%] Linking C executable bin/test_chaos
[ 77%] Linking C executable bin/test_load
[ 79%] Linking C executable bin/test_copy
[ 81%] Linking C executable bin/test_equal
[ 83%] Linking C executable bin/simple_parse
[ 85%] Linking C executable bin/test_dump
[ 87%] Linking C executable bin/json_process
[ 89%] Linking C executable bin/test_number
[ 91%] Linking C executable bin/test_array
[ 93%] Linking C executable bin/test_simple
[ 93%] Built target test_load_callback
[ 93%] Built target test_dump_callback
[ 93%] Built target test_loadb
[ 93%] Built target test_memory_funcs
[ 93%] Built target test_load
[ 93%] Built target test_sprintf
[ 93%] Built target test_copy
[ 93%] Built target simple_parse
[ 93%] Built target json_process
[ 93%] Built target test_chaos
[ 95%] Linking C executable bin/test_object
[ 95%] Built target test_equal
[ 95%] Built target test_number
[ 95%] Built target test_dump
[ 95%] Built target test_array
[ 95%] Built target test_simple
[ 95%] Built target test_object
[ 97%] Linking C executable bin/test_unpack
[ 97%] Built target test_unpack
[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)
C compiler: GNU
-- Could NOT find Sphinx (missing: Sphinx-build_EXECUTABLE Sphinx_VERSION_STRING)
CMake Warning at CMakeLists.txt:392 (message):
Sphinx not found.  Cannot generate documentation!


Set -DJANSSON_BUILD_DOCS=OFF to get rid of this message.


-- Configuring done
-- Generating done
-- Build files have been written to: /src/_build/default/vendor/jansson/build
(cd _build/default/vendor/jansson/build && /usr/bin/make -j)
[  2%] Building C object CMakeFiles/jansson.dir/src/dump.c.o
[  4%] Building C object CMakeFiles/jansson.dir/src/hashtable_seed.c.o
[  6%] Building C object CMakeFiles/jansson.dir/src/hashtable.c.o
[  8%] Building C object CMakeFiles/jansson.dir/src/error.c.o
[ 10%] Building C object CMakeFiles/jansson.dir/src/load.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/strbuffer.c.o
[ 20%] Building C object CMakeFiles/jansson.dir/src/version.c.o
[ 20%] Building C object CMakeFiles/jansson.dir/src/value.c.o
[ 22%] Building C object CMakeFiles/jansson.dir/src/strconv.c.o
[ 24%] Building C object CMakeFiles/jansson.dir/src/utf.c.o
[ 26%] Linking C static library lib/libjansson.a
[ 26%] Built target jansson
[ 28%] Building C object CMakeFiles/simple_parse.dir/examples/simple_parse.c.o
[ 30%] Building C object CMakeFiles/test_equal.dir/test/suites/api/test_equal.c.o
[ 32%] Building C object CMakeFiles/test_dump.dir/test/suites/api/test_dump.c.o
[ 34%] Building C object CMakeFiles/test_array.dir/test/suites/api/test_array.c.o
[ 36%] Building C object CMakeFiles/test_chaos.dir/test/suites/api/test_chaos.c.o
[ 38%] Building C object CMakeFiles/test_copy.dir/test/suites/api/test_copy.c.o
[ 40%] Building C object CMakeFiles/test_number.dir/test/suites/api/test_number.c.o
[ 42%] Building C object CMakeFiles/test_load.dir/test/suites/api/test_load.c.o
[ 44%] Building C object CMakeFiles/test_loadb.dir/test/suites/api/test_loadb.c.o
[ 48%] Building C object CMakeFiles/test_simple.dir/test/suites/api/test_simple.c.o
[ 48%] Building C object CMakeFiles/test_object.dir/test/suites/api/test_object.c.o
[ 51%] Building C object CMakeFiles/test_load_callback.dir/test/suites/api/test_load_callback.c.o
[ 53%] Building C object CMakeFiles/test_sprintf.dir/test/suites/api/test_sprintf.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_pack.dir/test/suites/api/test_pack.c.o
[ 59%] Building C object CMakeFiles/test_unpack.dir/test/suites/api/test_unpack.c.o
[ 63%] Building C object CMakeFiles/json_process.dir/test/bin/json_process.c.o
[ 63%] Building C object CMakeFiles/test_memory_funcs.dir/test/suites/api/test_memory_funcs.c.o
[ 65%] Linking C executable bin/test_load_callback
[ 67%] Linking C executable bin/test_sprintf
[ 69%] Linking C executable bin/test_loadb
[ 71%] Linking C executable bin/simple_parse
[ 73%] Linking C executable bin/test_dump_callback
[ 75%] Linking C executable bin/test_equal
[ 77%] Linking C executable bin/test_memory_funcs
[ 79%] Linking C executable bin/test_number
[ 81%] Linking C executable bin/json_process
[ 83%] Linking C executable bin/test_dump
[ 87%] Linking C executable bin/test_load
[ 87%] Linking C executable bin/test_chaos
[ 89%] Linking C executable bin/test_copy
[ 91%] Linking C executable bin/test_simple
[ 93%] Linking C executable bin/test_array
[ 93%] Built target test_load_callback
[ 93%] Built target test_sprintf
[ 93%] Built target test_loadb
[ 93%] Built target test_dump_callback
[ 93%] Built target simple_parse
[ 93%] Built target test_memory_funcs
[ 93%] Built target test_equal
[ 93%] Built target test_number
[ 93%] Built target test_load
[ 93%] Built target test_dump
[ 93%] Built target json_process
[ 93%] Built target test_copy
[ 93%] Built target test_chaos
[ 93%] Built target test_simple
[ 95%] Linking C executable bin/test_object
[ 95%] Built target test_array
[ 95%] Built target test_object
[ 97%] Linking C executable bin/test_unpack
[ 97%] Built target test_unpack
[100%] Linking C executable bin/test_pack
[100%] Built target test_pack
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-06-27 12:46.00: Job failed: Failed: Build failed