2026-03-10 04:01.46: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/tmcgilchrist-patch-1 (8f779df648f429953a0cd2d7ff487e349f3b75f1) (linux-x86_64:(lint-opam)) Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 Opam files lint To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "tmcgilchrist-patch-1" && cd "runtime_events_tools" && git reset --hard 8f779df6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 # debian-13-5.0_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u COPY --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="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS RUN opam install $DEPS ENV CI="true" ENV OCAMLCI="true" WORKDIR /src COPY --chown=1000:1000 . /src/ RUN opam lint RUN opam exec -- opam-dune-lint END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-10 04:01.46: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-857db0fd28c91e22ceead4aeb7f3a5b5" 2026-03-10 04:01.46: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) (comment debian-13-5.0_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.2 /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 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && 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 (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-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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.2 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (env CI true) (env OCAMLCI true) (workdir /src) (copy (src .) (dst /src/)) (run (shell "opam lint")) (run (shell "opam exec -- opam-dune-lint")) ) 2026-03-10 04:01.46: Waiting for resource in pool OCluster 2026-03-10 04:01.47: Waiting for worker… 2026-03-10 04:01.47: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 8f779df Add all OCaml 5 versions to CI (from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1' locally docker.io/ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1: Pulling from ocaml/opam ef235bf1a09a: Already exists 58b06b604a42: Pulling fs layer b55f23c32d5a: Pulling fs layer aa415425edb7: Pulling fs layer c4f39ed7469c: Pulling fs layer ca248a2fdd5e: Pulling fs layer 74109c509b2f: Pulling fs layer 18c2fa2271cb: Pulling fs layer 37d4d41661a2: Pulling fs layer aa415425edb7: Waiting 0b2f35f78814: Pulling fs layer c4f39ed7469c: Waiting e65f29522a9a: Pulling fs layer 603a51b67573: Pulling fs layer 89b2faa02f16: Pulling fs layer 58b06b604a42: Waiting e5f11471afd4: Pulling fs layer ca248a2fdd5e: Waiting 74109c509b2f: Waiting b55f23c32d5a: Waiting d7b0e5daa224: Pulling fs layer 7bec4d50f3b2: Pulling fs layer 18c2fa2271cb: Waiting d3a70ed71f1c: Pulling fs layer 37d4d41661a2: Waiting 0b2f35f78814: Waiting 90de03d9b27a: Pulling fs layer 603a51b67573: Waiting 89b2faa02f16: Waiting a28f685cf2db: Pulling fs layer 5bb5e02041c7: Pulling fs layer 74f9af816199: Pulling fs layer d7b0e5daa224: Waiting 74c2f6cb4138: Pulling fs layer d3a70ed71f1c: Waiting 90de03d9b27a: Waiting 4f4fb700ef54: Pulling fs layer a28f685cf2db: Waiting 5bb5e02041c7: Waiting 5ce9bdcb2952: Pulling fs layer 74f9af816199: Waiting bf18c14e9b34: Pulling fs layer 4f4fb700ef54: Waiting bb4b67501479: Pulling fs layer 89e7ed0468f5: Pulling fs layer 640077527026: Pulling fs layer 363b481ff012: Pulling fs layer 437bd8bc3ce9: Pulling fs layer 640077527026: Waiting 2bcf3429833a: Pulling fs layer 3e5fe21454e9: Pulling fs layer 437bd8bc3ce9: Waiting f3afb11ae499: Pulling fs layer c3a5b88f5e5f: Pulling fs layer 124a1dc355b1: Pulling fs layer 0a9982d37abd: Pulling fs layer c3a5b88f5e5f: Waiting 9b8b724665ed: Pulling fs layer f81507befe71: Pulling fs layer 124a1dc355b1: Waiting 7984e4546bf9: Pulling fs layer 9b8b724665ed: Waiting 3579b890ab6e: Pulling fs layer e83772930ba8: Pulling fs layer 8079a9747078: Pulling fs layer cdb14bd437d1: Pulling fs layer 3579b890ab6e: Waiting 7984e4546bf9: Waiting b8579311cce4: Pulling fs layer bfe5af98ce87: Pulling fs layer 8079a9747078: Waiting b8579311cce4: Waiting bfe5af98ce87: Waiting 58b06b604a42: Download complete 58b06b604a42: Pull complete b55f23c32d5a: Download complete b55f23c32d5a: Pull complete aa415425edb7: Verifying Checksum aa415425edb7: Download complete c4f39ed7469c: Download complete aa415425edb7: Pull complete c4f39ed7469c: Pull complete ca248a2fdd5e: Verifying Checksum ca248a2fdd5e: Download complete 74109c509b2f: Verifying Checksum 74109c509b2f: Download complete 18c2fa2271cb: Verifying Checksum 18c2fa2271cb: Download complete 37d4d41661a2: Verifying Checksum 37d4d41661a2: Download complete 0b2f35f78814: Verifying Checksum 0b2f35f78814: Download complete e65f29522a9a: Verifying Checksum e65f29522a9a: Download complete 603a51b67573: Verifying Checksum 603a51b67573: Download complete 89b2faa02f16: Verifying Checksum 89b2faa02f16: Download complete ca248a2fdd5e: Pull complete 74109c509b2f: Pull complete e5f11471afd4: Verifying Checksum e5f11471afd4: Download complete 18c2fa2271cb: Pull complete d7b0e5daa224: Verifying Checksum d7b0e5daa224: Download complete 37d4d41661a2: Pull complete 0b2f35f78814: Pull complete 7bec4d50f3b2: Download complete e65f29522a9a: Pull complete d3a70ed71f1c: Verifying Checksum d3a70ed71f1c: Download complete 603a51b67573: Pull complete 90de03d9b27a: Download complete 89b2faa02f16: Pull complete a28f685cf2db: Download complete e5f11471afd4: Pull complete d7b0e5daa224: Pull complete 7bec4d50f3b2: Pull complete d3a70ed71f1c: Pull complete 90de03d9b27a: Pull complete a28f685cf2db: Pull complete 5bb5e02041c7: Download complete 5bb5e02041c7: Pull complete 74f9af816199: Download complete 74f9af816199: Pull complete 74c2f6cb4138: Download complete 74c2f6cb4138: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4f4fb700ef54: Pull complete 5ce9bdcb2952: Verifying Checksum 5ce9bdcb2952: Download complete 5ce9bdcb2952: Pull complete bf18c14e9b34: Verifying Checksum bf18c14e9b34: Download complete bf18c14e9b34: Pull complete bb4b67501479: Download complete bb4b67501479: Pull complete 89e7ed0468f5: Verifying Checksum 89e7ed0468f5: Download complete 89e7ed0468f5: Pull complete 640077527026: Verifying Checksum 640077527026: Download complete 640077527026: Pull complete 363b481ff012: Verifying Checksum 363b481ff012: Download complete 363b481ff012: Pull complete 437bd8bc3ce9: Download complete 437bd8bc3ce9: Pull complete 2bcf3429833a: Verifying Checksum 2bcf3429833a: Download complete 2bcf3429833a: Pull complete 3e5fe21454e9: Verifying Checksum 3e5fe21454e9: Download complete 3e5fe21454e9: Pull complete f3afb11ae499: Download complete f3afb11ae499: Pull complete c3a5b88f5e5f: Verifying Checksum c3a5b88f5e5f: Download complete c3a5b88f5e5f: Pull complete 124a1dc355b1: Pull complete 0a9982d37abd: Verifying Checksum 0a9982d37abd: Download complete 9b8b724665ed: Download complete f81507befe71: Verifying Checksum f81507befe71: Download complete 7984e4546bf9: Verifying Checksum 7984e4546bf9: Download complete 3579b890ab6e: Verifying Checksum 3579b890ab6e: Download complete e83772930ba8: Verifying Checksum e83772930ba8: Download complete cdb14bd437d1: Download complete b8579311cce4: Verifying Checksum b8579311cce4: Download complete bfe5af98ce87: Download complete 0a9982d37abd: Pull complete 9b8b724665ed: Pull complete f81507befe71: Pull complete 7984e4546bf9: Pull complete 3579b890ab6e: Pull complete e83772930ba8: Pull complete 8079a9747078: Verifying Checksum 8079a9747078: Download complete 8079a9747078: Pull complete cdb14bd437d1: Pull complete b8579311cce4: Pull complete bfe5af98ce87: Pull complete Digest: sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 Status: Downloaded newer image for ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 2026-03-10 04:01.48 ---> using "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3" from cache /: (comment debian-13-5.0_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.2 /usr/bin/opam")) 2026-03-10 04:01.48 ---> using "deaf554cb830b02108949e2ac87a77bf281e5608dec5d3bea1be65907bbc3dda" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-10 04:01.48 ---> using "eaf46cc5bd8debd79fde9918fad34ff5b8f13e6aac72a730426c64a8e034bef2" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.0.0 2.2.1 2026-03-10 04:01.48 ---> using "fe95624dbb97e78e8840413580ac56871a9ed883c4e42a19996c8cc391ee1158" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-10 04:01.48 ---> using "bed95f79842087e91636dc8f47fb05fe1e124b9a8d81f72e0e58a33c070c7188" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5ca921c5fc128cc3a19b4bf07462543f8b840c07 || git fetch origin master) && git reset -q --hard 5ca921c5fc128cc3a19b4bf07462543f8b840c07 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..3c70647a78 master -> origin/master 5ca921c5fc Merge pull request #29482 from tbrk/conf-zlib <><> 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. # Run eval $(opam env) to update the current shell environment 2026-03-10 04:01.48 ---> using "a4b07c8be57723d23b03378b2fb919c9a5f7b3959a5811a7f8c42ce2361dff5c" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-03-10 04:01.48 ---> using "7e23fb0237ca12e1d41e3ec1f6075e502a624a1ab7c545596f0d45442028e546" from cache /src: (run (network host) (shell "opam pin add -yn runtime_events_tools_bare.dev './' && \ \nopam pin add -yn runtime_events_tools.dev './'")) [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) 2026-03-10 04:01.48 ---> using "4ea49565684eff44c49a114fde67197cf5341909d0eef1fd9c03c6b122b26349" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-10 04:01.48 ---> using "ef351d9a06929708a5303cefb149f3fd31cd901bba1c025b59f5d2dc25e92217" from cache /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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.2 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.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 amd64 Packages [108 kB] - Fetched 199 kB in 0s (2086 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [runtime_events_tools.dev] synchronised (file:///src) [runtime_events_tools_bare.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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 libffi-dev pkg-config zlib1g-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "pkg-config" "zlib1g-dev" - 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 ... 20623 files and directories currently installed.) - Preparing to unpack .../00-cmake-data_3.31.6-2_all.deb ... - Unpacking cmake-data (3.31.6-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Selecting previously unselected package libarchive13t64:amd64. - Preparing to unpack .../02-libarchive13t64_3.7.4-4_amd64.deb ... - Unpacking libarchive13t64:amd64 (3.7.4-4) ... - Selecting previously unselected package libjsoncpp26:amd64. - Preparing to unpack .../03-libjsoncpp26_1.9.6-3_amd64.deb ... - Unpacking libjsoncpp26:amd64 (1.9.6-3) ... - Selecting previously unselected package librhash1:amd64. - Preparing to unpack .../04-librhash1_1.4.5-1_amd64.deb ... - Unpacking librhash1:amd64 (1.4.5-1) ... - Selecting previously unselected package libuv1t64:amd64. - Preparing to unpack .../05-libuv1t64_1.50.0-2_amd64.deb ... - Unpacking libuv1t64:amd64 (1.50.0-2) ... - Selecting previously unselected package cmake. - Preparing to unpack .../06-cmake_3.31.6-2_amd64.deb ... - Unpacking cmake (3.31.6-2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../07-libffi-dev_3.4.8-2_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.8-2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../08-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../09-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../10-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../11-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../12-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libuv1t64:amd64 (1.50.0-2) ... - Setting up libffi-dev:amd64 (3.4.8-2) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libjsoncpp26:amd64 (1.9.6-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up cmake-data (3.31.6-2) ... - Setting up librhash1:amd64 (1.4.5-1) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libarchive13t64:amd64 (3.7.4-4) ... - Setting up cmake (3.31.6-2) ... - Processing triggers for libc-bin (2.41-12+deb13u1) ... 2026-03-10 04:01.48 ---> using "21bb8d4b197da217a2e96a3cc28617d99b84d6da4c0577113bd142b8b8571d23" 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-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 54 packages - install alcotest 1.9.1 - install astring 0.8.5 - install bos 0.2.1 - install cmdliner 2.1.0 - install conf-cmake 1 - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-zlib 1 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install dyn 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install hdr_histogram 0.0.4 - install integers 0.7.0 - install jsonm 1.0.2 - install logs 0.10.0 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install mtime 2.1.0 - install num 1.6 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install opam-core 2.5.0 - install opam-dune-lint 0.6 - install opam-file-format 2.2.0 - install opam-format 2.5.0 - install opam-repository 2.5.0 - install opam-state 2.5.0 - install ordering 3.20.2 - install parsexp v0.16.0 - install patch 3.1.0 - install pp 2.0.0 - install re 1.14.0 - install rresult 0.7.0 - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stdune 3.20.2 - install swhid_core 0.1 - install topkg 1.1.1 - install trace 0.12 - install trace-fuchsia 0.12 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved conf-cmake.1 (cached) -> installed conf-cmake.1 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> installed conf-libffi.2.0.0 -> installed conf-zlib.1 -> retrieved cmdliner.2.1.0 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved hdr_histogram.0.0.4 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached) -> retrieved opam-dune-lint.0.6 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> installed cmdliner.2.1.0 -> installed num.1.6 -> retrieved parsexp.v0.16.0 (cached) -> retrieved patch.3.1.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved trace.0.12, trace-fuchsia.0.12 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed bos.0.2.1 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed ocamlgraph.2.2.0 -> installed patch.3.1.0 -> installed pp.2.0.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed spdx_licenses.1.4.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed trace.0.12 -> installed integers.0.7.0 -> installed trace-fuchsia.0.12 -> installed ordering.3.20.2 -> installed parsexp.v0.16.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed sha.1.15.4 -> installed sexplib.v0.16.0 -> installed dyn.3.20.2 -> installed ctypes.0.24.0 -> installed stdune.3.20.2 -> installed menhir.20260209 -> installed opam-core.2.5.0 -> installed opam-file-format.2.2.0 -> installed ctypes-foreign.0.24.0 -> installed opam-format.2.5.0 -> installed hdr_histogram.0.0.4 -> installed opam-repository.2.5.0 -> installed opam-state.2.5.0 -> installed opam-dune-lint.0.6 Done. # Run eval $(opam env) to update the current shell environment 2026-03-10 04:01.48 ---> using "2a6de2d2ef55bf7dadcc969146bbce2bdec5831149d6c21d88fd51d4bbafad2c" from cache /src: (env CI true) /src: (env OCAMLCI true) /src: (workdir /src) /src: (copy (src .) (dst /src/)) 2026-03-10 04:01.48 ---> saved as "545959b4cf54f8cf7125fc89bd2595b9f3a0c6646bf0fe229afc4d14ebc18045" /src: (run (shell "opam lint")) /src/runtime_events_tools_bare.opam: Passed. /src/runtime_events_tools.opam: Passed. 2026-03-10 04:01.48 ---> saved as "7a6ff59aca4ad2f9c84b09b430a10a41e0ae0fba90a710b90ecd17b1f4f6212b" /src: (run (shell "opam exec -- opam-dune-lint")) runtime_events_tools.opam: OK runtime_events_tools_bare.opam: OK 2026-03-10 04:01.49 ---> saved as "04cde9707d2984adee571dbdeabe514ba403986a76f60ec4db1fe27a260ab986" Job succeeded 2026-03-10 04:01.49: Job succeeded