2025-04-09 14:55.42: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (ea774752b03ffa885f75e9d0439b3f5a413659b0) (linux-x86_64:(lint-opam))Base: ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71Opam files lintTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard ea774752cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71# debian-12-5.2_opam-2.3USER 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 dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 domainslib.opam ./RUN opam pin add -yn domainslib.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.18.0 dune-configurator.3.18.0 dyn.3.18.0 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 kcas.0.7.0 logs.0.8.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.1.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.18.0 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 rresult.0.7.0 saturn.1.0.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.3.0 stdlib-shims.0.3.0 stdune.3.18.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y domainslib.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-04-09 14:55.42: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71-debian-12-5.2_opam-2.3-df65c2744381f9a78a81044d9a4aab06"2025-04-09 14:55.42: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71)(comment debian-12-5.2_opam-2.3)(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 dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src domainslib.opam) (dst ./))(run (network host)(shell "opam pin add -yn domainslib.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.18.0 dune-configurator.3.18.0 dyn.3.18.0 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 kcas.0.7.0 logs.0.8.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.1.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.18.0 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 rresult.0.7.0 saturn.1.0.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.3.0 stdlib-shims.0.3.0 stdune.3.18.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 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 domainslib.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-04-09 14:55.42: Waiting for resource in pool OCluster2025-04-09 14:55.42: Waiting for worker…2025-04-09 14:55.42: Got resource from pool OClusterBuilding on x86-bm-c8.sw.ocaml.orgHEAD is now at 894a89c Saturn version constraintHEAD is now at ea77475 Merge pull request #129 from ocaml-multicore/fix_saturn_dep(from ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71)Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71' locallydocker.io/ocaml/opam@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71: Pulling from ocaml/opam32c10d711c14: Pulling fs layer9b05a269498d: Pulling fs layerd0f40cfd6135: Pulling fs layerbd1fa6ac919d: Pulling fs layerd024cd117e57: Pulling fs layereea43bb88c6e: Pulling fs layer8729d0c67864: Pulling fs layer04c95b96dbe8: Pulling fs layerd143bf199a85: Pulling fs layerd024cd117e57: Waitingeea43bb88c6e: Waiting04c95b96dbe8: Waitingd143bf199a85: Waitingbd1fa6ac919d: Waiting8729d0c67864: Waitingd0f40cfd6135: Verifying Checksumd0f40cfd6135: Download complete9b05a269498d: Verifying Checksum9b05a269498d: Download completebd1fa6ac919d: Verifying Checksumbd1fa6ac919d: Download completed024cd117e57: Verifying Checksumd024cd117e57: Download complete8729d0c67864: Verifying Checksum8729d0c67864: Download complete04c95b96dbe8: Verifying Checksum04c95b96dbe8: Download completed143bf199a85: Verifying Checksumd143bf199a85: Download completeeea43bb88c6e: Verifying Checksumeea43bb88c6e: Download complete32c10d711c14: Download complete32c10d711c14: Pull complete9b05a269498d: Pull completed0f40cfd6135: Pull completebd1fa6ac919d: Pull completed024cd117e57: Pull completeeea43bb88c6e: Pull complete8729d0c67864: Pull complete04c95b96dbe8: Pull completed143bf199a85: Pull completeDigest: sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71Status: Downloaded newer image for ocaml/opam@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e712025-04-09 14:55.42 ---> using "38896d45c132e80618e0ea619c3f1eaa7c74f33d36affcfd5cb62a4306714da8" from cache/: (comment debian-12-5.2_opam-2.3)/: (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-04-09 14:55.42 ---> using "f41ac884cfbbf8e5891614b0a5b97da73cc9990bb8eec87c4d5cd9a4edb4dd1d" 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[NOTE] The 'jobs' option was reset, its value was 39 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=39 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-04-09 14:55.42 ---> using "50bc45f8a55857ea1cb99b2e6629dd9208b2b51ef5ede898fe841406e9eca445" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.2.12.2.12025-04-09 14:55.42 ---> using "4d202e4a1203cfea5cca6c3e20c828e365db073a57d0168f1eccc941a05edfea" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-09 14:55.42 ---> using "1d971b5173965ee9bc3a183410562889aa83d602d199941cd43b9f07f56f8251" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dc34160691d9a3f3f479a806e82dde94dea3f463 || git fetch origin master) && git reset -q --hard dc34160691d9a3f3f479a806e82dde94dea3f463 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..fa0e8c74bf master -> origin/masterdc34160691 Merge pull request #27711 from jmid/opam-publish-qcheck.0.25-ppx_deriving_qcheck.0.7<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from 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-04-09 14:55.42 ---> using "bf392687b6fdd406126112a43ad428b3d9e9ec425d6b2e290945a7482d02c6b3" from cache/src: (copy (src domainslib.opam) (dst ./))2025-04-09 14:55.42 ---> using "e392c2e6a7a8e712fc8c21ed30fc3ed3345857dbe39a53c9a00883a94de5700e" from cache/src: (run (network host)(shell "opam pin add -yn domainslib.dev './'"))[domainslib.dev] synchronised (file:///src)domainslib is now pinned to file:///src (version dev)2025-04-09 14:55.42 ---> using "ee8e8747573e67460669f46c9297dec8e9053fea9caaf2516d1b909dc6c8de17" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-09 14:55.42 ---> using "0db57510c54898c4c761d284eaa596e5376c8d71fd5f3a2759b96c9d541efd0f" from cache/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.18.0 dune-configurator.3.18.0 dyn.3.18.0 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 kcas.0.7.0 logs.0.8.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 num.1.5-1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.1.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.18.0 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 rresult.0.7.0 saturn.1.0.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.3.0 stdlib-shims.0.3.0 stdune.3.18.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 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 domainslib.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 bookworm-updates/main amd64 Packages.diff/Index [16.2 kB]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [252 kB]- Fetched 372 kB in 0s (1444 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[domainslib.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.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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).2025-04-09 14:55.42 ---> using "e91bb14bd404740db74572e60eed45b24b7c215997b768240384d2896841ceb9" 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.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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 50 packages- install astring 0.8.5- install backoff 0.1.1- install bos 0.2.1- install cmdliner 1.3.0- install csexp 1.5.2- install domain-local-await 1.0.1- install domain-local-timeout 1.0.1- install dune 3.18.0- install dune-configurator 3.18.0- install dyn 3.18.0- install fmt 0.10.0- install fpath 0.7.3- install jsonm 1.0.2- install kcas 0.7.0- install logs 0.8.0- install mirage-clock 4.2.0- install mirage-clock-unix 4.2.0- install mtime 2.1.0- install multicore-magic 2.3.1- install num 1.5-1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.1.0- install opam-core 2.3.0- install opam-dune-lint 0.6- install opam-file-format 2.1.6- install opam-format 2.3.0- install opam-repository 2.3.0- install opam-state 2.3.0- install ordering 3.18.0- install parsexp v0.17.0- install pp 2.0.0- install psq 0.2.1- install qcheck-core 0.25- install qcheck-multicoretests-util 0.7- install qcheck-stm 0.7- install re 1.12.0- install rresult 0.7.0- install saturn 1.0.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install spdx_licenses 1.3.0- install stdlib-shims 0.3.0- install stdune 3.18.0- install swhid_core 0.1- install thread-table 1.0.0- install topkg 1.0.8- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain-local-timeout.1.0.1 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved kcas.0.7.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved num.1.5-1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.1.0 (cached)-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0 (cached)-> retrieved dune.3.18.0, dune-configurator.3.18.0, dyn.3.18.0, ordering.3.18.0, stdune.3.18.0 (cached)-> retrieved opam-dune-lint.0.6 (cached)-> retrieved opam-file-format.2.1.6 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved qcheck-core.0.25 (cached)-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached)-> retrieved re.1.12.0 (cached)-> retrieved seq.base (cached)-> installed cmdliner.1.3.0-> installed num.1.5-1-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved saturn.1.0.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.3.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.0.8 (cached)-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed rresult.0.7.0-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.10.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed jsonm.1.0.2-> installed logs.0.8.0-> installed bos.0.2.1-> installed dune.3.18.0-> installed backoff.0.1.1-> installed csexp.1.5.2-> installed mirage-clock.4.2.0-> installed multicore-magic.2.3.1-> installed opam-file-format.2.1.6-> installed pp.2.0.0-> installed psq.0.2.1-> installed re.1.12.0-> installed sexplib0.v0.17.0-> installed spdx_licenses.1.3.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed thread-table.1.0.0-> installed domain-local-timeout.1.0.1-> installed domain-local-await.1.0.1-> installed saturn.1.0.0-> installed qcheck-core.0.25-> installed ordering.3.18.0-> installed parsexp.v0.17.0-> installed ocamlgraph.2.1.0-> installed dune-configurator.3.18.0-> installed kcas.0.7.0-> installed qcheck-multicoretests-util.0.7-> installed sha.1.15.4-> installed mirage-clock-unix.4.2.0-> installed qcheck-stm.0.7-> installed sexplib.v0.17.0-> installed dyn.3.18.0-> installed stdune.3.18.0-> installed opam-core.2.3.0-> installed opam-format.2.3.0-> installed opam-repository.2.3.0-> installed opam-state.2.3.0-> installed opam-dune-lint.0.6Done.# Run eval $(opam env) to update the current shell environment2025-04-09 14:55.42 ---> using "f5a76d363f2186d769555ea1c6fbc45de8c411e6ba1b4ebc6d14c8fcbd4aeb48" from cache/src: (env CI true)/src: (env OCAMLCI true)/src: (workdir /src)/src: (copy (src .) (dst /src/))2025-04-09 14:55.42 ---> using "6955a0b1717d149f721b3eb22701cb57101c1ec8691c5b05b2277bb86516f4f5" from cache/src: (run (shell "opam lint"))/src/domainslib.opam: Passed.2025-04-09 14:55.42 ---> using "ddc0225da8e93a8ec930b496e6cc6a5409dc9773719d1541bdf37e1203ad8d35" from cache/src: (run (shell "opam exec -- opam-dune-lint"))domainslib.opam: OK2025-04-09 14:55.42 ---> using "652d34b8d66ac562ad1bf6b65e4ccfcc918680ab7556b8e40b7907eaf38f210c" from cacheJob succeeded2025-04-09 14:55.43: Job succeeded