Build:
- 0
2026-02-03 05:06.45: New job: build layoutz.0.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29328/head (4ed1e59715e21150296eac55f1b22340780ecef9)
on debian-testing-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/29328/head" && git reset --hard 4ed1e597
git fetch origin master
git merge --no-edit 2a63b2d4c4298c3ab7e10580e897536745a4a68a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c
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 layoutz.0.0.2 0.0.2
RUN opam reinstall layoutz.0.0.2; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'layoutz.0.0.2' && 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-02-03 05:06.45: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c-layoutz.0.0.2-4ed1e59715e21150296eac55f1b22340780ecef9"
2026-02-03 05:06.45: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c)
(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 layoutz.0.0.2 0.0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall layoutz.0.0.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'layoutz.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-03 05:06.45: Waiting for resource in pool OCluster
2026-02-03 05:06.46: Waiting for worker…
2026-02-03 05:06.47: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2a63b2d4c4 Merge pull request #29327 from mattlianje/add-layoutz-0.0.1
Merge made by the 'ort' strategy.
packages/layoutz/layoutz.0.0.2/opam | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 packages/layoutz/layoutz.0.0.2/opam
(from ocaml/opam:debian-testing-ocaml-5.4@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c' locally
docker.io/ocaml/opam@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c: Pulling from ocaml/opam
08333a28760d: Pulling fs layer
9fd947679b46: Pulling fs layer
eb76edeffa83: Pulling fs layer
fa0f4e24fbae: Pulling fs layer
ac5190fd50e3: Pulling fs layer
52f38c903748: Pulling fs layer
1ac18f9d7b69: Pulling fs layer
fa0f4e24fbae: Waiting
24b23702d880: Pulling fs layer
1ac18f9d7b69: Waiting
24b23702d880: Waiting
ac5190fd50e3: Waiting
52f38c903748: Waiting
eb76edeffa83: Verifying Checksum
eb76edeffa83: Download complete
9fd947679b46: Verifying Checksum
9fd947679b46: Download complete
fa0f4e24fbae: Verifying Checksum
fa0f4e24fbae: Download complete
52f38c903748: Verifying Checksum
52f38c903748: Download complete
1ac18f9d7b69: Verifying Checksum
1ac18f9d7b69: Download complete
24b23702d880: Download complete
ac5190fd50e3: Verifying Checksum
ac5190fd50e3: Download complete
08333a28760d: Verifying Checksum
08333a28760d: Download complete
08333a28760d: Pull complete
9fd947679b46: Pull complete
eb76edeffa83: Pull complete
fa0f4e24fbae: Pull complete
ac5190fd50e3: Pull complete
52f38c903748: Pull complete
1ac18f9d7b69: Pull complete
24b23702d880: Pull complete
Digest: sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c
Status: Downloaded newer image for ocaml/opam@sha256:60be071f750bc861a2e8e0c0150136909cd8deeb392ea6112fb559d1a06e923c
2026-02-03 05:13.13 ---> saved as "52e78bbd8a2850f76dae89663f3a3f785f670a8c397f0fd886237d296883f3d7"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-03 05:13.13 ---> saved as "324f379bfc1a985cb1ef603ac18e4cddebb5d3cd185c8990236aefebd591554a"
/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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-03 05:13.35 ---> saved as "5b63cfbfeba7443fbfffd7a564585fd0d055d35b03a523186a5214d9a483f679"
/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=debian os-version=unknown
# 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-02-03 05:13.35 ---> saved as "9a86344c682ac7e3c267ee169335723456c9c2c84c292142266bc2efd5e5f5a5"
/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-02-03 05:13.42 ---> saved as "c969d1f7910c5915c5c60930926b970e3bbc958f2770ef475e8d7de4c388e217"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-03 05:13.51 ---> saved as "6525ce9a83b74594a6b01d832bb339ea3d81cf6aa0e7176add43ac4ef56af971"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-03 05:14.07 ---> saved as "a3833fa841d921d5081c583b7bc483be0095d99fbca7d5a1e3676e65bbedd5d5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-02-03-0202.06-F-2026-01-30-2002.22.pdiff [158 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-02-03-0202.06-F-2026-01-30-2002.22.pdiff [158 kB]
- Fetched 443 kB in 2s (218 kB/s)
- Reading package lists...
2026-02-03 05:14.10 ---> saved as "102a3007214f48fd2cd5c93a0870e2feb732042941ec8bee328ae310efcd2b9c"
/home/opam: (run (shell "opam pin add -k version -yn layoutz.0.0.2 0.0.2"))
layoutz is now pinned to version 0.0.2
2026-02-03 05:14.10 ---> saved as "fda55f443126052c06f1cfdac579891450dcb4c41d96b4ff7a7f0aa863f9cf96"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall layoutz.0.0.2;\
\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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'layoutz.0.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
layoutz.0.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by layoutz]
- install layoutz 0.0.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved layoutz.0.0.2 (cached)
-> installed dune.3.21.0
-> installed layoutz.0.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-03 05:14.38 ---> saved as "2366e7550702e44ea2a80e6da02d46dfee0f49044611192d9fe2210f00afc078"
Job succeeded
2026-02-03 05:14.43: Job succeeded