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-5.4_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79Opam 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:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79# opensuse-16.0-5.4_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:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79-opensuse-16.0-5.4_opam-2.4-9ef415f817937143ddf776fd2d2ddb6c"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79)(comment opensuse-16.0-5.4_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-21 14:15.58: Waiting for worker…2025-11-21 14:18.01: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:9c448ce8ac445f257bf61e939f6e710de5fde775062d64d535e551be93cbaf79)2025-11-21 14:18.03 ---> using "cfce033526ce900fc954593011c694a3737d1f168beb84977f1c33bcdefca910" from cache/: (comment opensuse-16.0-5.4_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.03 ---> using "80aa42b0215a164f3a802aa9a11ef707ebc6e52f1f4e518d89183b76cce721bd" 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-21 14:18.03 ---> using "3597f87e210fbb4b30a8a5ce0645491fce5e8deef71d1eedbe9255baccbf5784" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.4.12025-11-21 14:18.03 ---> using "35bed1cfc3003ecf77fab0a4412d0c0364b8e5dfb09d3e2beff24c4b681baadc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 14:18.03 ---> using "512b1de8083ab5e332d2eb10c7e0d027b1c612950aace03fc5a3a18e3f9e1adc" 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-21 14:18.03 ---> using "3476ceab8864fd39a422186ce237ca6207269b1fb97d15d390a6890132441ddf" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-21 14:18.04 ---> saved as "4273bd832e7d5d4aa52b27dada3127ef4dea897af2d28704dcedf4e4f70595c0"/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.09 ---> saved as "0108159ab5119a5d64d3880796750fc44e40cd5dc7863be346ef9802b0729b1e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 14:18.10 ---> saved as "086722b9c2b2496a2765a6623098e02870a8aa7b22eb2f256c7a881665ec47d3"/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 "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- ...- ..-- Warning: Digest verification failed for file '19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d-appdata.xml.gz'- [/var/tmp/AP_0x7184zR/repodata/19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d-appdata.xml.gz]-- expected 19b085bf3c1e7daa915d0b350dd5d485c291edc8d544546b56692bf05347753079b3386cdc8404e31c6e2cc756901a1924391ebae8aeed6e8d1db2c851984d9d- but got 73dc3f9d5e43d29c47bbec04df00af4e1aff1e81bb19c19c49d9db81793081023da43d992a3affe791c5bd33e170a3ef223fc64cb7327da2950d4d9d2c5c816c-- 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 '73dc..' 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? [73dc/...? 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 992025-11-21 14:18.14: Job failed: Failed: Build failed