(for PR #21050)
2022-04-07 16:32.18: New job: test llopt.1.0.0 with conf-python-3.9.0.0, using opam 2.1 from https://github.com/ocaml/opam-repository.git#refs/pull/21050/head (408cb884f1855ff33d5c4b904ad54843ed97f9c6) on debian-11-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/21050/head" && git reset --hard 408cb884 git fetch origin master git merge c66b6a131c3f85d4bb738e6005eb60bb24383030 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f 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 conf-python-3.9.0.0 9.0.0 RUN opam update --depexts RUN opam remove conf-python-3.9.0.0 && opam install --deps-only conf-python-3.9.0.0 && opam install -v conf-python-3.9.0.0; \ 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 RUN opam update --depexts RUN opam remove llopt.1.0.0 && opam install --deps-only llopt.1.0.0 && opam install -v llopt.1.0.0; \ 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 RUN opam update --depexts RUN opam remove llopt.1.0.0 && opam install --deps-only --with-test llopt.1.0.0 && opam install -v --with-test llopt.1.0.0; \ 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 16:32.18: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f-conf-python-3.9.0.0-llopt.1.0.0-408cb884f1855ff33d5c4b904ad54843ed97f9c6" 2022-04-07 16:32.18: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f) (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 conf-python-3.9.0.0 9.0.0")) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove conf-python-3.9.0.0 && opam install --deps-only conf-python-3.9.0.0 && opam install -v conf-python-3.9.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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")) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove llopt.1.0.0 && opam install --deps-only llopt.1.0.0 && opam install -v llopt.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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")) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove llopt.1.0.0 && opam install --deps-only --with-test llopt.1.0.0 && opam install -v --with-test llopt.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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 16:32.18: Waiting for resource in pool OCluster 2022-04-07 16:39.58: Waiting for worker... 2022-04-07 16:42.56: Got resource from pool OCluster Building on laodoke.ocamllabs.io All commits already cached Updating files: 40% (10277/25409) Updating files: 41% (10418/25409) Updating files: 42% (10672/25409) Updating files: 43% (10926/25409) Updating files: 44% (11180/25409) Updating files: 45% (11435/25409) Updating files: 46% (11689/25409) Updating files: 47% (11943/25409) Updating files: 48% (12197/25409) Updating files: 49% (12451/25409) Updating files: 50% (12705/25409) Updating files: 51% (12959/25409) Updating files: 52% (13213/25409) Updating files: 53% (13467/25409) Updating files: 54% (13721/25409) Updating files: 55% (13975/25409) Updating files: 56% (14230/25409) Updating files: 57% (14484/25409) Updating files: 58% (14738/25409) Updating files: 59% (14992/25409) Updating files: 60% (15246/25409) Updating files: 61% (15500/25409) Updating files: 62% (15754/25409) Updating files: 63% (16008/25409) Updating files: 64% (16262/25409) Updating files: 65% (16516/25409) Updating files: 66% (16770/25409) Updating files: 67% (17025/25409) Updating files: 68% (17279/25409) Updating files: 69% (17533/25409) Updating files: 70% (17787/25409) Updating files: 71% (18041/25409) Updating files: 72% (18295/25409) Updating files: 73% (18549/25409) Updating files: 74% (18803/25409) Updating files: 75% (19057/25409) Updating files: 76% (19311/25409) Updating files: 76% (19516/25409) Updating files: 77% (19565/25409) Updating files: 78% (19820/25409) Updating files: 79% (20074/25409) Updating files: 80% (20328/25409) Updating files: 81% (20582/25409) Updating files: 82% (20836/25409) Updating files: 83% (21090/25409) Updating files: 84% (21344/25409) Updating files: 85% (21598/25409) Updating files: 86% (21852/25409) Updating files: 87% (22106/25409) Updating files: 88% (22360/25409) Updating files: 89% (22615/25409) Updating files: 90% (22869/25409) Updating files: 91% (23123/25409) Updating files: 92% (23377/25409) Updating files: 93% (23631/25409) Updating files: 94% (23885/25409) Updating files: 95% (24139/25409) Updating files: 96% (24393/25409) Updating files: 97% (24647/25409) Updating files: 98% (24901/25409) Updating files: 99% (25155/25409) Updating files: 100% (25409/25409) Updating files: 100% (25409/25409), done. HEAD is now at c66b6a131c Merge pull request #21135 from kit-ty-kate/jst-v15-unlock Merge made by the 'recursive' strategy. .../conf-python-3.9.0.0/files/test.py | 1 + packages/conf-python-3/conf-python-3.9.0.0/opam | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 packages/conf-python-3/conf-python-3.9.0.0/files/test.py create mode 100644 packages/conf-python-3/conf-python-3.9.0.0/opam (from ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f) Unable to find image 'ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f' locally docker.io/ocaml/opam@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f: Pulling from ocaml/opam dbba69284b27: Already exists d5625030247c: Already exists f45a8a06e9f1: Pulling fs layer f45a8a06e9f1: Download complete f45a8a06e9f1: Pull complete Digest: sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f Status: Downloaded newer image for ocaml/opam@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f 2022-04-07 16:43.34 ---> using "f5c2edee3210c7026d8f9c4d405fd408152fa5c0e3cae41cd0e1e93630dfb3ce" 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 16:43.34 ---> using "c319625cdb3b99390fd54482edceace8bde8899671ef81c92c1503963072dd08" from cache /home/opam: (run (shell "opam repository remove -a multicore || true")) [WARNING] No configured repositories by these names found: multicore 2022-04-07 16:43.34 ---> using "b9b7cc593f8fcb58626ea48eb27f64ab34f73f3259ca2d7d7d75b3b7c31ecfa0" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 16:43.34 ---> using "ecf7903648823f2dda51b8d12a71a91ae08a0a1094dbef1b808300620c69ee0f" 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 16:43.34 ---> using "87462000ba3b5e431e2362fe3cd788e13e44da3a0c9fec8af9d5e5ab33d11e8d" 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 16:43.34 ---> using "4c5cef59babee8fcbad5e4aba1a5deedb36f3f9dfbecd083ad8e2c2e2842e5d2" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 16:43.35 ---> using "547693c843d2b7da08471cc8ec6177c2001db73b88d5ca1d593eaf9686088809" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 16:43.35 ---> using "c3c2700725c46f295d646bfd43bf3c5b4228b7295cfbd849b7ad267bb1ac9531" from cache /home/opam: (run (shell "opam pin add -k version -yn conf-python-3.9.0.0 9.0.0")) conf-python-3 is now pinned to version 9.0.0 2022-04-07 16:43.35 ---> using "edb7a5b4e9049970d1205e51e8cd291c843fdc8c45e9cd115af9d1a100422534" from cache /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 (458 kB/s) - Reading package lists... - 2022-04-07 16:43.35 ---> using "0fa77c338d11c43312bc86182b4b5992ed123810397d600afcde2858eeda9e01" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove conf-python-3.9.0.0 && opam install --deps-only conf-python-3.9.0.0 && opam install -v conf-python-3.9.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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")) Nothing to do. [NOTE] conf-python-3.9.0.0 is not installed. Nothing to do. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install conf-python-3 9.0.0* The following system packages will first need to be installed: python3 <><> 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" "python3" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.9-minimal: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 .../libpython3.9-minimal_3.9.2-1_amd64.deb ... - Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ... - Selecting previously unselected package python3.9-minimal. - Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ... - Unpacking python3.9-minimal (3.9.2-1) ... - Setting up libpython3.9-minimal:amd64 (3.9.2-1) ... - Setting up python3.9-minimal (3.9.2-1) ... - Selecting previously unselected package python3-minimal. - (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 ... 18568 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... - Unpacking python3-minimal (3.9.2-3) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_4.0.0_all.deb ... - Unpacking media-types (4.0.0) ... - Selecting previously unselected package libmpdec3:amd64. - Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... - Unpacking libmpdec3:amd64 (2.5.1-1) ... - Selecting previously unselected package libpython3.9-stdlib:amd64. - Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1_amd64.deb ... - Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ... - Selecting previously unselected package python3.9. - Preparing to unpack .../4-python3.9_3.9.2-1_amd64.deb ... - Unpacking python3.9 (3.9.2-1) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up python3-minimal (3.9.2-3) ... - Selecting previously unselected package python3. - (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 ... 18965 files and directories currently installed.) - Preparing to unpack .../python3_3.9.2-3_amd64.deb ... - Unpacking python3 (3.9.2-3) ... - Setting up media-types (4.0.0) ... - Setting up libmpdec3:amd64 (2.5.1-1) ... - Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ... - Setting up libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up python3.9 (3.9.2-1) ... - Setting up python3 (3.9.2-3) ... - running python rtupdate hooks for python3.9... - running python post-rtupdate hooks for python3.9... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/3: [conf-python-3: python3 test.py] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "python3" "test.py" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-python-3.9.0.0) - python-3 OK -> compiled conf-python-3.9.0.0 -> installed conf-python-3.9.0.0 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:43.58 ---> saved as "ebb83a9a2f98ce870951b06987525f4bb5fd7feff51d419db17c7d7d0e99cc58" /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://security.debian.org/debian-security bullseye-security InRelease - Hit:2 http://deb.debian.org/debian bullseye InRelease - Hit:3 http://deb.debian.org/debian bullseye-updates InRelease - Reading package lists... - 2022-04-07 16:44.03 ---> saved as "758a3814c7574fdc9c2e7bddbf12c5fc88a804632145f32cef3a56875d850709" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove llopt.1.0.0 && opam install --deps-only llopt.1.0.0 && opam install -v llopt.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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] llopt.1.0.0 is not installed. Nothing to do. The following actions will be performed: - install conf-llvm 11.0.0 - install jbuilder 1.0+beta20.2 - install conf-python-2-7 1.2 - install ocamlfind 1.9.3 - install dune 3.0.3 - install conf-cmake 1 - install cmdliner 1.1.1 - install stdlib-shims 0.3.0 - install bigarray-compat 1.1.0 - install integers 0.7.0 - install ctypes 0.20.1 - install llvm 11.0.0 ===== 12 to install ===== The following system packages will first need to be installed: cmake llvm-11-dev python2.7 <><> 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" "cmake" "llvm-11-dev" "python2.7" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython2.7-minimal: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 ... 18985 files and directories currently installed.) - Preparing to unpack .../00-libpython2.7-minimal_2.7.18-8_amd64.deb ... - Unpacking libpython2.7-minimal:amd64 (2.7.18-8) ... - Selecting previously unselected package python2.7-minimal. - Preparing to unpack .../01-python2.7-minimal_2.7.18-8_amd64.deb ... - Unpacking python2.7-minimal (2.7.18-8) ... - Selecting previously unselected package libmagic-mgc. - Preparing to unpack .../02-libmagic-mgc_1%3a5.39-3_amd64.deb ... - Unpacking libmagic-mgc (1:5.39-3) ... - Selecting previously unselected package libmagic1:amd64. - Preparing to unpack .../03-libmagic1_1%3a5.39-3_amd64.deb ... - Unpacking libmagic1:amd64 (1:5.39-3) ... - Selecting previously unselected package file. - Preparing to unpack .../04-file_1%3a5.39-3_amd64.deb ... - Unpacking file (1:5.39-3) ... - Selecting previously unselected package mailcap. - Preparing to unpack .../05-mailcap_3.69_all.deb ... - Unpacking mailcap (3.69) ... - Selecting previously unselected package mime-support. - Preparing to unpack .../06-mime-support_3.66_all.deb ... - Unpacking mime-support (3.66) ... - Selecting previously unselected package libpipeline1:amd64. - Preparing to unpack .../07-libpipeline1_1.5.3-1_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.3-1) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../08-binfmt-support_2.2.1-1_amd64.deb ... - Unpacking binfmt-support (2.2.1-1) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../09-cmake-data_3.18.4-2+deb11u1_all.deb ... - Unpacking cmake-data (3.18.4-2+deb11u1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../10-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../11-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Selecting previously unselected package libarchive13:amd64. - Preparing to unpack .../12-libarchive13_3.4.3-2+deb11u1_amd64.deb ... - Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ... - Selecting previously unselected package libjsoncpp24:amd64. - Preparing to unpack .../13-libjsoncpp24_1.9.4-4_amd64.deb ... - Unpacking libjsoncpp24:amd64 (1.9.4-4) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../14-librhash0_1.4.1-2_amd64.deb ... - Unpacking librhash0:amd64 (1.4.1-2) ... - Selecting previously unselected package libuv1:amd64. - Preparing to unpack .../15-libuv1_1.40.0-2_amd64.deb ... - Unpacking libuv1:amd64 (1.40.0-2) ... - Selecting previously unselected package cmake. - Preparing to unpack .../16-cmake_3.18.4-2+deb11u1_amd64.deb ... - Unpacking cmake (3.18.4-2+deb11u1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../17-libz3-4_4.8.10-1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.10-1) ... - Selecting previously unselected package libllvm11:amd64. - Preparing to unpack .../18-libllvm11_1%3a11.0.1-2_amd64.deb ... - Unpacking libllvm11:amd64 (1:11.0.1-2) ... - Selecting previously unselected package libclang-cpp11. - Preparing to unpack .../19-libclang-cpp11_1%3a11.0.1-2_amd64.deb ... - Unpacking libclang-cpp11 (1:11.0.1-2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../20-libffi-dev_3.3-6_amd64.deb ... - Unpacking libffi-dev:amd64 (3.3-6) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../21-libncurses-dev_6.2+20201114-2_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.2+20201114-2) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../22-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... - Selecting previously unselected package libpython2.7-stdlib:amd64. - Preparing to unpack .../23-libpython2.7-stdlib_2.7.18-8_amd64.deb ... - Unpacking libpython2.7-stdlib:amd64 (2.7.18-8) ... - Selecting previously unselected package libtinfo-dev:amd64. - Preparing to unpack .../24-libtinfo-dev_6.2+20201114-2_amd64.deb ... - Unpacking libtinfo-dev:amd64 (6.2+20201114-2) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../25-libyaml-0-2_0.2.2-1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.2-1) ... - Selecting previously unselected package libz3-dev:amd64. - Preparing to unpack .../26-libz3-dev_4.8.10-1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.10-1) ... - Selecting previously unselected package llvm-11-runtime. - Preparing to unpack .../27-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ... - Unpacking llvm-11-runtime (1:11.0.1-2) ... - Selecting previously unselected package llvm-11. - Preparing to unpack .../28-llvm-11_1%3a11.0.1-2_amd64.deb ... - Unpacking llvm-11 (1:11.0.1-2) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../29-python3-pkg-resources_52.0.0-4_all.deb ... - Unpacking python3-pkg-resources (52.0.0-4) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../30-python3-pygments_2.7.1+dfsg-2.1_all.deb ... - Unpacking python3-pygments (2.7.1+dfsg-2.1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../31-python3-yaml_5.3.1-5_amd64.deb ... - Unpacking python3-yaml (5.3.1-5) ... - Selecting previously unselected package llvm-11-tools. - Preparing to unpack .../32-llvm-11-tools_1%3a11.0.1-2_amd64.deb ... - Unpacking llvm-11-tools (1:11.0.1-2) ... - Selecting previously unselected package llvm-11-dev. - Preparing to unpack .../33-llvm-11-dev_1%3a11.0.1-2_amd64.deb ... - Unpacking llvm-11-dev (1:11.0.1-2) ... - Selecting previously unselected package python2.7. - Preparing to unpack .../34-python2.7_2.7.18-8_amd64.deb ... - Unpacking python2.7 (2.7.18-8) ... - Setting up python3-pkg-resources (52.0.0-4) ... - Setting up libpipeline1:amd64 (1.5.3-1) ... - Setting up libncurses-dev:amd64 (6.2+20201114-2) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up libmagic-mgc (1:5.39-3) ... - Setting up libyaml-0-2:amd64 (0.2.2-1) ... - Setting up libmagic1:amd64 (1:5.39-3) ... - Setting up python3-yaml (5.3.1-5) ... - Setting up file (1:5.39-3) ... - Setting up libffi-dev:amd64 (3.3-6) ... - Setting up python3-pygments (2.7.1+dfsg-2.1) ... - Setting up libz3-4:amd64 (4.8.10-1) ... - Setting up libuv1:amd64 (1.40.0-2) ... - Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... - Setting up libpython2.7-minimal:amd64 (2.7.18-8) ... - Setting up libllvm11:amd64 (1:11.0.1-2) ... - Setting up python2.7-minimal (2.7.18-8) ... - Linking and byte-compiling packages for runtime python2.7... - Setting up binfmt-support (2.2.1-1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up libjsoncpp24:amd64 (1.9.4-4) ... - Setting up librhash0:amd64 (1.4.1-2) ... - Setting up cmake-data (3.18.4-2+deb11u1) ... - Setting up mailcap (3.69) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Setting up libtinfo-dev:amd64 (6.2+20201114-2) ... - Setting up libz3-dev:amd64 (4.8.10-1) ... - Setting up llvm-11-runtime (1:11.0.1-2) ... - Setting up mime-support (3.66) ... - Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... - Setting up llvm-11-tools (1:11.0.1-2) ... - Setting up llvm-11 (1:11.0.1-2) ... - Setting up libpython2.7-stdlib:amd64 (2.7.18-8) ... - Setting up libclang-cpp11 (1:11.0.1-2) ... - Setting up cmake (3.18.4-2+deb11u1) ... - Setting up python2.7 (2.7.18-8) ... - Setting up llvm-11-dev (1:11.0.1-2) ... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved cmdliner.1.1.1 (cached) -> retrieved ctypes.0.20.1 (cached) -> installed conf-cmake.1 -> installed conf-llvm.11.0.0 -> installed conf-python-2-7.1.2 -> retrieved dune.3.0.3 (cached) -> retrieved integers.0.7.0 (cached) -> retrieved jbuilder.1.0+beta20.2 (cached) -> installed cmdliner.1.1.1 -> retrieved llvm.11.0.0 (cached) -> installed jbuilder.1.0+beta20.2 -> retrieved ocamlfind.1.9.3 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed dune.3.0.3 -> installed bigarray-compat.1.1.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed ocamlfind.1.9.3 -> installed ctypes.0.20.1 -> installed llvm.11.0.0 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install llopt 1.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved llopt.1.0.0 (cached) Processing 2/3: [llopt: jbuilder build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "llopt" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/llopt.1.0.0) - ocamlc src/.llopt.eobjs/config.{cmi,cmo,cmt} - File "src/config.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - ocamlc src/.llopt.eobjs/llopt.{cmi,cmo,cmt} - File "src/llopt.ml", line 74, characters 2-20: - 74 | Cmdliner.Term.pure main $ - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/llopt.ml", line 82, characters 2-20: - 82 | Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/llopt.ml", line 90, characters 8-26: - 90 | match Cmdliner.Term.eval (term, info) with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - File "src/llopt.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - ocamlopt src/.llopt.eobjs/llopt.{cmx,o} - File "src/llopt.ml", line 74, characters 2-20: - 74 | Cmdliner.Term.pure main $ - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/llopt.ml", line 82, characters 2-20: - 82 | Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/llopt.ml", line 90, characters 8-26: - 90 | match Cmdliner.Term.eval (term, info) with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. -> compiled llopt.1.0.0 -> installed llopt.1.0.0 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:49.03 ---> saved as "c54983b8b44727aee814fa391a2a1fc2ad11c02c2f8f8509609520d538462546" /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://security.debian.org/debian-security bullseye-security InRelease - Hit:3 http://deb.debian.org/debian bullseye-updates InRelease - Reading package lists... - 2022-04-07 16:49.11 ---> saved as "cae11ea363ccaa3646f4d304b914b448bacf30d6776789bde724a5a9a12e2677" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove llopt.1.0.0 && opam install --deps-only --with-test llopt.1.0.0 && opam install -v --with-test llopt.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n 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 llopt 1.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed llopt.1.0.0 Done. # Run eval $(opam env) to update the current shell environment Nothing to do. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install llopt 1.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved llopt.1.0.0 (cached) Processing 2/3: [llopt: jbuilder build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "llopt" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/llopt.1.0.0) - ocamlc src/.llopt.eobjs/config.{cmi,cmo,cmt} - File "src/config.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - ocamlc src/.llopt.eobjs/llopt.{cmi,cmo,cmt} - File "src/llopt.ml", line 74, characters 2-20: - 74 | Cmdliner.Term.pure main $ - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/llopt.ml", line 82, characters 2-20: - 82 | Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/llopt.ml", line 90, characters 8-26: - 90 | match Cmdliner.Term.eval (term, info) with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. - File "src/llopt.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - ocamlopt src/.llopt.eobjs/llopt.{cmx,o} - File "src/llopt.ml", line 74, characters 2-20: - 74 | Cmdliner.Term.pure main $ - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/llopt.ml", line 82, characters 2-20: - 82 | Cmdliner.Term.info - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/llopt.ml", line 90, characters 8-26: - 90 | match Cmdliner.Term.eval (term, info) with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval - Use Cmd.v and one of Cmd.eval* instead. -> compiled llopt.1.0.0 -> installed llopt.1.0.0 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:50.18 ---> saved as "0caae1fa7e324a9ddab84953ce6bf8475d6890e231e4cfcbdc7e62c1000ee8b2" Job succeeded 2022-04-07 16:50.58: Job succeeded