- github
- ocaml
- opam-repository
- 567635
- compilers,5.3,caqti-driver-mariadb.2.2.2,revdeps
(not at the head of any monitored branch or PR)
2025-03-25 15:14.37: New job: list revdeps of caqti-driver-mariadb.2.2.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
on debian-12-ocaml-5.3/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-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b
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-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-03-25 15:14.37: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b-caqti-driver-mariadb.2.2.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:14.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
(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-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-03-25 15:14.37: Waiting for resource in pool OCluster
2025-03-25 15:31.36: Waiting for worker…
2025-03-25 15:38.04: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files: 98% (22456/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-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b)
2025-03-25 15:38.06 ---> using "f4aecc5a2ed834d2fb296b652823b8fe58aa33c4554a4174b68da852723cb8fe" 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:38.06 ---> using "5414cc0e69fc9e437b7b711915106bef79be7ba36f736860f147b2d264682f05" 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:38.06 ---> using "cc78edbcecf521ed571f2cfe2f58daeb13f43c0e1c0a2f9cd5df302583da5bc4" 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 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-03-25 15:38.06 ---> using "411c9276e627417ea63790e8451eccdb8b29f01cd9598e1b469405b5b35170aa" 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:38.06 ---> using "52188395a29d58d7ae34c4055a23ff178595c88ba41cc0bb7c419545525c158b" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-25 15:38.07 ---> using "9b111caae6d20fa7e7e82295685f70ddb4b9369b349da0a9e5fc30c09c9b7a02" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:38.07 ---> using "5031479000071cfd904463b6ad54d9412f1bfcc673dcc79787d030f50caa993e" 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 (879 kB/s)
- Reading package lists...
-
2025-03-25 15:38.07 ---> using "a9d3cecf6f65834867b78f77d8928ada7456c30649c8431b7c6af56e780c3f7f" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --depopts && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --recursive && opam list -s --color=never --depends-on 'caqti-driver-mariadb.2.2.2' --coinstallable-with 'caqti-driver-mariadb.2.2.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
caqti-driver-mariadb.2.2.2
@@@OUTPUT
2025-03-25 15:39.07 ---> saved as "15c15222c8eddf6cfdad42305132bc3b1f56e8e30061109db6437f2a2025dec5"
Job succeeded
2025-03-25 15:39.11: Job succeeded