(for PR #21050)
2022-04-07 16:32.18: New job: test dose3.6.1 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 dose3.6.1 && opam install --deps-only dose3.6.1 && opam install -v dose3.6.1; \ 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 dose3.6.1 && opam install --deps-only --with-test dose3.6.1 && opam install -v --with-test dose3.6.1; \ 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-dose3.6.1-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 dose3.6.1 && opam install --deps-only dose3.6.1 && opam install -v dose3.6.1;\ \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 dose3.6.1 && opam install --deps-only --with-test dose3.6.1 && opam install -v --with-test dose3.6.1;\ \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:40.14: Waiting for worker... 2022-04-07 16:43.20: Got resource from pool OCluster Building on iphito.ocamllabs.io All commits already cached Updating files: 41% (10647/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: 70% (17822/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: 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: Verifying Checksum f45a8a06e9f1: Download complete f45a8a06e9f1: Pull complete Digest: sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f Status: Downloaded newer image for ocaml/opam@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f 2022-04-07 16:54.04 ---> 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:54.04 ---> 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:54.04 ---> using "b9b7cc593f8fcb58626ea48eb27f64ab34f73f3259ca2d7d7d75b3b7c31ecfa0" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 16:54.04 ---> 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2022-04-07 16:54.04 ---> 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:54.04 ---> using "4c5cef59babee8fcbad5e4aba1a5deedb36f3f9dfbecd083ad8e2c2e2842e5d2" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 16:54.17 ---> saved as "547693c843d2b7da08471cc8ec6177c2001db73b88d5ca1d593eaf9686088809" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 16:54.53 ---> 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:55.09 ---> 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 0s (491 kB/s) - Reading package lists... - 2022-04-07 16:55.13 ---> 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")) [NOTE] conf-python-3.9.0.0 is not installed. Nothing to do. 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:55.46 ---> 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:55.48 ---> saved as "758a3814c7574fdc9c2e7bddbf12c5fc88a804632145f32cef3a56875d850709" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove dose3.6.1 && opam install --deps-only dose3.6.1 && opam install -v dose3.6.1;\ \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] dose3.6.1 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 conf-libbz2 1 - install conf-which 1 - install ocamlfind 1.9.3 - install ocamlbuild 0.14.1 - install conf-zlib 1 - install stdlib-shims 0.3.0 - install re 1.10.3 - install csexp 1.5.1 - install cppo 1.6.8 - install base64 3.5.0 - install conf-autoconf 0.1 - install base-bytes base - install camlzip 1.11 - install ocamlgraph 2.0.0 - install dune-configurator 3.0.3 - install conf-automake 1 - install extlib 1.7.8 - install parmap 1.2.4 - install conf-aclocal 2 - install cudf 0.9-1 - install camlbz2 0.7.0 ===== 24 to install ===== The following system packages will first need to be installed: autoconf automake libbz2-dev pkg-config zlib1g-dev <><> 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" "automake" "libbz2-dev" "pkg-config" "zlib1g-dev" - 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 bzip2-doc. - Preparing to unpack .../05-bzip2-doc_1.0.8-4_all.deb ... - Unpacking bzip2-doc (1.0.8-4) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../06-libbz2-dev_1.0.8-4_amd64.deb ... - Unpacking libbz2-dev:amd64 (1.0.8-4) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../07-libglib2.0-0_2.66.8-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../08-libglib2.0-data_2.66.8-1_all.deb ... - Unpacking libglib2.0-data (2.66.8-1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../09-libicu67_67.1-7_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../10-libxml2_2.9.10+dfsg-6.7+deb11u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../11-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../12-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 .../13-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../14-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u1) ... - Setting up bzip2-doc (1.0.8-4) ... - Setting up libicu67:amd64 (67.1-7) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1) ... - No schema files found: doing nothing. - Setting up autotools-dev (20180224.1+nmu1) ... - Setting up libglib2.0-data (2.66.8-1) ... - Setting up libsigsegv2:amd64 (2.13-1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u1) ... - Setting up libbz2-dev:amd64 (1.0.8-4) ... - Setting up m4 (1.4.18-5) ... - Setting up shared-mime-info (2.0-1) ... - Setting up autoconf (2.69-14) ... - 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 - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base64.3.5.0 (cached) -> retrieved camlbz2.0.7.0 (cached) -> retrieved camlzip.1.11 (cached) -> retrieved cppo.1.6.8 (cached) -> retrieved csexp.1.5.1 (cached) -> retrieved cudf.0.9-1 (cached) -> installed conf-pkg-config.2 -> installed conf-which.1 -> installed conf-autoconf.0.1 -> installed conf-zlib.1 -> installed conf-libbz2.1 -> installed conf-automake.1 -> installed conf-aclocal.2 -> retrieved dune.3.0.3 (cached) -> retrieved dune-configurator.3.0.3 (cached) -> retrieved extlib.1.7.8 (cached) -> retrieved ocamlbuild.0.14.1 (cached) -> retrieved ocamlfind.1.9.3 (cached) -> retrieved ocamlgraph.2.0.0 (cached) -> retrieved parmap.1.2.4 (cached) -> retrieved re.1.10.3 (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> installed ocamlfind.1.9.3 -> installed base-bytes.base -> installed camlzip.1.11 -> installed ocamlbuild.0.14.1 -> installed camlbz2.0.7.0 -> installed dune.3.0.3 -> installed csexp.1.5.1 -> installed base64.3.5.0 -> installed stdlib-shims.0.3.0 -> installed re.1.10.3 -> installed cppo.1.6.8 -> installed dune-configurator.3.0.3 -> installed ocamlgraph.2.0.0 -> installed parmap.1.2.4 -> installed extlib.1.7.8 -> installed cudf.0.9-1 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install dose3 6.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved dose3.6.1 (cached) Processing 2/3: [dose3: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dose3" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dose3.6.1) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc src/pef/packages_parser.mly) - 2 rules never reduced - 13 reduce/reduce conflicts. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc src/npm/npm_parser.mly) - 1 rule never reduced - 4 reduce/reduce conflicts. - (cd _build/default/src/common && /home/opam/.opam/4.14/bin/ocaml unix.cma get-git-info.mlt) > _build/default/src/common/gitVersionInfo.ml - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). -> compiled dose3.6.1 -> installed dose3.6.1 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:56.49 ---> saved as "e30ead79f973a891eb2f5cfdcb127e71c3d6174f25fd713a10bc0af99efb00fd" /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:56.53 ---> saved as "99f1376ec654e316c8d2e4c037c308168e882aefeb0c74a4d2923229b5d48dcf" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove dose3.6.1 && opam install --deps-only --with-test dose3.6.1 && opam install -v --with-test dose3.6.1;\ \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 dose3 6.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed dose3.6.1 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install conf-python3-yaml 1 - install ounit2 2.2.6 - install conf-dpkg 1 - install ounit 2.2.6 ===== 4 to install ===== The following system packages will first need to be installed: python3-yaml <><> 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-yaml" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libyaml-0-2: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 ... 19730 files and directories currently installed.) - Preparing to unpack .../libyaml-0-2_0.2.2-1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.2-1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../python3-yaml_5.3.1-5_amd64.deb ... - Unpacking python3-yaml (5.3.1-5) ... - Setting up libyaml-0-2:amd64 (0.2.2-1) ... - Setting up python3-yaml (5.3.1-5) ... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ounit.2.2.6 (cached) -> retrieved ounit2.2.2.6 (cached) -> installed conf-dpkg.1 -> installed conf-python3-yaml.1 -> installed ounit2.2.2.6 -> installed ounit.2.2.6 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install dose3 6.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: -> retrieved dose3.6.1 (cached) Processing 2/3: [dose3: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dose3" "-j" "31" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dose3.6.1) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc tests/DebianPackages/grep_argv_parser.mly) - 4 shift/reduce conflicts. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc src/pef/packages_parser.mly) - 2 rules never reduced - 13 reduce/reduce conflicts. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlyacc src/npm/npm_parser.mly) - 1 rule never reduced - 4 reduce/reduce conflicts. - (cd _build/default/src/common && /home/opam/.opam/4.14/bin/ocaml unix.cma get-git-info.mlt) > _build/default/src/common/gitVersionInfo.ml - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). - fatal: not a git repository (or any parent up to mount point /) - Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I tests/DebianPackages/.debGrep.eobjs/byte -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bz2 -I /home/opam/.opam/4.14/lib/cudf -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/pcre -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/zip -I src/common/.dose_common.objs/byte -I src/deb/.dose_debian.objs/byte -I src/doseparse/.dose_doseparse.objs/byte -I src/npm/.dose_npm.objs/byte -I src/opam2/.dose_opam2.objs/byte -I src/opencsw/.dose_opencsw.objs/byte -I src/pef/.dose_pef.objs/byte -I src/versioning/.dose_versioning.objs/byte -no-alias-deps -open Dune__exe -o tests/DebianPackages/.debGrep.eobjs/byte/dune__exe__DebGrep.cmo -c -impl tests/DebianPackages/debGrep.ml) - File "tests/DebianPackages/debGrep.ml", line 28, characters 17-31: - 28 | let stream = Stream.of_list (List.tl (Array.to_list Sys.argv)) in - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 34, characters 43-55: - 34 | { Lexing.dummy_pos with pos_cnum = Stream.count stream + 1 } ; - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 36, characters 14-25: - 36 | match Stream.next stream with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 48, characters 11-25: - 48 | with Stream.Failure -> Grep_argv_parser.EOL - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I tests/DebianPackages/.debGrep.eobjs/byte -I tests/DebianPackages/.debGrep.eobjs/native -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bz2 -I /home/opam/.opam/4.14/lib/cudf -I /home/opam/.opam/4.14/lib/extlib -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/pcre -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/zip -I src/common/.dose_common.objs/byte -I src/common/.dose_common.objs/native -I src/deb/.dose_debian.objs/byte -I src/deb/.dose_debian.objs/native -I src/doseparse/.dose_doseparse.objs/byte -I src/doseparse/.dose_doseparse.objs/native -I src/npm/.dose_npm.objs/byte -I src/npm/.dose_npm.objs/native -I src/opam2/.dose_opam2.objs/byte -I src/opam2/.dose_opam2.objs/native -I src/opencsw/.dose_opencsw.objs/byte -I src/opencsw/.dose_opencsw.objs/native -I src/pef/.dose_pef.objs/byte -I src/pef/.dose_pef.objs/native -I src/versioning/.dose_versioning.objs/byte -I src/versioning/.dose_versioning.objs/native -intf-suffix .ml -no-alias-deps -open Dune__exe -o tests/DebianPackages/.debGrep.eobjs/native/dune__exe__DebGrep.cmx -c -impl tests/DebianPackages/debGrep.ml) - File "tests/DebianPackages/debGrep.ml", line 28, characters 17-31: - 28 | let stream = Stream.of_list (List.tl (Array.to_list Sys.argv)) in - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 34, characters 43-55: - 34 | { Lexing.dummy_pos with pos_cnum = Stream.count stream + 1 } ; - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 36, characters 14-25: - 36 | match Stream.next stream with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "tests/DebianPackages/debGrep.ml", line 48, characters 11-25: - 48 | with Stream.Failure -> Grep_argv_parser.EOL - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - (cd _build/default && src/versioning/tests/tests.exe) - ................................................................................................................ - Ran: 112 tests in: 0.03 seconds. - OK - (cd _build/default && src/pef/tests/tests.exe) - ................. - Ran: 17 tests in: 0.01 seconds. - OK - (cd _build/default/src/npm && tests/tests.exe) - ..................................................... - Ran: 53 tests in: 0.02 seconds. - OK - (cd _build/default && src/opam2/tests/tests.exe) - ............. - Ran: 13 tests in: 0.01 seconds. - OK - (cd _build/default && src/common/tests/tests.exe) - ............................................................. - Ran: 61 tests in: 0.17 seconds. - OK - (cd _build/default/tests/DebianPackages && ./debGrep.exe --quiet --not --field Test foobar) < /opam-tmp/build_0d5ec8_dune/dune-pipe-action-_497dda_.outputs - - (cd _build/default/tests/DebianPackages && ./debGrep.exe --quiet --field Test 'foo - bar') < /opam-tmp/build_0d5ec8_dune/dune-pipe-action-_dc81b8_.outputs - - (cd _build/default && src/algo/tests/tests.exe) - ................................... - Ran: 35 tests in: 1.18 seconds. - OK - (cd _build/default && src/deb/tests/tests.exe) - ....................................................................................................................................................................................................................... - Ran: 215 tests in: 7.27 seconds. - OK - (cd _build/default && src/applications/dose-tests.py src/applications/dose-tests.list) - runTest (__main__.DoseTests) - Test : ceve_strongdep_deb_dot - Group : ceve - Cmd : ./src/applications/ceve.exe -Gstrdeps -Tdot --deb-native-arch=amd64 -t deb tests/deb/ceve_strongdep_deb - Expected file : tests/applications/dose-tests/ceve_strongdep_deb_dot - ... ok - runTest (__main__.DoseTests) - Test : ceve_cnf - Group : ceve - Cmd : ./src/applications/ceve.exe -T cnf deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/ceve_cnf.xz - ... ok - runTest (__main__.DoseTests) - Test : ceve_cone_dot - Group : ceve - Cmd : ./src/applications/ceve.exe -T dot -c 2to3 deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/ceve_cone_dot - ... ok - runTest (__main__.DoseTests) - Test : ceve_cone_multiarch_dot - Group : ceve - Cmd : ./src/applications/ceve.exe -T dot -c 2to3:amd64 --deb-native-arch amd64 -t deb tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/ceve_cone_multiarch_dot - ... ok - runTest (__main__.DoseTests) - Test : exitcode_deb_buildcheck_64_notexistent - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe notexistent - Expected file : /dev/null - Expected exitcode : 64 - ... Fatal error in module dose_applications.debBuildcheck: - You must at least specify the native architecture - ok - runTest (__main__.DoseTests) - Test : exitcode_deb_buildcheck_64_missing - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe --deb-native-arch=amd64 tests/DebianPackages/deb_buildcheck_profiles_packages - Expected file : /dev/null - Expected exitcode : 64 - ... Fatal error in module dose_applications.debBuildcheck: - You must provide a list of Debian Packages files and a Debian Sources file - ok - runTest (__main__.DoseTests) - Test : exitcode_deb_buildcheck_64_parse_error - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe --deb-native-arch=amd64 tests/DebianPackages/deb_buildcheck_profiles_packages tests/cudf/legacy.cudf - Expected file : /dev/null - Expected exitcode : 64 - ... The applications raised this exception : Dose_common.Format822.ParseError(_, "Package", "This label is required.") - ok - runTest (__main__.DoseTests) - Test : deb_buildcheck - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe --failures --explain --latest 1 --deb-native-arch=amd64 tests/DebianPackages/Packages_20201226T144309Z_amd64.xz tests/DebianPackages/Sources_20201226T144309Z.xz - Expected file : tests/applications/dose-tests/deb-buildcheck-output - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : deb_buildcheck_profiles - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe --failures --successes --deb-native-arch=amd64 --deb-profiles=stage1,nocheck tests/DebianPackages/deb_buildcheck_profiles_packages tests/DebianPackages/deb_buildcheck_profiles_sources - Expected file : tests/applications/dose-tests/deb_buildcheck_profiles_results - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : deb_buildcheck_explain_successes - Group : buildcheck - Cmd : ./src/applications/debBuildcheck.exe --successes --explain --latest 1 --checkonly a52dec --deb-native-arch=amd64 tests/DebianPackages/Packages_20201226T144309Z_amd64.xz tests/DebianPackages/Sources_20201226T144309Z.xz - Expected file : tests/applications/dose-tests/deb_buildcheck_explain_successes_results - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : deb_coinstall_bug_16979 - Group : distcheck - Cmd : ./src/applications/debCoinstall.exe --failures --explain --deb-native-arch=amd64 --bg=tests/DebianPackages/Packages_20201226T144309Z_amd64.xz tests/deb/misc/deb-install-16959.edsp - Expected file : tests/applications/dose-tests/deb-coinstall-bug-16979 - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : checkonly_distcheck - Group : distcheck - Description : We consider essential packages and we print everything - Cmd : ./src/applications/distcheck.exe --checkonly 2to3 -s -e deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_test_checkonly - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : checkonly_multiarch_distcheck - Group : distcheck - Cmd : ./src/applications/distcheck.exe --checkonly 2to3:amd64 -s -e --deb-native-arch amd64 deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_test_checkonly_multiarch - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : exitcode_distcheck_64_notexistent - Group : distcheck - Cmd : ./src/applications/distcheck.exe --checkonly a -f -e cudf://notexistent - Expected file : /dev/null - Expected exitcode : 64 - ... Fatal error in module dose_common.input: - Input file notexistent does not exist. - ok - runTest (__main__.DoseTests) - Test : exitcode_distcheck_64_parse_error - Group : distcheck - Cmd : ./src/applications/distcheck.exe --checkonly a -f -e cudf://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : /dev/null - Expected exitcode : 64 - ... Fatal error in module doseparse.stdLoaders: - Error while parsing CUDF from tests/DebianPackages/Packages_20201226T144309Z_amd64.xz (line: 1): unexpected RFC 822 token - ok - runTest (__main__.DoseTests) - Test : unversioned_provides_versioned_dependency - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -f deb://tests/applications/dose-tests/versionend_provides/unversioned_provides_versioned_dependency - Expected file : tests/applications/dose-tests/versionend_provides/unversioned_provides_versioned_dependency.expected - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : versioned_provides_unversioned_conflict - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -f deb://tests/applications/dose-tests/versionend_provides/versioned_provides_unversioned_conflict - Expected file : tests/applications/dose-tests/versionend_provides/versioned_provides_unversioned_conflict.expected - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : virtual_package_in_multiple_versions - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -s deb://tests/applications/dose-tests/versionend_provides/multiple_virtual - Expected file : tests/applications/dose-tests/versionend_provides/multiple_virtual.expected - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : virtual_same_version - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -s deb://tests/applications/dose-tests/versionend_provides/real_and_multiple_virtual_same_version - Expected file : tests/applications/dose-tests/versionend_provides/real_and_multiple_virtual_same_version.expected - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : unversioned_provides_versioned_conflict - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -s deb://tests/applications/dose-tests/versionend_provides/unversioned_provides_versioned_conflict - Expected file : tests/applications/dose-tests/versionend_provides/unversioned_provides_versioned_conflict.expected - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : versioned_provides_unversioned_dependency - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -s deb://tests/applications/dose-tests/versionend_provides/versioned_provides_unversioned_dependency - Expected file : tests/applications/dose-tests/versionend_provides/versioned_provides_unversioned_dependency.expected - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : virtual_and_real - Group : distcheck_versioned_provides - Cmd : ./src/applications/distcheck.exe --checkonly main -s deb://tests/applications/dose-tests/versionend_provides/virtual_and_real - Expected file : tests/applications/dose-tests/versionend_provides/virtual_and_real.expected - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : checkonly_ignore_essential_distcheck - Group : distcheck - Description : We **do not** consider essential packages. - Cmd : ./src/applications/distcheck.exe --deb-ignore-essential --checkonly 2to3 -s -e deb://tests/DebianPackages/Packages_20201226T144309Z_amd64_nogrep - Expected file : tests/applications/dose-tests/distcheck_test_ignore_essential_checkonly - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : ignore_essential_distcheck - Group : distcheck - Cmd : ./src/applications/distcheck.exe --deb-ignore-essential -f -e deb://tests/DebianPackages/Packages_20201226T144309Z_amd64_nogrep - Expected file : tests/applications/dose-tests/distcheck_test_ignore_essential - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : failure_distcheck_summary - Group : distcheck - Cmd : ./src/applications/distcheck.exe --summary deb://tests/DebianPackages/Packages_20201226T144309Z_amd64_noaspell - Expected file : tests/applications/dose-tests/distcheck_test_failure_summary - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : back_conflict - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly back-conflict cudf://tests/cudf/explanationgraph/back-conflict.cudf - Expected file : tests/applications/dose-tests/back-conflict - ... ok - runTest (__main__.DoseTests) - Test : chain_back_cross_conflict - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly chain-back-cross-conflict cudf://tests/cudf/explanationgraph/chain-back-cross-conflict.cudf - Expected file : tests/applications/dose-tests/chain-back-cross-conflict - ... ok - runTest (__main__.DoseTests) - Test : chain_conflict - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly chain-conflict cudf://tests/cudf/explanationgraph/chain-conflict.cudf - Expected file : tests/applications/dose-tests/chain-conflict - ... ok - runTest (__main__.DoseTests) - Test : conflict_missing - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly conflict-missing cudf://tests/cudf/explanationgraph/conflict-missing.cudf - Expected file : tests/applications/dose-tests/conflict-missing - ... ok - runTest (__main__.DoseTests) - Test : confluent_missing - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly confluent-missing cudf://tests/cudf/explanationgraph/confluent-missing.cudf - Expected file : tests/applications/dose-tests/confluent-missing - ... ok - runTest (__main__.DoseTests) - Test : cross_conflict - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly cross-conflict cudf://tests/cudf/explanationgraph/cross-conflict.cudf - Expected file : tests/applications/dose-tests/cross-conflict - ... ok - runTest (__main__.DoseTests) - Test : incomplete_conjunctive_conflicts - Group : incomplete - Cmd : ./src/applications/distcheck.exe -e -f --checkonly incomplete-conjunctive-conflicts cudf://tests/cudf/incomplete/incomplete-conjunctive-conflicts.cudf - Expected file : tests/applications/dose-tests/incomplete-conjunctive-conflicts - ... ok - runTest (__main__.DoseTests) - Test : incomplete_conjunctive_missing - Group : incomplete - Cmd : ./src/applications/distcheck.exe -e -f --checkonly incomplete-conjunctive-missing cudf://tests/cudf/incomplete/incomplete-conjunctive-missing.cudf - Expected file : tests/applications/dose-tests/incomplete-conjunctive-missing - ... ok - runTest (__main__.DoseTests) - Test : incomplete_disjunctive_missing - Group : incomplete - Cmd : ./src/applications/distcheck.exe -e -f --checkonly incomplete-disjunctive-missing cudf://tests/cudf/incomplete/incomplete-disjunctive-missing.cudf - Expected file : tests/applications/dose-tests/incomplete-disjunctive-missing - ... ok - runTest (__main__.DoseTests) - Test : incomplete_disjunctive_missing_conflict - Group : incomplete - Cmd : ./src/applications/distcheck.exe -e -f --checkonly incomplete-disjunctive-missing-conflict cudf://tests/cudf/incomplete/incomplete-disjunctive-missing-conflict.cudf - Expected file : tests/applications/dose-tests/incomplete-disjunctive-missing-conflict - ... ok - runTest (__main__.DoseTests) - Test : mix_conflict_missing - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly mix-conflict-missing cudf://tests/cudf/explanationgraph/mix-conflict-missing.cudf - Expected file : tests/applications/dose-tests/mix-conflict-missing - ... ok - runTest (__main__.DoseTests) - Test : multi_version_confluent - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly multi-version-confluent cudf://tests/cudf/explanationgraph/multi-version-confluent.cudf - Expected file : tests/applications/dose-tests/multi-version-confluent - ... ok - runTest (__main__.DoseTests) - Test : multi_version_confluent_disjunctive - Group : explanationgraph - Cmd : ./src/applications/distcheck.exe -e -f --checkonly multi-version-confluent-disjunctive cudf://tests/cudf/explanationgraph/multi-version-confluent-disjunctive.cudf - Expected file : tests/applications/dose-tests/multi-version-confluent-disjunctive - ... ok - runTest (__main__.DoseTests) - Test : failure_distcheck - Group : distcheck - Cmd : ./src/applications/distcheck.exe -f -e deb://tests/DebianPackages/Packages_20201226T144309Z_amd64_noaspell - Expected file : tests/applications/dose-tests/distcheck_test_failure - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : distcheck_opam - Group : distcheck - Cmd : ./src/applications/distcheck.exe -f -e opam://tests/opam/stack_overflow.opam.xz - Expected file : tests/applications/dose-tests/opam_stack_overflow.xz - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : failure_distcheck_lowmem - Group : distcheck - Cmd : ./src/applications/distcheck.exe -f -e --lowmem deb://tests/DebianPackages/Packages_20201226T144309Z_amd64_noaspell - Expected file : tests/applications/dose-tests/distcheck_test_failure - Expected exitcode : 1 - ... ok - runTest (__main__.DoseTests) - Test : checkonly_minimal_distcheck - Group : distcheck - Description : We consider essential packages but we print only the code of 2to3 - Cmd : ./src/applications/distcheck.exe -m --checkonly 2to3 -s -e deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_test_minimal_checkonly - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : success_distcheck - Group : distcheck - Cmd : ./src/applications/distcheck.exe -s deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_test_success.xz - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : success_distcheck_lowmem - Group : distcheck - Cmd : ./src/applications/distcheck.exe -s --lowmem deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_test_success.xz - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : distcheck_coinst - Group : distcheck - Cmd : ./src/applications/distcheck.exe -s -e --coinst 2to3,abi-compliance-checker deb://tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/distcheck_coinst - Expected exitcode : 0 - ... ok - runTest (__main__.DoseTests) - Test : outdated-missing - Group : outdated - Cmd : ./src/applications/outdated.exe -f -e tests/applications/outdated/outdated-missing - Expected file : tests/applications/dose-tests/outdated-missing - ... ok - runTest (__main__.DoseTests) - Test : failure_outdated - Group : outdated - Cmd : ./src/applications/outdated.exe -f -e tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/outdated_failure - ... ok - runTest (__main__.DoseTests) - Test : failure_outdated-native - Group : outdated - Cmd : ./src/applications/outdated.exe -f -e --deb-native-arch amd64 tests/DebianPackages/Packages_20201226T144309Z_amd64.xz - Expected file : tests/applications/dose-tests/outdated_failure-native - ... ok - runTest (__main__.DoseTests) - Test : outdated-missing-native - Group : outdated - Cmd : ./src/applications/outdated.exe -f -e --deb-native-arch arch1 tests/applications/outdated/outdated-missing - Expected file : tests/applications/dose-tests/outdated-missing-native - ... ok - - ---------------------------------------------------------------------- - Ran 49 tests in 31.096s - - OK - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. - Warning ! Expected result and actual result are not identical. - The order is not the same. -> compiled dose3.6.1 -> installed dose3.6.1 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:59.10 ---> saved as "8849174fcb22bd20e35028d743ca950aced54ff70071df4c8f91c464601774ed" Job succeeded 2022-04-07 17:02.32: Job succeeded