(for PR #21122)
2022-04-07 12:54.47: New job: test mirage-block-ccm.1.0.2, using opam 2.1 from https://github.com/ocaml/opam-repository.git#refs/pull/21122/head (854464dcb0d584c0d9a7b6cbdf5b33d0d390d5b6) on ubuntu-21.10-ocaml-4.14/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:ubuntu-21.10-ocaml-4.14@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937 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 "\"ubuntu-21.10\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ done; \ exit 1 RUN opam update --depexts RUN opam remove mirage-block-ccm.1.0.2 && opam install --deps-only --with-test mirage-block-ccm.1.0.2 && opam install -v --with-test 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 "\"ubuntu-21.10\""; 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:ubuntu-21.10-ocaml-4.14@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937-mirage-block-ccm.1.0.2-854464dcb0d584c0d9a7b6cbdf5b33d0d390d5b6" 2022-04-07 12:54.47: Using OBuilder spec: ((from ocaml/opam:ubuntu-21.10-ocaml-4.14@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937) (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 \"\\\"ubuntu-21.10\\\"\"; 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")) (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 --with-test mirage-block-ccm.1.0.2 && opam install -v --with-test 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 \"\\\"ubuntu-21.10\\\"\"; 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.58: Waiting for worker... 2022-04-07 13:22.09: Got resource from pool OCluster Building on x86-bm-7.ocamllabs.io All commits already cached Updating files: 6% (1539/25408) Updating files: 7% (1779/25408) Updating files: 8% (2033/25408) Updating files: 9% (2287/25408) Updating files: 10% (2541/25408) Updating files: 11% (2795/25408) Updating files: 12% (3049/25408) Updating files: 12% (3107/25408) Updating files: 13% (3304/25408) Updating files: 14% (3558/25408) Updating files: 15% (3812/25408) Updating files: 16% (4066/25408) Updating files: 17% (4320/25408) Updating files: 18% (4574/25408) Updating files: 19% (4828/25408) Updating files: 20% (5082/25408) Updating files: 20% (5154/25408) Updating files: 21% (5336/25408) Updating files: 22% (5590/25408) Updating files: 23% (5844/25408) Updating files: 24% (6098/25408) Updating files: 25% (6352/25408) Updating files: 26% (6607/25408) Updating files: 26% (6836/25408) Updating files: 27% (6861/25408) Updating files: 28% (7115/25408) Updating files: 29% (7369/25408) Updating files: 30% (7623/25408) Updating files: 31% (7877/25408) Updating files: 32% (8131/25408) Updating files: 32% (8321/25408) Updating files: 33% (8385/25408) Updating files: 34% (8639/25408) Updating files: 35% (8893/25408) Updating files: 36% (9147/25408) Updating files: 37% (9401/25408) Updating files: 37% (9584/25408) Updating files: 38% (9656/25408) Updating files: 39% (9910/25408) Updating files: 40% (10164/25408) Updating files: 41% (10418/25408) Updating files: 42% (10672/25408) Updating files: 42% (10916/25408) Updating files: 43% (10926/25408) Updating files: 44% (11180/25408) Updating files: 45% (11434/25408) Updating files: 46% (11688/25408) Updating files: 47% (11942/25408) Updating files: 47% (12061/25408) Updating files: 48% (12196/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: 53% (13509/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: 59% (15240/25408) Updating files: 60% (15245/25408) Updating files: 61% (15499/25408) Updating files: 62% (15753/25408) Updating files: 63% (16008/25408) Updating files: 63% (16106/25408) Updating files: 64% (16262/25408) Updating files: 65% (16516/25408) Updating files: 66% (16770/25408) Updating files: 66% (16837/25408) Updating files: 67% (17024/25408) Updating files: 68% (17278/25408) Updating files: 68% (17490/25408) Updating files: 69% (17532/25408) Updating files: 70% (17786/25408) Updating files: 71% (18040/25408) Updating files: 71% (18224/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: 76% (19403/25408) Updating files: 77% (19565/25408) Updating files: 78% (19819/25408) Updating files: 79% (20073/25408) Updating files: 80% (20327/25408) Updating files: 80% (20343/25408) Updating files: 81% (20581/25408) Updating files: 82% (20835/25408) Updating files: 82% (21066/25408) Updating files: 83% (21089/25408) Updating files: 84% (21343/25408) Updating files: 85% (21597/25408) Updating files: 85% (21830/25408) Updating files: 86% (21851/25408) Updating files: 87% (22105/25408) Updating files: 88% (22360/25408) Updating files: 88% (22480/25408) Updating files: 89% (22614/25408) Updating files: 90% (22868/25408) Updating files: 90% (23083/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% (24162/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:ubuntu-21.10-ocaml-4.14@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937) Unable to find image 'ocaml/opam:ubuntu-21.10-ocaml-4.14@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937' locally docker.io/ocaml/opam@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937: Pulling from ocaml/opam 49dc71d53e6d: Already exists a0b92c63f185: Already exists b21b5c9e26f5: Pulling fs layer b21b5c9e26f5: Download complete b21b5c9e26f5: Pull complete Digest: sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937 Status: Downloaded newer image for ocaml/opam@sha256:3d7e9188e5308d6568c0a406ec92b32395973c9bbf6ed5ea886448ed0d509937 2022-04-07 13:22.36 ---> using "8654931e4c2d84984c52054c75235f618bd0c149430d172f86d78278a5828421" 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.14.0.tar.gz (version 4.14.0) Already up-to-date. Nothing to do. # Run eval $(opam env) to update the current shell environment 2022-04-07 13:22.36 ---> using "4c04984e8d0d48ea458656937241e177194b5305e2922d42faeb0d7489b10e31" 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:22.36 ---> using "7d627b24b6521e2356cc98e48e8f355e1fedddc2007a9dd0c98c94460fd16315" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 13:22.36 ---> using "5b7a5a25b61d63d07bbacc79f8bbba554002c9756db8d588c69665cea1a14d35" 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:22.36 ---> using "7856daa6179be81a80f1b3ee627f5d8dacf41ea07493b8bbe927dac4d7174d74" 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:22.36 ---> using "ac823fc68da384c85b3088103b4f23492d7928f8f41d3bcae16fd6b424d501ba" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 13:23.34 ---> saved as "881652b6b6d09091571a2f718816b739c03cc0f406112f33962efaabb6441730" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 13:24.07 ---> saved as "a1634f94d0d8820ab29b03cd23fde5065b11004fb45e32ea759bfb70ec8aa74e" /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:24.09 ---> saved as "793422317c0343e9b6ab8e82d456f3fb6bef8755d6decc1aa4305f6e7c07cf3a" /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu impish InRelease - Get:2 http://security.ubuntu.com/ubuntu impish-security InRelease [110 kB] - Get:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease [115 kB] - Get:4 http://archive.ubuntu.com/ubuntu impish-backports InRelease [101 kB] - Get:5 http://security.ubuntu.com/ubuntu impish-security/main amd64 Packages [364 kB] - Get:6 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 Packages [449 kB] - Get:7 http://security.ubuntu.com/ubuntu impish-security/universe amd64 Packages [171 kB] - Get:8 http://archive.ubuntu.com/ubuntu impish-updates/universe amd64 Packages [225 kB] - Get:9 http://archive.ubuntu.com/ubuntu impish-backports/universe amd64 Packages [5198 B] - Fetched 1541 kB in 1s (1302 kB/s) - Reading package lists... - 2022-04-07 13:24.12 ---> saved as "4cbcb0f52e79268a129b0cad25848bda523588acef61a6427948ee9ef6d85bd5" /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 \"\\\"ubuntu-21.10\\\"\"; 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 ... 15418 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.68.4-1ubuntu1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.68.4-1ubuntu1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.68.4-1ubuntu1_all.deb ... - Unpacking libglib2.0-data (2.68.4-1ubuntu1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../2-libicu67_67.1-7ubuntu1_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7ubuntu1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.12+dfsg-4ubuntu0.1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.12+dfsg-4ubuntu0.1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../4-shared-mime-info_2.1-1_amd64.deb ... - Unpacking shared-mime-info (2.1-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu3_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu3) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../6-pkg-config_0.29.2-1ubuntu1_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu1) ... - Setting up libicu67:amd64 (67.1-7ubuntu1) ... - Setting up xdg-user-dirs (0.17-2ubuntu3) ... - Setting up libglib2.0-0:amd64 (2.68.4-1ubuntu1) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.68.4-1ubuntu1) ... - Setting up pkg-config (0.29.2-1ubuntu1) ... - Setting up libxml2:amd64 (2.9.12+dfsg-4ubuntu0.1) ... - Setting up shared-mime-info (2.1-1) ... - Processing triggers for libc-bin (2.34-0ubuntu3.2) ... <><> 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 fmt.0.9.0 -> installed mtime.1.4.0 -> installed dune.3.0.3 -> installed duration.0.2.0 -> installed csexp.1.5.1 -> installed bigarray-compat.1.1.0 -> installed result.1.5 -> installed cstruct.6.1.0 -> installed cppo.1.6.8 -> installed eqaf.0.8 -> installed mmap.1.2.0 -> installed ocplib-endian.1.2 -> 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: [mirage-block-ccm.1.0.2: http] Processing 1/3: -> retrieved mirage-block-ccm.1.0.2 (https://github.com/sg2342/mirage-block-ccm/releases/download/1.0.2/mirage-block-ccm-1.0.2.tbz) Processing 2/3: [mirage-block-ccm: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-block-ccm" "-j" "47" (CWD=/home/opam/.opam/4.14/.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:25.39 ---> saved as "68eba29cf746cc2a6a11edf069cc95cfb79e3833990d4017d10edac235c227da" /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://security.ubuntu.com/ubuntu impish-security InRelease - Hit:2 http://archive.ubuntu.com/ubuntu impish InRelease - Hit:3 http://archive.ubuntu.com/ubuntu impish-updates InRelease - Hit:4 http://archive.ubuntu.com/ubuntu impish-backports InRelease - Reading package lists... - 2022-04-07 13:25.43 ---> saved as "4211e1f79d55e23885cf7fcc1dbba32bc0de614f6163ece063eb4bb726bc0977" /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 --with-test mirage-block-ccm.1.0.2 && opam install -v --with-test 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 \"\\\"ubuntu-21.10\\\"\"; 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: - install stdlib-shims 0.3.0 - install ounit2 2.2.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ounit2.2.2.6 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.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 2/3: [mirage-block-ccm: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mirage-block-ccm" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mirage-block-ccm.1.0.2) Processing 2/3: [mirage-block-ccm: dune runtest] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "mirage-block-ccm" "-j" "47" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mirage-block-ccm.1.0.2) - (cd _build/default/tests && ./testrunner.exe) - ..... - Ran: 5 tests in: 0.11 seconds. - OK -> 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:26.57 ---> saved as "2538ae0dc6a5566db115c51d74b27b8316c6851a2dd15df641a4d2d6b85f9452" Job succeeded 2022-04-07 13:28.18: Job succeeded