Build:
- 0
2025-03-13 14:38.12: New job: build slipshow.0.1.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27620/head (9c8c984a2e92fd873fdcb53650c5c6429ec2163b) on debian-12-ocaml-4.04/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/27620/head" && git reset --hard 9c8c984a git fetch origin master git merge --no-edit 906fb78ee221e4b7676dcd2285fb6d40cbdc59f2 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.04@sha256:14b8a52cfd90c871d548ace5537b6ef5fb2c1bba9bd4557f1d58662b5eb6ad61 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 slipshow.0.1.1 0.1.1 RUN opam reinstall slipshow.0.1.1; \ 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" != 'slipshow.0.1.1' && 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-03-13 14:38.12: Using cache hint "ocaml/opam:debian-12-ocaml-4.04@sha256:14b8a52cfd90c871d548ace5537b6ef5fb2c1bba9bd4557f1d58662b5eb6ad61-slipshow.0.1.1-9c8c984a2e92fd873fdcb53650c5c6429ec2163b" 2025-03-13 14:38.12: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.04@sha256:14b8a52cfd90c871d548ace5537b6ef5fb2c1bba9bd4557f1d58662b5eb6ad61) (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 slipshow.0.1.1 0.1.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall slipshow.0.1.1;\ \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\" != 'slipshow.0.1.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-03-13 14:38.12: Waiting for resource in pool OCluster 2025-03-13 14:38.13: Waiting for worker… 2025-03-13 14:38.32: Got resource from pool OCluster Building on phoebe.caelum.ci.dev Updating files: 54% (12400/22645) Updating files: 55% (12455/22645) Updating files: 56% (12682/22645) Updating files: 57% (12908/22645) Updating files: 58% (13135/22645) Updating files: 59% (13361/22645) Updating files: 60% (13587/22645) Updating files: 61% (13814/22645) Updating files: 62% (14040/22645) Updating files: 63% (14267/22645) Updating files: 64% (14493/22645) Updating files: 65% (14720/22645) Updating files: 66% (14946/22645) Updating files: 67% (15173/22645) Updating files: 68% (15399/22645) Updating files: 69% (15626/22645) Updating files: 70% (15852/22645) Updating files: 71% (16078/22645) Updating files: 72% (16305/22645) Updating files: 73% (16531/22645) Updating files: 74% (16758/22645) Updating files: 75% (16984/22645) Updating files: 76% (17211/22645) Updating files: 77% (17437/22645) Updating files: 78% (17664/22645) Updating files: 79% (17890/22645) Updating files: 80% (18116/22645) Updating files: 81% (18343/22645) Updating files: 82% (18569/22645) Updating files: 83% (18796/22645) Updating files: 84% (19022/22645) Updating files: 85% (19249/22645) Updating files: 86% (19475/22645) Updating files: 87% (19702/22645) Updating files: 88% (19928/22645) Updating files: 89% (20155/22645) Updating files: 90% (20381/22645) Updating files: 91% (20607/22645) Updating files: 92% (20834/22645) Updating files: 93% (21060/22645) Updating files: 94% (21287/22645) Updating files: 95% (21513/22645) Updating files: 96% (21740/22645) Updating files: 97% (21966/22645) Updating files: 98% (22193/22645) Updating files: 99% (22419/22645) Updating files: 100% (22645/22645) Updating files: 100% (22645/22645), done. HEAD is now at c2749f906d Package lem.2025-03-13 HEAD is now at 906fb78ee2 Merge pull request #27594 from mbarbin/dunolint Updating 906fb78ee2..9c8c984a2e Fast-forward packages/slipshow/slipshow.0.1.1/opam | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 packages/slipshow/slipshow.0.1.1/opam (from ocaml/opam:debian-12-ocaml-4.04@sha256:14b8a52cfd90c871d548ace5537b6ef5fb2c1bba9bd4557f1d58662b5eb6ad61) 2025-03-13 14:40.29 ---> saved as "0ee916e74665779fcc1359c762c6e119c915da2cd72f1229b35c08404ebcdd1f" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-03-13 14:40.30 ---> saved as "5913e16e0851a13ea50af16a4111a0172cdf787cb3d942c93de00abae0c3b647" /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 development 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 [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-03-13 14:41.59 ---> saved as "b53fd4990a58ffa24fb65e86c2fe80ebe50026093e34c75904c1d74932a53f5f" /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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 4.04 # invariant ["ocaml-base-compiler" {= "4.04.2"}] # compiler-packages ocaml-base-compiler.4.04.2 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.04/lib/ocaml/stublibs:/home/opam/.opam/4.04/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.04.2 2025-03-13 14:42.01 ---> saved as "9fc496cd06777c8274362e00608f242271009f90903f7ca7f4c70f68ff80f266" /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-03-13 14:42.13 ---> saved as "ca446252712591535fc1dd4d9e5c1692647c95c4c6e9768e428c96845a3f3b9e" /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-13 14:42.23 ---> saved as "6922c6fedcdffbdf4c761d64bbe36d008d4775fcdf515e274a8587c04fe69452" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-13 14:43.11 ---> saved as "2aeb9e4efc3e2a78d95020d07f5bf3ccdfa6367239c556d2912438094c94dbe4" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/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 [246 kB] - Fetched 349 kB in 0s (743 kB/s) - Reading package lists... - 2025-03-13 14:43.13 ---> saved as "79f9b31744b95690d741f66903f6393529a60895ac54982b41bf81b786720777" /home/opam: (run (shell "opam pin add -k version -yn slipshow.0.1.1 0.1.1")) slipshow is now pinned to version 0.1.1 2025-03-13 14:43.14 ---> saved as "d36b4d575a2c9555e02ddc79d9277f0335be3e7d51e157237a0b05b46b6c2a83" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall slipshow.0.1.1;\ \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\" != 'slipshow.0.1.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) slipshow.0.1.1 is not installed. Install it? [Y/n] y * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 4.04.2 -> ocaml = 4.04.2 - slipshow >= 0.1.1 -> ocaml >= 4.14 You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.04.2 - slipshow >= 0.1.1 -> ocaml >= 4.14 -> ocaml-variants >= 5.3.0~ No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall slipshow.0.1.1; 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" != 'slipshow.0.1.1' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 20 2025-03-13 14:43.41: Job failed: Failed: Build failed 2025-03-13 14:43.41: Log analysis: 2025-03-13 14:43.41: >>> No solution found, exiting (score = 100) 2025-03-13 14:43.41: [SKIP] Package not available