2025-07-17 00:45.14: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (ffa08749d1811add58aefa4eb361ec7c9fd127d5) (linux-arm64:debian-12-5.3_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard ffa08749cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7# debian-12-5.3_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./RUN opam pin add -yn runtime_events_tools_bare.dev './' && \opam pin add -yn runtime_events_tools.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 cmdliner.1.3.0 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y runtime_events_tools_bare.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=runtime_events_tools_bare @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-07-17 00:45.14: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7-debian-12-5.3_arm32_opam-2.3-954d5944b4fb02d222b934c7b4054878"2025-07-17 00:45.14: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7)(comment debian-12-5.3_arm32_opam-2.3)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))(run (network host)(shell "opam pin add -yn runtime_events_tools_bare.dev './' && \\nopam pin add -yn runtime_events_tools.dev './'"))(run (network host)(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 cmdliner.1.3.0 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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.3 --depext-only -y runtime_events_tools_bare.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 --only-packages=runtime_events_tools_bare @install @check @runtest && rm -rf _build")))2025-07-17 00:45.14: Waiting for resource in pool OCluster2025-07-17 00:45.14: Waiting for worker…2025-07-17 00:45.14: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devHEAD is now at e2a633e Remove ocaml_intrinsicsHEAD is now at ffa0874 Merge pull request #57 from patricoferris/use-trace-fuchsia(from ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7' locallydocker.io/ocaml/opam@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7: Pulling from ocaml/opamDigest: sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7Status: Downloaded newer image for ocaml/opam@sha256:3d4b00acde518613dc45b5b7c52bf73eabf90db7f08d23e341b8010f67da0fe7WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-07-17 00:45.15 ---> using "1aa39bdb43901a4d6f32f97a6d8390b4e32e3d55758ad1c8ba04f5f1246404ac" from cache/: (comment debian-12-5.3_arm32_opam-2.3)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-07-17 00:45.15 ---> using "cb2082d3aac129cd115b2b158cce33c85f7d1346bc95c82bd61b788504eaeb7e" 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.Continue? [y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-17 00:45.15 ---> using "edd64664821ac15c4751b9ddfb52c4395044502c135e11651aeca0cf43c30a17" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-07-17 00:45.15 ---> using "c27ac856fcf11212e0ac969d6e58862a0863d32c1553ac81a5413df5877d7477" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 00:45.15 ---> using "992410eda13c1a21db79539b0ab44705fbb22370eeacc682ad5a3f659bfd34fe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-07-17 00:45.15 ---> using "9722d3d7fbcc7d82e0262b550747dd1908209f4c996ffc14d2cfa7e2ea4e07ed" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-17 00:45.15 ---> using "ec6aae9ddb7147e75ce8daaec956764ba56b25b3dc791268eaefe42349c22a8d" from cache/src: (run (network host)(shell "opam pin add -yn runtime_events_tools_bare.dev './' && \\nopam pin add -yn runtime_events_tools.dev './'"))Package runtime_events_tools_bare does not exist, create as a NEW package? [y/n] y[runtime_events_tools_bare.dev] synchronised (file:///src)runtime_events_tools_bare is now pinned to file:///src (version dev)[runtime_events_tools.dev] synchronised (file:///src)runtime_events_tools is now pinned to file:///src (version dev)2025-07-17 00:45.15 ---> using "665160f89196f870f9c6f70896cbae5a4e2a0c6a7f0532f6de2fd377c3837ae4" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 00:45.15 ---> using "56583afc65d5fc41a1ff757017b37c74a94c7cedbe3692d50d6222ae51badec2" from cache/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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.3 --depext-only -y runtime_events_tools_bare.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 armhf Packages [253 kB]- Fetched 357 kB in 0s (771 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[runtime_events_tools_bare.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-option-bytecode-only 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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).2025-07-17 00:45.15 ---> using "ae0905959c13a980cdeaf84d4ae56b5c96f9aa746b0fad41368f31de8459f6a6" from cache/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-option-bytecode-only 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 2 packages- install cmdliner 1.3.0- install dune 3.19.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.1.3.0 (cached)-> retrieved dune.3.19.1 (cached)-> installed cmdliner.1.3.0-> installed dune.3.19.1Done.# To update the current shell environment, run: eval $(opam env)2025-07-17 00:45.15 ---> using "95eba458ae322f29eb6114f127306eb853a6f4d65cd08a25bf193e3a05040dc3" from cache/src: (copy (src .) (dst /src))2025-07-17 00:45.15 ---> using "ad65868512a6a88c6e524b84e7f0e73ccfa24fb7e60514c2ad3760a2f3d26290" from cache/src: (run (shell "opam exec -- dune build --only-packages=runtime_events_tools_bare @install @check @runtest && rm -rf _build"))2025-07-17 00:45.15 ---> using "9932cfc61b5e15f531f21eb8e86d970da06dbcd241dd0fc6cbfbfe4fc0782d9f" from cacheJob succeeded2025-07-17 00:45.15: Job succeeded