2026-06-02 15:01.16: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (c6fc165c232262fb7b75dc9ec7eff5ab5a0560cb) (linux-x86_64:opensuse-16.0-4.14_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard c6fc165c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba # opensuse-16.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.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.5 --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 2026-06-02 15:01.16: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba-opensuse-16.0-4.14_opam-2.5-c74d108305c0eed7ae3eb37990e6cd96" 2026-06-02 15:01.16: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba) (comment opensuse-16.0-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "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 (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.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.5 --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")) ) 2026-06-02 15:01.16: Waiting for resource in pool OCluster 2026-06-02 16:24.56: Waiting for worker… 2026-06-02 16:28.50: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at c6fc165 Update CHANGES.md before release (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba' locally docker.io/ocaml/opam@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba: Pulling from ocaml/opam 64cfa2a65095: Already exists 64e5289f2672: Already exists 06b2293c2b2d: Already exists 6f67cd510672: Already exists ca5b94db2a85: Already exists 6f7fe61607b0: Already exists 68c11975f945: Already exists 73479e4094ce: Already exists 85ba5c1a649a: Already exists 0de12c197bfd: Already exists d81d6d6bf8fe: Already exists cba68ecfd415: Already exists 75ffa6874156: Already exists 89e5c2d50858: Already exists 5ad82053ee71: Already exists 3591b13081a2: Already exists 6290e1686ebf: Already exists 6290e1686ebf: Already exists 4f4fb700ef54: Already exists c5c5233ac1d1: Already exists c56fa4433fe9: Already exists 8f6c2820713b: Already exists 3a022abfacb3: Already exists a675122fae29: Already exists b30eccf5ca42: Already exists 91f92e37ea0a: Already exists 1188916d9b97: Already exists 0fe594d6cb12: Already exists e3ed43689f8e: Already exists a107edd88c4d: Already exists 03050e3c3ba9: Already exists 361626bf5f1a: Pulling fs layer b0c9fb978a56: Pulling fs layer 361626bf5f1a: Waiting 9e230c4a590c: Pulling fs layer b0c9fb978a56: Waiting 05d712a4dd8f: Pulling fs layer 9e230c4a590c: Waiting e04e27a980ff: Pulling fs layer 05d712a4dd8f: Waiting 6608d56510f9: Pulling fs layer 3659accb2b9d: Pulling fs layer e04e27a980ff: Waiting 6608d56510f9: Waiting 004e612b0760: Pulling fs layer 3659accb2b9d: Waiting 68f555ef6d31: Pulling fs layer 004e612b0760: Waiting 2d278e98c6a5: Pulling fs layer 68f555ef6d31: Waiting 9c1d9e14adc8: Pulling fs layer 2d278e98c6a5: Waiting 9c1d9e14adc8: Waiting 361626bf5f1a: Verifying Checksum 361626bf5f1a: Download complete b0c9fb978a56: Verifying Checksum b0c9fb978a56: Download complete 9e230c4a590c: Verifying Checksum 9e230c4a590c: Download complete 05d712a4dd8f: Download complete e04e27a980ff: Download complete 6608d56510f9: Download complete 3659accb2b9d: Download complete 004e612b0760: Verifying Checksum 004e612b0760: Download complete 68f555ef6d31: Verifying Checksum 68f555ef6d31: Download complete 2d278e98c6a5: Verifying Checksum 2d278e98c6a5: Download complete 9c1d9e14adc8: Download complete 361626bf5f1a: Pull complete b0c9fb978a56: Pull complete 9e230c4a590c: Pull complete 05d712a4dd8f: Pull complete e04e27a980ff: Pull complete 6608d56510f9: Pull complete 3659accb2b9d: Pull complete 004e612b0760: Pull complete 68f555ef6d31: Pull complete 2d278e98c6a5: Pull complete 9c1d9e14adc8: Pull complete Digest: sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba Status: Downloaded newer image for ocaml/opam@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba 2026-06-02 16:37.28 ---> using "f47073293b0c000aff6cef55b67e3409dc7446afc34ead6eac36639455080dda" from cache /: (comment opensuse-16.0-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-02 16:37.28 ---> using "1402ca4a728a793a9282295156e56e80f69c188f563ee8c5733441137f0c79a9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-06-02 16:37.28 ---> using "ec7d85fe4e908138fca88a8eb6346fbc38de875a9fcde1f4abd9ba01cfcdd940" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 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=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-02 16:37.28 ---> using "f7ad8a711b9be73ad983cdbbc8271a13a8b395f8b498a6882eef58d10f80ca9b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-02 16:37.28 ---> using "181456218dcead02f258194447f1d76643e40ddd941bc0a5d713b7361c66888e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-02 16:37.28 ---> using "323b0a699d2cbf785d289a3c6344d3b230c920845d40cf45dc9762777dbaf4dd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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) 2026-06-02 16:37.28 ---> using "45373c8848fdcaec98afef5b959c080a279277c0fc6a888d2d8794a5157d28c9" from cache /src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam) (dst ./)) 2026-06-02 16:37.28 ---> saved as "357fb0943220ee8a12cdddddd2222c854e0e17d23343bdd2d195cd1b6e4fa222" /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) 2026-06-02 16:37.32 ---> saved as "2933c9e4030762e9ae954b90c032f4e4679c0f338e0087be396bf40f19729da6" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-02 16:37.33 ---> saved as "b2ede3f6c2a85e8afb5c6656669d445c46b8506667e91f7e1efaee6abb4dbcdc" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.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.5 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - .. - - Note: Received 1 new package signing key from repository "repo-oss (16.0)": - - Those additional keys are usually used to sign packages shipped by the repository. In order to - validate those packages upon download and installation the new keys will be imported into the rpm - database. - - New: - Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0 - Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Wed May 10 14:46:12 2023 - Key Expires: Sun May 9 14:46:12 2027 - Rpm Name: gpg-pubkey-25db7ae0-645bae34 - - The repository metadata introducing the new keys have been signed and validated by the trusted - key: - - Repository: repo-oss (16.0) - Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4 - Key Name: openSUSE Project Signing Key <opensuse@opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Mon Jun 20 14:03:14 2022 - Key Expires: Fri Jun 19 14:03:14 2026 (expires in 16 days) - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - . - . - ........ - .......... - ......... - .........done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - 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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). # To update the current shell environment, run: eval $(opam env) 2026-06-02 16:38.00 ---> saved as "10ac01b63cda0764229bebfa87e196d5d665de5c1060849b2f1059db28c51f3b" /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 25 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.5 - install bos 0.3.0 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install fmt 0.11.0 - install fpath 0.7.3 - install logs 0.10.0 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.1.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - 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 sexplib0 v0.16.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.16.5 (cached) -> retrieved bos.0.3.0 (cached) -> retrieved cmdliner.2.1.1 (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.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.1.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.16.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed cmdliner.2.1.1 -> 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.3.0 -> installed dune.3.23.1 -> 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.1.1 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.23.1 -> installed base.v0.16.5 -> installed ppxlib.0.35.0 -> installed ppx_sexp_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-02 16:39.09 ---> saved as "7582b4fbdd1228a84d9183174655f95f68463b038d71940fa40dbf13a2d372da" /src: (copy (src .) (dst /src)) 2026-06-02 16:39.10 ---> saved as "553abc5e60bb063a086de731692582e51497fde0671645c56e7dd49092986a9f" /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 `96BAFSZQ'. [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 `Q77ZQM7Z'. [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. 2026-06-02 16:39.13 ---> saved as "88d2bf7febfe9060713aac98970314524155c58bb67806ff5e5668f9f58a7eb4" Job succeeded 2026-06-02 16:39.13: Job succeeded