2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-x86_64:opensuse-16.0-4.14_opam-2.4) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 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:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470 # opensuse-16.0-4.14_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.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.10.0 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.3 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.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:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470-opensuse-16.0-4.14_opam-2.4-ee560a200c86d31828b5970f5ff3f7ec" 2025-11-21 08:53.40: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470) (comment opensuse-16.0-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 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.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.10.0 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.3 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.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 14:15.58: Waiting for worker… 2025-11-21 14:18.02: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:fc5a74a8cd2573b26947c7391f1bcaa86cc515b79f2381e9f1e0d6ac232d2470) 2025-11-21 14:18.04 ---> using "d16d0385364a25306ee0e7c4f9cb5e02af56115cf596dae7409ac3fce0d63c60" from cache /: (comment opensuse-16.0-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-11-21 14:18.04 ---> using "ed06bd6e9dbccb5fe5d4f34fb01cc216015b0ff76e902ea14418780480a53299" 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 14:18.04 ---> using "90c42445ac0866f756e188809060e80ff7fac97e0e8de4b24129dd7a2f85d47f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-21 14:18.04 ---> using "4bee9cb334766cf5743c67217d8863987a8c0d1224d008c2d596ba35e8e63e4a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-21 14:18.04 ---> using "349ba478a607621bea20c69a756caee0e3c7c11e56a3d2552ce0ac8668007d91" 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 Everything 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-21 14:18.04 ---> using "fb44f74f626089b0109d695300dd0751b714158b4ce18615fe828e82ba33faa6" from cache /src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam) (dst ./)) 2025-11-21 14:18.05 ---> saved as "35b433e22be29fd483544e80d2e25f95226605070e5b545ea76f05cedeb073c5" /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 14:18.10 ---> saved as "fa0a66e8617b0a3ec89cde08b82db1a0d958d148cf2838b7b1644799c9cac486" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-21 14:18.11 ---> saved as "0fd780988509a6f2dcd3b89e638d127eb3e040c25e2da50d45bae6be86779f0a" /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.10.0 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.3 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.4 --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 - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - . - .. - - Warning: Digest verification failed for file '19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d-appdata.xml.gz' - [/var/tmp/AP_0xyrzkAb/repodata/19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d-appdata.xml.gz] - - expected 19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d - but got 3ccd08931454d96a7f4f696c4ac622509cbd8cff0261ea746e9eb34582b08cbe2cc759352a5db47de99478c8a363a03c2b4b6b9ab5d25864de006b13db67c0a2 - - Accepting packages with wrong checksums can lead to a corrupted system and in extreme cases even to a system compromise. - - However if you made certain that the file with checksum '3ccd..' is secure, correct - and should be used within this operation, enter the first 4 characters of the checksum - to unblock using this file on your own risk. Empty input will discard the file. - - Unblock or discard? [3ccd/...? shows all options] (discard): discard - error] - Repository 'repo-oss (16.0)' is invalid. - [openSUSE:repo-oss|http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64] Failed to retrieve new repository metadata. - History: - - 19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d-appdata.xml.gz has wrong checksum - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'repo-oss (16.0)' because of the above error. - Some of the repositories have not been refreshed because of an error. Fatal error: System package update failed with exit code 4 at command: sudo zypper --non-interactive refresh "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS" failed with exit status 99 2025-11-21 14:18.17: Job failed: Failed: Build failed