Build:
- 0
2025-12-02 14:18.02: New job: build quickjs.0.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29019/head (6d593b9587733582bcd7ac705a7e105a6480692b)
on opensuse-15.6-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/29019/head" && git reset --hard 6d593b95
git fetch origin master
git merge --no-edit 2fd4164ca1e27b8c6027454c4844c1a1f6dca0bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1
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 quickjs.0.4.0 0.4.0
RUN opam reinstall quickjs.0.4.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-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'quickjs.0.4.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 .
2025-12-02 14:18.02: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1-quickjs.0.4.0-6d593b9587733582bcd7ac705a7e105a6480692b"
2025-12-02 14:18.02: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1)
(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 quickjs.0.4.0 0.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall quickjs.0.4.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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'quickjs.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-02 14:18.02: Waiting for resource in pool OCluster
2025-12-02 14:18.02: Waiting for worker…
2025-12-02 14:18.02: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2fd4164ca1 Merge pull request #28961 from kit-ty-kate/update-repo-opam-2.5.0
Updating 2fd4164ca1..6d593b9587
Fast-forward
packages/quickjs/quickjs.0.4.0/opam | 45 +++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 packages/quickjs/quickjs.0.4.0/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1' locally
docker.io/ocaml/opam@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1: Pulling from ocaml/opam
50d1f7d5e8d1: Already exists
9122aab01e3e: Already exists
867080d62798: Already exists
4bf3a6472000: Already exists
c94e022498fc: Already exists
2dba36048998: Already exists
80a00f655a10: Already exists
3472d0b33326: Already exists
13d3c3c55034: Already exists
2cfe8d51b8a5: Already exists
bde2b059fc42: Already exists
6cb67336ce56: Already exists
9291951eb907: Already exists
76a1c25eb881: Already exists
c0343da17126: Already exists
59ce5c0f06c6: Already exists
e08cb7e2e56b: Already exists
0a23d2551b7a: Already exists
4f4fb700ef54: Already exists
e86e0e3ad609: Already exists
24049aa3906b: Already exists
7b68d3cfa24e: Already exists
bcef05f0a3b0: Already exists
7a8598f30072: Already exists
6682193011f4: Already exists
ac4b1511ee1b: Already exists
715e40d9a01a: Already exists
6fd0dc777863: Already exists
b6a163576a16: Already exists
9411c7329873: Already exists
26b48ac36413: Already exists
008afd62606b: Already exists
acf50992b79f: Already exists
12a06fc650bb: Already exists
ad92493fc129: Already exists
70838b11626f: Already exists
f1c048f1bdde: Already exists
1143d513295a: Pulling fs layer
7742a4fea8df: Pulling fs layer
e8a15b517b24: Pulling fs layer
f9c5f3397cc2: Pulling fs layer
d42e5320b78f: Pulling fs layer
ddc4b12174ab: Pulling fs layer
f9c5f3397cc2: Waiting
d42e5320b78f: Waiting
15aff6053bb6: Pulling fs layer
ddc4b12174ab: Waiting
15aff6053bb6: Waiting
1143d513295a: Download complete
1143d513295a: Pull complete
e8a15b517b24: Verifying Checksum
e8a15b517b24: Download complete
7742a4fea8df: Download complete
d42e5320b78f: Verifying Checksum
d42e5320b78f: Download complete
7742a4fea8df: Pull complete
ddc4b12174ab: Download complete
15aff6053bb6: Verifying Checksum
15aff6053bb6: Download complete
e8a15b517b24: Pull complete
f9c5f3397cc2: Verifying Checksum
f9c5f3397cc2: Download complete
f9c5f3397cc2: Pull complete
d42e5320b78f: Pull complete
ddc4b12174ab: Pull complete
15aff6053bb6: Pull complete
Digest: sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1
Status: Downloaded newer image for ocaml/opam@sha256:9892988c779f7601123cea48b30f49ab281fceb3cc5313b4306f91fc079e31b1
2025-12-02 14:18.30 ---> using "a951dc9bde64e1675dcba286b8354af3797478eb202f9fc48e7a4220af01f69d" 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-12-02 14:18.30 ---> using "d1f44bb008907ab9fa75d2ba9ddf6b781ca3de2a8ab4d0411b63b6073bf2bd00" 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 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
2025-12-02 14:18.30 ---> using "31b182997aea3a86d0b208564dd96703c464c4be7800a2c6d6ad8bb63565af0d" 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=15.6
# 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
2025-12-02 14:18.30 ---> using "e20ffc1723626f29819af827d421857d99dbb0f0a65d611f16edc92f3689b9ae" 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-12-02 14:18.30 ---> using "0eb30479d29498faf770fbc6379b5ff6eb968e9fe7e2b9a79e06b0e3227ebaee" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-02 14:18.40 ---> saved as "6208df164d331c9d5b01d4a37ecca9dab7453e39a046f6317f58de7a3546b050"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-02 14:18.57 ---> saved as "ef1fee284ff596d4f3f6525049bd103d65307d77bcd283767d6f388570ad9581"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ..
- .....
- ....
- ....
- ....
- ....
- ............
- .........
- ..........
- ..........
- .........
- ..........
- ........
- ........
- .......
- .......
- .........
- ..........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2025-12-02 14:19.53 ---> saved as "1e49ccea4d7f61fb5eac7955b4bf5d3f41e9f520dc1b53ea68b55909802a2b94"
/home/opam: (run (shell "opam pin add -k version -yn quickjs.0.4.0 0.4.0"))
quickjs is now pinned to version 0.4.0
2025-12-02 14:19.54 ---> saved as "2c3de7f8c272d9959051411b8e4b60bb11d0520456f4b0a9698de2c53d2c080a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall quickjs.0.4.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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'quickjs.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
quickjs.0.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by quickjs]
- install dune 3.20.2 [required by quickjs]
- install dune-configurator 3.20.2 [required by ctypes]
- install integers 0.7.0 [required by quickjs]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by uutf]
- install quickjs 0.4.0 (pinned)
- install stdlib-shims 0.3.0 [required by integers]
- install topkg 1.1.1 [required by uutf]
- install uutf 1.0.4 [required by quickjs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.24.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved quickjs.0.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed quickjs.0.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-02 14:20.38 ---> saved as "455c77262d7b2bb5c335b380a9d5ec4f1ef6f0cbe62363db0a302932ed68e16e"
Job succeeded
2025-12-02 14:20.44: Job succeeded