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:debian-13-5.4+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1Opam 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:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1# debian-13-5.4+flambda_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1-debian-13-5.4+flambda_opam-2.4-7c39b94b6f83c33412c41b589d02c7b2"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1)(comment debian-13-5.4+flambda_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.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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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.01: Waiting for worker…2025-11-21 14:18.06: 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:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1' locallydocker.io/ocaml/opam@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1: Pulling from ocaml/opam13cc39f8244a: Already exists9d7c1cac6af4: Already exists979e6521bf84: Already existsb129e961d700: Already exists9288fc69cd29: Already existsb232c90b1855: Already exists658a78f60f44: Already existsb3e6010fbc4c: Already existse75ac7b73fdb: Already existsf1dbfc01d8b6: Already exists42e8958c94a5: Already exists1c77fd15fa4b: Already existsf8ae0ec2765e: Already exists87b5808a8709: Already exists6551add7b2f4: Already existsa050a941214a: Already existsda6cadefa7ea: Already exists0a3e89137cf8: Already existscc34154fc322: Already existseb7661180f3a: Already existsfaad806bf7c5: Already exists4f4fb700ef54: Already existsfe5692607199: Already existscaa548e7f855: Already exists8ad66e641b14: Already existsb9d5d27dc0b6: Already exists788961b65661: Already exists9ed95272e11f: Already exists82c1497059a3: Already exists8abbeded2fb9: Already exists1276181ef5dc: Already exists0bd63c9342a5: Already exists0294cf425d8c: Already existsdef43d8fc04c: Already existsc87ed18f9ca6: Already exists056f995b50a2: Already existsc9f03af6c585: Already exists4e0df0b17574: Already exists1fcd55c53252: Already exists9fe15f147c9c: Already exists6aba0bde3b08: Already existseb47c999a07f: Already existsc3b5761e8351: Already existsa087e7fbda82: Pulling fs layer5fab5700a2a3: Pulling fs layer8325e39acf48: Pulling fs layera087e7fbda82: Waiting5fab5700a2a3: Waitinga7ebee5e2898: Pulling fs layer8325e39acf48: Waitinga7ebee5e2898: Waiting5fab5700a2a3: Download complete8325e39acf48: Download completea087e7fbda82: Verifying Checksuma087e7fbda82: Download completea087e7fbda82: Pull complete5fab5700a2a3: Pull complete8325e39acf48: Pull completea7ebee5e2898: Pull completeDigest: sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e1Status: Downloaded newer image for ocaml/opam@sha256:a595ee51518aeaf4bc2a1854237fefdfcc5601df9f84a94fee78a6766083f1e12025-11-21 14:18.06 ---> using "7a67b246b2cca5aaedec5fa24d4c466fb73232381911b89fdf44dca3d0aa7798" from cache/: (comment debian-13-5.4+flambda_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.4 /usr/bin/opam"))2025-11-21 14:18.06 ---> using "5241f6ca58756a744dcaeb15259f3d02850133181457c962ecd38f1714edf500" 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.06 ---> using "a8a89bdbfcfb49dba6f59deeb5b0df369266e178bc97bd95e7b7c75b3f8aab0b" 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.06 ---> using "fa9823e49ea73d6a0177c046dad7e029b4283aa28aece33b5b4cfaeed167c60a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 14:18.06 ---> using "677685b13f0aecf97a33dbf1f8ca28a55e3e583c0d4a0d38dd54b3b5cbee2af0" 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.06 ---> using "be4042bb86c89a03b89d0900627b2f7aff57e0b86fcfa2087bcd45039ff68c20" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-21 14:18.06 ---> saved as "4fd591c7944b81cd0198c74dc9ef630747c1983af83620a07d617ea2fa761cf7"/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.14 ---> saved as "88d5f123fcf797c97be375181d8fdeffb1e913df6eeeb3f06ff349da27d7f16e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 14:18.14 ---> saved as "427ebc9c1784cd53844036a6def109705a589e0a8b30284ccd8b5db6b3e67bf5"/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-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options 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/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]- Fetched 9973 kB in 2s (5333 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dockerfile.dev] synchronised (file:///src)[dockerfile-cmd.dev] synchronised (file:///src)[dockerfile-opam.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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.35 ---> saved as "f9aae3cf853fee35fc9f1a4533726e7fc4c31fd3f59b98eb7307c0bba4bbc9fe"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> 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 logs.0.10.0-> installed fpath.0.7.3-> installed bos.0.2.1-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.14.0-> installed dune-configurator.3.20.2-> installed alcotest.1.9.1-> 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.26 ---> saved as "22d5fea6a26753a1d507840e85600b1413405dd1ed52133469821d209a43dd71"/src: (copy (src .) (dst /src))2025-11-21 14:21.26 ---> saved as "e70060239d269b3188a39ad019d9fe8b779d5fc6eedc851f912b7cf920195333"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `EV5346WB'.[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.(cd _build/default/test && ./dockerfile.exe)Testing `test'.This run has ID `WXQCOQM3'.[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.000s. 3 tests run.2025-11-21 14:21.30 ---> saved as "e643215092d748d16cb9447a4c1c9932e32128c28174f462d8dc75df430502ec"Job succeeded2025-11-21 14:21.30: Job succeeded