2026-06-02 17:01.48: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (e1b2670f202a8f37fd6fc56395eb3e6ed67bf4ef) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard e1b2670fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0# debian-13-5.4_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 lintcstubs-arity.opam ./RUN opam pin add -yn lintcstubs-arity.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 dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-02 17:01.48: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0-debian-13-5.4_riscv64_opam-2.5-f6151628c9c4f4a34afb67d1f3fc3817"2026-06-02 17:01.48: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0)(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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 lintcstubs-arity.opam) (dst ./))(run (network host)(shell "opam pin add -yn lintcstubs-arity.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 dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1")(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 lintcstubs-arity.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-02 17:01.48: Connecting to build cluster…2026-06-02 17:01.48: Waiting for resource in pool OCluster2026-06-02 17:01.56: Waiting for worker…2026-06-03 13:50.42: Got resource from pool OClusterBuilding on riscv-qemu-ainia-1hint: Using 'master' as the name for the initial branch. This default branch namehint: will change to "main" in Git 3.0. To configure the initial branch namehint: 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' andhint: '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/lintcstubs-arity.git-43c414cb1f8a3efde5684f4d37cccb666d969afc/.git/HEAD is now at e1b2670 OCaml 5.5 support(from ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0' locallydocker.io/ocaml/opam@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0: Pulling from ocaml/opam16def90c9320: Pulling fs layerc8e548f9b440: Pulling fs layerb6f5a69f73f6: Pulling fs layer90e88fab92d1: Pulling fs layer757abf2776cc: Pulling fs layer63d4a5fad49f: Pulling fs layer0381acc2a8b0: Pulling fs layer5f5a05b1009d: Pulling fs layer64b8e4654643: Pulling fs layer79abe6ba87ae: Pulling fs layer0cfd154e1e5d: Pulling fs layere3857620b2e3: Pulling fs layerce822b37f90d: Pulling fs layerb927a8a5e767: Pulling fs layer9f25489b0b07: Pulling fs layer8f948ee65c8c: Pulling fs layer4f4fb700ef54: Pulling fs layer171b3f10d791: Pulling fs layer147d6f7e3ac8: Pulling fs layer07e5d6b3cb74: Pulling fs layere45068d9d3b2: Pulling fs layereca8d6ac8a47: Pulling fs layer7a17e2d8fc06: Pulling fs layer2b34933fa0a0: Pulling fs layerabb5d92a5a6e: Pulling fs layer2fb6ad275801: Pulling fs layer23dd9958186a: Pulling fs layer9228a6b99d0b: Pulling fs layer77c9fb28163e: Pulling fs layer4046ebec70f9: Pulling fs layer4ed8411f916d: Pulling fs layer0579cb6ab594: Pulling fs layerabb5d92a5a6e: Pulling fs layer5c5cf2f3221c: Pulling fs layerd0814598e157: Pulling fs layer6d089a99df41: Pulling fs layer95892e90f5bd: Pulling fs layer98c684fb6d19: Pulling fs layer6d5ea7e5e4af: Pulling fs layer2a662ad093c5: Pulling fs layera73cf22a792a: Pulling fs layer9fcd716da651: Pulling fs layerf44b4a5b92bf: Pulling fs layerc602fc8ace5e: Pulling fs layerf21ab75c7e64: Pulling fs layerc6c7822b3a69: Pulling fs layer24962eb9bb70: Pulling fs layer4f4fb700ef54: Already exists24962eb9bb70: Download completeb6f5a69f73f6: Download complete07e5d6b3cb74: Download completec8e548f9b440: Download complete23dd9958186a: Download completeb927a8a5e767: Download complete5f5a05b1009d: Download complete0cfd154e1e5d: Download complete90e88fab92d1: Download complete64b8e4654643: Download complete0381acc2a8b0: Download completeeca8d6ac8a47: Download complete8f948ee65c8c: Download complete2b34933fa0a0: Download complete98c684fb6d19: Download complete63d4a5fad49f: Download completee45068d9d3b2: Download completed0814598e157: Download complete6d5ea7e5e4af: Download complete9fcd716da651: Download completec602fc8ace5e: Download complete147d6f7e3ac8: Download complete9228a6b99d0b: Download complete6d089a99df41: Download complete95892e90f5bd: Download complete2a662ad093c5: Download completea73cf22a792a: Download completef44b4a5b92bf: Download complete7a17e2d8fc06: Download complete0579cb6ab594: Download complete5c5cf2f3221c: Download completec6c7822b3a69: Download completeabb5d92a5a6e: Download complete79abe6ba87ae: Download completee3857620b2e3: Download complete4046ebec70f9: Download complete757abf2776cc: Download complete171b3f10d791: Download completece822b37f90d: Download complete2fb6ad275801: Download complete16def90c9320: Download completef21ab75c7e64: Download complete77c9fb28163e: Download complete9f25489b0b07: Download complete7a17e2d8fc06: Pull complete16def90c9320: Pull complete0381acc2a8b0: Pull complete4ed8411f916d: Download complete2fb6ad275801: Pull complete24962eb9bb70: Pull complete9f25489b0b07: Pull complete4046ebec70f9: Pull complete171b3f10d791: Pull complete79abe6ba87ae: Pull complete63d4a5fad49f: Pull completece822b37f90d: Pull completee3857620b2e3: Pull complete757abf2776cc: Pull complete6d089a99df41: Pull complete2a662ad093c5: Pull completeabb5d92a5a6e: Pull complete4f4fb700ef54: Pull complete0cfd154e1e5d: Pull complete90e88fab92d1: Pull complete8f948ee65c8c: Pull complete6d5ea7e5e4af: Pull complete147d6f7e3ac8: Pull complete9228a6b99d0b: Pull complete95892e90f5bd: Pull complete23dd9958186a: Pull complete5f5a05b1009d: Pull complete2b34933fa0a0: Pull complete98c684fb6d19: Pull completef44b4a5b92bf: Pull complete0579cb6ab594: Pull completec6c7822b3a69: Pull completec8e548f9b440: Pull completeeca8d6ac8a47: Pull complete4ed8411f916d: Pull complete9fcd716da651: Pull complete77c9fb28163e: Pull completed0814598e157: Pull completec602fc8ace5e: Pull complete07e5d6b3cb74: Pull complete64b8e4654643: Pull complete5c5cf2f3221c: Pull completee45068d9d3b2: Pull completef21ab75c7e64: Pull completeb6f5a69f73f6: Pull completea73cf22a792a: Pull completeb927a8a5e767: Pull completeDigest: sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c0Status: Downloaded newer image for ocaml/opam@sha256:aa9711460cc2e1ce1f4e5ed4628faba56ffed2a822b09b5dc567b0af27c372c02026-06-03 14:37.32 ---> saved as "3c038c7f9bfc417a579eab8dece782488110727841d37d635e2b6ccc5b99ada3"/: (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-06-03 14:37.35 ---> saved as "2e23f13c758548bfe8cea56d18ba5516c23c65450462b5bdb4f729ca502663b0"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..2974a97c3d master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-03 14:40.42 ---> saved as "145e6d66de6ca5754a756867800170675c599ab8d3ef416fc4c5e8f26823a882"/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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-03 14:44.48 ---> saved as "cdf250ff114992cdc0e0558041de76e99beb3644abdbb287ecbba2f2d29c17df"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 5.4.12.5.12026-06-03 14:44.54 ---> saved as "2e036f67c8f7e71f75401401759a3eb2c79b29b3589bffa58d89c3a62b568b19"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-03 14:44.58 ---> saved as "952805a78884f4f93c0da74f5ce6ff44f9eb725b0cb7b1181983324534707270"/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-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.0However, 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-06-03 14:47.41 ---> saved as "d0146b75ec1e8c02d4d16128f0f13792cb5eead27fa462b83c27114b6be2a002"/src: (copy (src lintcstubs-arity.opam) (dst ./))2026-06-03 14:47.43 ---> saved as "86f984351328e1c264369b0dcf4c251ba2ac0c630210e6d1b0fb92195881f4b0"/src: (run (network host)(shell "opam pin add -yn lintcstubs-arity.dev './'"))[lintcstubs-arity.dev] synchronised (file:///src)lintcstubs-arity is now pinned to file:///src (version dev)2026-06-03 14:48.19 ---> saved as "d4eb64cff1d06b06589d552b0a3583ff782b83ba10ed31f2d747d549d1edd066"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-03 14:48.21 ---> saved as "0e539e005adcf81da3822fc9e02d5cf4d2a413a4e508e63f08aea606fdb436ce"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1")/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 lintcstubs-arity.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [187 kB]- Fetched 9797 kB in 1min 32s (107 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lintcstubs-arity.dev] synchronised (file:///src)2026-06-03 14:50.42: Cancelling: Timeout (60.0 minutes)Job cancelled2026-06-03 14:50.43: Timeout (60.0 minutes)