- github
- ocaml
- opam-repository
- 311efe
- extras,opam-2.0-ocaml-5.3,junit_ounit.2.3.0,tests
(not at the head of any monitored branch or PR)
2025-04-21 03:07.53: New job: test junit_ounit.2.3.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/27802/head (311efe76002605d961e013d97bb28c10f5b8d499)
on debian-12-ocaml-5.3/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/27802/head" && git reset --hard 311efe76
git fetch origin master
git merge --no-edit 999bff3ed88d26f76ff7eaddbfa7af49ed4737dc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn junit_ounit.2.3.0 2.3.0
RUN opam depext junit_ounit.2.3.0 && opam reinstall junit_ounit.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 "\"debian-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'junit_ounit.2.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test junit_ounit.2.3.0) || true
RUN opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test --verbose junit_ounit.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 "\"debian-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'junit_ounit.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 .
2025-04-21 03:07.53: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66-junit_ounit.2.3.0-311efe76002605d961e013d97bb28c10f5b8d499"
2025-04-21 03:07.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn junit_ounit.2.3.0 2.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext junit_ounit.2.3.0 && opam reinstall junit_ounit.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'junit_ounit.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"))
(run (network host)
(shell "(opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test junit_ounit.2.3.0) || true"))
(run (shell "opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test --verbose junit_ounit.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'junit_ounit.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"))
)
2025-04-21 03:07.53: Waiting for resource in pool OCluster
2025-04-21 03:07.58: Waiting for worker…
2025-04-21 03:08.06: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 97% (22394/22932)
Updating files: 98% (22474/22932)
Updating files: 99% (22703/22932)
Updating files: 100% (22932/22932)
Updating files: 100% (22932/22932), done.
HEAD is now at 999bff3ed8 Merge pull request #27746 from hirrolot/opam-publish-checked_oint.0.6.0
Updating 999bff3ed8..311efe7600
Fast-forward
packages/junit/junit.2.3.0/opam | 41 +++++++++++++++++++++++
packages/junit_alcotest/junit_alcotest.2.3.0/opam | 41 +++++++++++++++++++++++
packages/junit_ounit/junit_ounit.2.3.0/opam | 41 +++++++++++++++++++++++
3 files changed, 123 insertions(+)
create mode 100644 packages/junit/junit.2.3.0/opam
create mode 100644 packages/junit_alcotest/junit_alcotest.2.3.0/opam
create mode 100644 packages/junit_ounit/junit_ounit.2.3.0/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66)
2025-04-21 03:11.05 ---> using "19877b52b990c5a970510eb0ace473d379b5f4771b9feb9f573b1d3119b07d2c" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-04-21 03:11.05 ---> using "05321615b12bcc2da5488a358ba1a19dfcafdeda0102a1ccdd5663a393b2f621" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-04-21 03:11.05 ---> using "28ea40579bc318dea8adaf0e86574aea19ff5b235a39e53801ee6ffd66fceccf" from cache
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
2025-04-21 03:11.05 ---> using "932b3a1c5b24aa2f5cf0bf05fcf7fc50f84a7e99ddd71fcee9aff44155c03998" 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-04-21 03:11.05 ---> using "7cb96ff63026816f2ed0f5b7361e95ddfb0b6bfd917afec5638c7aa1fcdd9103" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-21 03:11.18 ---> saved as "627e9a08cfb901da8769b0de0bc26456365a26f5e5486aab4cdd856ef2342886"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-04-21 03:11.33 ---> saved as "300382e75cbafb4d91d6b142dde005442de953552fbb5159e2c614af63a3862e"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [260 kB]
Fetched 363 kB in 0s (999 kB/s)
Reading package lists...
# OS package update successful
2025-04-21 03:11.35 ---> saved as "a0b8b55c7d21f69c0bdaca1b3fbcd9aeb7ec9f92a256d6b3185b5044b7daba11"
/home/opam: (run (shell "opam pin add -k version -yn junit_ounit.2.3.0 2.3.0"))
junit_ounit is now pinned to version 2.3.0
2025-04-21 03:11.36 ---> saved as "5f14e2c908dc0a1167f073fef4fb5ffcce30eb61fe89d6616d05684a62206b8a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext junit_ounit.2.3.0 && opam reinstall junit_ounit.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'junit_ounit.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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
junit_ounit.2.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by ptime]
- install seq base [required by ounit2]
- install ocamlfind 1.9.8 [required by ptime]
- install dune 3.18.1 [required by junit_ounit]
- install topkg 1.0.8 [required by ptime]
- install stdlib-shims 0.3.0 [required by ounit2]
- install re 1.12.0 [required by tyxml]
- install uutf 1.0.4 [required by tyxml]
- install ptime 1.2.0 [required by junit]
- install ounit2 2.2.7 [required by junit_ounit]
- install tyxml 4.6.0 [required by junit]
- install junit 2.3.0 [required by junit_ounit]
- install junit_ounit 2.3.0*
===== 13 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.18.1] found in cache
[junit.2.3.0] found in cache
[junit_ounit.2.3.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ounit2.2.2.7] found in cache
[ptime.1.2.0] found in cache
[re.1.12.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.8] found in cache
[tyxml.4.6.0] found in cache
[uutf.1.0.4] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed dune.3.18.1
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed ounit2.2.2.7
-> installed tyxml.4.6.0
-> installed junit.2.3.0
-> installed junit_ounit.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-21 03:12.12 ---> saved as "9c8177faba088277e477ea88353ea688a44374696b5f462f1e91a755db84f05d"
/home/opam: (run (network host)
(shell "(opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test junit_ounit.2.3.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
- recompile junit_ounit 2.3.0*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed junit_ounit.2.3.0
-> installed junit_ounit.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-21 03:12.22 ---> saved as "5fb5dfb2b3db6c27f8fb185d68fffcad42f605b4535ba0e3e8edd2acb32ae1a6"
/home/opam: (run (shell "opam depext --with-test junit_ounit.2.3.0 && opam reinstall --with-test --verbose junit_ounit.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'junit_ounit.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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
- recompile junit_ounit 2.3.0*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [junit_ounit: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "junit_ounit" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/junit_ounit.2.3.0)
-> compiled junit_ounit.2.3.0
-> removed junit_ounit.2.3.0
-> installed junit_ounit.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-21 03:12.32 ---> saved as "58389e3ac0a843f2277b9178d9acadf97331663b0e22d7a6cebf81fa39907b35"
Job succeeded
2025-04-21 03:12.39: Job succeeded