- github
- ocaml
- opam-repository
- 567635
- compilers,4.14,caqti-driver-pgx.2.2.2,revdeps
(not at the head of any monitored branch or PR)
2025-03-25 15:11.05: New job: list revdeps of caqti-driver-pgx.2.2.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
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/27655/head" && git reset --hard 567635cc
git fetch origin master
git merge --no-edit 48e47466f5898fbf475b71788bcf587634373afa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:431bfc146d8299ad3cd1512f91ec37999cfd96edd0bd36d5f04bb8d170006756
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 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-03-25 15:11.05: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:431bfc146d8299ad3cd1512f91ec37999cfd96edd0bd36d5f04bb8d170006756-caqti-driver-pgx.2.2.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:11.05: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:431bfc146d8299ad3cd1512f91ec37999cfd96edd0bd36d5f04bb8d170006756)
(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 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-03-25 15:11.05: Waiting for resource in pool OCluster
2025-03-25 15:31.25: Waiting for worker…
2025-03-25 15:37.41: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files: 98% (22270/22711)
Updating files: 99% (22484/22711)
Updating files: 100% (22711/22711)
Updating files: 100% (22711/22711), done.
HEAD is now at 48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
Updating 48e47466f5..567635cc19
Fast-forward
packages/caqti-async/caqti-async.2.1.2/opam | 2 +-
.../caqti-driver-mariadb.2.2.2/opam | 32 ++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam | 32 ++++++++++
.../caqti-driver-postgresql.2.2.2/opam | 36 +++++++++++
.../caqti-driver-sqlite3.2.2.2/opam | 32 ++++++++++
packages/caqti-eio/caqti-eio.2.1.2/opam | 2 +-
packages/caqti-lwt/caqti-lwt.2.2.2/opam | 38 ++++++++++++
packages/caqti-miou/caqti-miou.2.2.2/opam | 35 +++++++++++
packages/caqti-mirage/caqti-mirage.2.2.2/opam | 42 +++++++++++++
packages/caqti-tls/caqti-tls.2.1.2/opam | 2 +-
packages/caqti/caqti.2.2.2/opam | 69 ++++++++++++++++++++++
11 files changed, 319 insertions(+), 3 deletions(-)
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.2/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.2/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.2/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.2.2/opam
create mode 100644 packages/caqti-miou/caqti-miou.2.2.2/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.2.2/opam
create mode 100644 packages/caqti/caqti.2.2.2/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:431bfc146d8299ad3cd1512f91ec37999cfd96edd0bd36d5f04bb8d170006756)
2025-03-25 15:37.43 ---> using "ea00b0715718382dc9364005d364581ab2944456bade06ca1f3498ce7ec7ca0c" 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-03-25 15:37.43 ---> using "5e67a1b5e5a093427bccdd53c04aeec4aaa8815dda536d53cc3bac7d22a5f02a" 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-03-25 15:37.43 ---> using "5bf2c87b7c78abe2a1d8a548baea02ae851b41568dcfbaba45fb30a63f9c6b4a" 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 (fcce0c8d871702aabac0a216e45212ff004cfe79)
# 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-03-25 15:37.43 ---> using "d886b221e07ed04df648893bd916d9c803efc45c6f1138c0807f55b4c368fa9a" 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-03-25 15:37.43 ---> using "c3111b6b18b42a4ecf9482bbf5c1fb1fd10f0ddbd4612bd0cb6fac53f572a545" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-25 15:37.44 ---> using "3ffccd78dc0cf4f15ac642b9ef3eafd5162c17007edf957be11ca3c9e481bc46" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:37.44 ---> using "f42d3fe0c844994eeb0083742bae42ae3c94fe209be627a89f12f90ac6dee4a3" from cache
/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 [250 kB]
- Fetched 353 kB in 0s (1424 kB/s)
- Reading package lists...
2025-03-25 15:37.44 ---> using "e8940ef5b00351add1eb17b6ce4f92251961363873816a1b5289a419bb5c11f9" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-pgx.2.2.2' --coinstallable-with 'caqti-driver-pgx.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
caqti-driver-pgx.2.2.2
@@@OUTPUT
2025-03-25 15:38.37 ---> saved as "803626e9ad8721d7b0e8ff07c0278c733ee9f420adbc5c64dcf9d0140846ed9b"
Job succeeded
2025-03-25 15:38.41: Job succeeded