- github
- ocaml
- opam-repository
- 6b2464
- distributions,opensuse-16.0-ocaml-5.4,caqti-driver-postgresql.2.3.0
(not at the head of any monitored branch or PR)
2026-04-09 11:57.56: New job: build caqti-driver-postgresql.2.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29690/head (6b2464946e569e2d90f4b72ef1fe7f0196f077a4)
on opensuse-16.0-ocaml-5.4/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/29690/head" && git reset --hard 6b246494
git fetch origin master
git merge --no-edit fde524a7a5fc26108522edaefc3bcf346adb744a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2
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 opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0
RUN opam reinstall caqti-driver-postgresql.2.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-driver-postgresql.2.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-09 11:57.56: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2-caqti-driver-postgresql.2.3.0-6b2464946e569e2d90f4b72ef1fe7f0196f077a4"
2026-04-09 11:57.56: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2)
(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 "opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-driver-postgresql.2.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-driver-postgresql.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-09 11:57.56: Waiting for resource in pool OCluster
2026-04-09 11:59.48: Waiting for worker…
2026-04-09 12:02.24: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files: 66% (12381/18647)
Updating files: 67% (12494/18647)
Updating files: 68% (12680/18647)
Updating files: 69% (12867/18647)
Updating files: 70% (13053/18647)
Updating files: 71% (13240/18647)
Updating files: 72% (13426/18647)
Updating files: 73% (13613/18647)
Updating files: 74% (13799/18647)
Updating files: 75% (13986/18647)
Updating files: 76% (14172/18647)
Updating files: 77% (14359/18647)
Updating files: 78% (14545/18647)
Updating files: 79% (14732/18647)
Updating files: 80% (14918/18647)
Updating files: 81% (15105/18647)
Updating files: 82% (15291/18647)
Updating files: 83% (15478/18647)
Updating files: 84% (15664/18647)
Updating files: 85% (15850/18647)
Updating files: 86% (16037/18647)
Updating files: 87% (16223/18647)
Updating files: 88% (16410/18647)
Updating files: 89% (16596/18647)
Updating files: 90% (16783/18647)
Updating files: 91% (16969/18647)
Updating files: 92% (17156/18647)
Updating files: 93% (17342/18647)
Updating files: 94% (17529/18647)
Updating files: 95% (17715/18647)
Updating files: 96% (17902/18647)
Updating files: 97% (18088/18647)
Updating files: 98% (18275/18647)
Updating files: 99% (18461/18647)
Updating files: 100% (18647/18647)
Updating files: 100% (18647/18647), done.
HEAD is now at fde524a7a5 Merge pull request #29672 from dinosaure/release-jws-v0.0.2
Updating fde524a7a5..6b2464946e
Fast-forward
packages/caqti-async/caqti-async.2.2.4/opam | 2 +-
.../caqti-driver-mariadb.2.3.0/opam | 33 +++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam | 33 +++++++++++
.../caqti-driver-postgresql.2.3.0/opam | 37 ++++++++++++
.../caqti-driver-sqlite3.2.3.0/opam | 33 +++++++++++
packages/caqti-dynload/caqti-dynload.2.3.0/opam | 41 +++++++++++++
packages/caqti-eio/caqti-eio.2.2.4/opam | 2 +-
packages/caqti-lwt/caqti-lwt.2.3.0/opam | 38 ++++++++++++
packages/caqti-miou/caqti-miou.2.2.4/opam | 2 +-
packages/caqti-mirage/caqti-mirage.2.2.4/opam | 6 +-
packages/caqti-tls/caqti-tls.2.1.2/opam | 2 +-
packages/caqti/caqti.2.3.0/opam | 69 ++++++++++++++++++++++
12 files changed, 291 insertions(+), 7 deletions(-)
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.0/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.0/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.0/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.0/opam
create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.0/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.0/opam
create mode 100644 packages/caqti/caqti.2.3.0/opam
(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2' locally
docker.io/ocaml/opam@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2: Pulling from ocaml/opam
64cfa2a65095: Already exists
204ffcf2f1fe: Already exists
f6fa4529cc6b: Already exists
97af65095748: Already exists
b802a6057f6d: Already exists
47b045e79836: Already exists
2ce8a10bf29f: Already exists
781ee767d1c7: Already exists
2271c058ae3a: Already exists
2e5754ca2c40: Already exists
de21e4dabd9c: Already exists
f047029589c4: Already exists
0f454d36be04: Already exists
04ab44a2df2c: Already exists
ad401f078830: Already exists
096a51bccb57: Already exists
e7134f98c78b: Already exists
afc7c35ee433: Already exists
7bfa5dba7952: Already exists
4f4fb700ef54: Already exists
f6b6a751bb6a: Already exists
f71dccae2ee7: Already exists
fe37a54a1499: Already exists
1815b99ebc09: Already exists
363d1f23b2cf: Already exists
4bb0990bd121: Already exists
ac4f9c652c6c: Already exists
ab5409fef174: Already exists
5e58ee45c6c7: Already exists
ee06219176b1: Already exists
34fd31afeec8: Already exists
c7a97b361486: Already exists
45eb0c786818: Pulling fs layer
53c3f15ee1d5: Pulling fs layer
d7bed9c465c4: Pulling fs layer
45eb0c786818: Waiting
6e09106a38f7: Pulling fs layer
52f1c2830cbe: Pulling fs layer
d7bed9c465c4: Waiting
70c3773e87cb: Pulling fs layer
6e09106a38f7: Waiting
52f1c2830cbe: Waiting
4b1ae22fcf8a: Pulling fs layer
53c3f15ee1d5: Waiting
77e89ac38926: Pulling fs layer
4b1ae22fcf8a: Waiting
b7ae7f0fde98: Pulling fs layer
77e89ac38926: Waiting
cbb22dd1f6e4: Pulling fs layer
b7ae7f0fde98: Waiting
07c71167c2ca: Pulling fs layer
cbb22dd1f6e4: Waiting
290e295d9ac8: Pulling fs layer
07c71167c2ca: Waiting
b47078cf6c51: Pulling fs layer
290e295d9ac8: Waiting
b47078cf6c51: Waiting
53c3f15ee1d5: Verifying Checksum
53c3f15ee1d5: Download complete
45eb0c786818: Verifying Checksum
45eb0c786818: Download complete
6e09106a38f7: Download complete
52f1c2830cbe: Verifying Checksum
52f1c2830cbe: Download complete
70c3773e87cb: Download complete
4b1ae22fcf8a: Download complete
77e89ac38926: Verifying Checksum
77e89ac38926: Download complete
b7ae7f0fde98: Verifying Checksum
b7ae7f0fde98: Download complete
cbb22dd1f6e4: Verifying Checksum
cbb22dd1f6e4: Download complete
07c71167c2ca: Download complete
290e295d9ac8: Download complete
b47078cf6c51: Verifying Checksum
b47078cf6c51: Download complete
d7bed9c465c4: Verifying Checksum
d7bed9c465c4: Download complete
45eb0c786818: Pull complete
53c3f15ee1d5: Pull complete
d7bed9c465c4: Pull complete
6e09106a38f7: Pull complete
52f1c2830cbe: Pull complete
70c3773e87cb: Pull complete
4b1ae22fcf8a: Pull complete
77e89ac38926: Pull complete
b7ae7f0fde98: Pull complete
cbb22dd1f6e4: Pull complete
07c71167c2ca: Pull complete
290e295d9ac8: Pull complete
b47078cf6c51: Pull complete
Digest: sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2
Status: Downloaded newer image for ocaml/opam@sha256:e4ac2bf7c94033f0739c14e1bac6b4effb7b8f3f97d1a15dbfb85c28886f8ca2
2026-04-09 12:02.26 ---> using "2c983d8ca9c8608d031dbb794486dbb64869e7cb9d27655f4007d7f81e5d7bba" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-09 12:02.26 ---> using "436418a93e3a38de0a2b1597930f28c1368bbfb5734a73bce4c7f2fea1cba22d" 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.
Continue? [Y/n] y
Format upgrade done.
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.
[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
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-09 12:02.26 ---> using "72caf9d749aad7b7e11b4e2a575672c453d338c906f8b7a689445fb908410944" 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.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-leap os-version=16.0
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-09 12:02.26 ---> using "69de20d3ddc25c4115964502cdff764d8a86c7b8eff44ddcbe1a296389894d4b" 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/"))
2026-04-09 12:02.26 ---> using "e47b31e9dd96501fb5af72cc22b4e3813f87c8ffdf3e8a8dd94bd69d86d25bf6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-09 12:02.35 ---> saved as "aca0ad49af442f06bc3951f0fa1843e3824009251d98ff3a63a3c8d91c61f174"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-09 12:02.57 ---> saved as "cd80533b62441073693614d881fee09ca42006b95c18a2e0185be3e8ceffe410"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- .
- .........
- ...........
- .done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-09 12:03.12 ---> saved as "e3a7fe3e2addd0619f74043c563a4bf7d61467050295fc06c238bf7732179f72"
/home/opam: (run (shell "opam pin add -k version -yn caqti-driver-postgresql.2.3.0 2.3.0"))
caqti-driver-postgresql is now pinned to version 2.3.0
2026-04-09 12:03.13 ---> saved as "f5dd58c967204e06e32a2d461b722f0cb6f93f79eeb71b02ccd034688cf1750f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-driver-postgresql.2.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-driver-postgresql.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-driver-postgresql.2.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 63 packages
- install angstrom 0.16.1 [required by caqti]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by fpath]
- install base64 3.5.2 [required by x509]
- install bigstringaf 0.10.0 [required by caqti]
- install caqti 2.3.0 [required by caqti-driver-postgresql]
- install caqti-driver-postgresql 2.3.0 (pinned)
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-pkg-config 4 [required by conf-postgresql]
- install conf-postgresql 2 [required by postgresql]
- install csexp 1.5.2 [required by dune-private-libs]
- install cstruct 6.2.0 [required by hex]
- install digestif 1.3.0 [required by mirage-crypto-ec, kdf, mirage-crypto-pk]
- install domain-name 0.5.0 [required by caqti]
- install dune 3.22.1 [required by caqti-driver-postgresql]
- install dune-compiledb 0.6.0 [required by postgresql]
- install dune-configurator 3.22.1 [required by postgresql]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by caqti]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install dyn 3.22.1 [required by dune-private-libs]
- install eqaf 0.10 [required by mirage-crypto-ec, mirage-crypto-pk]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by logs, x509]
- install fpath 0.7.3 [required by dune-compiledb]
- install fs-io 3.22.1 [required by stdune]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by ezjsonm]
- install ipaddr 5.6.2 [required by caqti]
- install jsonm 1.0.2 [required by ezjsonm]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by caqti]
- install lru 0.3.1 [required by caqti]
- install lwt-dllist 1.1.0 [required by caqti]
- install macaddr 5.6.2 [required by ipaddr]
- install mirage-crypto 2.1.0 [required by x509]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install mirage-crypto-pk 2.1.0 [required by x509]
- install mirage-crypto-rng 2.1.0 [required by x509]
- install mtime 2.1.0 [required by caqti]
- install num 1.6 [required by sexplib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by mtime, logs, ptime]
- install ocamlfind 1.9.8 [required by mtime, logs, ptime]
- install ohex 0.2.0 [required by x509]
- install ordering 3.22.1 [required by dyn, stdune]
- install parsexp v0.17.0 [required by sexplib]
- install postgresql 5.3.2 [required by caqti-driver-postgresql]
- install pp 2.0.0 [required by dune-private-libs]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by caqti]
- install seq base [required by psq]
- install sexplib v0.17.0 [required by dune-compiledb]
- install sexplib0 v0.17.0 [required by dune-compiledb]
- install stdune 3.22.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.22.1 [required by stdune]
- install topkg 1.1.1 [required by mtime, logs, ptime]
- install uri 4.4.0 [required by caqti-driver-postgresql]
- install uutf 1.0.4 [required by ezjsonm]
- install x509 1.0.6 [required by caqti]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel postgresql-server-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "postgresql-server-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 50 NEW packages are going to be installed:
- glibc-locale gmp-devel jitterentropy-devel keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcurl-devel libecpg6 libexslt0 libgcrypt-devel libgmpxx4 libgpg-error-devel libicu77 libicu77-ledata libidn2-devel libnghttp2-devel libnuma-devel libnuma1 libopenssl-3-devel libopenssl-devel libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpq5 libpsl-devel libselinux-devel libsepol-devel libssh-devel liburing2 libverto-devel libxml2-devel libxml2-tools libxslt-devel libxslt-tools libxslt1 libzstd-devel pam-devel pcre2-devel postgresql postgresql-devel postgresql-server postgresql-server-devel postgresql18 postgresql18-devel postgresql18-server postgresql18-server-devel readline-devel xz-devel
-
- 50 new packages to install.
-
- Package download size: 45.8 MiB
-
- Package install size change:
- | 321.0 MiB required by packages that will be installed
- 321.0 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgcrypt-devel-1.11.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libnuma-devel-2.0.19.14.g690a72c-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxml2-devel-2.13.8-160000.4.1.x86_64.rpm [done]
- .
- .
- Preloading: postgresql18-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: krb5-devel-1.21.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libexslt0-1.1.43-160000.4.1.x86_64.rpm [done]
- .
- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libopenssl-devel-3.5.0-160000.2.2.noarch.rpm [done]
- .
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: postgresql-server-18-160000.1.1.noarch.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: postgresql-18-160000.1.1.noarch.rpm [done]
- .
- Preloading: libecpg6-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libxslt-tools-1.1.43-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libcurl-devel-8.14.1-160000.5.1.x86_64.rpm [done]
- .
- Preloading: postgresql18-devel-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: postgresql-devel-18-160000.1.1.noarch.rpm [done]
- .
- Preloading: libxslt-devel-1.1.43-160000.4.1.x86_64.rpm [done]
- .
- Preloading: postgresql-server-devel-18-160000.1.1.noarch.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: keyutils-devel-1.6.3-160000.3.2.x86_64.rpm [done]
- .
-
- Preloading: postgresql18-server-devel-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: jitterentropy-devel-3.6.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcom_err-devel-1.47.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgpg-error-devel-1.54-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libidn2-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: libnghttp2-devel-1.64.0-160000.3.1.x86_64.rpm [done]
- ..
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libopenssl-3-devel-3.5.0-160000.6.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- Preloading: libopenssl-3-devel-3.5.0-160000.6.1.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libssh-devel-0.11.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liburing2-2.8-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libverto-devel-0.3.2-160000.2.2.x86_64.rpm [done]
- .
-
- Preloading: libxml2-tools-2.13.8-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libxslt1-1.1.43-160000.4.1.x86_64.rpm [done]
- .
- Preloading: postgresql18-server-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pam-devel-1.7.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: readline-devel-8.2.13-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: libpsl-devel-0.21.5-160000.3.2.x86_64.rpm [done]
- ..
- ..
-
- Preloading: libpq5-18.3-160000.1.1.x86_64.rpm [done]
- .
- Preloading: glibc-locale-2.40-160000.3.1.x86_64.rpm [done]
- .done]
- Retrieving: glibc-locale-2.40-160000.3.1.x86_64 (repo-oss (16.0)) (1/50), 18.2 MiB
- Retrieving: jitterentropy-devel-3.6.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/50), 32.4 KiB
- Retrieving: keyutils-devel-1.6.3-160000.3.2.x86_64 (repo-oss (16.0)) (3/50), 17.0 KiB
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (4/50), 263.6 KiB
- Retrieving: libcom_err-devel-1.47.0-160000.3.2.x86_64 (repo-oss (16.0)) (5/50), 84.4 KiB
- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (6/50), 32.3 KiB
- Retrieving: libgpg-error-devel-1.54-160000.2.2.x86_64 (repo-oss (16.0)) (7/50), 114.4 KiB
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (8/50), 8.6 MiB
- Retrieving: libidn2-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (9/50), 67.7 KiB
- Retrieving: libnghttp2-devel-1.64.0-160000.3.1.x86_64 (repo-oss (16.0)) (10/50), 115.0 KiB
- Retrieving: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64 (repo-oss (16.0)) (11/50), 51.3 KiB
- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (12/50), 309.1 KiB
- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (13/50), 292.1 KiB
- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (14/50), 66.6 KiB
- Retrieving: libpq5-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (15/50), 315.4 KiB
- Retrieving: libpsl-devel-0.21.5-160000.3.2.x86_64 (repo-oss (16.0)) (16/50), 31.9 KiB
- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (17/50), 51.4 KiB
- Retrieving: libssh-devel-0.11.2-160000.2.2.x86_64 (repo-oss (16.0)) (18/50), 71.5 KiB
- Retrieving: liburing2-2.8-160000.3.1.x86_64 (repo-oss (16.0)) (19/50), 48.1 KiB
- Retrieving: libverto-devel-0.3.2-160000.2.2.x86_64 (repo-oss (16.0)) (20/50), 14.9 KiB
- Retrieving: libxml2-tools-2.13.8-160000.4.1.x86_64 (repo-oss (16.0)) (21/50), 148.8 KiB
- Retrieving: libxslt1-1.1.43-160000.4.1.x86_64 (repo-oss (16.0)) (22/50), 151.6 KiB
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (23/50), 79.5 KiB
- Retrieving: pam-devel-1.7.1-160000.2.2.x86_64 (repo-oss (16.0)) (24/50), 74.1 KiB
- Retrieving: readline-devel-8.2.13-160000.2.2.x86_64 (repo-oss (16.0)) (25/50), 116.2 KiB
- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (26/50), 106.7 KiB
- Retrieving: libopenssl-3-devel-3.5.0-160000.6.1.x86_64 (repo-oss (16.0)) (27/50), 439.4 KiB
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (28/50), 37.7 KiB
- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (29/50), 320.7 KiB
- Retrieving: libgcrypt-devel-1.11.1-160000.2.2.x86_64 (repo-oss (16.0)) (30/50), 222.2 KiB
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (31/50), 2.1 MiB
- Retrieving: libnuma-devel-2.0.19.14.g690a72c-160000.2.2.x86_64 (repo-oss (16.0)) (32/50), 45.6 KiB
- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (33/50), 331.4 KiB
- Retrieving: postgresql-18-160000.1.1.noarch (repo-oss (16.0)) (34/50), 18.9 KiB
- Retrieving: postgresql18-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (35/50), 2.2 MiB
- Retrieving: libecpg6-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (36/50), 117.6 KiB
- Retrieving: krb5-devel-1.21.3-160000.2.2.x86_64 (repo-oss (16.0)) (37/50), 196.7 KiB
- Retrieving: libexslt0-1.1.43-160000.4.1.x86_64 (repo-oss (16.0)) (38/50), 85.8 KiB
- Retrieving: libxml2-devel-2.13.8-160000.4.1.x86_64 (repo-oss (16.0)) (39/50), 187.6 KiB
- Retrieving: libopenssl-devel-3.5.0-160000.2.2.noarch (repo-oss (16.0)) (40/50), 77.6 KiB
- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (41/50), 132.4 KiB
- Retrieving: postgresql-server-18-160000.1.1.noarch (repo-oss (16.0)) (42/50), 23.0 KiB
- Retrieving: postgresql18-server-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (43/50), 6.9 MiB
- Retrieving: libxslt-tools-1.1.43-160000.4.1.x86_64 (repo-oss (16.0)) (44/50), 92.0 KiB
- Retrieving: libcurl-devel-8.14.1-160000.5.1.x86_64 (repo-oss (16.0)) (45/50), 344.6 KiB
- Retrieving: libxslt-devel-1.1.43-160000.4.1.x86_64 (repo-oss (16.0)) (46/50), 153.6 KiB
- Retrieving: postgresql18-devel-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (47/50), 288.1 KiB
- Retrieving: postgresql-devel-18-160000.1.1.noarch (repo-oss (16.0)) (48/50), 16.2 KiB
- Retrieving: postgresql-server-devel-18-160000.1.1.noarch (repo-oss (16.0)) (49/50), 17.9 KiB
- Retrieving: postgresql18-server-devel-18.3-160000.1.1.x86_64 (repo-oss (16.0)) (50/50), 2.1 MiB
-
- Checking for file conflicts: [..
- ...done]
- ( 1/50) Installing: glibc-locale-2.40-160000.3.1.x86_64 [...
- ..........
- ..........
- .........
- .done]
- ( 2/50) Installing: jitterentropy-devel-3.6.3-160000.2.2.x86_64 [..done]
- ( 3/50) Installing: keyutils-devel-1.6.3-160000.3.2.x86_64 [..done]
- ( 4/50) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 5/50) Installing: libcom_err-devel-1.47.0-160000.3.2.x86_64 [..done]
- ( 6/50) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]
- ( 7/50) Installing: libgpg-error-devel-1.54-160000.2.2.x86_64 [..done]
- ( 8/50) Installing: libicu77-ledata-77.1-160000.2.2.noarch [......
- .done]
- ( 9/50) Installing: libidn2-devel-2.3.8-160000.2.2.x86_64 [..done]
- (10/50) Installing: libnghttp2-devel-1.64.0-160000.3.1.x86_64 [..done]
- (11/50) Installing: libnuma1-2.0.19.14.g690a72c-160000.2.2.x86_64 [..done]
- (12/50) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..done]
- (13/50) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]
- (14/50) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]
- (15/50) Installing: libpq5-18.3-160000.1.1.x86_64 [..done]
- (16/50) Installing: libpsl-devel-0.21.5-160000.3.2.x86_64 [..done]
- (17/50) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]
- (18/50) Installing: libssh-devel-0.11.2-160000.2.2.x86_64 [..done]
- (19/50) Installing: liburing2-2.8-160000.3.1.x86_64 [..done]
- (20/50) Installing: libverto-devel-0.3.2-160000.2.2.x86_64 [..done]
- (21/50) Installing: libxml2-tools-2.13.8-160000.4.1.x86_64 [..done]
- (22/50) Installing: libxslt1-1.1.43-160000.4.1.x86_64 [..done]
- (23/50) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]
- (24/50) Installing: pam-devel-1.7.1-160000.2.2.x86_64 [..
- done]
- (25/50) Installing: readline-devel-8.2.13-160000.2.2.x86_64 [..done]
- (26/50) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]
- (27/50) Installing: libopenssl-3-devel-3.5.0-160000.6.1.x86_64 [..done]
- (28/50) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- (29/50) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]
- (30/50) Installing: libgcrypt-devel-1.11.1-160000.2.2.x86_64 [..done]
- (31/50) Installing: libicu77-77.1-160000.2.2.x86_64 [...done]
- (32/50) Installing: libnuma-devel-2.0.19.14.g690a72c-160000.2.2.x86_64 [..done]
- (33/50) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]
- (34/50) Installing: postgresql-18-160000.1.1.noarch [..done]
- (35/50) Installing: postgresql18-18.3-160000.1.1.x86_64 [...done]
- (36/50) Installing: libecpg6-18.3-160000.1.1.x86_64 [..
- done]
- (37/50) Installing: krb5-devel-1.21.3-160000.2.2.x86_64 [..done]
- (38/50) Installing: libexslt0-1.1.43-160000.4.1.x86_64 [..done]
- (39/50) Installing: libxml2-devel-2.13.8-160000.4.1.x86_64 [..done]
- (40/50) Installing: libopenssl-devel-3.5.0-160000.2.2.noarch [..done]
- (41/50) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]
- (42/50) Installing: postgresql-server-18-160000.1.1.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/postgresql-server.conf -
- Creating group 'systemd-journal' with GID 497.
- Creating group 'postgres' with GID 496.
- Creating user 'postgres' (PostgreSQL Server) with UID 496 and GID 496.
- Creating group 'systemd-coredump' with GID 495.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.
- Updating /etc/sysconfig/postgresql ...
- done]
- (43/50) Installing: postgresql18-server-18.3-160000.1.1.x86_64 [......
- done]
- (44/50) Installing: libxslt-tools-1.1.43-160000.4.1.x86_64 [..done]
- (45/50) Installing: libcurl-devel-8.14.1-160000.5.1.x86_64 [..done]
- (46/50) Installing: libxslt-devel-1.1.43-160000.4.1.x86_64 [..done]
- (47/50) Installing: postgresql18-devel-18.3-160000.1.1.x86_64 [..done]
- (48/50) Installing: postgresql-devel-18-160000.1.1.noarch [..done]
- (49/50) Installing: postgresql-server-devel-18-160000.1.1.noarch [..done]
- (50/50) Installing: postgresql18-server-devel-18.3-160000.1.1.x86_64 [....done]
- Running post-transaction scripts [....done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved caqti.2.3.0, caqti-driver-postgresql.2.3.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-postgresql.2
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved postgresql.5.3.2 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.22.1
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed fs-io.3.22.1
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed hex.1.5.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.1
-> installed ipaddr.5.6.2
-> installed lru.0.3.1
-> installed ezjsonm.1.3.0
-> installed dyn.3.22.1
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed sexplib.v0.17.0
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto-pk.2.1.0
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed postgresql.5.3.2
-> installed dune-private-libs.3.22.1
-> installed mirage-crypto-ec.2.1.0
-> installed dune-site.3.22.1
-> installed x509.1.0.6
-> installed caqti.2.3.0
-> installed caqti-driver-postgresql.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-09 12:04.53 ---> saved as "953d1958e6e7841fa7e8fcf37e1ad16575cd83b367d62b129b411afd1a1ddbc8"
Job succeeded
2026-04-09 12:05.00: Job succeeded