2025-09-05 21:52.28: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (d80d578c2f3d2ce5589eeb7d226087983661506e) (linux-x86_64:(lint-opam))Base: ocaml/opam:debian-12-ocaml-5.0@sha256:124f347f91e67bbee17e253ff93ee3b3dc82ad2b4429aaae0ec31e2d2f084723Opam files lintTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard d80d578ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.0@sha256:124f347f91e67bbee17e253ff93ee3b3dc82ad2b4429aaae0ec31e2d2f084723# debian-12-5.0_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 dyn.3.20.1 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.9.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.1 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base 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.1 swhid_core.0.1 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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 $DEPSRUN opam install $DEPSENV CI="true"ENV OCAMLCI="true"WORKDIR /srcCOPY --chown=1000:1000 . /src/RUN opam lintRUN opam exec -- opam-dune-lintEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-05 21:52.28: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-12-ocaml-5.0@sha256:124f347f91e67bbee17e253ff93ee3b3dc82ad2b4429aaae0ec31e2d2f084723-debian-12-5.0_opam-2.4-e8064e1fc3d13169eed86b086ee42313"2025-09-05 21:52.28: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.0@sha256:124f347f91e67bbee17e253ff93ee3b3dc82ad2b4429aaae0ec31e2d2f084723)(comment debian-12-5.0_opam-2.4)(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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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 "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 dyn.3.20.1 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.9.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.1 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base 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.1 swhid_core.0.1 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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")))2025-09-05 21:52.28: Waiting for resource in pool OCluster2025-09-05 21:52.28: Waiting for worker…2025-09-05 21:52.29: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at d80d578 Merge pull request #62 from tarides/dependabot/github_actions/actions/checkout-5(from ocaml/opam:debian-12-ocaml-5.0@sha256:124f347f91e67bbee17e253ff93ee3b3dc82ad2b4429aaae0ec31e2d2f084723)2025-09-05 21:53.04 ---> saved as "724cc3077250e8fe6f5c0e7d73a17b3076772e78814e1ca4ca8477b85b4ec558"/: (comment debian-12-5.0_opam-2.4)/: (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"))2025-09-05 21:53.05 ---> saved as "64b5882bfea77afb470868c7fa030b3ecb8531d5ff166ae247ae1f2513adc4aa"/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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-05 21:53.26 ---> saved as "d26e29d2f09679b54f3b60b9db609c4dd47d9a0e838ab2fc7ba522cbb8ec4704"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.0.02.2.12025-09-05 21:53.26 ---> saved as "c2a130235ab32ddfa1219c24557556674ef2be50b4fa0c943d67d8c030d78b56"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-05 21:53.27 ---> saved as "a75fc5e8dfc8dae226b2811f7d54a1754583feed76f930269f2a86502934ee0b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..400345aafc master -> origin/mastere28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903<><> 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.# Run eval $(opam env) to update the current shell environment2025-09-05 21:53.45 ---> saved as "ec09b6b527b3d506943ed61911c3dc8b2263649793780622b1bbb1e9790f06d8"/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-09-05 21:53.45 ---> saved as "5e9ff20192120d8e9512dbf725e49e747d601412a344951a24cd45994249e950"/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)2025-09-05 21:53.47 ---> saved as "d37b899f8c996db38c885b9c6aadede69abe585f21dffa16e9cc4920abf78ccc"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-05 21:53.48 ---> saved as "243e98607ebfdf59639ef1fe28b5aac9756a0229eaedac4097da2e0c97c13a01"/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 dyn.3.20.1 fmt.0.11.0 fpath.0.7.3 hdr_histogram.0.0.4 integers.0.7.0 jsonm.1.0.2 logs.0.9.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.4.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.1 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base 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.1 swhid_core.0.1 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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 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 amd64 Packages [277 kB]- Fetched 380 kB in 0s (991 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libicu72:amd64.- (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 ... 18747 files and directories currently installed.)- Preparing to unpack .../00-libicu72_72.1-3+deb12u1_amd64.deb ...- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u4_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...- Selecting previously unselected package libarchive13:amd64.- Preparing to unpack .../02-libarchive13_3.6.2-1+deb12u2_amd64.deb ...- Unpacking libarchive13:amd64 (3.6.2-1+deb12u2) ...- Selecting previously unselected package libjsoncpp25:amd64.- Preparing to unpack .../03-libjsoncpp25_1.9.5-4_amd64.deb ...- Unpacking libjsoncpp25:amd64 (1.9.5-4) ...- Selecting previously unselected package librhash0:amd64.- Preparing to unpack .../04-librhash0_1.4.3-3_amd64.deb ...- Unpacking librhash0:amd64 (1.4.3-3) ...- Selecting previously unselected package libuv1:amd64.- Preparing to unpack .../05-libuv1_1.44.2-1+deb12u1_amd64.deb ...- Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ...- Selecting previously unselected package cmake-data.- Preparing to unpack .../06-cmake-data_3.25.1-1_all.deb ...- Unpacking cmake-data (3.25.1-1) ...- Selecting previously unselected package cmake.- Preparing to unpack .../07-cmake_3.25.1-1_amd64.deb ...- Unpacking cmake (3.25.1-1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../08-libffi-dev_3.4.4-1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.4-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../09-libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../10-pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../11-pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../12-pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../13-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up libicu72:amd64 (72.1-3+deb12u1) ...- Setting up libffi-dev:amd64 (3.4.4-1) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...- Setting up libjsoncpp25:amd64 (1.9.5-4) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up librhash0:amd64 (1.4.3-3) ...- Setting up cmake-data (3.25.1-1) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...- Setting up libarchive13:amd64 (3.6.2-1+deb12u2) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Setting up cmake (3.25.1-1) ...- Processing triggers for libc-bin (2.36-9+deb12u10) ...2025-09-05 21:53.59 ---> saved as "418d921eec3962777b0d72c96b4f3141dfcaedd5dabc2e07b3091686c825d089"/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 56 packages- install alcotest 1.9.0- install astring 0.8.5- install bigarray-compat 1.1.0- install bos 0.2.1- install cmdliner 1.3.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.23.0- install ctypes-foreign 0.23.0- install dune 3.20.1- install dune-configurator 3.20.1- install dyn 3.20.1- 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.9.0- install menhir 20250903- install menhirCST 20250903- install menhirLib 20250903- install menhirSdk 20250903- 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.4.1- install opam-dune-lint 0.6- install opam-file-format 2.2.0- install opam-format 2.4.1- install opam-repository 2.4.1- install opam-state 2.4.1- install ordering 3.20.1- install parsexp v0.16.0- install patch 3.0.0- install pp 2.0.0- install re 1.13.2- install rresult 0.7.0- install seq base- 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.1- install swhid_core 0.1- install thread-local-storage 0.2- install topkg 1.1.0- install trace 0.10- install trace-fuchsia 0.10- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigarray-compat.1.1.0 (cached)-> 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 cmdliner.1.3.0 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libffi.2.0.0-> installed conf-zlib.1-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.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 hdr_histogram.0.0.4 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved menhir.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1, dyn.3.20.1, ordering.3.20.1, stdune.3.20.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.2.4.1 (cached)-> retrieved opam-dune-lint.0.6 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> installed cmdliner.1.3.0-> installed num.1.6-> retrieved parsexp.v0.16.0 (cached)-> retrieved patch.3.0.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (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 thread-local-storage.0.2 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed logs.0.9.0-> installed bos.0.2.1-> installed dune.3.20.1-> installed bigarray-compat.1.1.0-> installed csexp.1.5.2-> installed menhirCST.20250903-> installed menhirLib.20250903-> installed menhirSdk.20250903-> installed ocaml-syntax-shims.1.0.0-> installed ocamlgraph.2.2.0-> installed patch.3.0.0-> installed pp.2.0.0-> installed re.1.13.2-> installed sexplib0.v0.16.0-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed thread-local-storage.0.2-> installed trace.0.10-> installed integers.0.7.0-> installed trace-fuchsia.0.10-> installed ordering.3.20.1-> installed parsexp.v0.16.0-> installed alcotest.1.9.0-> installed dune-configurator.3.20.1-> installed sha.1.15.4-> installed sexplib.v0.16.0-> installed dyn.3.20.1-> installed opam-core.2.4.1-> installed stdune.3.20.1-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed menhir.20250903-> installed opam-file-format.2.2.0-> installed hdr_histogram.0.0.4-> installed opam-format.2.4.1-> installed opam-repository.2.4.1-> installed opam-state.2.4.1-> installed opam-dune-lint.0.6Done.# Run eval $(opam env) to update the current shell environment2025-09-05 21:55.00 ---> saved as "7da2d8308bc93b12278386434613f6b270b4cd431d93efcc305d1e82aa81c584"/src: (env CI true)/src: (env OCAMLCI true)/src: (workdir /src)/src: (copy (src .) (dst /src/))2025-09-05 21:55.00 ---> saved as "6bfddd567b8acf16615ef2130f7aaa93caa371ed119e48f3b8e4d59f5591e86a"/src: (run (shell "opam lint"))/src/runtime_events_tools_bare.opam: Passed./src/runtime_events_tools.opam: Passed.2025-09-05 21:55.00 ---> saved as "cb39b4b7de1efbcf4a02499a11a21f766ebd01ef6218c484ab2f88cd6056352b"/src: (run (shell "opam exec -- opam-dune-lint"))runtime_events_tools.opam: OKruntime_events_tools_bare.opam: OK2025-09-05 21:55.01 ---> saved as "ab00b841476cc52b86d014f6b4080884afadc331333a4078a6bf8ae6d06f87d0"Job succeeded2025-09-05 21:55.01: Job succeeded