OrganisationsLeonidas-from-XIVopam-test9cc745 (main)opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-10-29 07:25.02: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110
# opensuse-15.6-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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-test.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-10-29 07:25.02: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110-opensuse-15.6-4.14_opam-2.4-32070cfd19fc27f0ea797c9014853bf8"
2025-10-29 07:25.02: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110)
(comment opensuse-15.6-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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-test.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-test.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 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 opam-test.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-10-29 07:25.02: Waiting for resource in pool OCluster
2025-10-29 08:07.52: Waiting for worker…
2025-10-29 08:14.11: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 9cc7455 Add README


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110)
2025-10-29 08:14.52 ---> using "80b82ea15a009dbca9c242ea2b25c0270b4333c1c06866b48720d316909e6d48" from cache


/: (comment opensuse-15.6-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-10-29 08:14.52 ---> using "5e433c85339268a7c1ded19dfb8778ffc8fa649729327850212d4635f930ed42" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-29 08:14.52 ---> using "b5f3edddc8bab15567decb5aac06c84669fa8595d4f0e411106e2acc2f76b8e5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-29 08:14.52 ---> using "608cedd9866c96bd21af41b8d3ca4140aab2c4b213ed403fc455d48d553d853c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-29 08:14.52 ---> using "6be61a70a83d98e198a5673cd0e0b29b603bbdd382b8f6f2e64e51d6038774f3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch


<><> 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.3.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-10-29 08:15.31 ---> saved as "e166b409148f9ecde7a3e1243cbc2b43c84f7fb33772868c98e38a66475dea17"


/src: (copy (src opam-test.opam) (dst ./))
2025-10-29 08:15.31 ---> saved as "3b87ec66ea30f552c967210b79d58d02f5fa9b28596c19c8002d6348c48f9ef6"


/src: (run (network host)
(shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
opam-test is now pinned to file:///src (version dev)
[WARNING] Failed checks on opam-test package definition from source at file:///src:
warning 68: Missing field 'license'
2025-10-29 08:15.33 ---> saved as "200b98c44fdfe991e039ce1c38d258175f52789a209a79e7af1c85f395baca32"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-29 08:15.34 ---> saved as "25f0644171657090d5cbff14986576c558fb70e33dad897a5a39f2744abbe37b"


/src: (env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.0.0 re.1.14.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 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 opam-test.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
- .......
- .
- ..
- .....
- ..done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- 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
- ........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- ........
- ..........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- ........
- .........
- .........
- .........
- ........
- .
- .........
- .....
- ......
- .....
- .....
- ......
- ......
- ......
- .....
- ......
- .......
- .......
- .........
- ........
- .........
- .........
- .......
- ......
- .......
- ........
- ........
- ........
- ........
- .........
- .......
- .........
- ........
- .........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- .........
- .........
- .........
- ..........
- ....
- ..........
- .........
- .........
- ........
- ..........
- .
- .........
- .........
- .........
- .........
- .
- ...
- ..
- ...............
- ......
- .
- .
- .
- ....
- ...........
- .
- .
- .
- ............
- ..
- .
- .
- ................
- .
- ..
- .
- .
- ......
- ......
- ....
- ....
- .
- .
- ..
- .
- .
- .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:
-  - Timeout exceeded when accessing 'http://cdn.opensuse.org/update/leap/15.6/sle/repodata/5dc0da6055c6b03fabb91e7ac98c102218d61f7acfc4e0538312a75794eaec4b-primary.xml.gz'.
- 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.
- Retrieving repository 'Main Update Repository' metadata [.
- .
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ..
- ...
- .
- ...
- ....
- .done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
Fatal error: System package update failed with exit code 4 at command:
sudo zypper --non-interactive refresh
- Some of the repositories have not been refreshed because of an error.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-test.dev $DEPS" failed with exit status 99
2025-10-29 08:48.30: Job failed: Failed: Build failed