2025-11-16 20:12.02: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-x86_64:debian-13-4.10_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622eadOpam 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-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead# debian-13-4.10_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.15.1 base-bigarray.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.8.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.15.1 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-16 20:12.02: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-13-ocaml-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead-debian-13-4.10_opam-2.4-027f678bd5cb1e612d8777204f19998b"2025-11-16 20:12.02: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead)(comment debian-13-4.10_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.15.1 base-bigarray.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.8.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.15.1 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-16 20:12.02: Waiting for resource in pool OCluster2025-11-17 00:43.47: Waiting for worker…2025-11-17 00:48.07: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:debian-13-ocaml-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead)Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead' locallydocker.io/ocaml/opam@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead: Pulling from ocaml/opam488d250f9803: Pulling fs layer488d250f9803: Verifying Checksum488d250f9803: Download complete488d250f9803: Pull completeDigest: sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622eadStatus: Downloaded newer image for ocaml/opam@sha256:3c832d8c5802b150d1e250940a261f3ab7e57f38227a6bc15832b17542622ead2025-11-17 00:48.08 ---> using "4ba70bfe56a14af4b1c955a4d15699e456d03056dbef613b07326955dcd41691" from cache/: (comment debian-13-4.10_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-17 00:48.08 ---> using "ca93f3c15b84dbe5185616e470ec01fb40ec74482c64074f70dde2fb8588c56e" 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-17 00:48.08 ---> using "d9d46b2bb041e274643b337a661ed0da7d1b628d9e87a3d90be0104e361fe9b0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.10.22.4.12025-11-17 00:48.08 ---> using "dcb40c02728e14c71d88a562eb513dfd0937e966ec5577664cc28c1f2dcca9d9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-17 00:48.08 ---> using "e0c99ed469759c33a6e32656f2f1a9c762e521d1dad8d2102f7edfe3d166acf2" 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_HEAD21f97b2e6d..1c92c86556 master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-17 00:48.08 ---> using "837f1e0ef863073e7808d38b9a10d49017bd2c21b3fb8201333f9a783b86af44" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-17 00:48.09 ---> saved as "26c3f5e1d418f6c1793c50707b9c6d30692c868f66e0e632aa887f410b52539c"/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-17 00:48.13 ---> saved as "998798cd12da3881008384535ffa6759477dfeeaac34521fee80c89f281b4841"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-17 00:48.13 ---> saved as "d60b322b15a46e27161f1a630065e63cb62774942f62bc70f113b5ed78aca176"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.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.8.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.15.1 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 1s (9480 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-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.2).[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-bigarray is already installed (current version is base).2025-11-17 00:48.23 ---> saved as "0b83ee22d0de71bbba3d41907563b706e8fced4d9401f72f653e928bd5ed9cec"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 26 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.15.1- 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.8.0- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.15.1- install ppxlib 0.35.0- install re 1.11.0- install rresult 0.7.0- install seq base- install sexplib0 v0.15.1- 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.15.1 (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.8.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved re.1.11.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.15.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (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.8.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.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed re.1.11.0-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed base.v0.15.1-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.15.1Done.# To update the current shell environment, run: eval $(opam env)2025-11-17 00:49.10 ---> saved as "2ccbe0c2dedd1b7ffa8077d148c4671a50c45e7d3cadbe9b02faba583e6a49e0"/src: (copy (src .) (dst /src))2025-11-17 00:49.11 ---> saved as "33fc87d3ec42681ba49e9e2082e2f64b556f04bde0b77154c680de6e83f054ff"/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 `Z19EFIIM'.[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 `M1VDHYSX'.[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-17 00:49.13 ---> saved as "b80279dcc72e752f7173ff6722fdf12f24ac0df408a8595860c315ca859a33b5"Job succeeded2025-11-17 00:49.13: Job succeeded