(for PR #30046)
2026-06-13 09:55.21: New job: build ocsipersist-sqlite.2.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/30046/head (863ed3527c92d90e02a141538641d090fb456c66)
on debian-13-ocaml-5.4-no-flat-float-array/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/30046/head" && git reset --hard 863ed352
git fetch origin master
git merge --no-edit 5ee71b6ba2a897afc18e04e13a8cb1b67f7c66b5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:e96010174c98855f2bc134bed214be65dcf8b2d20500b875b4cc6f1cc19f73b4
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 ocsipersist-sqlite.2.1.0 2.1.0
RUN opam reinstall ocsipersist-sqlite.2.1.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocsipersist-sqlite.2.1.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-06-13 09:55.21: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:e96010174c98855f2bc134bed214be65dcf8b2d20500b875b4cc6f1cc19f73b4-ocsipersist-sqlite.2.1.0-863ed3527c92d90e02a141538641d090fb456c66"
2026-06-13 09:55.21: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:e96010174c98855f2bc134bed214be65dcf8b2d20500b875b4cc6f1cc19f73b4)
(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 ocsipersist-sqlite.2.1.0 2.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsipersist-sqlite.2.1.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsipersist-sqlite.2.1.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-06-13 09:55.21: Waiting for resource in pool OCluster
2026-06-13 10:03.30: Waiting for worker…
2026-06-13 10:06.33: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5ee71b6ba2 Merge pull request #30038 from hannesm/release-ca-certs-nss-v3.125
Updating 5ee71b6ba2..863ed3527c
Fast-forward
.../ocsipersist-dbm-config.2.1.0/opam | 41 +++++++++++++++++++
.../ocsipersist-dbm/ocsipersist-dbm.2.1.0/opam | 43 ++++++++++++++++++++
.../ocsipersist-lib/ocsipersist-lib.2.1.0/opam | 40 +++++++++++++++++++
.../ocsipersist-pgsql-config.2.1.0/opam | 41 +++++++++++++++++++
.../ocsipersist-pgsql/ocsipersist-pgsql.2.1.0/opam | 43 ++++++++++++++++++++
.../ocsipersist-sqlite-config.2.1.0/opam | 42 ++++++++++++++++++++
.../ocsipersist-sqlite.2.1.0/opam | 43 ++++++++++++++++++++
packages/ocsipersist/ocsipersist.2.1.0/opam | 46 ++++++++++++++++++++++
8 files changed, 339 insertions(+)
create mode 100644 packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.1.0/opam
create mode 100644 packages/ocsipersist-dbm/ocsipersist-dbm.2.1.0/opam
create mode 100644 packages/ocsipersist-lib/ocsipersist-lib.2.1.0/opam
create mode 100644 packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.1.0/opam
create mode 100644 packages/ocsipersist-pgsql/ocsipersist-pgsql.2.1.0/opam
create mode 100644 packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.1.0/opam
create mode 100644 packages/ocsipersist-sqlite/ocsipersist-sqlite.2.1.0/opam
create mode 100644 packages/ocsipersist/ocsipersist.2.1.0/opam
(from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:e96010174c98855f2bc134bed214be65dcf8b2d20500b875b4cc6f1cc19f73b4)
2026-06-13 10:07.12 ---> saved as "bd27699ed4bdef9cf65a86d28c45a68d36d289d5305f8152a59f8c5b446c4228"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-06-13 10:07.12 ---> saved as "21ecc761a8f01369da893830f4228c97d8fb6f2f1c767de72cff3b1efcb6507b"
/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
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-06-13 10:07.22 ---> saved as "d6d050b422c2b4287905ce5bd3eca07a684f25c6090f66c9f026429929b3934c"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant [
"ocaml-variants" {= "5.4.1+options"}
"ocaml-options-only-no-flat-float-array"
]
# compiler-packages ocaml-compiler.5.4.1, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.4.1+options
# 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+options+no-flat-float-array
2026-06-13 10:07.22 ---> saved as "8ec965c36a0c4e42607de29cf7045dc304b301c94a1bd4978f5f88e95e0bcd9a"
/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-06-13 10:07.36 ---> saved as "eb0b41498dbed806b1bf4ce2a4d742e2c762b8eae066481e02f15465699af854"
/home/opam: (copy (src .) (dst opam-repository/))
2026-06-13 10:07.42 ---> saved as "3832f241354c4d94c54ffb71f0d8a83da33d644ffbdfdff3cf98d506d3a3a208"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-06-13 10:07.52 ---> saved as "ed1b31e013b8325719c438e75bd4f39a2478d7856cf83ac85a1915b39d4af58d"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [216 kB]
- Fetched 10.1 MB in 3s (2940 kB/s)
- Reading package lists...
2026-06-13 10:07.56 ---> saved as "0465cb00b79f7d7ce917acc852dab069800e1dce2c1cfd46278c60fe8b670acc"
/home/opam: (run (shell "opam pin add -k version -yn ocsipersist-sqlite.2.1.0 2.1.0"))
ocsipersist-sqlite is now pinned to version 2.1.0
2026-06-13 10:07.58 ---> saved as "1772d8e632f23d2d67e1a76e04fe2d360ade5f8e5078d0630747ca73d10cc36f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsipersist-sqlite.2.1.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsipersist-sqlite.2.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocsipersist-sqlite.2.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 46 packages
- install astring 0.8.5 [required by fpath]
- install base-bytes base [required by ocplib-endian]
- install cmdliner 2.1.1 [required by logs]
- install conf-pkg-config 4 [required by conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.23.1 [required by ocsipersist-sqlite]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.23.1 [required by sqlite3]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by logs]
- install fpath 0.7.3 [required by dune-compiledb]
- install gen 1.1 [required by sedlex]
- install hex 1.5.0 [required by ezjsonm]
- install js_of_ocaml 6.3.2 [required by ocsipersist]
- install js_of_ocaml-compiler 6.3.2 [required by logs]
- install jsonm 1.0.2 [required by ezjsonm]
- install logs 0.10.0 [required by ocsipersist-sqlite]
- install lwt 6.1.2 [required by ocsipersist-sqlite]
- install menhir 20260209 [required by js_of_ocaml-compiler]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by js_of_ocaml-compiler]
- install menhirSdk 20260209 [required by js_of_ocaml-compiler]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by js_of_ocaml-compiler]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install ocplib-endian 1.2 [required by lwt]
- install ocsipersist 2.1.0 [required by ocsipersist-sqlite]
- install ocsipersist-lib 2.1.0 [required by ocsipersist]
- install ocsipersist-sqlite 2.1.0 (pinned)
- install parsexp v0.17.0 [required by sexplib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by js_of_ocaml-compiler, js_of_ocaml]
- install sedlex 3.7 [required by js_of_ocaml-compiler]
- install seq base [required by gen]
- install sexplib v0.17.0 [required by dune-compiledb]
- install sexplib0 v0.17.0 [required by dune-compiledb]
- install sqlite3 5.4.1 [required by ocsipersist-sqlite]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by logs]
- install uutf 1.0.4 [required by ezjsonm]
- install yojson 3.0.0 [required by js_of_ocaml-compiler]
The following system packages will first need to be installed:
libsqlite3-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.2.1.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> installed cmdliner.2.1.1
-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.2 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocsipersist.2.1.0, ocsipersist-lib.2.1.0, ocsipersist-sqlite.2.1.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sqlite3.5.4.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.23.1
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed dune-compiledb.0.6.0
-> installed lwt.6.1.2
-> installed sqlite3.5.4.1
-> installed menhir.20260209
-> installed ppxlib.0.38.0
-> installed sedlex.3.7
-> installed js_of_ocaml-compiler.6.3.2
-> installed logs.0.10.0
-> installed js_of_ocaml.6.3.2
-> installed ocsipersist-lib.2.1.0
-> installed ocsipersist.2.1.0
-> installed ocsipersist-sqlite.2.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-13 10:09.26 ---> saved as "c94eba9971b0496bd37230cf62c877cc65f2994317a8a10aa25643d2bae93eac"
Job succeeded
2026-06-13 10:09.52: Job succeeded