(for PR #27877)
2025-05-14 14:51.28: New job: build portmidi.0.4, using opam 2.2 from https://github.com/ocaml/opam-repository.git#refs/pull/27877/head (e3173ed98df13b263b60afce9d8eed1c1f613fcf) on debian-12-ocaml-4.14/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/27877/head" && git reset --hard e3173ed9 git fetch origin master git merge --no-edit dbc9ec7b83bac3673185542221a571372b6abb35 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.2 /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 portmidi.0.4 0.4 RUN opam reinstall portmidi.0.4; \ 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" != 'portmidi.0.4' && 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-05-14 14:51.28: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453-portmidi.0.4-e3173ed98df13b263b60afce9d8eed1c1f613fcf" 2025-05-14 14:51.28: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 portmidi.0.4 0.4")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall portmidi.0.4;\ \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\" != 'portmidi.0.4' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-05-14 14:51.28: Waiting for resource in pool OCluster 2025-05-14 14:51.28: Waiting for worker… 2025-05-14 14:51.31: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 95% (21967/23017) Updating files: 96% (22097/23017) Updating files: 97% (22327/23017) Updating files: 98% (22557/23017) Updating files: 99% (22787/23017) Updating files: 100% (23017/23017) Updating files: 100% (23017/23017), done. HEAD is now at dbc9ec7b83 Merge pull request #27871 from vincent-botbol/vbot@fix-conf-openjdk-alpine Updating dbc9ec7b83..e3173ed98d Fast-forward packages/portmidi/portmidi.0.4/opam | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/portmidi/portmidi.0.4/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453' locally docker.io/ocaml/opam@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453: Pulling from ocaml/opam d87a8547d746: Pulling fs layer d87a8547d746: Verifying Checksum d87a8547d746: Download complete d87a8547d746: Pull complete Digest: sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453 Status: Downloaded newer image for ocaml/opam@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453 2025-05-14 14:52.48 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2025-05-14 14:52.48 ---> using "a49ffcefd0677475bb29ccc4c6d93811dbe1bfb9325e549542d1e2008b8b44e2" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-14 14:52.48 ---> using "b75ac7664f4d4a5d9e48ca9e72c7a93f765270a00bd8f23bbaa2422a0edccd8f" 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.2.1 (01e9a24a61e23e42d513b4b775d8c30c807439b2) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-0install # install-criteria # upgrade-criteria # jobs 255 # 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-05-14 14:52.48 ---> using "f01d893bf24245f50bef3d47363b2adeb707c4c74bb85c6933dd85e815caf8a8" 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-05-14 14:52.48 ---> using "876a6f0f3fd28b317d63ca8784bae2286c769e464b857ec961674d3c82f88c25" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-14 14:52.54 ---> saved as "a5221e5b0bc515101bb8cab861e6cd81d82ffab432f375d455bdd7bf265cf219" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-14 14:53.17 ---> saved as "d271ff84e86c7d23b6758645bb1fe23dc188aaa308a43f59df1bd1f5e1560a04" /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 [258 kB] - Fetched 362 kB in 0s (1131 kB/s) - Reading package lists... 2025-05-14 14:53.19 ---> saved as "f33d58b38f9d003f16bde2fb69f3679bd61b33f447556ca228a31b7ccfcf405c" /home/opam: (run (shell "opam pin add -k version -yn portmidi.0.4 0.4")) portmidi is now pinned to version 0.4 2025-05-14 14:53.20 ---> saved as "3cd905d057c63a8baf192975c389d81def5564369c61f9746d820d20dd25f02f" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall portmidi.0.4;\ \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\" != 'portmidi.0.4' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) portmidi.0.4 is not installed. Install it? [y/n] y The following actions will be performed: === install 69 packages - install base v0.16.4 [required by core_kernel] - install base_bigstring v0.16.0 [required by core] - install base_quickcheck v0.16.0 [required by core] - install bigarray-compat 1.1.0 [required by ctypes] - install bin_prot v0.16.0 [required by core] - install conf-libffi 2.0.0 [required by ctypes-foreign] - install conf-libportmidi 1 [required by portmidi] - install conf-pkg-config 4 [required by portmidi] - install core v0.16.2 [required by core_kernel] - install core_kernel v0.16.0 [required by portmidi] - install csexp 1.5.2 [required by dune-configurator] - install ctypes 0.23.0 [required by portmidi] - install ctypes-foreign 0.23.0 [required by portmidi] - install dune 3.18.2 [required by portmidi] - install dune-configurator 3.18.2 [required by portmidi] - install fieldslib v0.16.0 [required by core] - install int_repr v0.16.0 [required by core_kernel] - install integers 0.7.0 [required by ctypes] - install jane-street-headers v0.16.0 [required by core] - install jst-config v0.16.0 [required by core] - install num 1.5-1 [required by sexplib] - install ocaml-compiler-libs v0.12.4 [required by ppxlib] - install parsexp v0.16.0 [required by sexplib] - install portmidi 0.4 (pinned) - install ppx_assert v0.16.0 [required by core] - install ppx_base v0.16.0 [required by core] - install ppx_bench v0.16.0 [required by ppx_jane] - install ppx_bin_prot v0.16.0 [required by ppx_jane] - install ppx_cold v0.16.0 [required by ppx_base] - install ppx_compare v0.16.0 [required by ppx_base, bin_prot] - install ppx_custom_printf v0.16.0 [required by ppx_jane] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_disable_unused_warnings v0.16.0 [required by ppx_jane] - install ppx_enumerate v0.16.0 [required by ppx_base] - install ppx_expect v0.16.1 [required by ppx_jane] - install ppx_fields_conv v0.16.0 [required by ppx_jane] - install ppx_fixed_literal v0.16.0 [required by ppx_jane] - install ppx_globalize v0.16.0 [required by ppx_base] - install ppx_hash v0.16.0 [required by core] - install ppx_here v0.16.0 [required by ppx_jane] - install ppx_ignore_instrumentation v0.16.0 [required by ppx_jane] - install ppx_inline_test v0.16.1 [required by core] - install ppx_jane v0.16.0 [required by portmidi] - install ppx_let v0.16.0 [required by ppx_jane] - install ppx_log v0.16.0 [required by ppx_jane] - install ppx_module_timer v0.16.0 [required by ppx_jane] - install ppx_optcomp v0.16.0 [required by core_kernel] - install ppx_optional v0.16.0 [required by ppx_jane] - install ppx_pipebang v0.16.0 [required by ppx_jane] - install ppx_sexp_conv v0.16.0 [required by core] - install ppx_sexp_message v0.16.0 [required by core] - install ppx_sexp_value v0.16.0 [required by ppx_jane] - install ppx_stable v0.16.0 [required by ppx_jane] - install ppx_stable_witness v0.16.0 [required by ppx_jane] - install ppx_string v0.16.0 [required by ppx_jane] - install ppx_tydi v0.16.0 [required by ppx_jane] - install ppx_typerep_conv v0.16.0 [required by ppx_jane] - install ppx_variants_conv v0.16.0 [required by ppx_jane] - install ppxlib 0.35.0 [required by ppx_jane] - install re 1.12.0 [required by ppx_expect] - install seq base [required by re] - install sexplib v0.16.0 [required by core] - install sexplib0 v0.16.0 [required by base] - install splittable_random v0.16.0 [required by core] - install stdio v0.16.0 [required by core] - install stdlib-shims 0.3.0 [required by integers] - install time_now v0.16.0 [required by core] - install typerep v0.16.0 [required by core] - install variantslib v0.16.0 [required by core] The following system packages will first need to be installed: libffi-dev libportmidi-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" "libffi-dev" "libportmidi-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package alsa-topology-conf. - (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 ... 18747 files and directories currently installed.) - Preparing to unpack .../00-alsa-topology-conf_1.2.5.1-2_all.deb ... - Unpacking alsa-topology-conf (1.2.5.1-2) ... - Selecting previously unselected package libasound2-data. - Preparing to unpack .../01-libasound2-data_1.2.8-1_all.deb ... - Unpacking libasound2-data (1.2.8-1) ... - Selecting previously unselected package libasound2:amd64. - Preparing to unpack .../02-libasound2_1.2.8-1+b1_amd64.deb ... - Unpacking libasound2:amd64 (1.2.8-1+b1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../03-alsa-ucm-conf_1.2.8-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.8-1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../04-libffi-dev_3.4.4-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.4-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../05-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package libportmidi0:amd64. - Preparing to unpack .../06-libportmidi0_1%3a217-6.1_amd64.deb ... - Unpacking libportmidi0:amd64 (1:217-6.1) ... - Selecting previously unselected package libportmidi-dev. - Preparing to unpack .../07-libportmidi-dev_1%3a217-6.1_amd64.deb ... - Unpacking libportmidi-dev (1:217-6.1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../08-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../09-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../10-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libffi-dev:amd64 (3.4.4-1) ... - Setting up libasound2-data (1.2.8-1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up alsa-topology-conf (1.2.5.1-2) ... - Setting up libasound2:amd64 (1.2.8-1+b1) ... - Setting up alsa-ucm-conf (1.2.8-1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libportmidi0:amd64 (1:217-6.1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libportmidi-dev (1:217-6.1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (cached) -> retrieved base_bigstring.v0.16.0 (cached) -> retrieved base_quickcheck.v0.16.0 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bin_prot.v0.16.0 (cached) -> retrieved conf-libportmidi.1 (cached) -> retrieved core.v0.16.2 (cached) -> installed conf-pkg-config.4 -> retrieved core_kernel.v0.16.0 (cached) -> installed conf-libffi.2.0.0 -> installed conf-libportmidi.1 -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached) -> retrieved fieldslib.v0.16.0 (cached) -> retrieved int_repr.v0.16.0 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jane-street-headers.v0.16.0 (cached) -> retrieved jst-config.v0.16.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved portmidi.0.4 (https://github.com/mbacarella/portmidi/releases/download/0.4/portmidi-0.4.tbz) -> retrieved ppx_assert.v0.16.0 (cached) -> retrieved ppx_base.v0.16.0 (cached) -> retrieved ppx_bench.v0.16.0 (cached) -> retrieved ppx_bin_prot.v0.16.0 (cached) -> retrieved ppx_cold.v0.16.0 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_custom_printf.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_disable_unused_warnings.v0.16.0 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_expect.v0.16.1 (cached) -> retrieved ppx_fields_conv.v0.16.0 (cached) -> retrieved ppx_fixed_literal.v0.16.0 (cached) -> retrieved ppx_globalize.v0.16.0 (cached) -> retrieved ppx_hash.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_ignore_instrumentation.v0.16.0 (cached) -> retrieved ppx_inline_test.v0.16.1 (cached) -> retrieved ppx_jane.v0.16.0 (cached) -> retrieved ppx_let.v0.16.0 (cached) -> retrieved ppx_log.v0.16.0 (cached) -> retrieved ppx_module_timer.v0.16.0 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_optional.v0.16.0 (cached) -> retrieved ppx_pipebang.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ppx_sexp_message.v0.16.0 (cached) -> retrieved ppx_sexp_value.v0.16.0 (cached) -> retrieved ppx_stable.v0.16.0 (cached) -> retrieved ppx_stable_witness.v0.16.0 (cached) -> retrieved ppx_string.v0.16.0 (cached) -> retrieved ppx_tydi.v0.16.0 (cached) -> retrieved ppx_typerep_conv.v0.16.0 (cached) -> retrieved ppx_variants_conv.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved splittable_random.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.16.0 (cached) -> retrieved typerep.v0.16.0 (cached) -> retrieved variantslib.v0.16.0 (cached) -> installed num.1.5-1 -> installed dune.3.18.2 -> installed jane-street-headers.v0.16.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed parsexp.v0.16.0 -> installed dune-configurator.3.18.2 -> installed sexplib.v0.16.0 -> installed base.v0.16.4 -> installed ctypes.0.23.0 -> installed fieldslib.v0.16.0 -> installed variantslib.v0.16.0 -> installed stdio.v0.16.0 -> installed typerep.v0.16.0 -> installed ctypes-foreign.0.23.0 -> installed ppxlib.0.35.0 -> installed ppx_globalize.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_disable_unused_warnings.v0.16.0 -> installed ppx_here.v0.16.0 -> installed ppx_tydi.v0.16.0 -> installed ppx_stable_witness.v0.16.0 -> installed ppx_typerep_conv.v0.16.0 -> installed ppx_variants_conv.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_fields_conv.v0.16.0 -> installed ppx_stable.v0.16.0 -> installed ppx_pipebang.v0.16.0 -> installed ppx_ignore_instrumentation.v0.16.0 -> installed ppx_fixed_literal.v0.16.0 -> installed ppx_optional.v0.16.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_let.v0.16.0 -> installed ppx_hash.v0.16.0 -> installed ppx_assert.v0.16.0 -> installed ppx_sexp_value.v0.16.0 -> installed ppx_sexp_message.v0.16.0 -> installed ppx_custom_printf.v0.16.0 -> installed ppx_base.v0.16.0 -> installed jst-config.v0.16.0 -> installed ppx_log.v0.16.0 -> installed ppx_string.v0.16.0 -> installed bin_prot.v0.16.0 -> installed time_now.v0.16.0 -> installed ppx_bin_prot.v0.16.0 -> installed ppx_module_timer.v0.16.0 -> installed ppx_inline_test.v0.16.1 -> installed ppx_bench.v0.16.0 -> installed ppx_expect.v0.16.1 -> installed splittable_random.v0.16.0 -> installed base_quickcheck.v0.16.0 -> installed ppx_jane.v0.16.0 -> installed int_repr.v0.16.0 -> installed base_bigstring.v0.16.0 -> installed core.v0.16.2 -> installed core_kernel.v0.16.0 -> installed portmidi.0.4 Done. # Run eval $(opam env) to update the current shell environment 2025-05-14 14:54.56 ---> saved as "6e5e0f8b8558ffcdb204f8c6abd405c328ba980e049c5c077a1e97e8dd252a1b" Job succeeded 2025-05-14 14:55.02: Job succeeded