(for PR #24267)
2025-02-10 19:07.45: New job: test orrandomForest.3.0.0, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c) on alpine-3.21-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/24267/head" && git reset --hard 41de505e git fetch origin master git merge --no-edit e41dcf1317027b68f2446cba5fefed79d9087146 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:8c7343060a0d186973a6b39d43812185c6def9ef0170f4cd86967755a473e1ab 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 orrandomForest.3.0.0 3.0.0 RUN opam reinstall orrandomForest.3.0.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 "\"alpine-3.21\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'orrandomForest.3.0.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN (opam reinstall --with-test orrandomForest.3.0.0) || true RUN opam reinstall --with-test --verbose orrandomForest.3.0.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 "\"alpine-3.21\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'orrandomForest.3.0.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-02-10 19:07.45: Using cache hint "ocaml/opam:alpine-3.21-ocaml-5.3@sha256:8c7343060a0d186973a6b39d43812185c6def9ef0170f4cd86967755a473e1ab-orrandomForest.3.0.0-41de505ec8ff3637ab3cb06a41ccbc29683f566c" 2025-02-10 19:07.45: Using OBuilder spec: ((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:8c7343060a0d186973a6b39d43812185c6def9ef0170f4cd86967755a473e1ab) (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 orrandomForest.3.0.0 3.0.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall orrandomForest.3.0.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 \"\\\"alpine-3.21\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'orrandomForest.3.0.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 reinstall --with-test orrandomForest.3.0.0) || true")) (run (shell "opam reinstall --with-test --verbose orrandomForest.3.0.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 \"\\\"alpine-3.21\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'orrandomForest.3.0.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-02-10 19:07.45: Waiting for resource in pool OCluster 2025-02-11 16:51.35: Waiting for worker… 2025-02-11 16:53.36: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached Updating files: 94% (21936/23304) Updating files: 95% (22139/23304) Updating files: 96% (22372/23304) Updating files: 97% (22605/23304) Updating files: 98% (22838/23304) Updating files: 99% (23071/23304) Updating files: 100% (23304/23304) Updating files: 100% (23304/23304), done. HEAD is now at e41dcf1317 Merge pull request #27400 from hannesm/release-tcpip-v9.0.0 Merge made by the 'ort' strategy. packages/odnnr/odnnr.2.0.0/opam | 4 +--- packages/oplsr/oplsr.8.0.1/opam | 3 +-- packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +---- packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------ packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------ packages/orsvm_e1071/orsvm_e1071.2.0.0/opam | 3 --- packages/orsvm_e1071/orsvm_e1071.3.0.0/opam | 5 +---- packages/orsvm_e1071/orsvm_e1071.3.0.1/opam | 2 +- packages/orsvm_e1071/orsvm_e1071.3.0.2/opam | 2 +- packages/orsvm_e1071/orsvm_e1071.4.0.0/opam | 2 +- packages/orxgboost/orxgboost.1.0.1/opam | 5 +---- packages/orxgboost/orxgboost.1.1.0/opam | 5 +---- packages/orxgboost/orxgboost.1.2.0/opam | 5 +---- 13 files changed, 12 insertions(+), 43 deletions(-) (from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:8c7343060a0d186973a6b39d43812185c6def9ef0170f4cd86967755a473e1ab) 2025-02-11 16:53.50 ---> using "a2bcd488037c541d9b73f50a202a70a75fcbcf7509c06604f8b95e3d773710b0" 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-02-11 16:53.50 ---> using "ba8ca1b14a659e34a675be8a5675462de06024716b77489c50972052692aff11" 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 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-11 16:53.50 ---> using "255421e8def8509ba5cb7872eca8fdfedc9a0dd0489d9eb1e7959326035e070b" 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.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087) # self-upgrade no # system arch=x86_64 os=linux os-distribution=alpine os-version=3.21.2 # 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 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # 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 2025-02-11 16:53.50 ---> using "7b829b4788f8e118ef5e548f7f3148e100826705a9f2a6a24070fce8b2858d13" 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-02-11 16:53.50 ---> using "03922d7145ef59051659466ab95fc834748cdc15fad5923cc9618491ad75f505" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-11 16:53.52 ---> saved as "8ddde4292f55d8be0fde0bb5cb2800b9051893680cfae3584bb22ed2ea2b8ea5" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-11 16:54.33 ---> saved as "ed7da0a9de6e0f42f8b7f10419a8ede97fc0a3217a5cd1528f371b8ffb0a1409" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.21.2-234-g712624a353c [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.2-208-g11296dfdc5b [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v20250108-2015-gb0429240c8c [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20250108-1865-g54e4df6b721 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20250108-1862-g95359712816 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 56213 distinct packages available 2025-02-11 16:54.44 ---> saved as "486b104366a4f3a7d61e28b51bed43736cb6558311bcccb9a99d7f03c5d3a28e" /home/opam: (run (shell "opam pin add -k version -yn orrandomForest.3.0.0 3.0.0")) orrandomForest is now pinned to version 3.0.0 2025-02-11 16:54.46 ---> saved as "62c637c8a866703b8492bc2eba1284f2269144ed82858c1a0ac243f5b0bb4452" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall orrandomForest.3.0.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 \"\\\"alpine-3.21\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) orrandomForest.3.0.0 is not installed. Install it? [Y/n] y The following actions will be performed: === install 14 packages - install batteries 3.9.0 [required by orrandomForest] - install camlp-streams 5.0.1 [required by batteries] - install conf-autoconf 0.2 [required by cpu] - install conf-r 1.0.0 [required by orrandomForest] - install cpm 12.2.0 [required by orrandomForest] - install cpu 2.0.0 [required by parany] - install dolog 6.0.0 [required by orrandomForest] - install dune 3.17.2 [required by orrandomForest] - install line_oriented 1.3.0 [required by orrandomForest] - install minicli 5.0.2 [required by orrandomForest] - install num 1.5-1 [required by batteries] - install ocamlfind 1.9.8 [required by batteries] - install orrandomForest 3.0.0 (pinned) - install parany 14.0.1 [required by orrandomForest] The following system packages will first need to be installed: autoconf R <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apk to install them (may need root/sudo access) 2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apk" "add" "autoconf" "R" - (1/43) Installing m4 (1.4.19-r3) - (2/43) Installing perl (5.40.1-r0) - (3/43) Installing autoconf (2.72-r0) - (4/43) Installing perl-error (0.17029-r2) - (5/43) Installing perl-git (2.47.2-r0) - (6/43) Installing git-perl (2.47.2-r0) - (7/43) Installing R-mathlib (4.4.2-r0) - (8/43) Installing libquadmath (14.2.0-r4) - (9/43) Installing libgfortran (14.2.0-r4) - (10/43) Installing openblas (0.3.28-r0) - (11/43) Installing libxext (1.3.6-r2) - (12/43) Installing libice (1.1.1-r6) - (13/43) Installing libuuid (2.40.4-r0) - (14/43) Installing libsm (1.2.4-r4) - (15/43) Installing libxt (1.3.1-r0) - (16/43) Installing libxmu (1.2.1-r0) - (17/43) Installing libxrender (0.9.11-r5) - (18/43) Installing libpng (1.6.44-r0) - (19/43) Installing freetype (2.13.3-r0) - (20/43) Installing fontconfig (2.15.0-r1) - (21/43) Installing pixman (0.43.4-r1) - (22/43) Installing cairo (1.18.2-r1) - (23/43) Installing libdeflate (1.22-r0) - (24/43) Installing libintl (0.22.5-r0) - (25/43) Installing libeconf (0.6.3-r0) - (26/43) Installing libblkid (2.40.4-r0) - (27/43) Installing libmount (2.40.4-r0) - (28/43) Installing glib (2.82.4-r0) - (29/43) Installing icu-data-en (74.2-r0) - Executing icu-data-en-74.2-r0.post-install - * - * If you need ICU with non-English locales and legacy charset support, install - * package icu-data-full. - * - (30/43) Installing icu-libs (74.2-r0) - (31/43) Installing libjpeg-turbo (3.0.4-r0) - (32/43) Installing libxft (2.3.8-r3) - (33/43) Installing fribidi (1.0.16-r0) - (34/43) Installing graphite2 (1.3.14-r6) - (35/43) Installing harfbuzz (9.0.0-r1) - (36/43) Installing pango (1.54.0-r1) - (37/43) Installing tzdata (2024b-r1) - (38/43) Installing tcl (8.6.15-r0) - (39/43) Installing libsharpyuv (1.4.0-r0) - (40/43) Installing libwebp (1.4.0-r0) - (41/43) Installing tiff (4.7.0-r0) - (42/43) Installing tk (8.6.15-r0) - (43/43) Installing R (4.4.2-r0) - Executing R-4.4.2-r0.post-install - * - * If you want to install R packages from CRAN that contains native extensions, - * then you must also install R-dev. - * - * To avoid warnings about R.css when installing R extensions also install R-doc. - * - Executing busybox-1.37.0-r12.trigger - Executing glib-2.82.4-r0.trigger - OK: 442 MiB in 145 packages <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved batteries.3.9.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved conf-r.1.0.0 (cached) -> retrieved cpm.12.2.0 (cached) -> retrieved cpu.2.0.0 (cached) -> retrieved dolog.6.0.0 (cached) -> installed conf-autoconf.0.2 -> installed conf-r.1.0.0 -> retrieved dune.3.17.2 (cached) -> retrieved line_oriented.1.3.0 (cached) -> retrieved minicli.5.0.2 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved orrandomForest.3.0.0 (cached) -> retrieved parany.14.0.1 (cached) -> installed num.1.5-1 -> installed ocamlfind.1.9.8 -> installed dune.3.17.2 -> installed dolog.6.0.0 -> installed minicli.5.0.2 -> installed camlp-streams.5.0.1 -> installed cpu.2.0.0 -> installed parany.14.0.1 -> installed batteries.3.9.0 -> installed line_oriented.1.3.0 -> installed cpm.12.2.0 -> installed orrandomForest.3.0.0 Done. <><> orrandomForest.3.0.0 installed successfully ><><><><><><><><><><><><><><><> => Please interact with R to install needed things in user-space: R install.packages('Marix', repos='http://cran.r-project.org') install.packages('randomForest', repos='http://cran.r-project.org') # To update the current shell environment, run: eval $(opam env) 2025-02-11 16:55.49 ---> saved as "18c236003da1f7022de80e49cc52779dbbc3b70397b81bd649ee68f740eeb790" /home/opam: (run (network host) (shell "(opam reinstall --with-test orrandomForest.3.0.0) || true")) The following actions will be performed: === recompile 2 packages - recompile cpm 12.2.0 [uses conf-gnuplot] - recompile orrandomForest 3.0.0 (pinned) === install 1 package - install conf-gnuplot 0.1 [required by orrandomForest] The following system packages will first need to be installed: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apk to install them (may need root/sudo access) 2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apk" "add" "gnuplot" - (1/9) Installing libcerf (2.4-r0) - ERROR: libcerf-2.4-r0: temporary error (try again later) - (2/9) Installing libxpm (3.5.17-r0) - (3/9) Installing aom-libs (3.11.0-r0) - (4/9) Installing libdav1d (1.5.0-r0) - (5/9) Installing libavif (1.0.4-r0) - (6/9) Installing libgd (2.3.3-r9) - (7/9) Installing lua5.3-libs (5.3.6-r6) - (8/9) Installing libwebpmux (1.4.0-r0) - (9/9) Installing gnuplot (6.0.1-r0) - Executing busybox-1.37.0-r12.trigger - 1 error; 454 MiB in 153 packages [ERROR] System package install failed with exit code 1 at command: sudo apk add gnuplot <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] The compilation of conf-gnuplot.0.1 failed at "gnuplot --version". -> retrieved cpm.12.2.0 (https://github.com/UnixJunkie/cpmlib/archive/v12.2.0.tar.gz) -> retrieved orrandomForest.3.0.0 (https://github.com/UnixJunkie/orrandomForest/archive/v3.0.0.tar.gz) #=== ERROR while compiling conf-gnuplot.0.1 ===================================# # context 2.4.0~alpha1~dev | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/conf-gnuplot.0.1 # command ~/.opam/opam-init/hooks/sandbox.sh build gnuplot --version # exit-code 127 # env-file ~/.opam/log/conf-gnuplot-7-6ec566.env # output-file ~/.opam/log/conf-gnuplot-7-6ec566.out ### output ### # Error loading shared library libcerf.so.2: No such file or directory (needed by /usr/bin/gnuplot) # Error relocating /usr/bin/gnuplot: erfi: symbol not found # Error relocating /usr/bin/gnuplot: voigt: symbol not found # Error relocating /usr/bin/gnuplot: cerf: symbol not found # Error relocating /usr/bin/gnuplot: cdawson: symbol not found # Error relocating /usr/bin/gnuplot: im_w_of_x: symbol not found # Error relocating /usr/bin/gnuplot: re_w_of_z: symbol not found # Error relocating /usr/bin/gnuplot: w_of_z: symbol not found <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build conf-gnuplot 0.1 +- - No changes have been performed # To update the current shell environment, run: eval $(opam env) 2025-02-11 16:56.11 ---> saved as "84405fd3f7ea2d7f74daafc33f3b5320bc9a02676cb7cf1b7f28723970ca96e8" /home/opam: (run (shell "opam reinstall --with-test --verbose orrandomForest.3.0.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 \"\\\"alpine-3.21\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'orrandomForest.3.0.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === recompile 2 packages - recompile cpm 12.2.0 [uses conf-gnuplot] - recompile orrandomForest 3.0.0 (pinned) === install 1 package - install conf-gnuplot 0.1 [required by orrandomForest] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/11: [cpm.12.2.0: extract] Processing 3/11: [cpm.12.2.0: extract] [conf-gnuplot: gnuplot] -> retrieved cpm.12.2.0 (cached) Processing 3/11: [conf-gnuplot: gnuplot] Processing 4/11: [orrandomForest.3.0.0: extract] [conf-gnuplot: gnuplot] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "gnuplot" "--version" (CWD=/home/opam/.opam/5.3/.opam-switch/build/conf-gnuplot.0.1) - Error loading shared library libcerf.so.2: No such file or directory (needed by /usr/bin/gnuplot) - Error relocating /usr/bin/gnuplot: erfi: symbol not found - Error relocating /usr/bin/gnuplot: voigt: symbol not found - Error relocating /usr/bin/gnuplot: cerf: symbol not found - Error relocating /usr/bin/gnuplot: cdawson: symbol not found - Error relocating /usr/bin/gnuplot: im_w_of_x: symbol not found - Error relocating /usr/bin/gnuplot: re_w_of_z: symbol not found - Error relocating /usr/bin/gnuplot: w_of_z: symbol not found [ERROR] The compilation of conf-gnuplot.0.1 failed at "gnuplot --version". Processing 4/11: [orrandomForest.3.0.0: extract] Processing 5/11: [orrandomForest.3.0.0: extract] Processing 6/11: [orrandomForest.3.0.0: extract] -> retrieved orrandomForest.3.0.0 (cached) #=== ERROR while compiling conf-gnuplot.0.1 ===================================# # context 2.4.0~alpha1~dev | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/conf-gnuplot.0.1 # command ~/.opam/opam-init/hooks/sandbox.sh build gnuplot --version # exit-code 127 # env-file ~/.opam/log/conf-gnuplot-7-709781.env # output-file ~/.opam/log/conf-gnuplot-7-709781.out ### output ### # Error loading shared library libcerf.so.2: No such file or directory (needed by /usr/bin/gnuplot) # Error relocating /usr/bin/gnuplot: erfi: symbol not found # Error relocating /usr/bin/gnuplot: voigt: symbol not found # Error relocating /usr/bin/gnuplot: cerf: symbol not found # Error relocating /usr/bin/gnuplot: cdawson: symbol not found # Error relocating /usr/bin/gnuplot: im_w_of_x: symbol not found # Error relocating /usr/bin/gnuplot: re_w_of_z: symbol not found # Error relocating /usr/bin/gnuplot: w_of_z: symbol not found <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions were aborted | - recompile cpm 12.2.0 | - recompile orrandomForest 3.0.0 +- +- The following actions failed | - build conf-gnuplot 0.1 +- - No changes have been performed # To update the current shell environment, run: eval $(opam env) 'opam reinstall --with-test --verbose orrandomForest.3.0.0' failed. [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1. [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1. opam-repo-ci detected dependencies failing: conf-gnuplot.0.1 "/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose orrandomForest.3.0.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 "\"alpine-3.21\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'orrandomForest.3.0.0' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 1 2025-02-11 16:56.30: Job failed: Failed: Build failed 2025-02-11 16:56.30: Log analysis: 2025-02-11 16:56.30: >>> [ERROR] System package install failed with exit code 1 at command: (score = 20) 2025-02-11 16:56.30: >>> [ERROR] The compilation of conf-gnuplot.0.1 failed at "gnuplot --version". (score = 20) 2025-02-11 16:56.30: >>> [ERROR] The compilation of conf-gnuplot.0.1 failed at "gnuplot --version". (score = 20) 2025-02-11 16:56.30: >>> opam-repo-ci detected dependencies failing: conf-gnuplot.0.1 (score = 75) 2025-02-11 16:56.30: conf-gnuplot.0.1 failed to build