(for PR #28521)
2025-09-17 10:25.30: New job: build chess_com_api.1.0.2, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28521/head (d524ea6c8a2ed6050068c8cedb293e595330dc67) on debian-13-ocaml-5.3/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-5.3@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a 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 chess_com_api.1.0.2 1.0.2 RUN opam reinstall chess_com_api.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" != 'chess_com_api.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.30: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a-chess_com_api.1.0.2-d524ea6c8a2ed6050068c8cedb293e595330dc67" 2025-09-17 10:25.30: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a) (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 chess_com_api.1.0.2 1.0.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall chess_com_api.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\" != 'chess_com_api.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.30: Waiting for resource in pool OCluster 2025-09-17 11:02.13: Waiting for worker… 2025-09-17 11:06.35: Got resource from pool OCluster Building on doris.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-5.3@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a' locally docker.io/ocaml/opam@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a: Pulling from ocaml/opam 1859827bd598: Pulling fs layer 1859827bd598: Verifying Checksum 1859827bd598: Download complete 1859827bd598: Pull complete Digest: sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a Status: Downloaded newer image for ocaml/opam@sha256:218164d5bd9111cf10ecababa0070c54277b2aeb70acf9952ec646dc7d4c356a 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:07.04 ---> using "69591fed65abc2698ad9f231c4e8520ef59828a7352c177ba5135a1c6c1f0624" 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:07.04 ---> saved as "e0e4573bfc74716deb30354a33f212a67051855e68b7c76290dac7055d7c5011" /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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-17 11:07.35 ---> saved as "1a240efd58355d1a81cf2073ffb1bbe8adb990be620ba0f641666f8177da8b66" /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 255 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1 # ocaml:native false # ocaml:native-tools false # ocaml:native-dynlink false # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0+bytecode-only 2025-09-17 11:07.35 ---> saved as "efcb7c6c34f88f0cd26e895776e53db749dda17e42d38d98b5c66acde2e56b7a" /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:07.44 ---> saved as "74d4de4316a3f6c23b8faa26de23ebe75c9e7c2c1cf6d5c65c22df710d43f4c7" /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-17 11:08.10 ---> saved as "71c8e3a768b7b4056f600eece1b3b689b4d605562143691c721f9a6b877eb05b" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-17 11:08.41 ---> saved as "839404c7f6f1341adb70d7f80ac5dd79ef5e76b6ba3dfae0e5ea72adc93c2cfe" /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 (1026 kB/s) - Reading package lists... 2025-09-17 11:08.43 ---> saved as "e69feb9e91294d1d28864502f7477da03f7a5950cd94c75645af3673856ac17c" /home/opam: (run (shell "opam pin add -k version -yn chess_com_api.1.0.2 1.0.2")) chess_com_api is now pinned to version 1.0.2 2025-09-17 11:08.44 ---> saved as "2f717c47829e0ef24c6f770e88972075226f28786b3313c32f02c2fdf513f9f6" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall chess_com_api.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\" != 'chess_com_api.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] chess_com_api = 1.0.2: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"' "/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall chess_com_api.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" != 'chess_com_api.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:08.51: Job failed: Failed: Build failed 2025-09-17 11:08.51: Log analysis: 2025-09-17 11:08.51: >>> [ERROR] chess_com_api = 1.0.2: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"' (score = 100) 2025-09-17 11:08.51: [SKIP] Package not available