2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-ppc64:debian-13-5.4_ppc64_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard ffb4cb76 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e # debian-13-5.4_ppc64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-11-21 08:53.40: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e-debian-13-5.4_ppc64_opam-2.4-9ef415f817937143ddf776fd2d2ddb6c" 2025-11-21 08:53.40: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e) (comment debian-13-5.4_ppc64_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-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 OCluster 2025-11-21 09:16.19: Waiting for worker… 2025-11-21 09:26.23: Got resource from pool OCluster Building on orithia.caelum.ci.dev All commits already cached HEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib (from ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e' locally docker.io/ocaml/opam@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e: Pulling from ocaml/opam 3c335bb15935: Already exists 44de9d52e949: Already exists fc95c3146cbf: Already exists cf3462902ef7: Already exists d8630d3f9abd: Already exists 34f623e09668: Already exists 3e53c06ff104: Already exists 7faf32784668: Already exists 678ae06c55d1: Already exists d07d040238c4: Already exists 6a3f46afe36b: Already exists 10a718f4c600: Already exists fa25f2c546a7: Already exists 046b9242ddb0: Already exists 22c19c2d26c0: Already exists c8d7e47ef8c3: Already exists 1c0198e79c79: Already exists a4aa8d620b50: Already exists a1a7c03f02a8: Already exists 9223c49b4c3c: Already exists 0ec886274204: Already exists 4f4fb700ef54: Already exists 79709d0700ba: Already exists bf91b3d45ae0: Already exists 9fb4c7e58543: Already exists b75885e011f1: Already exists 0ea9c1c0325e: Already exists f7e59fd94625: Already exists ff59756cad74: Already exists 90d2ef79a50d: Already exists e10c8b09ddb5: Already exists 1ae102de17a6: Already exists c0c15e6ed693: Already exists fe445943cd12: Already exists 997d4edeca0f: Already exists 798a132254ab: Already exists 3ce339f0ffc5: Already exists 9fdc6046b327: Already exists f190ff32aa97: Already exists decd9cbb00a6: Already exists 7c9adc5a0f53: Pulling fs layer b7e7ed52fe9e: Pulling fs layer e060848e74f4: Pulling fs layer f9cff7610c86: Pulling fs layer ce4d929b173e: Pulling fs layer 5117339662ef: Pulling fs layer 5e8deb86874b: Pulling fs layer f9cff7610c86: Waiting ce4d929b173e: Waiting 5e8deb86874b: Waiting 5117339662ef: Waiting b7e7ed52fe9e: Verifying Checksum b7e7ed52fe9e: Download complete e060848e74f4: Verifying Checksum e060848e74f4: Download complete 7c9adc5a0f53: Verifying Checksum 7c9adc5a0f53: Download complete 7c9adc5a0f53: Pull complete b7e7ed52fe9e: Pull complete e060848e74f4: Pull complete ce4d929b173e: Verifying Checksum ce4d929b173e: Download complete 5e8deb86874b: Verifying Checksum 5e8deb86874b: Download complete 5117339662ef: Retrying in 5 seconds 5117339662ef: Retrying in 4 seconds 5117339662ef: Retrying in 3 seconds 5117339662ef: Retrying in 2 seconds 5117339662ef: Retrying in 1 second 5117339662ef: Verifying Checksum 5117339662ef: Download complete f9cff7610c86: Verifying Checksum f9cff7610c86: Download complete f9cff7610c86: Pull complete ce4d929b173e: Pull complete 5117339662ef: Pull complete 5e8deb86874b: Pull complete Digest: sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e Status: Downloaded newer image for ocaml/opam@sha256:46df8f8356b8c0189c4e452ff5e6f8329a5f635cd912f2889e1530d50efc155e 2025-11-21 09:26.24 ---> using "1643709731f1d2cc26ef98c95f92bce03d1fba63a962c6e57b07761a9968f6b7" from cache /: (comment debian-13-5.4_ppc64_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 09:26.24 ---> using "7c89f324f675bedad07b529971e6f7c4cef1d74fdc261bd34c8cff9a71235897" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-11-21 09:26.24 ---> using "d64f24c4add36b5cc15da15aec4e32ae4d00bc1f2609e7ef3b2315a9e1801da6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-11-21 09:26.24 ---> using "0b53e53d3916b57139a88fab400eba67c189a90e3e8ea5414351324fe936facd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-21 09:26.24 ---> using "ddb83b2405e5b72e839c1fd2c8ef6922bf2f7557bdfbef1531848eb7c95cbc54" 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_HEAD 2ec6d6cc92..ee3428377a master -> origin/master 1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-11-21 09:26.24 ---> using "669de8e50a1018c46140323627f5f0ca9181f17fb438d7bb753117c74cfa6395" from cache /src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam) (dst ./)) 2025-11-21 09:26.24 ---> saved as "3215276b7c1a995d4d93d642d76b2982c575c1ffe980523bfd8b1cb019b07098" /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 09:26.32 ---> saved as "01cca7965d52c8612da68fc77730406da63c1218a5cffbffb7282d85098870dc" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-21 09:26.32 ---> saved as "b9851cad849f60f3ff6c419f11a84eb5e6cf02dc47c25a15dcac03c45d407a31" /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/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 ppc64el Packages [9508 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [69.3 kB] - Fetched 9808 kB in 21s (471 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-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 09:27.03 ---> saved as "931d6fbe75ac7006c6d4f5bb9fa69664fd1e7135e1e5fd7012835ac0c5a6e8cc" /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 fmt.0.11.0 -> installed uutf.1.0.4 -> 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 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 ppx_derivers.1.2.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.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-21 09:28.50 ---> saved as "5fdd315654a89ad50b3e7094acce7404b8fb9382433ae206e6e607408075f8f6" /src: (copy (src .) (dst /src)) 2025-11-21 09:28.50 ---> saved as "c97f9ae4441c98107dc571985b131b3cb1eaf559e7e5452d93f8d126665e16f0" /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 `AAX17LE0'. [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. (cd _build/default/test-opam && ./dockerfile.exe) Testing `test'. This run has ID `659OWNBN'. [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 09:28.54 ---> saved as "d0f305d0f1fa95f60d72f46991e76a08cdf66a85d6b1670aef8af83f9850204c" Job succeeded 2025-11-21 09:28.54: Job succeeded