(for PR #21050)
2022-04-07 16:32.18: New job: test oranger.4.3.4 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 oranger.4.3.4 && opam install --deps-only oranger.4.3.4 && opam install -v oranger.4.3.4; \ 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 oranger.4.3.4 && opam install --deps-only --with-test oranger.4.3.4 && opam install -v --with-test oranger.4.3.4; \ 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-oranger.4.3.4-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 oranger.4.3.4 && opam install --deps-only oranger.4.3.4 && opam install -v oranger.4.3.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 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 oranger.4.3.4 && opam install --deps-only --with-test oranger.4.3.4 && opam install -v --with-test oranger.4.3.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 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.26: Waiting for worker... 2022-04-07 16:42.06: Got resource from pool OCluster Building on pima.ocamllabs.io All commits already cached Updating files: 7% (1791/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: 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: 21% (5336/25408) Updating files: 21% (5471/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: 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: 33% (8385/25408) Updating files: 34% (8639/25408) Updating files: 35% (8893/25408) Updating files: 36% (9147/25408) Updating files: 36% (9205/25408) Updating files: 37% (9401/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: 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: 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: 54% (13721/25408) Updating files: 55% (13975/25408) Updating files: 55% (14191/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: 76% (19460/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: 96% (24392/25408) Updating files: 97% (24646/25408) Updating files: 97% (24648/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 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: Verifying Checksum f45a8a06e9f1: Download complete f45a8a06e9f1: Pull complete Digest: sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f Status: Downloaded newer image for ocaml/opam@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f 2022-04-07 16:44.59 ---> 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:44.59 ---> 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:44.59 ---> using "b9b7cc593f8fcb58626ea48eb27f64ab34f73f3259ca2d7d7d75b3b7c31ecfa0" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 16:44.59 ---> 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:44.59 ---> 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:44.59 ---> using "4c5cef59babee8fcbad5e4aba1a5deedb36f3f9dfbecd083ad8e2c2e2842e5d2" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 16:46.54 ---> saved as "547693c843d2b7da08471cc8ec6177c2001db73b88d5ca1d593eaf9686088809" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 16:47.58 ---> saved as "c3c2700725c46f295d646bfd43bf3c5b4228b7295cfbd849b7ad267bb1ac9531" /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:48.03 ---> saved as "edb7a5b4e9049970d1205e51e8cd291c843fdc8c45e9cd115af9d1a100422534" /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 1s (320 kB/s) - Reading package lists... - 2022-04-07 16:48.08 ---> saved as "0fa77c338d11c43312bc86182b4b5992ed123810397d600afcde2858eeda9e01" /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:49.02 ---> saved as "ebb83a9a2f98ce870951b06987525f4bb5fd7feff51d419db17c7d7d0e99cc58" /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 16:49.10 ---> saved as "758a3814c7574fdc9c2e7bddbf12c5fc88a804632145f32cef3a56875d850709" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove oranger.4.3.4 && opam install --deps-only oranger.4.3.4 && opam install -v oranger.4.3.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 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] oranger.4.3.4 is not installed. Nothing to do. The following actions will be performed: - install seq base - install conf-rdkit 1 - install conf-cmake 1 - install ocamlbuild 0.14.1 - install dune 2.9.3 - install conf-which 1 - install ocamlfind 1.9.3 - install stdlib-shims 0.3.0 - install sexplib0 v0.15.0 - install result 1.5 - install re 1.10.3 - install ppx_derivers 1.2.1 - install ocaml-compiler-libs v0.12.4 - install minicli 5.0.2 - install dolog 6.0.0 - install csexp 1.5.1 - install cppo 1.6.8 - install bigarray-compat 1.1.0 - install conf-graphviz 0.1 - install conf-autoconf 0.1 - install vector3 0.2.1 - install topkg 1.0.5 - install num 1.4 - install base-bytes base - install ocamlgraph 2.0.0 - install stdcompat 18 - install ppxlib 0.26.0 - install dune-configurator 2.9.3 - install mmap 1.2.0 - install cpu 2.0.0 - install batteries 3.5.1 - install ocplib-endian 1.2 - install pyml 20220325 - install extunix 0.4.0 - install parany 12.1.2 - install line_oriented 1.2.0 - install cpm 12.0.0 - install bst 7.0.0 - install lwt 5.5.0 - install dokeysto 4.0.0 - install logs 0.7.0 - install camltc 0.9.8 - install dokeysto_camltc 4.0.0 - install molenc 16.5.0 ===== 44 to install ===== The following system packages will first need to be installed: autoconf cmake graphviz librdkit-dev python3-rdkit <><> 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" "autoconf" "cmake" "graphviz" "librdkit-dev" "python3-rdkit" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libsigsegv2: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-libsigsegv2_2.13-1_amd64.deb ... - Unpacking libsigsegv2:amd64 (2.13-1) ... - Selecting previously unselected package m4. - Preparing to unpack .../01-m4_1.4.18-5_amd64.deb ... - Unpacking m4 (1.4.18-5) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../02-autoconf_2.69-14_all.deb ... - Unpacking autoconf (2.69-14) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../03-autotools-dev_20180224.1+nmu1_all.deb ... - Unpacking autotools-dev (20180224.1+nmu1) ... - Selecting previously unselected package automake. - Preparing to unpack .../04-automake_1%3a1.16.3-2_all.deb ... - Unpacking automake (1:1.16.3-2) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../05-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 .../06-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../07-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 .../08-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 .../09-libjsoncpp24_1.9.4-4_amd64.deb ... - Unpacking libjsoncpp24:amd64 (1.9.4-4) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../10-librhash0_1.4.1-2_amd64.deb ... - Unpacking librhash0:amd64 (1.4.1-2) ... - Selecting previously unselected package libuv1:amd64. - Preparing to unpack .../11-libuv1_1.40.0-2_amd64.deb ... - Unpacking libuv1:amd64 (1.40.0-2) ... - Selecting previously unselected package cmake. - Preparing to unpack .../12-cmake_3.18.4-2+deb11u1_amd64.deb ... - Unpacking cmake (3.18.4-2+deb11u1) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../13-fontconfig_2.13.1-4.2_amd64.deb ... - Unpacking fontconfig (2.13.1-4.2) ... - Selecting previously unselected package fonts-freefont-ttf. - Preparing to unpack .../14-fonts-freefont-ttf_20120503-10_all.deb ... - Unpacking fonts-freefont-ttf (20120503-10) ... - Selecting previously unselected package fonts-liberation. - Preparing to unpack .../15-fonts-liberation_1%3a1.07.4-11_all.deb ... - Unpacking fonts-liberation (1:1.07.4-11) ... - Selecting previously unselected package libann0. - Preparing to unpack .../16-libann0_1.1.2+doc-7_amd64.deb ... - Unpacking libann0 (1.1.2+doc-7) ... - Selecting previously unselected package libcdt5:amd64. - Preparing to unpack .../17-libcdt5_2.42.2-5_amd64.deb ... - Unpacking libcdt5:amd64 (2.42.2-5) ... - Selecting previously unselected package libcgraph6:amd64. - Preparing to unpack .../18-libcgraph6_2.42.2-5_amd64.deb ... - Unpacking libcgraph6:amd64 (2.42.2-5) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../19-libglib2.0-0_2.66.8-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1) ... - Selecting previously unselected package libgts-0.7-5:amd64. - Preparing to unpack .../20-libgts-0.7-5_0.7.6+darcs121130-4+b1_amd64.deb ... - Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../21-libpixman-1-0_0.40.0-1_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.40.0-1) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../22-libxcb-render0_1.14-3_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../23-libxcb-shm0_1.14-3_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.14-3) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../24-libxrender1_1%3a0.9.10-1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../25-libcairo2_1.16.0-5_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-5) ... - Selecting previously unselected package libltdl7:amd64. - Preparing to unpack .../26-libltdl7_2.4.6-15_amd64.deb ... - Unpacking libltdl7:amd64 (2.4.6-15) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../27-libfribidi0_1.0.8-2_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../28-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../29-libharfbuzz0b_2.7.4-1_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (2.7.4-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../30-libthai-data_0.1.28-3_all.deb ... - Unpacking libthai-data (0.1.28-3) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../31-libdatrie1_0.2.13-1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-1) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../32-libthai0_0.1.28-3_amd64.deb ... - Unpacking libthai0:amd64 (0.1.28-3) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../33-libpango-1.0-0_1.46.2-3_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.46.2-3) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../34-libpangoft2-1.0-0_1.46.2-3_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.46.2-3) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../35-libpangocairo-1.0-0_1.46.2-3_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.46.2-3) ... - Selecting previously unselected package libpathplan4:amd64. - Preparing to unpack .../36-libpathplan4_2.42.2-5_amd64.deb ... - Unpacking libpathplan4:amd64 (2.42.2-5) ... - Selecting previously unselected package libgvc6. - Preparing to unpack .../37-libgvc6_2.42.2-5_amd64.deb ... - Unpacking libgvc6 (2.42.2-5) ... - Selecting previously unselected package libgvpr2:amd64. - Preparing to unpack .../38-libgvpr2_2.42.2-5_amd64.deb ... - Unpacking libgvpr2:amd64 (2.42.2-5) ... - Selecting previously unselected package liblab-gamut1:amd64. - Preparing to unpack .../39-liblab-gamut1_2.42.2-5_amd64.deb ... - Unpacking liblab-gamut1:amd64 (2.42.2-5) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../40-x11-common_1%3a7.7+22_all.deb ... - Unpacking x11-common (1:7.7+22) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../41-libice6_2%3a1.0.10-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.0.10-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../42-libsm6_2%3a1.2.3-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.3-1) ... - Selecting previously unselected package libxt6:amd64. - Preparing to unpack .../43-libxt6_1%3a1.2.0-1_amd64.deb ... - Unpacking libxt6:amd64 (1:1.2.0-1) ... - Selecting previously unselected package libxmu6:amd64. - Preparing to unpack .../44-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... - Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... - Selecting previously unselected package libxaw7:amd64. - Preparing to unpack .../45-libxaw7_2%3a1.0.13-1.1_amd64.deb ... - Unpacking libxaw7:amd64 (2:1.0.13-1.1) ... - Selecting previously unselected package graphviz. - Preparing to unpack .../46-graphviz_2.42.2-5_amd64.deb ... - Unpacking graphviz (2.42.2-5) ... - Selecting previously unselected package libblas3:amd64. - Preparing to unpack .../47-libblas3_3.9.0-3_amd64.deb ... - Unpacking libblas3:amd64 (3.9.0-3) ... - Selecting previously unselected package libboost-iostreams1.74.0:amd64. - Preparing to unpack .../48-libboost-iostreams1.74.0_1.74.0-9_amd64.deb ... - Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-9) ... - Selecting previously unselected package libboost-python1.74.0. - Preparing to unpack .../49-libboost-python1.74.0_1.74.0-9_amd64.deb ... - Unpacking libboost-python1.74.0 (1.74.0-9) ... - Selecting previously unselected package libboost-serialization1.74.0:amd64. - Preparing to unpack .../50-libboost-serialization1.74.0_1.74.0-9_amd64.deb ... - Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ... - Selecting previously unselected package libcoordgen1:amd64. - Preparing to unpack .../51-libcoordgen1_1.4.2-1_amd64.deb ... - Unpacking libcoordgen1:amd64 (1.4.2-1) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../52-libgfortran5_10.2.1-6_amd64.deb ... - Unpacking libgfortran5:amd64 (10.2.1-6) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../53-libglib2.0-data_2.66.8-1_all.deb ... - Unpacking libglib2.0-data (2.66.8-1) ... - Selecting previously unselected package libgts-bin. - Preparing to unpack .../54-libgts-bin_0.7.6+darcs121130-4+b1_amd64.deb ... - Unpacking libgts-bin (0.7.6+darcs121130-4+b1) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../55-liblapack3_3.9.0-3_amd64.deb ... - Unpacking liblapack3:amd64 (3.9.0-3) ... - Selecting previously unselected package libmaeparser1:amd64. - Preparing to unpack .../56-libmaeparser1_1.2.4-1+b1_amd64.deb ... - Unpacking libmaeparser1:amd64 (1.2.4-1+b1) ... - Selecting previously unselected package libpython3.9:amd64. - Preparing to unpack .../57-libpython3.9_3.9.2-1_amd64.deb ... - Unpacking libpython3.9:amd64 (3.9.2-1) ... - Selecting previously unselected package librdkit1. - Preparing to unpack .../58-librdkit1_202009.4-1_amd64.deb ... - Unpacking librdkit1 (202009.4-1) ... - Selecting previously unselected package librdkit-dev. - Preparing to unpack .../59-librdkit-dev_202009.4-1_amd64.deb ... - Unpacking librdkit-dev (202009.4-1) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../60-python3-pkg-resources_52.0.0-4_all.deb ... - Unpacking python3-pkg-resources (52.0.0-4) ... - Selecting previously unselected package python3-numpy. - Preparing to unpack .../61-python3-numpy_1%3a1.19.5-1_amd64.deb ... - Unpacking python3-numpy (1:1.19.5-1) ... - Selecting previously unselected package rdkit-data. - Preparing to unpack .../62-rdkit-data_202009.4-1_all.deb ... - Unpacking rdkit-data (202009.4-1) ... - Selecting previously unselected package python3-rdkit. - Preparing to unpack .../63-python3-rdkit_202009.4-1_amd64.deb ... - Unpacking python3-rdkit (202009.4-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../64-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 .../65-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up python3-pkg-resources (52.0.0-4) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up libpixman-1-0:amd64 (0.40.0-1) ... - Setting up fontconfig (2.13.1-4.2) ... - Regenerating fonts cache... - done. - Setting up libxrender1:amd64 (1:0.9.10-1) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up libdatrie1:amd64 (0.2.13-1) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libxcb-render0:amd64 (1.14-3) ... - Setting up libglib2.0-0:amd64 (2.66.8-1) ... - No schema files found: doing nothing. - Setting up libboost-iostreams1.74.0:amd64 (1.74.0-9) ... - Setting up liblab-gamut1:amd64 (2.42.2-5) ... - Setting up x11-common (1:7.7+22) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up fonts-freefont-ttf (20120503-10) ... - Setting up libxcb-shm0:amd64 (1.14-3) ... - Setting up rdkit-data (202009.4-1) ... - Setting up libcairo2:amd64 (1.16.0-5) ... - Setting up libmaeparser1:amd64 (1.2.4-1+b1) ... - Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... - Setting up autotools-dev (20180224.1+nmu1) ... - Setting up libblas3:amd64 (3.9.0-3) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode - Setting up libglib2.0-data (2.66.8-1) ... - Setting up libuv1:amd64 (1.40.0-2) ... - Setting up libpython3.9:amd64 (3.9.2-1) ... - Setting up libpathplan4:amd64 (2.42.2-5) ... - Setting up libann0 (1.1.2+doc-7) ... - Setting up libsigsegv2:amd64 (2.13-1) ... - Setting up libfribidi0:amd64 (1.0.8-2) ... - Setting up libltdl7:amd64 (2.4.6-15) ... - Setting up libgfortran5:amd64 (10.2.1-6) ... - Setting up libjsoncpp24:amd64 (1.9.4-4) ... - Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ... - Setting up libcoordgen1:amd64 (1.4.2-1) ... - Setting up librhash0:amd64 (1.4.1-2) ... - Setting up fonts-liberation (1:1.07.4-11) ... - Setting up libharfbuzz0b:amd64 (2.7.4-1) ... - Setting up libthai-data (0.1.28-3) ... - Setting up cmake-data (3.18.4-2+deb11u1) ... - Setting up libcdt5:amd64 (2.42.2-5) ... - Setting up libcgraph6:amd64 (2.42.2-5) ... - Setting up libboost-python1.74.0 (1.74.0-9) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Setting up libgts-bin (0.7.6+darcs121130-4+b1) ... - Setting up libice6:amd64 (2:1.0.10-1) ... - Setting up liblapack3:amd64 (3.9.0-3) ... - update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode - Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ... - Setting up librdkit1 (202009.4-1) ... - Setting up m4 (1.4.18-5) ... - Setting up libthai0:amd64 (0.1.28-3) ... - Setting up shared-mime-info (2.0-1) ... - Setting up librdkit-dev (202009.4-1) ... - Setting up python3-numpy (1:1.19.5-1) ... - Setting up autoconf (2.69-14) ... - Setting up libgvpr2:amd64 (2.42.2-5) ... - Setting up cmake (3.18.4-2+deb11u1) ... - Setting up libsm6:amd64 (2:1.2.3-1) ... - Setting up automake (1:1.16.3-2) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode - Setting up libpango-1.0-0:amd64 (1.46.2-3) ... - Setting up python3-rdkit (202009.4-1) ... - Setting up libxt6:amd64 (1:1.2.0-1) ... - Setting up libpangoft2-1.0-0:amd64 (1.46.2-3) ... - Setting up libpangocairo-1.0-0:amd64 (1.46.2-3) ... - Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... - Setting up libxaw7:amd64 (2:1.0.13-1.1) ... - Setting up libgvc6 (2.42.2-5) ... - Setting up graphviz (2.42.2-5) ... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved batteries.3.5.1 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bst.7.0.0 (cached) -> retrieved camltc.0.9.8 (cached) -> retrieved cpm.12.0.0 (cached) -> retrieved cppo.1.6.8 (cached) -> retrieved cpu.2.0.0 (cached) -> installed conf-which.1 -> retrieved csexp.1.5.1 (cached) -> retrieved dokeysto.4.0.0 (cached) -> installed conf-autoconf.0.1 -> retrieved dokeysto_camltc.4.0.0 (cached) -> retrieved dolog.6.0.0 (cached) -> installed conf-graphviz.0.1 -> installed conf-cmake.1 -> installed conf-rdkit.1 -> retrieved dune.2.9.3 (cached) -> retrieved dune-configurator.2.9.3 (cached) -> retrieved extunix.0.4.0 (cached) -> retrieved line_oriented.1.2.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt.5.5.0 (cached) -> retrieved minicli.5.0.2 (cached) -> retrieved mmap.1.2.0 (cached) -> retrieved molenc.16.5.0 (cached) -> retrieved num.1.4 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.14.1 (cached) -> retrieved ocamlfind.1.9.3 (cached) -> retrieved ocamlgraph.2.0.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved parany.12.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppxlib.0.26.0 (cached) -> retrieved pyml.20220325 (cached) -> retrieved re.1.10.3 (cached) -> retrieved result.1.5 (cached) -> installed seq.base -> retrieved sexplib0.v0.15.0 (cached) -> retrieved stdcompat.18 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.5 (cached) -> retrieved vector3.0.2.1 (cached) -> installed ocamlfind.1.9.3 -> installed base-bytes.base -> installed num.1.4 -> installed ocamlbuild.0.14.1 -> installed dune.2.9.3 -> installed ppx_derivers.1.2.1 -> installed dolog.6.0.0 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.1 -> installed minicli.5.0.2 -> installed topkg.1.0.5 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed vector3.0.2.1 -> installed cppo.1.6.8 -> installed dune-configurator.2.9.3 -> installed mmap.1.2.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocamlgraph.2.0.0 -> installed re.1.10.3 -> installed sexplib0.v0.15.0 -> installed cpu.2.0.0 -> installed ocplib-endian.1.2 -> installed parany.12.1.2 -> installed lwt.5.5.0 -> installed logs.0.7.0 -> installed camltc.0.9.8 -> installed ppxlib.0.26.0 -> installed stdcompat.18 -> installed pyml.20220325 -> installed batteries.3.5.1 -> installed line_oriented.1.2.0 -> installed extunix.0.4.0 -> installed bst.7.0.0 -> installed cpm.12.0.0 -> installed dokeysto.4.0.0 -> installed dokeysto_camltc.4.0.0 -> installed molenc.16.5.0 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install oranger 4.3.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved oranger.4.3.4 (cached) Processing 2/3: [oranger: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "oranger" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: tar xzf] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "tar" "xzf" "0.9.11.tar.gz" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mkdir" "ranger-0.9.11/cpp_version/build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cd ranger-0.9.11/cpp_version/build && cmake ../" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) - -- The C compiler identification is GNU 10.2.1 - -- The CXX compiler identification is GNU 10.2.1 - -- Detecting C compiler ABI info - -- Detecting C compiler ABI info - done - -- Check for working C compiler: /usr/bin/cc - skipped - -- Detecting C compile features - -- Detecting C compile features - done - -- Detecting CXX compiler ABI info - -- Detecting CXX compiler ABI info - done - -- Check for working CXX compiler: /usr/bin/c++ - skipped - -- Detecting CXX compile features - -- Detecting CXX compile features - done - CMake Warning (dev) at CMakeLists.txt:2 (cmake_minimum_required): - Compatibility with CMake < 2.4 is not supported by CMake >= 3.0. - This warning is for project developers. Use -Wno-dev to suppress it. - - -- Performing Test COMPILER_SUPPORTS_CXX11 - -- Performing Test COMPILER_SUPPORTS_CXX11 - Success - Compiler with C++11 support found. - -- Configuring done - -- Generating done - -- Build files have been written to: /home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build Processing 2/3: [oranger: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "ranger-0.9.11/cpp_version/build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) - make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - Scanning dependencies of target ranger - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - [ 5%] Building CXX object CMakeFiles/ranger.dir/src/Forest/Forest.o - [ 11%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestClassification.o - [ 17%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestProbability.o - [ 23%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestRegression.o - [ 29%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestSurvival.o - [ 35%] Building CXX object CMakeFiles/ranger.dir/src/Tree/Tree.o - [ 41%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeClassification.o - [ 47%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeProbability.o - [ 52%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeRegression.o - [ 58%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeSurvival.o - [ 64%] Building CXX object CMakeFiles/ranger.dir/src/main.o - [ 70%] Building CXX object CMakeFiles/ranger.dir/src/utility/ArgumentHandler.o - [ 76%] Building CXX object CMakeFiles/ranger.dir/src/utility/Data.o - [ 82%] Building CXX object CMakeFiles/ranger.dir/src/utility/DataChar.o - [ 88%] Building CXX object CMakeFiles/ranger.dir/src/utility/DataFloat.o - [ 94%] Building CXX object CMakeFiles/ranger.dir/src/utility/utility.o - [100%] Linking CXX executable ranger - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - [100%] Built target ranger - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' -> compiled oranger.4.3.4 Processing 3/3: [oranger: cp] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ranger-0.9.11/cpp_version/build/ranger" "/home/opam/.opam/4.14/bin/ml_rf_ranger" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) -> installed oranger.4.3.4 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:53.44 ---> saved as "9e7d87fdb1d198636fc02ebcb1fb220f2ed367389ade37e56867218311bec7cf" /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:53.49 ---> saved as "1b747ae148e9bcf378878691c8911723840e36a4cb3038d8d662acc7e5e813a7" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove oranger.4.3.4 && opam install --deps-only --with-test oranger.4.3.4 && opam install -v --with-test oranger.4.3.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 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 oranger 4.3.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed oranger.4.3.4 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 oranger 4.3.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved oranger.4.3.4 (cached) Processing 2/3: [oranger: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "oranger" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: tar xzf] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "tar" "xzf" "0.9.11.tar.gz" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mkdir" "ranger-0.9.11/cpp_version/build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) Processing 2/3: [oranger: sh] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cd ranger-0.9.11/cpp_version/build && cmake ../" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) - -- The C compiler identification is GNU 10.2.1 - -- The CXX compiler identification is GNU 10.2.1 - -- Detecting C compiler ABI info - -- Detecting C compiler ABI info - done - -- Check for working C compiler: /usr/bin/cc - skipped - -- Detecting C compile features - -- Detecting C compile features - done - -- Detecting CXX compiler ABI info - -- Detecting CXX compiler ABI info - done - -- Check for working CXX compiler: /usr/bin/c++ - skipped - -- Detecting CXX compile features - -- Detecting CXX compile features - done - CMake Warning (dev) at CMakeLists.txt:2 (cmake_minimum_required): - Compatibility with CMake < 2.4 is not supported by CMake >= 3.0. - This warning is for project developers. Use -Wno-dev to suppress it. - - -- Performing Test COMPILER_SUPPORTS_CXX11 - -- Performing Test COMPILER_SUPPORTS_CXX11 - Success - Compiler with C++11 support found. - -- Configuring done - -- Generating done - -- Build files have been written to: /home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build Processing 2/3: [oranger: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "ranger-0.9.11/cpp_version/build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) - make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - Scanning dependencies of target ranger - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - [ 5%] Building CXX object CMakeFiles/ranger.dir/src/Forest/Forest.o - [ 11%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestClassification.o - [ 17%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestProbability.o - [ 23%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestRegression.o - [ 29%] Building CXX object CMakeFiles/ranger.dir/src/Forest/ForestSurvival.o - [ 35%] Building CXX object CMakeFiles/ranger.dir/src/Tree/Tree.o - [ 41%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeClassification.o - [ 47%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeProbability.o - [ 52%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeRegression.o - [ 58%] Building CXX object CMakeFiles/ranger.dir/src/Tree/TreeSurvival.o - [ 64%] Building CXX object CMakeFiles/ranger.dir/src/main.o - [ 70%] Building CXX object CMakeFiles/ranger.dir/src/utility/ArgumentHandler.o - [ 76%] Building CXX object CMakeFiles/ranger.dir/src/utility/Data.o - [ 82%] Building CXX object CMakeFiles/ranger.dir/src/utility/DataChar.o - [ 88%] Building CXX object CMakeFiles/ranger.dir/src/utility/DataFloat.o - [ 94%] Building CXX object CMakeFiles/ranger.dir/src/utility/utility.o - [100%] Linking CXX executable ranger - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - [100%] Built target ranger - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' - make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4/ranger-0.9.11/cpp_version/build' -> compiled oranger.4.3.4 Processing 3/3: [oranger: cp] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ranger-0.9.11/cpp_version/build/ranger" "/home/opam/.opam/4.14/bin/ml_rf_ranger" (CWD=/home/opam/.opam/4.14/.opam-switch/build/oranger.4.3.4) -> installed oranger.4.3.4 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:55.16 ---> saved as "4ff0f51b09c60c0e80f0d51cca707f7257051eadbd3d1611acc2c79d2d0b749d" Job succeeded 2022-04-07 16:56.02: Job succeeded