Build:
- 0
2026-03-29 11:17.03: New job: build conf-perl-string-shellquote.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (3fa6ede7e7fccd8cd2f92936d87856d154302a51)
on ubuntu-25.10-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/29613/head" && git reset --hard 3fa6ede7
git fetch origin master
git merge --no-edit 0cc61fc5fe1a2fdbc1fdd94c11a4eb8e12dfe1a3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8
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 conf-perl-string-shellquote.4 4
RUN opam reinstall conf-perl-string-shellquote.4; \
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 "\"ubuntu-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-perl-string-shellquote.4' && 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-03-29 11:17.03: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8-conf-perl-string-shellquote.4-3fa6ede7e7fccd8cd2f92936d87856d154302a51"
2026-03-29 11:17.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8)
(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 conf-perl-string-shellquote.4 4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl-string-shellquote.4;\
\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 \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-29 11:17.03: Waiting for resource in pool OCluster
2026-03-29 11:17.04: Waiting for worker…
2026-03-29 11:17.05: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 0cc61fc5fe Merge pull request #29595 from mtzguido/fstar.2026.03.24
Updating 0cc61fc5fe..3fa6ede7e7
Fast-forward
.../conf-perl-ipc-system-simple.4/opam | 35 ++++++++++++++++++++++
.../conf-perl-string-shellquote.4/opam | 32 ++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 packages/conf-perl-ipc-system-simple/conf-perl-ipc-system-simple.4/opam
create mode 100644 packages/conf-perl-string-shellquote/conf-perl-string-shellquote.4/opam
(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8' locally
docker.io/ocaml/opam@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8: Pulling from ocaml/opam
16c195d4c5e9: Already exists
1c62812e7321: Already exists
8a4b09d2a7a7: Already exists
3318481042ff: Already exists
3efb10c5a696: Already exists
888f94101ffe: Already exists
cb111e18f70b: Already exists
4577a01d97fc: Already exists
36c03f94b287: Already exists
b55120cc7c58: Already exists
40f87b6b7b5e: Already exists
b6b4461886a5: Already exists
82cf66283d29: Already exists
1a02079536a8: Already exists
2e0bc88eb84b: Already exists
09b28afbcd46: Already exists
00cd2b8865d8: Already exists
2e4e2f0309f4: Already exists
2e4e2f0309f4: Already exists
50db42a840cc: Already exists
7e53edc26b50: Already exists
d3e23dc84d9f: Already exists
00be44d6dc33: Already exists
4f4fb700ef54: Already exists
c4c722f9486c: Already exists
0c7d37cf0e34: Already exists
59a943ba645f: Already exists
bd9804fcdebe: Already exists
ba9e597c1206: Already exists
2e772c935e0b: Already exists
c420ec2e2ade: Already exists
8ab6bbb76418: Already exists
cf55c954c3b6: Already exists
aa487f376a9a: Already exists
7b14f4af6aae: Already exists
970cbf42991d: Already exists
a6846d83fdc6: Already exists
b918cb3a3954: Already exists
a3627ce1af35: Already exists
b6a90ae889b8: Already exists
fe759b2b603e: Already exists
7ddcb2b9210b: Already exists
2596ff3e14c2: Pulling fs layer
a0393312d310: Pulling fs layer
2596ff3e14c2: Waiting
92b4d0c76a93: Pulling fs layer
a0393312d310: Waiting
be1ef6b3703b: Pulling fs layer
92b4d0c76a93: Waiting
be1ef6b3703b: Waiting
a0393312d310: Download complete
92b4d0c76a93: Download complete
be1ef6b3703b: Download complete
2596ff3e14c2: Verifying Checksum
2596ff3e14c2: Download complete
2596ff3e14c2: Pull complete
a0393312d310: Pull complete
92b4d0c76a93: Pull complete
be1ef6b3703b: Pull complete
Digest: sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8
Status: Downloaded newer image for ocaml/opam@sha256:aec3a5c361e1f840cee035f131574cc49dd90121a2304a12b879c967204233b8
2026-03-29 11:24.54 ---> saved as "04835e086f0fd314ab439d9bfdada761cb46e8d0ba86fb4f8e21557c3e2726af"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-29 11:24.54 ---> saved as "4b360f7bdbe6359bb538931b445a944bdf2f010cff9aa36d193fede00381ab21"
/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.
[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
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-29 11:25.17 ---> saved as "248dab8fb0fe5e11f435fe615dccdf3010d57f83ef46cee803a18cfd6936c477"
/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=ubuntu os-version=25.10
# 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 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
2026-03-29 11:25.18 ---> saved as "b6c100013bec2cd282c4e3e269f0a65da0e26ef3782f03886a5d425a3ace0adb"
/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-03-29 11:25.23 ---> saved as "47abe3d8ecce2715b22f7748640bdcb1371f43c974a3f00461f374a8eba979fc"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-29 11:25.35 ---> saved as "f6bd8bfd7313644778b06c3801516a9672b8c0fd3137b201c1bba671e8783341"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-29 11:25.53 ---> saved as "3f83baa241e0900b8526f5e873bde5600d54506d86b2ea18a508059f771e72c9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [326 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [443 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [228 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [315 kB]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [225 kB]
- Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [255 kB]
- Fetched 2201 kB in 8s (267 kB/s)
- Reading package lists...
-
2026-03-29 11:26.02 ---> saved as "0dceb3e9ac6ab98b1d90515750f60bff6fabf24c44fdbbec87daee5d482268a3"
/home/opam: (run (shell "opam pin add -k version -yn conf-perl-string-shellquote.4 4"))
conf-perl-string-shellquote is now pinned to version 4
2026-03-29 11:26.03 ---> saved as "5d737789323eb80cd208a837398fd08721fde1c7ce4bf999ea14c45c04073bcb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl-string-shellquote.4;\
\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 \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-perl-string-shellquote.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-perl 2 [required by conf-perl-string-shellquote]
- install conf-perl-string-shellquote 4 (pinned)
The following system packages will first need to be installed:
libstring-shellquote-perl
<><> 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" "libstring-shellquote-perl"
- Selecting previously unselected package libstring-shellquote-perl.
- (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 ... 18712 files and directories currently installed.)
- Preparing to unpack .../libstring-shellquote-perl_1.04-3_all.deb ...
- Unpacking libstring-shellquote-perl (1.04-3) ...
- Setting up libstring-shellquote-perl (1.04-3) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.2
-> installed conf-perl-string-shellquote.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-29 11:26.10 ---> saved as "b37f7722b24277d3bb707ad417823f8a3be3c64547340295e29313332cf4947d"
Job succeeded
2026-03-29 11:26.16: Job succeeded