2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Opam 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@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034# debian-13-5.4_riscv64_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-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:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034-debian-13-5.4_riscv64_opam-2.4-9ef415f817937143ddf776fd2d2ddb6c"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)(comment debian-13-5.4_riscv64_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 OCluster2025-11-22 10:43.54: Waiting for worker…2025-11-22 18:32.14: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034' locallydocker.io/ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034: Pulling from ocaml/opamde6b66e2abcf: Already existsf35273bca222: Already existsf74d000b97f5: Already exists39ae9819878d: Already existsc240f0b435ad: Already existsf0019f84fb08: Already existsc2d05d84e811: Already exists4b649a717bf1: Already exists80eacd7178f8: Already exists05c50f7b70c0: Already exists6a3e93713da8: Already exists55b8b393ea09: Already exists61259c231a73: Already exists624e31741a12: Already exists6172723a5574: Already existsb908f9dcd393: Already existsb908f9dcd393: Already exists1fb0936a68d1: Already existsc4ecdc2faab9: Already exists2834251ff466: Already existsf492155260b5: Already exists4f4fb700ef54: Already exists212695b63c86: Already existsaae1bcd99b15: Already existsfa54c2fcea16: Already exists683b619cdd5c: Already existsbe8fff5baf35: Already exists4396d8f5a53e: Already exists3d6a01641e6a: Already exists4ad47d794fea: Already exists93e8b9864e5a: Already existsae85395b96e2: Already existsf2738d9dcddd: Already exists79db15db5590: Already exists20c5cef68ce6: Already exists53419e81a99e: Already exists2388636e9f4e: Already exists6fd0d96ea4e3: Already existsd9e42c6d0769: Already exists98d2cff58fed: Already existsaf6013686118: Pulling fs layer1e34a91c5c6e: Pulling fs layera5aa14672648: Pulling fs layer898fba0b521b: Pulling fs layerf27da72027f4: Pulling fs layer96c37047d710: Pulling fs layer480bd1a11240: Pulling fs layer898fba0b521b: Waitingf27da72027f4: Waiting96c37047d710: Waiting480bd1a11240: Waiting1e34a91c5c6e: Verifying Checksum1e34a91c5c6e: Download completeaf6013686118: Download completeaf6013686118: Pull completea5aa14672648: Verifying Checksuma5aa14672648: Download complete1e34a91c5c6e: Pull completef27da72027f4: Verifying Checksumf27da72027f4: Download complete96c37047d710: Verifying Checksum96c37047d710: Download complete480bd1a11240: Verifying Checksum480bd1a11240: Download completea5aa14672648: Pull complete898fba0b521b: Verifying Checksum898fba0b521b: Download complete898fba0b521b: Pull completef27da72027f4: Pull complete96c37047d710: Pull complete480bd1a11240: Pull completeDigest: sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Status: Downloaded newer image for ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b0342025-11-22 18:32.15 ---> using "b3c32880e9ace52a7f4c58eee61fac3a9ea28b412d48e692a82bf58097974dbe" from cache/: (comment debian-13-5.4_riscv64_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-22 18:32.15 ---> using "b479e469dc271ac606d983a11d18c71f6b4dd8abdd638124eec50fb33e361894" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-22 18:32.15 ---> using "4e329e405b86c4ea5ab800bbb8aa0f489256f018a0d253e70ec77537a2b6c9ed" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.4.12025-11-22 18:32.15 ---> using "6481f117732503e6ed4a0b47c83e4afd65373aa7057383ea8a37455f568968e2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-22 18:32.15 ---> using "316cfce25934696500e7734e5969f380c14e08df7819f13d6c05dc1255d9ee4b" 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-22 18:32.15 ---> using "11839782d887526028e73e760aa5bbc7d9ba544866dd8e86f565923c53757c47" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-22 18:32.16 ---> saved as "5507383ed931618c7ba595ba17dc214906ce222debd0380d6206a9ee246f06d6"/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-22 18:32.36 ---> saved as "cfa6f73539cca861e8b4db6f47394f3f199c6bf3fbf7f0ce0f44af6a398ca423"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-22 18:32.37 ---> saved as "9de91b5954b72f1d5bfcc2394b24a25e8f543f8b32fd0a617b91f93affc2a7b7"/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"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main riscv64 Packages [67.4 kB]- Fetched 158 kB in 0s (328 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-22 18:33.22 ---> saved as "ce841e3a5574c7c08405284599c422e04bb2c630586a67f5a37de1986cd78882"/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 ppxlib.0.37.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (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 fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed fpath.0.7.3-> installed logs.0.10.0-> installed uutf.1.0.4-> installed bos.0.2.1-> installed dune.3.20.2-> installed csexp.1.5.2-> installed ocaml-version.4.0.3-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed ppx_derivers.1.2.1-> installed ocaml_intrinsics_kernel.v0.17.1-> installed dune-configurator.3.20.2-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> 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-22 18:43.04 ---> saved as "d407ce8ededca9602fcb7c3ffa8e7e8e86768e0b335cfa2d84d210517a484807"/src: (copy (src .) (dst /src))2025-11-22 18:43.05 ---> saved as "dcfb0882c69e3f4f7a313493bb21c410d6e8b9f2f70e7e94f03da7a71d428adf"/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 `SY1FF4PT'.[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.003s. 3 tests run.(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `KL8MFSM1'.[OK] dockerfile-opam 0 Distro.compare.Full test results in `/src/_build/default/test-opam/_build/_tests/test'.Test Successful in 0.001s. 1 test run.2025-11-22 18:43.31 ---> saved as "384c386093e66b6cff9ed6b604368916bfab375d05bc52b7f542f9a8655de55e"Job succeeded2025-11-22 18:43.31: Job succeeded