2025-10-02 13:26.26: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/dockerfile-updates (77abe364f407bf37f491e246a99a4b947a7835d8) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "dockerfile-updates" && cd "ocaml-dockerfile" && git reset --hard 77abe364cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18# opensuse-15.6-4.14_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.16.4 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.9.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 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-10-02 13:26.26: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-ef982d38bb70df4f8339fb55df639b55"2025-10-02 13:26.26: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)(comment opensuse-15.6-4.14_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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.16.4 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.9.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 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-10-02 13:26.26: Waiting for resource in pool OCluster2025-10-02 13:26.27: Waiting for worker…2025-10-02 13:31.53: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 77abe36 Fix documentation(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18' locallydocker.io/ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18: Pulling from ocaml/opamaf8041d15c6a: Pulling fs layerb6c3054bc5c0: Pulling fs layer707310e7afd2: Pulling fs layeraf8041d15c6a: Waiting0139fb8752b0: Pulling fs layerb6c3054bc5c0: Waitingf204ff72fe65: Pulling fs layer707310e7afd2: Waitingf204ff72fe65: Waiting0139fb8752b0: Waitingb6c3054bc5c0: Verifying Checksumb6c3054bc5c0: Download complete707310e7afd2: Download complete0139fb8752b0: Download completef204ff72fe65: Download completeaf8041d15c6a: Verifying Checksumaf8041d15c6a: Download completeaf8041d15c6a: Pull completeb6c3054bc5c0: Pull complete707310e7afd2: Pull complete0139fb8752b0: Pull completef204ff72fe65: Pull completeDigest: sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18Status: Downloaded newer image for ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d182025-10-02 13:54.33 ---> saved as "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb"/: (comment opensuse-15.6-4.14_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-10-02 13:54.33 ---> saved as "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-02 13:54.57 ---> saved as "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-156-genericThe OCaml toplevel, version 4.14.22.4.12025-10-02 13:54.57 ---> saved as "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-02 13:54.57 ---> saved as "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..be5fd2aa0b master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> 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.3.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-10-02 13:55.19 ---> saved as "af6d7ca935c2bb5e1075aea16cf117ca2b9fb839e3969fd8ffc2dd88f00b477a"/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-10-02 13:55.19 ---> saved as "76595573bf0bbb54f856b5ec8cacb360db1c0f5ec6adb26eb89e49e505677bf0"/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-10-02 13:55.21 ---> saved as "8c101bf8d066d0f092ecfdfdcd4aadf5a6d732b196291c0a1a80d2ebc555175e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-02 13:55.21 ---> saved as "8051d1c701cef144785d056cf2103e506a9786ed7ce781687b3f8b54e49207a8"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 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.9.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ..- .........- .......- .........- ....- ......- .......- .......- .....- .....- .........- ......- ..- ......- .....- .......- .......- ......- ...- .......- ....- ........- .......- .....- ...........- ........- ....- .......- ......- .....done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- ....- ........- ........- ........- .......- ....- ...- .....- .....- .......- .....- ........- .......- ......- ......- .......- ....- ........- .....- ......- ....- ...- ...- .......- ........- ......- .......- .......- .......- .........- .......- ......- .....- ........- ....- .....- ........- ........- .......- ......- ........- .......- ......- .....- ........- .......- .......- .......- .....- ......- .......- ........- .......- ......- ........- ......- ......- ....- .- .- ...- ......- .....- .....- .....- ......- ........- .........- ........- .........- .......- ........- .....- .......- .....- .......- .......- ..- .....- ......- .....- ....- ....- .......- .....- .....- .......- .....- ........- .........- ........- ........- ......- ....- ....- ........- .........- ......- .....- .......- ........- .......- ........- ....- .....- ........- .- ......- ......- .........- ......- .......- ........- .......- ........- ......- ......- ........- ......- .....- .......- .......- .......- .......- ....- ........- ........- .....- .........- ........- .........- .........- ..........- ........- ........- ......- .......- ......- .........- ..........- ...- ....- ........- .......- .......- ........- ........- .........- ........- ........- ........- ........- .........- ........- ........- ........- ........- ........- ..........- .........- .......- ........- ........- .........- ........- ........- ........- ......- ......- .....- .....- ....- ......- .......- ......- ....- ....- .....- .....- .....- .......- ........- ......- ......- ........- .......- .........- ........- ........- .....- .......- ........- ........- .........- ........- .........- ........- ........- ........- ........- ........- ......- ........- .........- ........- .........- ......- ........- ......- .....- .......- ........- .......- ...- .....- ......- ........- .........- .......- .......- ........- ........- ........- ........- .........- ......- .........- .......- ........- .........- ........- ........- .......- .........- ........- ........- ........- .........- .........- .......- .......- ........- ........- .....- ....- .........- .......- .......- ........- .........- .......- .......- .......- .........- ......- .......- .........- ........- .......- .......- ........- .......- .........- ........- .......- .......- ........- ........- ......- .........- ........- .....- ........- .......- .........- ........- ........- ........- ........- .........- ........- .......- .........- .......- .......- .........- .......- .......- .......- ........- .......- .......- .......- ........- ........- .........- ........- .........- ........- ........- .........- ........- ..........- ........- .........- .........- ........- .........- ........- .......- .........- .........- .........- .........- .........- ........- .........- .........- .........- .........- .........- .........- .........- .........- .........- ........- ..........- .........- .........- ..........- ........- .........- .........- .........- ..........- .........- .........- ........- ........- .........- .........- ........- ..........- .........- .........- .........- .........- .......- ........- ........- .........- ...- .......- .........- .........- .- ...- ......- .........- ........- .........- ........- ........- ........- ........- ......- ........- ........- .........- .......- .........- .......- .......- .......- ....- ......- .- .....- .....- ..- ....- ........- .........- .........- .......- .........- ........- ........- ........- ........- ........- .........- ..done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [.- .- Looking for gpg keys in repository Main Update Repository.- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key- .....- .........- ..- .....done]- Building repository 'Main Update Repository' cache [....done]- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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-10-02 14:03.15 ---> saved as "ec2b0b18f90bcbe8c012cbcf8bbf160dc140871c077e546d98de44ec99bf9cd9"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 28 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.16.4- 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.9.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.4 (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.9.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> 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.9.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.1-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed parsexp.v0.16.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.16.0-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-02 14:04.06 ---> saved as "4c814f63ab30b894bbdfb51419fcafebeee5acb87e61860fc9774b55a484a0c1"/src: (copy (src .) (dst /src))2025-10-02 14:04.06 ---> saved as "e2e7c48d4d50bab26bfbfdaee16dcfcb068ca4805e2e2598fb933ffb6e9c2214"/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 `3CFKVO95'.[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-10-02 14:04.09 ---> saved as "db96a86ed0945cc4577cafaba27462b67facf5be3d5c15bf1ed223fb0e7df7fa"Job succeeded2025-10-02 14:04.09: Job succeeded