(for PR #28521)
2025-09-17 10:25.32: New job: build pgn_parser.1.0.2, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28521/head (d524ea6c8a2ed6050068c8cedb293e595330dc67) on debian-13-ocaml-4.14/i386 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28521/head" && git reset --hard d524ea6c git fetch origin master git merge --no-edit 7949ff40d8af6dff67bf2361db44574e21c6d076 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 pgn_parser.1.0.2 1.0.2 RUN opam reinstall pgn_parser.1.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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'pgn_parser.1.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 . 2025-09-17 10:25.32: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64-pgn_parser.1.0.2-d524ea6c8a2ed6050068c8cedb293e595330dc67" 2025-09-17 10:25.32: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64) (shell /usr/bin/linux32 /bin/sh -c) (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 pgn_parser.1.0.2 1.0.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall pgn_parser.1.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'pgn_parser.1.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")) ) 2025-09-17 10:25.32: Waiting for resource in pool OCluster 2025-09-17 11:13.31: Waiting for worker… 2025-09-17 11:17.04: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at 7949ff40d8 Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0 Merge made by the 'ort' strategy. packages/chess_com_api/chess_com_api.1.0.2/opam | 45 ++++++++++++++++++++ packages/lichess_api/lichess_api.1.0.2/opam | 45 ++++++++++++++++++++ packages/pgn_parser/pgn_parser.1.0.2/opam | 55 +++++++++++++++++++++++++ 3 files changed, 145 insertions(+) create mode 100644 packages/chess_com_api/chess_com_api.1.0.2/opam create mode 100644 packages/lichess_api/lichess_api.1.0.2/opam create mode 100644 packages/pgn_parser/pgn_parser.1.0.2/opam (from ocaml/opam:debian-13-ocaml-4.14@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64' locally docker.io/ocaml/opam@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64: Pulling from ocaml/opam c9dedb413b40: Already exists f837638c463a: Already exists 0f10188fd397: Already exists fdd37291e755: Already exists a55e52baefab: Already exists 386c2e37ee48: Already exists 0857da6a87f6: Already exists f8f57246dbb6: Already exists f1cc898bfa73: Already exists 5f5e0e9320fb: Already exists e71cb2b79246: Already exists 65b77d0e6ddf: Already exists 32b3ac319680: Already exists 332b4f70bda8: Already exists c7487749a26d: Already exists 5f129db7df1d: Already exists 5f129db7df1d: Already exists 120fe700baf0: Already exists 3f1bc6b935d7: Already exists 9b3cd3bec5e7: Already exists 68870f10c39f: Already exists 4f4fb700ef54: Already exists 313ffe921dc9: Already exists 6e022cac4b49: Already exists b6e0545365a9: Already exists 178a2230f6bc: Already exists 43ec319d5b4b: Already exists 887948c2fa1d: Already exists fa0835f5eb56: Already exists b834ef866483: Already exists cd4567e6bde2: Already exists ed94b946f82a: Already exists 3916e2f43ad3: Already exists c512f818c56e: Already exists 6df78b4411ca: Already exists d92949f24bca: Already exists 72569c0b1e6f: Already exists 91f47f4eed6f: Already exists 76d7e22f5a6c: Already exists 39a2d3171290: Already exists b1c09bc25311: Pulling fs layer 681c028ea2d0: Pulling fs layer 62e4589769df: Pulling fs layer 338b2ebae701: Pulling fs layer 338b2ebae701: Waiting 681c028ea2d0: Download complete 62e4589769df: Verifying Checksum 62e4589769df: Download complete 338b2ebae701: Verifying Checksum 338b2ebae701: Download complete b1c09bc25311: Verifying Checksum b1c09bc25311: Download complete b1c09bc25311: Pull complete 681c028ea2d0: Pull complete 62e4589769df: Pull complete 338b2ebae701: Pull complete Digest: sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64 Status: Downloaded newer image for ocaml/opam@sha256:f7771327eb3a959fdb0fe778a3bb1b22985cb04b683952c6a4b63ad155a08b64 WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-09-17 11:17.23 ---> using "2410126bd648536e6a38bb4dd4d127b56e708103e682af4c8aa1013072241b6f" from cache /: (shell /usr/bin/linux32 /bin/sh -c) /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-09-17 11:17.23 ---> using "824769264f71543e5594dd7ab66aa87e009999c4db7f315734961bb1c2cfc2b9" 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-09-17 11:17.23 ---> using "d5b1221fa1dab3930253c4e371aa99ee2938f74f1e520d8da6b0dca646ef0494" 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.4.1 # self-upgrade no # system arch=x86_32 os=linux os-distribution=debian os-version=13 # 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 2025-09-17 11:17.23 ---> using "3dbc071e41fcddb85e80af17433af2846a9f31771860d0bd3aa47f9195dedc37" 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-09-17 11:17.23 ---> using "6ff334498eb1142b1373c4af362bf13b52df620be786b9029759d67dd2bdb60f" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-17 11:17.31 ---> saved as "c4209a17fa47c5950dd6bb4c3a047e059b59e35350365924ab5bab8effd3815d" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-17 11:18.04 ---> saved as "b8963f3da7d3725e66f63d650b4c69b340a36fc1f13492c1c6168987c1b4bb15" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [36.6 kB] - Fetched 127 kB in 0s (1007 kB/s) - Reading package lists... - 2025-09-17 11:18.05 ---> saved as "7830f7f105890d4450e1b7bdfdbdfb5ccbb25f791824a7599ea9dddf31115816" /home/opam: (run (shell "opam pin add -k version -yn pgn_parser.1.0.2 1.0.2")) pgn_parser is now pinned to version 1.0.2 2025-09-17 11:18.06 ---> saved as "9982bb0fb9a8fab414c6d811d4aeb9b13a5c6143384698c9a45ca86eb880f579" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall pgn_parser.1.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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'pgn_parser.1.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")) [ERROR] pgn_parser = 1.0.2: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"' "/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall pgn_parser.1.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-13\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'pgn_parser.1.0.2' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 5 2025-09-17 11:18.17: Job failed: Failed: Build failed 2025-09-17 11:18.17: Log analysis: 2025-09-17 11:18.17: >>> [ERROR] pgn_parser = 1.0.2: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"' (score = 100) 2025-09-17 11:18.17: [SKIP] Package not available