(for PR #27694)
2025-03-30 09:11.26: New job: test pds.6.55, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27694/head (09db603cd7cfcdbbf924185b5ec7cf8bec2fc299) on debian-12-ocaml-5.3/ppc64le To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27694/head" && git reset --hard 09db603c git fetch origin master git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374 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 pds.6.55 6.55 RUN opam reinstall pds.6.55; \ 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" != 'pds.6.55' && 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 pds.6.55) || true RUN opam reinstall --with-test --verbose pds.6.55; \ 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" != 'pds.6.55' && 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-30 09:11.26: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374-pds.6.55-09db603cd7cfcdbbf924185b5ec7cf8bec2fc299" 2025-03-30 09:11.26: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374) (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 pds.6.55 6.55")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall pds.6.55;\ \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\" != 'pds.6.55' && 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 pds.6.55) || true")) (run (shell "opam reinstall --with-test --verbose pds.6.55;\ \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\" != 'pds.6.55' && 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-30 09:11.26: Waiting for resource in pool OCluster 2025-03-30 09:11.26: Waiting for worker… 2025-03-30 09:11.27: Got resource from pool OCluster Building on orithia.caelum.ci.dev All commits already cached Updating files: 27% (6345/22765) Updating files: 28% (6375/22765) Updating files: 29% (6602/22765) Updating files: 30% (6830/22765) Updating files: 31% (7058/22765) Updating files: 32% (7285/22765) Updating files: 33% (7513/22765) Updating files: 34% (7741/22765) Updating files: 35% (7968/22765) Updating files: 36% (8196/22765) Updating files: 37% (8424/22765) Updating files: 38% (8651/22765) Updating files: 39% (8879/22765) Updating files: 40% (9106/22765) Updating files: 41% (9334/22765) Updating files: 42% (9562/22765) Updating files: 43% (9789/22765) Updating files: 44% (10017/22765) Updating files: 45% (10245/22765) Updating files: 46% (10472/22765) Updating files: 47% (10700/22765) Updating files: 48% (10928/22765) Updating files: 49% (11155/22765) Updating files: 50% (11383/22765) Updating files: 51% (11611/22765) Updating files: 52% (11838/22765) Updating files: 53% (12066/22765) Updating files: 54% (12294/22765) Updating files: 55% (12521/22765) Updating files: 56% (12749/22765) Updating files: 57% (12977/22765) Updating files: 58% (13204/22765) Updating files: 59% (13432/22765) Updating files: 60% (13659/22765) Updating files: 61% (13887/22765) Updating files: 62% (14115/22765) Updating files: 63% (14342/22765) Updating files: 64% (14570/22765) Updating files: 65% (14798/22765) Updating files: 66% (15025/22765) Updating files: 67% (15253/22765) Updating files: 68% (15481/22765) Updating files: 69% (15708/22765) Updating files: 70% (15936/22765) Updating files: 71% (16164/22765) Updating files: 71% (16230/22765) Updating files: 72% (16391/22765) Updating files: 73% (16619/22765) Updating files: 74% (16847/22765) Updating files: 75% (17074/22765) Updating files: 76% (17302/22765) Updating files: 77% (17530/22765) Updating files: 78% (17757/22765) Updating files: 79% (17985/22765) Updating files: 80% (18212/22765) Updating files: 81% (18440/22765) Updating files: 82% (18668/22765) Updating files: 83% (18895/22765) Updating files: 84% (19123/22765) Updating files: 85% (19351/22765) Updating files: 86% (19578/22765) Updating files: 87% (19806/22765) Updating files: 88% (20034/22765) Updating files: 89% (20261/22765) Updating files: 90% (20489/22765) Updating files: 91% (20717/22765) Updating files: 92% (20944/22765) Updating files: 93% (21172/22765) Updating files: 94% (21400/22765) Updating files: 95% (21627/22765) Updating files: 96% (21855/22765) Updating files: 97% (22083/22765) Updating files: 98% (22310/22765) Updating files: 99% (22538/22765) Updating files: 100% (22765/22765) Updating files: 100% (22765/22765), done. HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328 Updating a8a89f62d8..09db603cd7 Fast-forward packages/pds/pds.6.55/opam | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 packages/pds/pds.6.55/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374' locally docker.io/ocaml/opam@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374: Pulling from ocaml/opam Digest: sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374 Status: Downloaded newer image for ocaml/opam@sha256:4906e1d0afead66634b2a474f9f3e757943afeb0dace45171d01222dbfe36374 2025-03-30 09:11.37 ---> using "f43ad1682532a5fcf3687d748871e9fedc62f80ca18d3f9e9cadbbf2169f929c" 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-03-30 09:11.37 ---> using "d0841c64e6fe2200424ada2cea4aadd526c8672d180546d85ef01d8062777875" 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. Continue? [Y/n] y 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. 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-03-30 09:11.37 ---> using "a5aa1241dd347a140c1a81b3df4653a6d79ee4942b519c484f8d523b2b0efdca" 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 (fcce0c8d871702aabac0a216e45212ff004cfe79) # self-upgrade no # system arch=ppc64 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 175 # 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-03-30 09:11.37 ---> using "0597ee82f6fcbfb31b6e656ae8ba3ac98dd59150200c190372f19ac2cdcc6062" 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-03-30 09:11.37 ---> using "4bd5eb7ce174c08b3c5d2b80167ecb08241b5891331a01edd7d3f34ad8720ef7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-30 09:12.12 ---> saved as "3c8d1dfbf315d510409e30bdeea3d736686dd74974c34ca1cf009a4c24326a1e" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-30 09:13.09 ---> saved as "c6abdaff0cc2637c5f0c642e595354570efba339e8e94e57ddc7b1e0f6eab0ea" /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 bookworm-updates/main ppc64el Packages.diff/Index [16.2 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [236 kB] - Fetched 356 kB in 6s (64.2 kB/s) - Reading package lists... - 2025-03-30 09:13.16 ---> saved as "d6be1d54dbc56d50bdd6b00a1c13f179878368e5e95bca66514b87538a49bc0f" /home/opam: (run (shell "opam pin add -k version -yn pds.6.55 6.55")) pds is now pinned to version 6.55 2025-03-30 09:13.18 ---> saved as "f936d320e8bc450668c047826eabc2b3ba4b1360032c6d9fe0e2ddcdec090c48" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall pds.6.55;\ \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\" != 'pds.6.55' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) pds.6.55 is not installed. Install it? [Y/n] y The following actions will be performed: === install 35 packages - install base-bytes base [required by process] - install cmdliner 1.3.0 [required by pds] - install conf-pkg-config 4 [required by conf-sqlite3] - install conf-sqlite3 1 [required by sqlite3] - install containers 3.15 [required by pds] - install cppo 1.8.0 [required by ppx_deriving] - install crunch 4.0.0 [required by pds] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.17.2 [required by sqlite3, ppx_deriving, containers, etc.] - install dune-configurator 3.17.2 [required by containers, sqlite3] - install either 1.0.0 [required by containers] - install fmt 0.10.0 [required by pds] - install gen 1.1 [required by sedlex] - install ISO8601 0.2.6 [required by toml] - install logs 0.8.0 [required by pds] - install menhir 20240715 [required by toml] - install menhirCST 20240715 [required by menhir] - install menhirLib 20240715 [required by menhir] - install menhirSdk 20240715 [required by menhir] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocamlbuild 0.16.1 [required by logs, fmt, process] - install ocamlfind 1.9.8 [required by pds] - install pds 6.55 (pinned) - install ppx_derivers 1.2.1 [required by ppx_deriving] - install ppx_deriving 6.0.3 [required by pds] - install ppxlib 0.35.0 [required by ppx_deriving, sedlex] - install process 0.2.1 [required by pds] - install ptime 1.2.0 [required by crunch] - install sedlex 3.3 [required by pds] - install seq base [required by gen] - install sexplib0 v0.17.0 [required by ppxlib] - install sqlite3 5.3.1 [required by pds] - install stdlib-shims 0.3.0 [required by ppxlib] - install toml 7.1.0 [required by pds] - install topkg 1.0.8 [required by fmt, logs] The following system packages will first need to be installed: libsqlite3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpkgconf3:ppc64el. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18718 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-1_ppc64el.deb ... - Unpacking libpkgconf3:ppc64el (1.8.1-1) ... - Selecting previously unselected package libsqlite3-dev:ppc64el. - Preparing to unpack .../libsqlite3-dev_3.40.1-2+deb12u1_ppc64el.deb ... - Unpacking libsqlite3-dev:ppc64el (3.40.1-2+deb12u1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:ppc64el. - Preparing to unpack .../pkgconf_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkg-config:ppc64el. - Preparing to unpack .../pkg-config_1.8.1-1_ppc64el.deb ... - Unpacking pkg-config:ppc64el (1.8.1-1) ... - Setting up libpkgconf3:ppc64el (1.8.1-1) ... - Setting up libsqlite3-dev:ppc64el (3.40.1-2+deb12u1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up pkgconf:ppc64el (1.8.1-1) ... - Setting up pkg-config:ppc64el (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> installed conf-pkg-config.4 -> retrieved containers.3.15 (cached) -> installed conf-sqlite3.1 -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved ISO8601.0.2.6 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> installed cmdliner.1.3.0 -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved pds.6.55 (http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved process.0.2.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sqlite3.5.3.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved toml.7.1.0 (cached) -> retrieved topkg.1.0.8 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed process.0.2.1 -> installed topkg.1.0.8 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed logs.0.8.0 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed either.1.0.0 -> installed gen.1.1 -> installed ISO8601.0.2.6 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.17.2 -> installed sqlite3.5.3.1 -> installed containers.3.15 -> installed menhir.20240715 -> installed toml.7.1.0 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed sedlex.3.3 -> installed pds.6.55 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-30 09:14.28 ---> saved as "8c73d2abdd13bc5998d40e7a1529f74687ae50246b9f87453006d45c3b4ac8d8" /home/opam: (run (network host) (shell "(opam reinstall --with-test pds.6.55) || true")) The following actions will be performed: === recompile 1 package - recompile pds 6.55 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved pds.6.55 (http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz) [ERROR] The compilation of pds.6.55 failed at "make -j175 test". #=== ERROR while compiling pds.6.55 ===========================================# # context 2.4.0~alpha1~dev | linux/ppc64 | ocaml-base-compiler.5.3.0 | pinned(http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz) # path ~/.opam/5.3/.opam-switch/build/pds.6.55 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j175 test # exit-code 2 # env-file ~/.opam/log/pds-7-c00339.env # output-file ~/.opam/log/pds-7-c00339.out ### output ### # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template \ # -C build/release/pds_template release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela \ # -C build/release/snabela release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds \ # -C build/release/pds release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' # cd smoke-tests && env MAKE=make ./test # Testing globals-formatted # Passed globals-formatted # Testing simple-formatted # Passed simple-formatted # Testing simple-output # Passed simple-output # Testing simple-selector-both-formatted # diff -x 'pds\.db' -r /opam-tmp/tmp.VOZAY6Weeq/simple-selector-both-formatted/output expected/output # 1d0 # < src foo library ocaml hi # 2a2 # > src foo library ocaml hi # Passed simple-selector-both-formatted # Testing simple-selector-build-formatted # Passed simple-selector-build-formatted # Testing simple-selector-default-compile-formatted # Passed simple-selector-default-compile-formatted # Testing simple-selector-default-formatted # Passed simple-selector-default-formatted # Testing simple-selector-do-not-build-default-formatted # Passed simple-selector-do-not-build-default-formatted # Testing simple-selector-do-not-build-formatted # Passed simple-selector-do-not-build-formatted # Testing simple-selector-found-compile-formatted # Passed simple-selector-found-compile-formatted # Testing simple-selector-found-formatted # Passed simple-selector-found-formatted # Testing simple-selector-not-found-formatted # Passed simple-selector-not-found-formatted # Testing simple-selector-tests-do-not-build-formatted # Passed simple-selector-tests-do-not-build-formatted # Testing simple-selector-tests-formatted # Passed simple-selector-tests-formatted # Testing tests # Passed tests # make: *** [Makefile:15: smoke-tests] Error 1 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build pds 6.55 +- - No changes have been performed # To update the current shell environment, run: eval $(opam env) 2025-03-30 09:14.40 ---> saved as "744af33c6138b81e2913cc7d993b07665647efa8e33c9d9f4b7af8590a71a148" /home/opam: (run (shell "opam reinstall --with-test --verbose pds.6.55;\ \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\" != 'pds.6.55' && 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 1 package - recompile pds 6.55 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [pds.6.55: extract] -> retrieved pds.6.55 (cached) Processing 2/4: [pds: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j175" (CWD=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55) - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template \ - -C build/release/pds_template release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela \ - -C build/release/snabela release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' - ocaml-crunch -m plain ../../../files > ../../../src/pds_template/pds_template.ml - cd ../../../src/snabela && \ - ocamlfind ocamldep -package sedlex \ - snabela.ml snabela_lexer.ml snabela.mli > /home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela/.d - cd ../../../src/pds_template && \ - ocamlfind ocamldep \ - pds_template.ml pds_template.ml > /home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template/.d - ocamlfind ocamlopt -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -c ../../../src/pds_template/pds_template.ml -o pds_template.cmx - ocamlfind ocamlopt -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela_lexer.ml -o snabela_lexer.cmx - ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela_lexer.ml -o snabela_lexer.cmo - ocamlfind ocamlopt -bin-annot -w '@f@p@u@s@40' -thread -a -I +camlp4 -o pds_template.cmxa \ - pds_template.cmx - ocamlfind ocamlc -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -c ../../../src/pds_template/pds_template.ml -o pds_template.cmo - ocamlfind ocamlc -bin-annot -w '@f@p@u@s@40' -custom -thread -a -I +camlp4 -o pds_template.cma \ - pds_template.cmo - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' - ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela.mli -o snabela.cmi - ocamlfind ocamlopt -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela.ml -o snabela.cmx - ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela.ml -o snabela.cmo - ocamlfind ocamlopt -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -thread -a -I +camlp4 -o snabela.cmxa \ - snabela_lexer.cmx snabela.cmx - ocamlfind ocamlc -package sedlex -bin-annot -w '@f@p@u@s@40' -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -custom -thread -a -I +camlp4 -o snabela.cma \ - snabela_lexer.cmo snabela.cmo - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds \ - -C build/release/pds release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' - cd ../../../src/pds && \ - ocamlfind ocamldep \ - pds.ml > /home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds/.d - ocamlfind ocamlopt -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -c ../../../src/pds/pds.ml -o pds.cmx - ocamlfind ocamlc -thread -I +camlp4 -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -c ../../../src/pds/pds.ml -o pds.cmo - ocamlfind ocamlopt -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -thread -linkpkg -I +camlp4 -o pds.native \ - pds.cmx - ocamlfind ocamlc -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -custom -thread -linkpkg -I +camlp4 -o pds.byte \ - pds.cmo - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' Processing 2/4: [pds: make test] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j175" "test" (CWD=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55) - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template \ - -C build/release/pds_template release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela \ - -C build/release/snabela release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' - make[1]: Nothing to be done for 'release'. - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' - make[1]: Nothing to be done for 'release'. - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' - make \ - OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ - BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds \ - -C build/release/pds release - make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' - make[1]: Nothing to be done for 'release'. - make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' - cd smoke-tests && env MAKE=make ./test - Testing globals-formatted - Passed globals-formatted - Testing simple-formatted - Passed simple-formatted - Testing simple-output - Passed simple-output - Testing simple-selector-both-formatted - diff -x 'pds\.db' -r /opam-tmp/tmp.D8myIIhGHK/simple-selector-both-formatted/output expected/output - 1d0 - < src foo library ocaml hi - 2a2 - > src foo library ocaml hi - Passed simple-selector-both-formatted - Testing simple-selector-build-formatted - Passed simple-selector-build-formatted - Testing simple-selector-default-compile-formatted - Passed simple-selector-default-compile-formatted - Testing simple-selector-default-formatted - Passed simple-selector-default-formatted - Testing simple-selector-do-not-build-default-formatted - Passed simple-selector-do-not-build-default-formatted - Testing simple-selector-do-not-build-formatted - Passed simple-selector-do-not-build-formatted - Testing simple-selector-found-compile-formatted - Passed simple-selector-found-compile-formatted - Testing simple-selector-found-formatted - Passed simple-selector-found-formatted - Testing simple-selector-not-found-formatted - Passed simple-selector-not-found-formatted - Testing simple-selector-tests-do-not-build-formatted - Passed simple-selector-tests-do-not-build-formatted - Testing simple-selector-tests-formatted - Passed simple-selector-tests-formatted - Testing tests - Passed tests - make: *** [Makefile:15: smoke-tests] Error 1 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build pds 6.55 +- - No changes have been performed [ERROR] The compilation of pds.6.55 failed at "make -j175 test". #=== ERROR while compiling pds.6.55 ===========================================# # context 2.4.0~alpha1~dev | linux/ppc64 | ocaml-base-compiler.5.3.0 | pinned(http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz) # path ~/.opam/5.3/.opam-switch/build/pds.6.55 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j175 test # exit-code 2 # env-file ~/.opam/log/pds-6-23227c.env # output-file ~/.opam/log/pds-6-23227c.out ### output ### # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template \ # -C build/release/pds_template release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela \ # -C build/release/snabela release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds_template' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/snabela' # make \ # OCAMLPATH=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release: \ # BUILD_DIR=/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds \ # -C build/release/pds release # make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' # make[1]: Nothing to be done for 'release'. # make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/pds.6.55/build/release/pds' # cd smoke-tests && env MAKE=make ./test # Testing globals-formatted # Passed globals-formatted # Testing simple-formatted # Passed simple-formatted # Testing simple-output # Passed simple-output # Testing simple-selector-both-formatted # diff -x 'pds\.db' -r /opam-tmp/tmp.D8myIIhGHK/simple-selector-both-formatted/output expected/output # 1d0 # < src foo library ocaml hi # 2a2 # > src foo library ocaml hi # Passed simple-selector-both-formatted # Testing simple-selector-build-formatted # Passed simple-selector-build-formatted # Testing simple-selector-default-compile-formatted # Passed simple-selector-default-compile-formatted # Testing simple-selector-default-formatted # Passed simple-selector-default-formatted # Testing simple-selector-do-not-build-default-formatted # Passed simple-selector-do-not-build-default-formatted # Testing simple-selector-do-not-build-formatted # Passed simple-selector-do-not-build-formatted # Testing simple-selector-found-compile-formatted # Passed simple-selector-found-compile-formatted # Testing simple-selector-found-formatted # Passed simple-selector-found-formatted # Testing simple-selector-not-found-formatted # Passed simple-selector-not-found-formatted # Testing simple-selector-tests-do-not-build-formatted # Passed simple-selector-tests-do-not-build-formatted # Testing simple-selector-tests-formatted # Passed simple-selector-tests-formatted # Testing tests # Passed tests # make: *** [Makefile:15: smoke-tests] Error 1 # To update the current shell environment, run: eval $(opam env) 'opam reinstall --with-test --verbose pds.6.55' 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. "/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose pds.6.55; 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" != 'pds.6.55' && 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-03-30 09:16.05: Job failed: Failed: Build failed 2025-03-30 09:16.05: Log analysis: 2025-03-30 09:16.05: >>> [ERROR] The compilation of pds.6.55 failed at "make -j175 test". (score = 20) 2025-03-30 09:16.05: >>> [ERROR] The compilation of pds.6.55 failed at "make -j175 test". (score = 20) 2025-03-30 09:16.05: The compilation of pds.6.55 failed at "make -j175 test".