Organisationspatricoferrisocaml-jansson42cb42 (main)debian-13-5.4_riscv64_opam-2.5

debian-13-5.4_riscv64_opam-2.5

Logs

Show full logs
2026-02-19 02:18.54: New job: test patricoferris/ocaml-jansson https://github.com/patricoferris/ocaml-jansson.git#refs/heads/main (42cb429e722ec64807d75ae401758eb666c9d189) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2
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-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2
# debian-13-5.4_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 jansson.opam ./
RUN opam pin add -yn jansson.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.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.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.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 $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-02-19 02:18.54: Using cache hint "patricoferris/ocaml-jansson-ocaml/opam:debian-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2-debian-13-5.4_riscv64_opam-2.5-d66f6330093c30511c15a96651032cab"
2026-02-19 02:18.54: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2)
 (comment debian-13-5.4_riscv64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src jansson.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn jansson.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.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.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.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 /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-02-19 02:18.54: Waiting for resource in pool OCluster
2026-02-19 06:51.29: Waiting for worker…
2026-02-20 00:23.13: Got resource from pool OCluster
Building on riscv-bm-04.sw.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-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2' locally
docker.io/ocaml/opam@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2: Pulling from ocaml/opam
618efd37f747: Already exists
807a8291ddb0: Already exists
2e2279de5c73: Already exists
aae7dc742810: Already exists
3cec207aa14a: Already exists
18b12c1acb88: Already exists
acbfc9fbdbf8: Already exists
a8a6e0657412: Already exists
8acc48d79cdd: Already exists
d7bfca1bdcee: Already exists
f5767448fecb: Already exists
9e4f850c79b8: Already exists
b74c0ffab381: Already exists
e4a5032c37ab: Already exists
1b54e9b68277: Already exists
b98aec32a95b: Already exists
f5bfe2af8178: Already exists
1cfb64d28ca5: Already exists
e3acd056c8ee: Already exists
6960f2aaef1f: Already exists
c3964517f3bc: Already exists
3c0a0b6999de: Already exists
4f4fb700ef54: Already exists
5ce14d7970b4: Already exists
bb3bc8516da4: Already exists
b3a87d32bba2: Already exists
1762f27d436d: Already exists
99320947d43f: Already exists
c4db19486c3c: Already exists
992d9d59969f: Already exists
637e0e20ec7c: Already exists
47840a848071: Already exists
2a8e2f9b5e4e: Already exists
cc9789c8ffe1: Already exists
23bf8b7fd7aa: Already exists
a99490d260ea: Already exists
83cc3b894b2f: Already exists
fb2c91aceb82: Already exists
e0e3fe006985: Already exists
1cd1d61c072e: Already exists
7f2574212212: Already exists
a403e1917fd3: Pulling fs layer
01aa1f981bca: Pulling fs layer
697c6f0e5804: Pulling fs layer
21b9e9be9fe0: Pulling fs layer
6443ee58b347: Pulling fs layer
5e70cfe9986d: Pulling fs layer
6bcc01c76d0a: Pulling fs layer
21b9e9be9fe0: Waiting
6443ee58b347: Waiting
5e70cfe9986d: Waiting
6bcc01c76d0a: Waiting
01aa1f981bca: Verifying Checksum
01aa1f981bca: Download complete
a403e1917fd3: Download complete
a403e1917fd3: Pull complete
01aa1f981bca: Pull complete
697c6f0e5804: Verifying Checksum
697c6f0e5804: Download complete
6443ee58b347: Download complete
6bcc01c76d0a: Verifying Checksum
6bcc01c76d0a: Download complete
5e70cfe9986d: Verifying Checksum
5e70cfe9986d: Download complete
697c6f0e5804: Pull complete
21b9e9be9fe0: Verifying Checksum
21b9e9be9fe0: Download complete
21b9e9be9fe0: Pull complete
6443ee58b347: Pull complete
5e70cfe9986d: Pull complete
6bcc01c76d0a: Pull complete
Digest: sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2
Status: Downloaded newer image for ocaml/opam@sha256:8478880978662dcabdd909d7e1519e3acebcea90e091a486a500c953d71f05d2
2026-02-20 00:23.14 ---> using "0e5814e8d185ec3490d16f5cc887c1e323fe951097141986751e9539010076c7" from cache

/: (comment debian-13-5.4_riscv64_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-20 00:23.14 ---> using "75676d0e78826da5add168994006064acdf62cfbef0c6e81e04d2cc1181cea27" 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 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-20 00:23.14 ---> using "ad2568132c604d5f59a58444d92068d40c6ac96b0ab7276df29a72251db4f04d" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-20 00:23.14 ---> using "f78fd80da41b4b690910f0fb2c24ab058c6a421e0b694e413811cccc629c939a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-20 00:23.14 ---> using "90aa82c854cdee74644e37dfd5b63fd52605fa1700827693196561810a8fdcc4" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   340ee6fd1f..48176cb9e4  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 00:23.14 ---> using "62170463a05d42dbbaca950ead0ec8748b2a2e652f027d28be0ce250a0625db7" from cache

/src: (copy (src jansson.opam) (dst ./))
2026-02-20 00:23.14 ---> saved as "4080cb3c3426968923c63422112b5c039097679136db8bfbc1b6f081540b6788"

/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-02-20 00:23.22 ---> saved as "94e9e955c27f8693f5c3197a2f1553cc9cc9057abf0c89a6dc12ca1d8860c42e"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-20 00:23.22 ---> saved as "df9e1917100cafebd25250c0a610439e1b53ae666847e1f4632b2ece21ec2583"

/src: (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.0 conf-cmake.1 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-configurator.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 hex.1.5.0 integers.0.7.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")

/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/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [103 kB]
- Fetched 194 kB in 0s (402 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[jansson.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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 <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake"
- Selecting previously unselected package cmake-data.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20732 files and directories currently installed.)
- Preparing to unpack .../0-cmake-data_3.31.6-2_all.deb ...
- Unpacking cmake-data (3.31.6-2) ...
- Selecting previously unselected package libxml2:riscv64.
- Preparing to unpack .../1-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_riscv64.deb ...
- Unpacking libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libarchive13t64:riscv64.
- Preparing to unpack .../2-libarchive13t64_3.7.4-4_riscv64.deb ...
- Unpacking libarchive13t64:riscv64 (3.7.4-4) ...
- Selecting previously unselected package libjsoncpp26:riscv64.
- Preparing to unpack .../3-libjsoncpp26_1.9.6-3_riscv64.deb ...
- Unpacking libjsoncpp26:riscv64 (1.9.6-3) ...
- Selecting previously unselected package librhash1:riscv64.
- Preparing to unpack .../4-librhash1_1.4.5-1_riscv64.deb ...
- Unpacking librhash1:riscv64 (1.4.5-1) ...
- Selecting previously unselected package libuv1t64:riscv64.
- Preparing to unpack .../5-libuv1t64_1.50.0-2_riscv64.deb ...
- Unpacking libuv1t64:riscv64 (1.50.0-2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../6-cmake_3.31.6-2_riscv64.deb ...
- Unpacking cmake (3.31.6-2) ...
- Setting up libuv1t64:riscv64 (1.50.0-2) ...
- Setting up libjsoncpp26:riscv64 (1.9.6-3) ...
- Setting up cmake-data (3.31.6-2) ...
- Setting up librhash1:riscv64 (1.4.5-1) ...
- Setting up libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libarchive13t64:riscv64 (3.7.4-4) ...
- Setting up cmake (3.31.6-2) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-02-20 00:24.28 ---> saved as "582155a42fc5199e088f2b6e0843c6d2e9a0c6212979f86edd0a5724a95072cd"

/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 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.0
  - install conf-cmake         1
  - install csexp              1.5.2
  - install cstruct            6.2.0
  - install ctypes             0.24.0
  - install dune               3.21.1
  - install dune-configurator  3.21.1
  - install ezjsonm            1.3.0
  - install fmt                0.11.0
  - install hex                1.5.0
  - install integers           0.7.0
  - install jsonm              1.0.2
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install re                 1.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.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved 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.21.1, dune-configurator.3.21.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed hex.1.5.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.21.1
-> installed alcotest.1.9.1
-> installed ctypes.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 00:31.18 ---> saved as "aa2b264067960d82189490a95e4b063ad78996080f0be4e7af00481b07442a08"

/src: (copy (src .) (dst /src))
2026-02-20 00:31.19 ---> saved as "f85919725c238b62642bc20ea91599a3c31f43ce3b423f48140ad65cf5c04250"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", line 2, characters 14-17:
2 | (using ctypes 0.1)
                  ^^^
Error: Version 0.1 of the ctypes extension has been deleted in Dune 3.11.
Please port this project to a newer version of the extension, such as 0.3.
Hint: You will also need to upgrade to (lang dune 3.7).
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-02-20 00:31.20: Job failed: Failed: Build failed