Organisationsjoelburgetmonaco-ocamlb30eb6 (main)debian-13-5.5_riscv64_opam-2.5

debian-13-5.5_riscv64_opam-2.5

Logs

Show full logs
2026-06-25 19:04.08: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ff
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
# debian-13-5.5_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 cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && 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 require.opam monarch.opam monaco.opam ./
RUN opam pin add -yn require.dev './' && \
    opam pin add -yn monarch.dev './' && \
    opam pin add -yn monaco.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y require.dev monarch.dev monaco.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-06-25 19:04.08: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-3441a8ac69d4cd5151f2a5e58f299012"
2026-06-25 19:04.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
 (comment debian-13-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && 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 require.opam monarch.opam monaco.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn require.dev './' && \
             \nopam pin add -yn monarch.dev './' && \
             \nopam pin add -yn monaco.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.4.0 js_of_ocaml-toplevel.6.4.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0")
 (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 require.dev monarch.dev monaco.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-06-25 19:04.08: Waiting for resource in pool OCluster
2026-06-26 01:28.24: Waiting for worker…
2026-06-26 14:07.30: Got resource from pool OCluster
Building on riscv-qemu-navajo-8
hint: Using 'master' as the name for the initial branch. This default branch name
hint: will change to "main" in Git 3.0. To configure the initial branch name
hint: to use in all of your new repositories, which will suppress this warning,
hint: call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/monaco-ocaml.git-7f43b89bad70f33a8cf16ee65f778a32b3ab7f2b/.git/
Updating files:   1% (18/1182)
Updating files:   2% (24/1182)
Updating files:   3% (36/1182)
Updating files:   4% (48/1182)
Updating files:   5% (60/1182)
Updating files:   6% (71/1182)
Updating files:   7% (83/1182)
Updating files:   8% (95/1182)
Updating files:   8% (96/1182)
Updating files:   9% (107/1182)
Updating files:   9% (112/1182)
Updating files:   9% (114/1182)
Updating files:  10% (119/1182)
Updating files:  11% (131/1182)
Updating files:  12% (142/1182)
Updating files:  13% (154/1182)
Updating files:  14% (166/1182)
Updating files:  15% (178/1182)
Updating files:  16% (190/1182)
Updating files:  16% (197/1182)
Updating files:  17% (201/1182)
Updating files:  18% (213/1182)
Updating files:  19% (225/1182)
Updating files:  20% (237/1182)
Updating files:  21% (249/1182)
Updating files:  22% (261/1182)
Updating files:  23% (272/1182)
Updating files:  24% (284/1182)
Updating files:  25% (296/1182)
Updating files:  26% (308/1182)
Updating files:  27% (320/1182)
Updating files:  28% (331/1182)
Updating files:  29% (343/1182)
Updating files:  30% (355/1182)
Updating files:  31% (367/1182)
Updating files:  32% (379/1182)
Updating files:  33% (391/1182)
Updating files:  33% (393/1182)
Updating files:  34% (402/1182)
Updating files:  35% (414/1182)
Updating files:  36% (426/1182)
Updating files:  37% (438/1182)
Updating files:  38% (450/1182)
Updating files:  39% (461/1182)
Updating files:  40% (473/1182)
Updating files:  41% (485/1182)
Updating files:  42% (497/1182)
Updating files:  43% (509/1182)
Updating files:  44% (521/1182)
Updating files:  45% (532/1182)
Updating files:  46% (544/1182)
Updating files:  47% (556/1182)
Updating files:  48% (568/1182)
Updating files:  49% (580/1182)
Updating files:  50% (591/1182)
Updating files:  51% (603/1182)
Updating files:  52% (615/1182)
Updating files:  53% (627/1182)
Updating files:  54% (639/1182)
Updating files:  55% (651/1182)
Updating files:  56% (662/1182)
Updating files:  57% (674/1182)
Updating files:  58% (686/1182)
Updating files:  59% (698/1182)
Updating files:  60% (710/1182)
Updating files:  61% (722/1182)
Updating files:  62% (733/1182)
Updating files:  63% (745/1182)
Updating files:  64% (757/1182)
Updating files:  65% (769/1182)
Updating files:  66% (781/1182)
Updating files:  67% (792/1182)
Updating files:  68% (804/1182)
Updating files:  69% (816/1182)
Updating files:  70% (828/1182)
Updating files:  70% (832/1182)
Updating files:  71% (840/1182)
Updating files:  72% (852/1182)
Updating files:  73% (863/1182)
Updating files:  74% (875/1182)
Updating files:  75% (887/1182)
Updating files:  76% (899/1182)
Updating files:  77% (911/1182)
Updating files:  78% (922/1182)
Updating files:  79% (934/1182)
Updating files:  80% (946/1182)
Updating files:  81% (958/1182)
Updating files:  81% (960/1182)
Updating files:  82% (970/1182)
Updating files:  83% (982/1182)
Updating files:  84% (993/1182)
Updating files:  85% (1005/1182)
Updating files:  86% (1017/1182)
Updating files:  87% (1029/1182)
Updating files:  87% (1038/1182)
Updating files:  88% (1041/1182)
Updating files:  88% (1042/1182)
Updating files:  89% (1052/1182)
Updating files:  90% (1064/1182)
Updating files:  91% (1076/1182)
Updating files:  92% (1088/1182)
Updating files:  93% (1100/1182)
Updating files:  94% (1112/1182)
Updating files:  95% (1123/1182)
Updating files:  95% (1132/1182)
Updating files:  96% (1135/1182)
Updating files:  97% (1147/1182)
Updating files:  97% (1150/1182)
Updating files:  98% (1159/1182)
Updating files:  99% (1171/1182)
Updating files: 100% (1182/1182)
Updating files: 100% (1182/1182), done.
HEAD is now at b30eb6f Add ISC license.

(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
2026-06-26 14:08.48 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache

/: (comment debian-13-5.5_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-06-26 14:08.48 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5ab226379cbc20f7c98d3404992c2a9396c8e382 || git fetch origin master) && git reset -q --hard 5ab226379cbc20f7c98d3404992c2a9396c8e382 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b85f65c75d..10b9bc8242  master     -> origin/master
5ab226379c Merge pull request #30088 from hhugo/release-js_of_ocaml-6.4.0
2026-06-26 14:12.59 ---> saved as "f19654367c71a95973fbba93143f2a914033f24d5f6f36547ae0f99cc2982aea"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-26 14:19.43 ---> saved as "a9b73297f620fa8f6e5b9739d61391da2f8b2b19efa34fc9a7a5348cfe81c155"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-14-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-26 14:19.52 ---> saved as "c1eed0229d083339b220312cf00dbad6cf23f9aa3f0f6429109f48d4443ce3c5"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-26 14:20.00 ---> saved as "60726e692af3d745a7a38a47677ea9f9412f8f829a18c1de6200832da3547ffa"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

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

The following actions will be performed:
=== recompile 7 packages
  - recompile base-domains        base           [uses ocaml]
  - recompile base-effects        base           [uses ocaml]
  - recompile base-nnp            base           [uses base-domains]
  - recompile ocaml               5.5.0          [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler      5.5.0          [upstream or system changes]
  - recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
  - install   compiler-cloning    enabled        [required by ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> retrieved ocaml-compiler.5.5.0  (cached)
-> removed   ocaml-compiler.5.5.0
2026-06-26 14:39.10: Job failed: Disconnected: Switch turned off