2025-10-22 11:56.06: New job: test mirage/ocaml-dns https://github.com/mirage/ocaml-dns.git#refs/heads/main (d84c3bc3a2e96f74d763d810317fcb297f42d72d) (linux-x86_64:(lint-opam))Base: ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359Opam files lintTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-dns.git" -b "main" && cd "ocaml-dns" && git reset --hard d84c3bc3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359# debian-13-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 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam ./RUN opam pin add -yn dnssec.dev './' && \opam pin add -yn dns.dev './' && \opam pin add -yn dns-tsig.dev './' && \opam pin add -yn dns-stub.dev './' && \opam pin add -yn dns-server.dev './' && \opam pin add -yn dns-resolver.dev './' && \opam pin add -yn dns-mirage.dev './' && \opam pin add -yn dns-client.dev './' && \opam pin add -yn dns-client-mirage.dev './' && \opam pin add -yn dns-client-miou-unix.dev './' && \opam pin add -yn dns-client-lwt.dev './' && \opam pin add -yn dns-cli.dev './' && \opam pin add -yn dns-certify.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.117 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 jsonm.1.0.2 kdf.1.0.0 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 miou.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 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 ocplib-endian.1.2 ohex.0.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 optint.0.3.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 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.2 swhid_core.0.1 tcpip.9.0.1 tls.2.0.3 tls-lwt.2.0.3 tls-miou-unix.2.0.3 tls-mirage.2.0.3 topkg.1.1.0 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.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-10-22 11:56.06: Using cache hint "mirage/ocaml-dns-ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359-debian-13-5.0_opam-2.4-e85ee4a187ea6b4b62852266d7818c80"2025-10-22 11:56.06: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359)(comment debian-13-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 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam)(dst ./))(run (network host)(shell "opam pin add -yn dnssec.dev './' && \\nopam pin add -yn dns.dev './' && \\nopam pin add -yn dns-tsig.dev './' && \\nopam pin add -yn dns-stub.dev './' && \\nopam pin add -yn dns-server.dev './' && \\nopam pin add -yn dns-resolver.dev './' && \\nopam pin add -yn dns-mirage.dev './' && \\nopam pin add -yn dns-client.dev './' && \\nopam pin add -yn dns-client-mirage.dev './' && \\nopam pin add -yn dns-client-miou-unix.dev './' && \\nopam pin add -yn dns-client-lwt.dev './' && \\nopam pin add -yn dns-cli.dev './' && \\nopam pin add -yn dns-certify.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.117 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 jsonm.1.0.2 kdf.1.0.0 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 miou.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 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 ocplib-endian.1.2 ohex.0.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 optint.0.3.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 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.2 swhid_core.0.1 tcpip.9.0.1 tls.2.0.3 tls-lwt.2.0.3 tls-miou-unix.2.0.3 tls-mirage.2.0.3 topkg.1.1.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")(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 dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.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-10-22 11:56.06: Waiting for resource in pool OCluster2025-10-22 11:58.38: Waiting for worker…2025-10-22 12:01.34: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at d84c3bc changes for 10.2.2(from ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359' locallydocker.io/ocaml/opam@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359: Pulling from ocaml/opamcae3b572364a: Pulling fs layer820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layer9089a7f69af3: Pulling fs layer6f758b47b2a0: Pulling fs layer16b225bbb395: Pulling fs layerabbf3ec39b68: Pulling fs layer1a61521655a9: Pulling fs layer6a8565a9e443: Pulling fs layerc059a4cbd7b9: Pulling fs layer3a00fdc9e291: Pulling fs layerf34ea90e6bf7: Waitinga0b62589bd38: Pulling fs layer6e8d713bf843: Pulling fs layerbca1fd5341ba: Pulling fs layer34b9849c2772: Pulling fs layer4f4fb700ef54: Pulling fs layerd8d3d0744e38: Pulling fs layerb44a65709156: Waiting788c7ce0e0e5: Pulling fs layera297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer1fee769dfcf3: Waiting8858e600236c: Pulling fs layerabbf3ec39b68: Waiting1a61521655a9: Waiting9efe23d1fe7d: Pulling fs layer34b9849c2772: Waiting6a8565a9e443: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layerc9d6a7c18bb1: Pulling fs layere4fde4815f0c: Pulling fs layerbca1fd5341ba: Waitingd1f759c16950: Pulling fs layera0b62589bd38: Waitingf3dd45bf195f: Pulling fs layerf06108004adb: Waiting6e8d713bf843: Waiting2e79af39acdb: Waiting3985a6049101: Pulling fs layer9089a7f69af3: Waiting47d185934312: Waitingc9d6a7c18bb1: Waiting64a949a6caff: Waitingaae849592418: Pulling fs layerd1f759c16950: Waiting9efe23d1fe7d: Waitingf76df728146d: Waiting6173459dc6b2: Pulling fs layer3a00fdc9e291: Waiting8858e600236c: Waitingf3dd45bf195f: Waiting7f16ef63bee0: Pulling fs layerfe355de6a899: Pulling fs layer7f16ef63bee0: Waitingd8d3d0744e38: Waitingb0bc5a15bc9d: Pulling fs layer321ac08ae5a9: Pulling fs layer4f4fb700ef54: Waitingfe355de6a899: Waitingb0bc5a15bc9d: Waiting8c34166b5383: Pulling fs layer321ac08ae5a9: Waiting96b5f593814f: Pulling fs layer852686949168: Pulling fs layer8c34166b5383: Waiting96b5f593814f: Waiting8f6112f72fa5: Verifying Checksum8f6112f72fa5: Download complete820d433882fc: Download completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completef06108004adb: Verifying Checksumf06108004adb: Download completecae3b572364a: Verifying Checksumcae3b572364a: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download completecae3b572364a: Pull complete820d433882fc: Pull complete8f6112f72fa5: Pull complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completef06108004adb: Pull completeb44a65709156: Verifying Checksumb44a65709156: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download completef34ea90e6bf7: Pull complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Verifying Checksum3a00fdc9e291: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download complete6e8d713bf843: Download complete34b9849c2772: Verifying Checksum34b9849c2772: Download completebca1fd5341ba: Verifying Checksumbca1fd5341ba: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed8d3d0744e38: Download complete788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download completea297eab0ca3b: Verifying Checksuma297eab0ca3b: Download complete2e79af39acdb: Verifying Checksum2e79af39acdb: Download complete8858e600236c: Download complete9efe23d1fe7d: Verifying Checksum9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Verifying Checksumf3dd45bf195f: Download completeaae849592418: Verifying Checksum7f16ef63bee0: Download completefe355de6a899: Download completeb0bc5a15bc9d: Verifying Checksumb0bc5a15bc9d: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete8c34166b5383: Verifying Checksum8c34166b5383: Download complete96b5f593814f: Verifying Checksum96b5f593814f: Download complete852686949168: Verifying Checksum852686949168: Download complete321ac08ae5a9: Verifying Checksum321ac08ae5a9: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete9089a7f69af3: Pull complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull complete3985a6049101: Verifying Checksum3985a6049101: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete321ac08ae5a9: Pull complete8c34166b5383: Pull complete96b5f593814f: Pull complete852686949168: Pull completeDigest: sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f747759359Status: Downloaded newer image for ocaml/opam@sha256:cb4e7c7acf31c133eba31f661e1424c5f0ae1f09190e20c2c7ecf5f7477593592025-10-22 12:15.12 ---> using "0efc5e572123afcb90589b9e29b4c3d31a81288e8543daf93caecc43d92a2ed8" from cache/: (comment debian-13-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-10-22 12:15.12 ---> using "9083e2e1e073c552e720125ed481b33c2a07876ea21c5bfe4a1c5b2e2a4c8690" 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 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-10-22 12:15.12 ---> using "4d5485d14166947a5128afd248fbebe3080736eed478fe9e260702945072921b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.0.02.2.12025-10-22 12:15.12 ---> using "94f1c3ac0da2d559b49120da5ecde10bba7c68930786cf37c9673ae6a7312d48" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-22 12:15.12 ---> using "39b92f31b6bcf59f115594882385b5a882ec61c817ced22af66916d86b239231" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..537e2afc5b master -> origin/master537e2afc5b Merge pull request #28756 from hannesm/release-mirage-ptime-v5.2.0<><> 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-10-22 12:15.12 ---> using "7d6eaf919acc3aea79a02edffafd1f3dffaa8cc9bf961ad3f3cf5b1d5929a4ef" from cache/src: (copy (src dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam)(dst ./))2025-10-22 12:15.12 ---> saved as "c768eccc58306d5466d8df9b3f70d31e4017493adf9efe901dd78b5af9e962f4"/src: (run (network host)(shell "opam pin add -yn dnssec.dev './' && \\nopam pin add -yn dns.dev './' && \\nopam pin add -yn dns-tsig.dev './' && \\nopam pin add -yn dns-stub.dev './' && \\nopam pin add -yn dns-server.dev './' && \\nopam pin add -yn dns-resolver.dev './' && \\nopam pin add -yn dns-mirage.dev './' && \\nopam pin add -yn dns-client.dev './' && \\nopam pin add -yn dns-client-mirage.dev './' && \\nopam pin add -yn dns-client-miou-unix.dev './' && \\nopam pin add -yn dns-client-lwt.dev './' && \\nopam pin add -yn dns-cli.dev './' && \\nopam pin add -yn dns-certify.dev './'"))[dnssec.dev] synchronised (file:///src)dnssec is now pinned to file:///src (version dev)[dns.dev] synchronised (file:///src)dns is now pinned to file:///src (version dev)[dns-tsig.dev] synchronised (file:///src)dns-tsig is now pinned to file:///src (version dev)[dns-stub.dev] synchronised (file:///src)dns-stub is now pinned to file:///src (version dev)[dns-server.dev] synchronised (file:///src)dns-server is now pinned to file:///src (version dev)[dns-resolver.dev] synchronised (file:///src)dns-resolver is now pinned to file:///src (version dev)[dns-mirage.dev] synchronised (file:///src)dns-mirage is now pinned to file:///src (version dev)[dns-client.dev] synchronised (file:///src)dns-client is now pinned to file:///src (version dev)[dns-client-mirage.dev] synchronised (file:///src)dns-client-mirage is now pinned to file:///src (version dev)[dns-client-miou-unix.dev] synchronised (file:///src)dns-client-miou-unix is now pinned to file:///src (version dev)[dns-client-lwt.dev] synchronised (file:///src)dns-client-lwt is now pinned to file:///src (version dev)[dns-cli.dev] synchronised (file:///src)dns-cli is now pinned to file:///src (version dev)[dns-certify.dev] synchronised (file:///src)dns-certify is now pinned to file:///src (version dev)2025-10-22 12:15.27 ---> saved as "0e8c8f5e1d8c536c84fb64e66f2f0512396fc7db1e1990dca5d4a89a1fb7923b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-22 12:15.27 ---> saved as "e6150a52b8282b67d01c5f03eb287a46add629ecb7aa850951a49448533ae183"/src: (env DEPS "alcotest.1.9.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.117 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 jsonm.1.0.2 kdf.1.0.0 logs.0.9.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 miou.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 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 ocplib-endian.1.2 ohex.0.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 optint.0.3.0 ordering.3.20.2 parsexp.v0.16.0 patch.3.0.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 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.2 swhid_core.0.1 tcpip.9.0.1 tls.2.0.3 tls-lwt.2.0.3 tls-miou-unix.2.0.3 tls-mirage.2.0.3 topkg.1.1.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")/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 dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.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 [57.7 kB]- Fetched 148 kB in 0s (1245 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dns.dev] synchronised (file:///src)[dns-certify.dev] synchronised (file:///src)[dns-cli.dev] synchronised (file:///src)[dns-client.dev] synchronised (file:///src)[dns-client-lwt.dev] synchronised (file:///src)[dns-client-miou-unix.dev] synchronised (file:///src)[dns-client-mirage.dev] synchronised (file:///src)[dns-mirage.dev] synchronised (file:///src)[dns-resolver.dev] synchronised (file:///src)[dns-server.dev] synchronised (file:///src)[dns-stub.dev] synchronised (file:///src)[dns-tsig.dev] synchronised (file:///src)[dnssec.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:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl: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 ... 20622 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-22 12:15.38 ---> saved as "fbdfc0716384e0ceda8c6b0b702835bac5a7379dcad197cfb9628ec59a1cf84e"/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 100 packages- install alcotest 1.9.1- install arp 4.1.0- install asn1-combinators 0.3.2- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bos 0.2.1- install ca-certs 1.0.1- install ca-certs-nss 3.117- install cmdliner 2.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install digestif 1.3.0- install dns dev (pinned) [required by happy-eyeballs-lwt]- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install dyn 3.20.2- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install happy-eyeballs 2.0.1- install happy-eyeballs-lwt 2.0.1- install happy-eyeballs-miou-unix 2.0.1- install happy-eyeballs-mirage 2.0.1- install ipaddr 5.6.1- install ipaddr-cstruct 5.6.1- install jsonm 1.0.2- install kdf 1.0.0- install logs 0.9.0- install lru 0.3.1- install lwt 5.9.2- install lwt-dllist 1.1.0- install macaddr 5.6.1- install macaddr-cstruct 5.6.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install metrics 0.5.0- install miou 0.5.0- install mirage-crypto 2.0.2- install mirage-crypto-ec 2.0.2- install mirage-crypto-pk 2.0.2- install mirage-crypto-rng 2.0.2- install mirage-flow 5.0.0- install mirage-kv 6.1.1- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-ptime 5.2.0- install mirage-sleep 4.1.0- 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 ocplib-endian 1.2- install ohex 0.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 optint 0.3.0- install ordering 3.20.2- install parsexp v0.16.0- install patch 3.0.0- install pp 2.0.0- install psq 0.2.1- install ptime 1.2.0- install randomconv 0.2.0- install re 1.14.0- 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.2- install swhid_core 0.1- install tcpip 9.0.1- install tls 2.0.3- install tls-lwt 2.0.3- install tls-miou-unix 2.0.3- install tls-mirage 2.0.3- install topkg 1.1.0- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved arp.4.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved ca-certs-nss.3.117 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved dns.dev (file:///src)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-miou-unix.2.0.1, happy-eyeballs-mirage.2.0.1 (cached)-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved miou.0.5.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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 mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-ptime.5.2.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> installed cmdliner.2.0.0-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved opam-dune-lint.0.6 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.16.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 patch.3.0.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> 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 tcpip.9.0.1 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved tls.2.0.3, tls-lwt.2.0.3, tls-miou-unix.2.0.3, tls-mirage.2.0.3 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> 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 ptime.1.2.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.20.2-> installed asn1-combinators.0.3.2-> installed base64.3.5.2-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed eqaf.0.10-> installed gmap.0.3.0-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed mirage-ptime.5.2.0-> installed ocaml-syntax-shims.1.0.0-> installed ocamlgraph.2.2.0-> installed ohex.0.2.0-> installed optint.0.3.0-> installed patch.3.0.0-> installed pp.2.0.0-> installed psq.0.2.1-> installed randomconv.0.2.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 ocplib-endian.1.2-> installed digestif.1.3.0-> installed ipaddr.5.6.1-> installed macaddr-cstruct.5.6.1-> installed lru.0.3.1-> installed ipaddr-cstruct.5.6.1-> installed sha.1.15.4-> installed ordering.3.20.2-> installed parsexp.v0.16.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed dyn.3.20.2-> installed miou.0.5.0-> installed mirage-crypto.2.0.2-> installed kdf.1.0.0-> installed lwt.5.9.2-> installed mirage-flow.5.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-net.4.0.0-> installed mirage-kv.6.1.1-> installed mirage-sleep.4.1.0-> installed opam-core.2.4.1-> installed logs.0.9.0-> installed dns.dev-> installed ethernet.3.2.0-> installed happy-eyeballs.2.0.1-> installed stdune.3.20.2-> installed mirage-crypto-rng.2.0.2-> installed arp.4.1.0-> installed happy-eyeballs-miou-unix.2.0.1-> installed happy-eyeballs-lwt.2.0.1-> installed mirage-crypto-pk.2.0.2-> installed tcpip.9.0.1-> installed happy-eyeballs-mirage.2.0.1-> installed bos.0.2.1-> installed mirage-crypto-ec.2.0.2-> installed x509.1.0.6-> installed menhir.20250912-> installed ca-certs.1.0.1-> installed opam-file-format.2.2.0-> installed ca-certs-nss.3.117-> installed tls.2.0.3-> installed tls-miou-unix.2.0.3-> installed tls-lwt.2.0.3-> installed tls-mirage.2.0.3-> 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-10-22 12:16.40 ---> saved as "cff778e530144678c60e0853da58b433a0c38a8c434085abffcbc44566e525b2"/src: (env CI true)/src: (env OCAMLCI true)/src: (workdir /src)/src: (copy (src .) (dst /src/))2025-10-22 12:16.40 ---> saved as "09367ff9ce61f3330647f987cb8654d19740e51f96ac6f2448a17d21eb020635"/src: (run (shell "opam lint"))/src/dnssec.opam: Passed./src/dns.opam: Passed./src/dns-tsig.opam: Passed./src/dns-stub.opam: Passed./src/dns-server.opam: Passed./src/dns-resolver.opam: Passed./src/dns-mirage.opam: Passed./src/dns-client.opam: Passed./src/dns-client-mirage.opam: Passed./src/dns-client-miou-unix.opam: Passed./src/dns-client-lwt.opam: Passed./src/dns-cli.opam: Passed./src/dns-certify.opam: Passed.2025-10-22 12:16.40 ---> saved as "96fb228a0f4cb8e29e03e6eebcbf868e2c3bd6cf8f7611c03ac313bdf1e81ad4"/src: (run (shell "opam exec -- opam-dune-lint"))dns-certify.opam: OKdns-cli.opam: OKdns-client-lwt.opam: OKdns-client-miou-unix.opam: OKdns-client-mirage.opam: OKdns-client.opam: OKdns-mirage.opam: OKdns-resolver.opam: OKdns-server.opam: OKdns-stub.opam: OKdns-tsig.opam: OKdns.opam: OKdnssec.opam: OK2025-10-22 12:16.41 ---> saved as "2e96a03ead0e16b7a5e4a398ea794f080eb02bfb3e5459787105395f6237cb19"Job succeeded2025-10-22 12:16.41: Job succeeded