2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-x86_64:fedora-43-5.4_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard ffb4cb76cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566# fedora-43-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./RUN opam pin add -yn dockerfile.dev './' && \opam pin add -yn dockerfile-opam.dev './' && \opam pin add -yn dockerfile-cmd.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-21 08:53.40: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566-fedora-43-5.4_opam-2.4-9ef415f817937143ddf776fd2d2ddb6c"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)(comment fedora-43-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))(run (network host)(shell "opam pin add -yn dockerfile.dev './' && \\nopam pin add -yn dockerfile-opam.dev './' && \\nopam pin add -yn dockerfile-cmd.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-21 08:53.40: Waiting for resource in pool OCluster2025-11-21 14:16.00: Waiting for worker…2025-11-21 14:18.03: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566' locallydocker.io/ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566: Pulling from ocaml/opam3a6ccf50917d: Already exists2ac39db0f7b1: Already exists4ab95fa37585: Pulling fs layeref05642a6c19: Pulling fs layer6ce4105a6817: Pulling fs layer482e731bee2c: Pulling fs layer82b20b1785fc: Pulling fs layer5033efba3ea4: Pulling fs layerac061f34d5de: Pulling fs layer6ce4105a6817: Waiting82b20b1785fc: Waitingef05642a6c19: Waiting482e731bee2c: Waiting5033efba3ea4: Waiting3699d934db19: Pulling fs layerc70084606501: Pulling fs layerac061f34d5de: Waiting3699d934db19: Waiting92cba88bcd96: Pulling fs layerc70084606501: Waiting87d6cf018c95: Pulling fs layer92cba88bcd96: Waiting47a5774c8fa4: Pulling fs layer87d6cf018c95: Waitinga7a793f430ef: Pulling fs layer47a5774c8fa4: Waiting50749af763e4: Pulling fs layera7a793f430ef: Waiting1931ff52ea8f: Pulling fs layerd6cbdb0b2976: Pulling fs layer50749af763e4: Waitingc21f3fb8010b: Pulling fs layer1931ff52ea8f: Waitingd6cbdb0b2976: Waiting006e8a0d5bfe: Pulling fs layerc21f3fb8010b: Waiting4f4fb700ef54: Pulling fs layerbff3cbb02176: Pulling fs layer006e8a0d5bfe: Waitingb5138c38b1e4: Pulling fs layer4f4fb700ef54: Waitingf9df0a6b27ec: Pulling fs layerbff3cbb02176: Waitingb5138c38b1e4: Waiting199f7dd22bb1: Pulling fs layerf9df0a6b27ec: Waiting4704820b8848: Pulling fs layer813e8e89161a: Pulling fs layer199f7dd22bb1: Waiting4704820b8848: Waiting3fef5dd9f9c7: Pulling fs layer33b83451bd83: Pulling fs layer813e8e89161a: Waiting3fef5dd9f9c7: Waitingf32a57644710: Pulling fs layer33b83451bd83: Waiting40216abfd9f1: Pulling fs layerf32a57644710: Waitingd689b2a1b34b: Pulling fs layer40216abfd9f1: Waitingc515a0f2353f: Pulling fs layer6b7f7c537f40: Pulling fs layerd689b2a1b34b: Waitingc515a0f2353f: Waiting2def47abdae6: Pulling fs layerfd11b9527539: Pulling fs layer6b7f7c537f40: Waitingb49b2a2f9119: Pulling fs layer23b9806e7d7a: Pulling fs layer251f6be3be0f: Pulling fs layerfd11b9527539: Waiting77df5933f202: Pulling fs layer251f6be3be0f: Waitingb49b2a2f9119: Waiting23b9806e7d7a: Waiting77df5933f202: Waiting2def47abdae6: Waitingf363410542aa: Pulling fs layer02b0f83c8144: Pulling fs layer561ad12063d7: Pulling fs layerbb777ec2f169: Pulling fs layerf363410542aa: Waiting02b0f83c8144: Waitingbb777ec2f169: Waiting561ad12063d7: Waitingef05642a6c19: Download complete6ce4105a6817: Verifying Checksum6ce4105a6817: Download complete482e731bee2c: Verifying Checksum482e731bee2c: Download complete82b20b1785fc: Download complete5033efba3ea4: Verifying Checksum5033efba3ea4: Download completeac061f34d5de: Verifying Checksumac061f34d5de: Download complete3699d934db19: Download completec70084606501: Download complete92cba88bcd96: Verifying Checksum92cba88bcd96: Download complete87d6cf018c95: Download complete47a5774c8fa4: Download completea7a793f430ef: Download complete1931ff52ea8f: Verifying Checksum1931ff52ea8f: Download complete50749af763e4: Verifying Checksum50749af763e4: Download completed6cbdb0b2976: Verifying Checksumd6cbdb0b2976: Download completec21f3fb8010b: Verifying Checksumc21f3fb8010b: Download complete4ab95fa37585: Verifying Checksum4ab95fa37585: Download complete006e8a0d5bfe: Verifying Checksum006e8a0d5bfe: Download complete4f4fb700ef54: Download completebff3cbb02176: Download completeb5138c38b1e4: Download complete4704820b8848: Verifying Checksum4704820b8848: Download complete199f7dd22bb1: Verifying Checksumf9df0a6b27ec: Verifying Checksumf9df0a6b27ec: Download complete813e8e89161a: Verifying Checksum813e8e89161a: Download complete33b83451bd83: Verifying Checksum33b83451bd83: Download completef32a57644710: Download complete40216abfd9f1: Verifying Checksum40216abfd9f1: Download completed689b2a1b34b: Verifying Checksumd689b2a1b34b: Download completec515a0f2353f: Download complete2def47abdae6: Verifying Checksum2def47abdae6: Download complete4ab95fa37585: Pull completeb49b2a2f9119: Verifying Checksumb49b2a2f9119: Download complete23b9806e7d7a: Verifying Checksum23b9806e7d7a: Download complete251f6be3be0f: Verifying Checksum251f6be3be0f: Download completefd11b9527539: Verifying Checksumfd11b9527539: Download completeef05642a6c19: Pull complete6ce4105a6817: Pull complete482e731bee2c: Pull complete6b7f7c537f40: Verifying Checksum6b7f7c537f40: Download complete82b20b1785fc: Pull complete5033efba3ea4: Pull completeac061f34d5de: Pull complete3699d934db19: Pull completec70084606501: Pull complete92cba88bcd96: Pull complete87d6cf018c95: Pull complete47a5774c8fa4: Pull completea7a793f430ef: Pull complete50749af763e4: Pull complete1931ff52ea8f: Pull completed6cbdb0b2976: Pull completec21f3fb8010b: Pull complete006e8a0d5bfe: Pull complete4f4fb700ef54: Pull completebff3cbb02176: Pull completeb5138c38b1e4: Pull completef9df0a6b27ec: Pull complete199f7dd22bb1: Pull complete4704820b8848: Pull complete813e8e89161a: Pull complete3fef5dd9f9c7: Pull complete33b83451bd83: Pull completef32a57644710: Pull complete40216abfd9f1: Pull completed689b2a1b34b: Pull completec515a0f2353f: Pull complete77df5933f202: Verifying Checksum77df5933f202: Download complete02b0f83c8144: Verifying Checksum02b0f83c8144: Download complete561ad12063d7: Download completebb777ec2f169: Verifying Checksumbb777ec2f169: Download completef363410542aa: Verifying Checksumf363410542aa: Download complete6b7f7c537f40: Pull complete2def47abdae6: Pull completefd11b9527539: Pull completeb49b2a2f9119: Pull complete23b9806e7d7a: Pull complete251f6be3be0f: Pull complete77df5933f202: Pull completef363410542aa: Pull complete02b0f83c8144: Pull complete561ad12063d7: Pull completebb777ec2f169: Pull completeDigest: sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba6566Status: Downloaded newer image for ocaml/opam@sha256:4f40afaba9cb3bfe7873dfa507d3cbd0919bdc57e78356dc26bf8ab981ba65662025-11-21 14:18.05 ---> using "ba6d18b62928370460223f977de9308ec394ac268d94d34b0cee5d6ca2044b67" from cache/: (comment fedora-43-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 88.0 KiB/s | 20.6 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-11-21 14:18.05 ---> using "ebfa901ac87bf29ca544c436b2f9cbf6f6f1bdfd291057300223062de1ad063b" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-21 14:18.05 ---> using "3744f82be5b6b77c96af9c3adea90de92e65e64c2cc811548d5ea0e65762bb62" 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 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-11-21 14:18.05 ---> using "bb474263ea5495105e41a9e56a75be580b1f25658eb0d1b39eb4f6fdcc85d812" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.4.12025-11-21 14:18.05 ---> using "24297fa171fb50abf71238f13f5d2788863dfb642ff69f0b34b0ee964ecb8732" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 14:18.05 ---> using "f9b8f77de7cecf0e74a6275f4190edb64fc8391a175a0014fd0901beb2d7a51c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-21 14:18.05 ---> using "525a0b37b21fba6c48eea68c3d25a169e18600ed3b22241c5bd47649da1ee98b" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-21 14:18.05 ---> saved as "1c9a46d695fce517854581b04444f2e79c99157d9fabb21d2d38d2c16feafd52"/src: (run (network host)(shell "opam pin add -yn dockerfile.dev './' && \\nopam pin add -yn dockerfile-opam.dev './' && \\nopam pin add -yn dockerfile-cmd.dev './'"))[dockerfile.dev] synchronised (file:///src)dockerfile is now pinned to file:///src (version dev)[dockerfile-opam.dev] synchronised (file:///src)dockerfile-opam is now pinned to file:///src (version dev)[dockerfile-cmd.dev] synchronised (file:///src)dockerfile-cmd is now pinned to file:///src (version dev)2025-11-21 14:18.08 ---> saved as "ebb0bca9da4f9dd26c2c0b23176fb1b393a14f52a67a7ab8660425fd9515fe98"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 14:18.09 ---> saved as "5da997d5a8f50dc5a973b8a4c0e874c2751a5cbc2fef212d57fe7f801c1998ff"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 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.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dockerfile.dev] synchronised (file:///src)[dockerfile-cmd.dev] synchronised (file:///src)[dockerfile-opam.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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-11-21 14:18.24 ---> saved as "6eaf67f128e98d3729f6f1d6de634637584ac95885cdcbd25300bd5e7a18b793"/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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 27 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- install bos 0.2.1- install cmdliner 2.0.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install fpath 0.7.3- install logs 0.10.0- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install re 1.14.0- install rresult 0.7.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.10.0-> installed bos.0.2.1-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-11-21 14:21.01 ---> saved as "da2eca4ac160c88588de2ca39f30863b191e97257b809055cef8205720f7bf19"/src: (copy (src .) (dst /src))2025-11-21 14:21.01 ---> saved as "c0860769518fed82652e0c16ddb26036b67626f38dfdc1b80583effe7934d3d9"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./dockerfile.exe)Testing `test'.This run has ID `75NMEJFK'.[OK] dockerfile 0 string_of_t.[OK] dockerfile 1 string_of_t.[OK] dockerfile 2 Format RUN heredocs.Full test results in `/src/_build/default/test/_build/_tests/test'.Test Successful in 0.001s. 3 tests run.(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `8L0D02TM'.[OK] dockerfile-opam 0 Distro.compare.Full test results in `/src/_build/default/test-opam/_build/_tests/test'.Test Successful in 0.000s. 1 test run.2025-11-21 14:21.05 ---> saved as "10c2c342a92d2129f2d5b67111393dee4dd822d5d23c094d92a8e7f529ee7c2e"Job succeeded2025-11-21 14:21.05: Job succeeded