(for PR #21122)
2022-04-07 12:54.47: New job: build mirage-block-ccm.1.0.2, lower-bounds, using opam 2.1 from https://github.com/ocaml/opam-repository.git#refs/pull/21122/head (854464dcb0d584c0d9a7b6cbdf5b33d0d390d5b6) on debian-11-ocaml-4.13/amd64 To reproduce locally: git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/21122/head" && git reset --hard 854464dc git fetch origin master git merge 4d72a962379797389a56c9429260f356d6033ac7 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.13@sha256:e57c7001d6bbf2d0db20ae61734d37668adb487f7db99ff69ef0a41b8d8a7827 USER 1000:1000 WORKDIR /home/opam RUN for pkg in $(opam pin list --short); do opam pin remove "$pkg"; done RUN opam repository remove -a multicore || true RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam RUN opam init --reinit -ni ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMSOLVERTIMEOUT="500" ENV OPAMPRECISETRACKING="1" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam pin add -k version -yn mirage-block-ccm.1.0.2 1.0.2 RUN opam update --depexts RUN opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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"); \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ done; \ exit 1 ENV OPAMCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMEXTERNALSOLVER="builtin-0install" RUN opam update --depexts RUN opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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"); \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ done; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2022-04-07 12:54.47: Using cache hint "ocaml/opam:debian-11-ocaml-4.13@sha256:e57c7001d6bbf2d0db20ae61734d37668adb487f7db99ff69ef0a41b8d8a7827-mirage-block-ccm.1.0.2-854464dcb0d584c0d9a7b6cbdf5b33d0d390d5b6" 2022-04-07 12:54.47: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.13@sha256:e57c7001d6bbf2d0db20ae61734d37668adb487f7db99ff69ef0a41b8d8a7827) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "for pkg in $(opam pin list --short); do opam pin remove \"$pkg\"; done")) (run (shell "opam repository remove -a multicore || true")) (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) (run (shell "opam init --reinit --config .opamrc-sandbox -ni")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMSOLVERTIMEOUT 500) (env OPAMPRECISETRACKING 1) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (shell "opam pin add -k version -yn mirage-block-ccm.1.0.2 1.0.2")) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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 for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) (env OPAMCRITERIA +removed,+count[version-lag,solution]) (env OPAMEXTERNALSOLVER builtin-0install) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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 for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) ) 2022-04-07 12:54.47: Waiting for resource in pool OCluster 2022-04-07 13:17.53: Waiting for worker... 2022-04-07 13:19.59: Got resource from pool OCluster Building on marpe.ocamllabs.io All commits already cached Updating files: 48% (12276/25408) Updating files: 49% (12450/25408) Updating files: 50% (12704/25408) Updating files: 51% (12959/25408) Updating files: 52% (13213/25408) Updating files: 53% (13467/25408) Updating files: 54% (13721/25408) Updating files: 55% (13975/25408) Updating files: 56% (14229/25408) Updating files: 57% (14483/25408) Updating files: 58% (14737/25408) Updating files: 59% (14991/25408) Updating files: 60% (15245/25408) Updating files: 61% (15499/25408) Updating files: 62% (15753/25408) Updating files: 63% (16008/25408) Updating files: 64% (16262/25408) Updating files: 65% (16516/25408) Updating files: 66% (16770/25408) Updating files: 67% (17024/25408) Updating files: 68% (17278/25408) Updating files: 69% (17532/25408) Updating files: 70% (17786/25408) Updating files: 71% (18040/25408) Updating files: 72% (18294/25408) Updating files: 73% (18548/25408) Updating files: 74% (18802/25408) Updating files: 75% (19056/25408) Updating files: 76% (19311/25408) Updating files: 77% (19565/25408) Updating files: 78% (19819/25408) Updating files: 79% (20073/25408) Updating files: 80% (20327/25408) Updating files: 81% (20581/25408) Updating files: 82% (20835/25408) Updating files: 83% (21089/25408) Updating files: 84% (21343/25408) Updating files: 85% (21597/25408) Updating files: 86% (21851/25408) Updating files: 87% (22105/25408) Updating files: 88% (22360/25408) Updating files: 89% (22614/25408) Updating files: 90% (22868/25408) Updating files: 91% (23122/25408) Updating files: 92% (23376/25408) Updating files: 93% (23630/25408) Updating files: 94% (23884/25408) Updating files: 95% (24138/25408) Updating files: 95% (24359/25408) Updating files: 96% (24392/25408) Updating files: 97% (24646/25408) Updating files: 98% (24900/25408) Updating files: 99% (25154/25408) Updating files: 100% (25408/25408) Updating files: 100% (25408/25408), done. HEAD is now at 4d72a96237 Merge pull request #21082 from zoggy/opam-publish-chamo.3.0 Merge made by the 'recursive' strategy. .../mirage-block-ccm/mirage-block-ccm.1.0.2/opam | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 packages/mirage-block-ccm/mirage-block-ccm.1.0.2/opam (from ocaml/opam:debian-11-ocaml-4.13@sha256:e57c7001d6bbf2d0db20ae61734d37668adb487f7db99ff69ef0a41b8d8a7827) 2022-04-07 13:27.32 ---> using "eba59e3ac73df7b0cc1afbbe83dbba79cf28b80c0b635616134a7f856bd0628a" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "for pkg in $(opam pin list --short); do opam pin remove \"$pkg\"; done")) Ok, ocaml-base-compiler is no longer pinned to https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz (version 4.13.1) No package build needed. Nothing to do. # Run eval $(opam env) to update the current shell environment 2022-04-07 13:27.32 ---> using "3846efbb44bcef4a99fbd02dc4f373625f9dfb9705e3be605d958b2d3d5a4f42" from cache /home/opam: (run (shell "opam repository remove -a multicore || true")) [WARNING] No configured repositories by these names found: multicore 2022-04-07 13:27.32 ---> using "604faf52b3cfd1c38b0d1517ba2536f5d37b39fe51cd6ae77a20ec774917e143" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 13:27.32 ---> using "4593c6c5d0574ab1e7a9c1732082999357e1a41d90128d6906724c1e8a76a053" from cache /home/opam: (run (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.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2022-04-07 13:27.32 ---> using "2e7be84a560e8201e8ed71fef0e436c71893f8896c7fd23aeb4658ec99284f74" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMSOLVERTIMEOUT 500) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (run (shell "rm -rf opam-repository/")) 2022-04-07 13:27.32 ---> using "794e773b2adc88c8a853a98f4c5ffcf08ea4357889a2e7b817e11ba37547f373" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 13:27.42 ---> saved as "b9109041e773c9e5b6cf285f4bd34923f33faa8eae32dee3945d6ba0c08c83ee" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 13:27.58 ---> saved as "3c5c0c5d15e27df0e4905926bb3d837c938c5c44ced8cae46f33db2cb9677741" /home/opam: (run (shell "opam pin add -k version -yn mirage-block-ccm.1.0.2 1.0.2")) mirage-block-ccm is now pinned to version 1.0.2 2022-04-07 13:28.01 ---> saved as "9b103a7541cf5980e1570c3679dfab75817acaa631b0e9e3a65a83f8ae6017e3" /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] - Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] - Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] - Fetched 207 kB in 0s (454 kB/s) - Reading package lists... - 2022-04-07 13:28.03 ---> saved as "dc7e9731f5ed13bd0f02faa19027ba730f589871dbf80f32ff331412ddf00f12" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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 for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) [NOTE] mirage-block-ccm.1.0.2 is not installed. Nothing to do. The following actions will be performed: - install conf-pkg-config 2 - install seq base - install dune 3.0.3 - install ocamlfind 1.9.3 - install ocamlbuild 0.14.1 - install result 1.5 - install duration 0.2.0 - install csexp 1.5.1 - install cppo 1.6.8 - install bigarray-compat 1.1.0 - install base-bytes base - install topkg 1.0.5 - install dune-configurator 3.0.3 - install mmap 1.2.0 - install ocplib-endian 1.2 - install mtime 1.4.0 - install fmt 0.9.0 - install lwt 5.5.0 - install cstruct 6.1.0 - install logs 0.7.0 - install mirage-block 3.0.0 - install eqaf 0.8 - install mirage-crypto 0.10.6 - install mirage-crypto-rng 0.10.6 ===== 24 to install ===== The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (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 ... 18283 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.66.8-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.66.8-1_all.deb ... - Unpacking libglib2.0-data (2.66.8-1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../2-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../4-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../5-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../6-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.66.8-1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Setting up shared-mime-info (2.0-1) ... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved cppo.1.6.8 (cached) -> retrieved csexp.1.5.1 (cached) -> retrieved cstruct.6.1.0 (cached) -> installed conf-pkg-config.2 -> retrieved dune.3.0.3 (cached) -> retrieved dune-configurator.3.0.3 (cached) -> retrieved duration.0.2.0 (cached) -> retrieved eqaf.0.8 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt.5.5.0 (cached) -> retrieved mirage-block.3.0.0 (cached) -> retrieved mirage-crypto.0.10.6 (cached) -> retrieved mirage-crypto-rng.0.10.6 (cached) -> retrieved mmap.1.2.0 (cached) -> retrieved mtime.1.4.0 (cached) -> retrieved ocamlbuild.0.14.1 (cached) -> retrieved ocamlfind.1.9.3 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved result.1.5 (cached) -> installed seq.base -> retrieved topkg.1.0.5 (cached) -> installed ocamlfind.1.9.3 -> installed base-bytes.base -> installed ocamlbuild.0.14.1 -> installed topkg.1.0.5 -> installed dune.3.0.3 -> installed duration.0.2.0 -> installed csexp.1.5.1 -> installed fmt.0.9.0 -> installed mtime.1.4.0 -> installed bigarray-compat.1.1.0 -> installed result.1.5 -> installed mmap.1.2.0 -> installed cstruct.6.1.0 -> installed cppo.1.6.8 -> installed ocplib-endian.1.2 -> installed eqaf.0.8 -> installed dune-configurator.3.0.3 -> installed mirage-crypto.0.10.6 -> installed lwt.5.5.0 -> installed mirage-block.3.0.0 -> installed logs.0.7.0 -> installed mirage-crypto-rng.0.10.6 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install mirage-block-ccm 1.0.2* <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved mirage-block-ccm.1.0.2 (cached) Processing 2/3: [mirage-block-ccm: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-block-ccm" "-j" "31" (CWD=/home/opam/.opam/4.13/.opam-switch/build/mirage-block-ccm.1.0.2) -> compiled mirage-block-ccm.1.0.2 -> installed mirage-block-ccm.1.0.2 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 13:28.57 ---> saved as "403acd6829a4df88ccd171e30c11df3330d8caf0764c75d01962b95fd945fd4b" /home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMEXTERNALSOLVER builtin-0install) /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Hit:2 http://deb.debian.org/debian bullseye-updates InRelease - Hit:3 http://security.debian.org/debian-security bullseye-security InRelease - Reading package lists... 2022-04-07 13:29.02 ---> saved as "98441eaf87b5b39c43e59e9a0642b0c7da98da9ce2e72232efec678105ff32d3" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove mirage-block-ccm.1.0.2 && opam install --deps-only mirage-block-ccm.1.0.2 && opam install -v mirage-block-ccm.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 for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) The following actions will be performed: - remove mirage-block-ccm 1.0.2* <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed mirage-block-ccm.1.0.2 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - downgrade ocamlbuild 0.14.1 to 0.14.0 - remove opam-depext 1.2.1 - install jbuilder 1.0+beta20.1 [required by cppo] - downgrade ocamlfind 1.9.3 to 1.9.1 - remove csexp 1.5.1 [conflicts with dune] - downgrade result 1.5 to 1.0 - downgrade conf-pkg-config 2 to 1.0 - recompile base-bytes base [uses ocamlfind] - downgrade topkg 1.0.5 to 1.0.3 [uses ocamlbuild, ocamlfind] - downgrade dune 3.0.3 to 2.8.5 - downgrade cppo 1.6.8 to 1.6.1 - downgrade mtime 1.4.0 to 1.0.0 [uses ocamlbuild, ocamlfind] - downgrade fmt 0.9.0 to 0.8.0 [uses ocamlfind, ocamlbuild, result] - downgrade duration 0.2.0 to 0.1.0 [uses ocamlbuild, ocamlfind] - install dune-private-libs 2.3.0 [required by dune-configurator] - downgrade seq base to 0.2.2 [uses dune] - downgrade mmap 1.2.0 to 1.1.0 [uses dune] - downgrade bigarray-compat 1.1.0 to 1.0.0 [uses dune] - downgrade ocplib-endian 1.2 to 1.0 [uses ocamlbuild, cppo, ocamlfind] - downgrade dune-configurator 3.0.3 to 2.3.0 [uses dune] - downgrade cstruct 6.1.0 to 6.0.0 [uses dune] - downgrade lwt 5.5.0 to 5.4.0 [uses dune, cppo, result] - downgrade eqaf 0.8 to 0.7 [uses dune] - install mirage-device 2.0.0 [required by mirage-block] - downgrade logs 0.7.0 to 0.6.2 [uses ocamlfind, ocamlbuild, result] - downgrade mirage-crypto 0.10.6 to 0.8.5 [uses conf-pkg-config, dune] - downgrade mirage-block 3.0.0 to 2.0.1 [uses dune] - downgrade mirage-crypto-rng 0.10.6 to 0.8.5 [uses dune] ===== 3 to install | 1 to recompile | 22 to downgrade | 2 to remove ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed opam-depext.1.2.1 -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved cppo.1.6.1 (cached) -> retrieved cstruct.6.0.0 (cached) -> retrieved dune.2.8.5 (cached) -> retrieved dune-configurator.2.3.0 (cached) -> retrieved dune-private-libs.2.3.0 (cached) -> retrieved duration.0.1.0 (cached) -> retrieved eqaf.0.7 (cached) -> retrieved fmt.0.8.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved logs.0.6.2 (cached) -> retrieved lwt.5.4.0 (cached) -> retrieved mirage-block.2.0.1 (cached) -> retrieved mirage-crypto.0.8.5 (cached) -> retrieved mirage-crypto-rng.0.8.5 (cached) -> retrieved mirage-device.2.0.0 (cached) -> retrieved mmap.1.1.0 (cached) -> retrieved mtime.1.0.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.9.1 (cached) -> retrieved ocplib-endian.1.0 (cached) -> retrieved result.1.0 (cached) -> retrieved seq.0.2.2 (cached) -> retrieved topkg.1.0.3 (cached) -> installed jbuilder.1.0+beta20.1 -> removed mirage-block.3.0.0 -> removed mirage-crypto-rng.0.10.6 -> removed duration.0.2.0 -> removed logs.0.7.0 -> removed lwt.5.5.0 -> removed mirage-crypto.0.10.6 -> removed conf-pkg-config.2 -> removed dune-configurator.3.0.3 -> removed csexp.1.5.1 -> removed eqaf.0.8 -> removed cstruct.6.1.0 -> removed fmt.0.9.0 -> removed mmap.1.2.0 -> removed bigarray-compat.1.1.0 -> removed mtime.1.4.0 -> removed ocplib-endian.1.2 -> removed base-bytes.base -> removed cppo.1.6.8 -> removed result.1.5 -> removed dune.3.0.3 -> removed seq.base -> removed topkg.1.0.5 -> removed ocamlbuild.0.14.1 -> removed ocamlfind.1.9.3 -> installed conf-pkg-config.1.0 -> installed dune.2.8.5 -> installed ocamlbuild.0.14.0 -> installed ocamlfind.1.9.1 -> installed base-bytes.base -> installed bigarray-compat.1.0.0 -> installed mmap.1.1.0 -> installed result.1.0 -> installed seq.0.2.2 -> installed dune-private-libs.2.3.0 -> installed cppo.1.6.1 -> installed cstruct.6.0.0 -> installed eqaf.0.7 -> installed dune-configurator.2.3.0 -> installed mirage-crypto.0.8.5 -> installed topkg.1.0.3 -> installed duration.0.1.0 -> installed ocplib-endian.1.0 -> installed fmt.0.8.0 -> installed mtime.1.0.0 -> installed lwt.5.4.0 -> installed mirage-device.2.0.0 -> installed logs.0.6.2 -> installed mirage-block.2.0.1 -> installed mirage-crypto-rng.0.8.5 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install mirage-block-ccm 1.0.2* <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/3: [mirage-block-ccm: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-block-ccm" "-j" "31" (CWD=/home/opam/.opam/4.13/.opam-switch/build/mirage-block-ccm.1.0.2) -> compiled mirage-block-ccm.1.0.2 -> installed mirage-block-ccm.1.0.2 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 13:30.13 ---> saved as "d6421e0fdeb95e5a27c444879dae8acf8306b7e8985509077b66f532c620c1b1" Job succeeded 2022-04-07 13:31.38: Job succeeded