Organisationsocaml-ppxocamlformat7926f6 ()opensuse-15.6-5.4_opam-2.4

opensuse-15.6-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-11-21 15:44.51: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2755/head (7926f66eefd9094cb6a0d29bfeacda77d33969d6) (linux-x86_64:opensuse-15.6-5.4_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:eba3b69cb6ced56d7de1960a25571c523e6c293f7ba39facf4de62143845eb56
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2755/head" && git reset --hard 7926f66e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:eba3b69cb6ced56d7de1960a25571c523e6c293f7ba39facf4de62143845eb56
# opensuse-15.6-5.4_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 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./
RUN opam pin add -yn ocamlformat.dev './' && \
opam pin add -yn ocamlformat-rpc-lib.dev './' && \
opam pin add -yn ocamlformat-lib.dev './' && \
opam pin add -yn ocamlformat-bench.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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 15:44.51: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:eba3b69cb6ced56d7de1960a25571c523e6c293f7ba39facf4de62143845eb56-opensuse-15.6-5.4_opam-2.4-28db3d25e70c4db7b27726a854229159"
2025-11-21 15:44.51: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:eba3b69cb6ced56d7de1960a25571c523e6c293f7ba39facf4de62143845eb56)
(comment opensuse-15.6-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 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")
(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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 15:44.51: Waiting for resource in pool OCluster
2025-11-21 15:44.51: Waiting for worker…
2025-11-21 15:45.07: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 7926f66e Update CHANGES


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:eba3b69cb6ced56d7de1960a25571c523e6c293f7ba39facf4de62143845eb56)
2025-11-21 15:45.08 ---> using "787903fcf0aa7f44f600907106aaa5bb15ec4b83dc11258cbbe5038be35569dd" from cache


/: (comment opensuse-15.6-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 15:45.08 ---> using "bac9ddd46e1849c41e50a3425da0286860bfc0354d617e3a0b830edec38c3c52" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-21 15:45.08 ---> using "40214567644b0e25c515fca13775a2438cf83aeb72c84122be0e3fa98bba74a8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-21 15:45.08 ---> using "f9a8570a4e32d4c090d9001789b65100ab5675aaa8d7c11729c504f002d1e1f1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-21 15:45.08 ---> using "d09598c0deba3846a3c14ea55c4f816f1f26fc519897b994f846c35057407506" 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 15:45.25 ---> saved as "d792074572e794023e287043f7457d1395c84913858d567e4fca72612dd29fb3"


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2025-11-21 15:45.25 ---> saved as "0ba65975cf9dd42324cb2048643572e326872a0b7503c64e0ef7d2a185ab337f"


/src: (run (network host)
(shell  "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.
[ocamlformat-bench.dev] synchronised (file:///src)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:
warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file:///src (version dev)
2025-11-21 15:45.27 ---> saved as "63aa58e5e0f9cb40f9f6daa0f45caf72a90ab227ad1da0c19be1342ade9b33a3"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-21 15:45.27 ---> saved as "6804dbec7b13b1cb02665fc40d77554e1bac972c7f8eae6c95bb8cda9cc591a3"


/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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")


/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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- .....
- 
- Warning: Digest verification failed for file '160017104c81f59a685596acbb2b6317b417939740d54444c586cf0cb7029e1b-deltainfo.xml.gz'
- [/var/tmp/AP_0xg7S5Iv/repodata/160017104c81f59a685596acbb2b6317b417939740d54444c586cf0cb7029e1b-deltainfo.xml.gz]
- 
-   expected 160017104c81f59a685596acbb2b6317b417939740d54444c586cf0cb7029e1b
-   but got  451e0f959d0036be65b7c84468c8e4355fd43ab0739866ca7cd090297808fab7
- 
- 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 '451e..' 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? [451e/...? shows all options] (discard): discard
- error]
- Repository 'Update repository of openSUSE Backports' is invalid.
- [repo-backports-update|http://download.opensuse.org/update/leap/15.6/backports/] Failed to retrieve new repository metadata.
- History:
-  - 160017104c81f59a685596acbb2b6317b417939740d54444c586cf0cb7029e1b-deltainfo.xml.gz has wrong checksum
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Update repository of openSUSE Backports' because of the above error.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ...
- .....
- ....
- ....
- ....
- ....
- ....
- .......
- 
- Warning: Digest verification failed for file 'ebfa0f7aa8c16c599b9aa3b4feec662835d848f502f1259c836153f83b121b36-deltainfo.xml.gz'
- [/var/tmp/AP_0xux0EL6/repodata/ebfa0f7aa8c16c599b9aa3b4feec662835d848f502f1259c836153f83b121b36-deltainfo.xml.gz]
- 
-   expected ebfa0f7aa8c16c599b9aa3b4feec662835d848f502f1259c836153f83b121b36
-   but got  134d5e1ba060b2c6be8de50843d577bc5a9243230a75edd9e32a0e4026e5b9be
- 
- 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 '134d..' 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? [134d/...? shows all options] (discard): discard
- error]
- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is invalid.
- [repo-sle-update|http://download.opensuse.org/update/leap/15.6/sle/] Failed to retrieve new repository metadata.
- History:
-  - ebfa0f7aa8c16c599b9aa3b4feec662835d848f502f1259c836153f83b121b36-deltainfo.xml.gz has wrong checksum
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error.
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS" failed with exit status 99
2025-11-21 15:45.42: Job failed: Failed: Build failed