- github
- ocaml
- opam-repository
- abbcdb
- compilers,4.14,mlgmpidl.1.2.15-1,revdeps
(not at the head of any monitored branch or PR)
2025-02-10 16:46.25: New job: list revdeps of mlgmpidl.1.2.15-1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26912/head (abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a)
on debian-12-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26912/head" && git reset --hard abbcdb22
git fetch origin master
git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-02-10 16:46.25: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d-mlgmpidl.1.2.15-1-abbcdb2240dac4ec438fb04f3a5765f5a7c4c30a"
2025-02-10 16:46.25: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-02-10 16:46.25: Waiting for resource in pool OCluster
2025-02-10 18:11.08: Waiting for worker…
2025-02-10 18:14.11: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
Updating files: 98% (23028/23308)
Updating files: 99% (23075/23308)
Updating files: 100% (23308/23308)
Updating files: 100% (23308/23308), done.
HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1
Merge made by the 'ort' strategy.
packages/mlgmpidl/mlgmpidl.1.2.15-1/opam | 43 ++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 packages/mlgmpidl/mlgmpidl.1.2.15-1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d' locally
docker.io/ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d: Pulling from ocaml/opam
ab215bc27ffe: Pulling fs layer
ab215bc27ffe: Verifying Checksum
ab215bc27ffe: Download complete
ab215bc27ffe: Pull complete
Digest: sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d
Status: Downloaded newer image for ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d
2025-02-10 18:14.14 ---> using "25d8f449c53ac4ceb7bc92684a0577e52cccab1d904fe59a3f2b38a998bb7c0f" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-10 18:14.14 ---> using "be316ff3087e322d5edf5e479ca2bb8052e57dac7da86697d7f8c7fc08d617c2" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-10 18:14.14 ---> using "78dff1ff214a8909f5b6720239cc4fb75ed3bd90557050aaa7bbd7375dd3bf63" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.4.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-02-10 18:14.14 ---> using "42ef77ebd2048818144ba8d58252f49e8b92703b0b80205848405f4abd9f903d" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-02-10 18:14.14 ---> using "4b3cb41d1af76d91110e76cf5db8b63f1b68c10eb889268ee993154c693c4eef" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-02-10 18:14.21 ---> saved as "cbe4dfb0c662e8e481c1a31714ad719fcb8a422e729b20d12efa5179ac58c1bc"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-10 18:15.06 ---> saved as "64fc3458e4a5652a54e3308e7d0033c8d8bdab22e2ec683e7e5a319d827acb60"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [244 kB]
- Fetched 348 kB in 0s (1383 kB/s)
- Reading package lists...
2025-02-10 18:15.07 ---> saved as "6d6ee6111d8ae52d026e7c41fd5bfacb50c5537d9a9e195f5ca2aebd5a5b0e77"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --depopts && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --recursive && opam list -s --color=never --depends-on 'mlgmpidl.1.2.15-1' --coinstallable-with 'mlgmpidl.1.2.15-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
apron.0.9.14
apron.20150820
apron.20150930
apron.20151015
apron.20160108
apron.20160125
apron.v0.9.12
apron.v0.9.13
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
frama-c.20.0
frama-c.21.0
frama-c.21.1
frama-c.22.0
frama-c.24.0
frama-c.25.0~beta
frama-c.25.0
lutin.2.71.10
lutin.2.71.15
mopsa.1.0
mopsa.1.1
polka.2.71.10
polka.2.71.15
absolute.0.1
absolute.0.2
absolute.0.3
apron.0.9.14
apron.20150820
apron.20150930
apron.20151015
apron.20160108
apron.20160125
apron.v0.9.12
apron.v0.9.13
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
apronext.1.0
apronext.1.0.1
apronext.1.0.2
apronext.1.0.3
apronext.1.0.4
bddrand.2.71.10
bddrand.2.71.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
jasmin.2022.04.0
jasmin.2022.09.0
jasmin.2022.09.2
jasmin.2022.09.3
jasmin.2023.06.0
jasmin.2023.06.1
jasmin.2023.06.2
jasmin.2023.06.3
jasmin.2023.06.4
jasmin.2024.07.0
jasmin.2024.07.1
jasmin.2024.07.2
libabsolute.0.1
lutin.2.71.10
lutin.2.71.15
memcad.1.1.0
mlgmpidl.1.2.15-1
mopsa.1.0
mopsa.1.1
picasso.0.1
picasso.0.2.0
picasso.0.3.0
picasso.0.4.0
polka.2.71.10
polka.2.71.15
apron.0.9.14
apron.20150820
apron.20150930
apron.20151015
apron.20160108
apron.20160125
apron.v0.9.12
apron.v0.9.13
apron.v0.9.14~beta.2
apron.v0.9.14
apron.v0.9.15
elina.1.0
elina.1.1
elina.1.3
elina.1.3.1
elina.1.3.2
frama-c.20.0
frama-c.21.0
frama-c.21.1
frama-c.22.0
frama-c.24.0
frama-c.25.0~beta
frama-c.25.0
lutin.2.71.10
lutin.2.71.15
mopsa.1.0
mopsa.1.1
polka.2.71.10
polka.2.71.15
@@@OUTPUT
2025-02-10 18:16.15 ---> saved as "5edcba03ab64a1ffc78cb0e0b663fd92706faf9f36a1daf0533acbe06bc96ff8"
Job succeeded
2025-02-10 18:16.23: Job succeeded