(for PR #21050)
2022-04-07 16:32.18: New job: test fadbadml.0.1.2 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 fadbadml.0.1.2 && opam install --deps-only fadbadml.0.1.2 && opam install -v fadbadml.0.1.2; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ done; \ exit 1 RUN opam update --depexts RUN opam remove fadbadml.0.1.2 && opam install --deps-only --with-test fadbadml.0.1.2 && opam install -v --with-test fadbadml.0.1.2; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ done; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2022-04-07 16:32.18: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:939c3a7774ef033240450a41691a21c40fbf2dd5efef200d8e31839e7ce55d2f-conf-python-3.9.0.0-fadbadml.0.1.2-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 fadbadml.0.1.2 && opam install --deps-only fadbadml.0.1.2 && opam install -v fadbadml.0.1.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) (run (network host) (shell "opam update --depexts")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove fadbadml.0.1.2 && opam install --deps-only --with-test fadbadml.0.1.2 && opam install -v --with-test fadbadml.0.1.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) ) 2022-04-07 16:32.18: Waiting for resource in pool OCluster 2022-04-07 16:40.13: Waiting for worker... 2022-04-07 16:43.18: Got resource from pool OCluster Building on x86-bm-4.ocamllabs.io All commits already cached Updating files: 22% (5796/25409) Updating files: 23% (5845/25409) Updating files: 24% (6099/25409) Updating files: 25% (6353/25409) Updating files: 26% (6607/25409) Updating files: 27% (6861/25409) Updating files: 28% (7115/25409) Updating files: 29% (7369/25409) Updating files: 30% (7623/25409) Updating files: 31% (7877/25409) Updating files: 32% (8131/25409) Updating files: 33% (8385/25409) Updating files: 34% (8640/25409) Updating files: 35% (8894/25409) Updating files: 36% (9148/25409) Updating files: 37% (9402/25409) Updating files: 38% (9656/25409) Updating files: 39% (9910/25409) Updating files: 40% (10164/25409) Updating files: 41% (10418/25409) Updating files: 41% (10422/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: 59% (15161/25409) Updating files: 60% (15246/25409) Updating files: 61% (15500/25409) Updating files: 62% (15754/25409) Updating files: 63% (16008/25409) Updating files: 64% (16262/25409) Updating files: 65% (16516/25409) Updating files: 66% (16770/25409) Updating files: 67% (17025/25409) Updating files: 68% (17279/25409) Updating files: 69% (17533/25409) Updating files: 70% (17787/25409) Updating files: 71% (18041/25409) Updating files: 72% (18295/25409) Updating files: 73% (18549/25409) Updating files: 74% (18803/25409) Updating files: 75% (19057/25409) Updating files: 76% (19311/25409) Updating files: 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: 84% (21540/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:44.03 ---> 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.03 ---> 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.03 ---> using "b9b7cc593f8fcb58626ea48eb27f64ab34f73f3259ca2d7d7d75b3b7c31ecfa0" from cache /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2022-04-07 16:44.03 ---> 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 Format upgrade done. 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2022-04-07 16:44.03 ---> 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.03 ---> using "4c5cef59babee8fcbad5e4aba1a5deedb36f3f9dfbecd083ad8e2c2e2842e5d2" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2022-04-07 16:44.05 ---> using "547693c843d2b7da08471cc8ec6177c2001db73b88d5ca1d593eaf9686088809" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2022-04-07 16:44.05 ---> using "c3c2700725c46f295d646bfd43bf3c5b4228b7295cfbd849b7ad267bb1ac9531" from cache /home/opam: (run (shell "opam pin add -k version -yn conf-python-3.9.0.0 9.0.0")) conf-python-3 is now pinned to version 9.0.0 2022-04-07 16:44.05 ---> using "edb7a5b4e9049970d1205e51e8cd291c843fdc8c45e9cd115af9d1a100422534" from cache /home/opam: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] - Hit:2 http://deb.debian.org/debian bullseye InRelease - Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] - Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [124 kB] - Fetched 207 kB in 1s (346 kB/s) - Reading package lists... - 2022-04-07 16:44.05 ---> using "0fa77c338d11c43312bc86182b4b5992ed123810397d600afcde2858eeda9e01" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove conf-python-3.9.0.0 && opam install --deps-only conf-python-3.9.0.0 && opam install -v conf-python-3.9.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) Nothing to do. [NOTE] conf-python-3.9.0.0 is not installed. Nothing to do. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install conf-python-3 9.0.0* The following system packages will first need to be installed: python3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.9-minimal:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18283 files and directories currently installed.) - Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ... - Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ... - Selecting previously unselected package python3.9-minimal. - Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ... - Unpacking python3.9-minimal (3.9.2-1) ... - Setting up libpython3.9-minimal:amd64 (3.9.2-1) ... - Setting up python3.9-minimal (3.9.2-1) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18568 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... - Unpacking python3-minimal (3.9.2-3) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_4.0.0_all.deb ... - Unpacking media-types (4.0.0) ... - Selecting previously unselected package libmpdec3:amd64. - Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... - Unpacking libmpdec3:amd64 (2.5.1-1) ... - Selecting previously unselected package libpython3.9-stdlib:amd64. - Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1_amd64.deb ... - Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ... - Selecting previously unselected package python3.9. - Preparing to unpack .../4-python3.9_3.9.2-1_amd64.deb ... - Unpacking python3.9 (3.9.2-1) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up python3-minimal (3.9.2-3) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18965 files and directories currently installed.) - Preparing to unpack .../python3_3.9.2-3_amd64.deb ... - Unpacking python3 (3.9.2-3) ... - Setting up media-types (4.0.0) ... - Setting up libmpdec3:amd64 (2.5.1-1) ... - Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ... - Setting up libpython3-stdlib:amd64 (3.9.2-3) ... - Setting up python3.9 (3.9.2-1) ... - Setting up python3 (3.9.2-3) ... - running python rtupdate hooks for python3.9... - running python post-rtupdate hooks for python3.9... - Processing triggers for libc-bin (2.31-13+deb11u3) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/3: [conf-python-3: python3 test.py] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "python3" "test.py" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-python-3.9.0.0) - python-3 OK -> compiled conf-python-3.9.0.0 -> installed conf-python-3.9.0.0 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:44.26 ---> 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:44.28 ---> saved as "758a3814c7574fdc9c2e7bddbf12c5fc88a804632145f32cef3a56875d850709" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove fadbadml.0.1.2 && opam install --deps-only fadbadml.0.1.2 && opam install -v fadbadml.0.1.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) [NOTE] fadbadml.0.1.2 is not installed. Nothing to do. The following actions will be performed: - install dune 3.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.0.3 (cached) -> installed dune.3.0.3 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install fadbadml 0.1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [fadbadml.0.1.2: http] Processing 1/3: -> retrieved fadbadml.0.1.2 (https://github.com/fadbadml-dev/FADBADml/archive/0.1.2.tar.gz) Processing 2/3: [fadbadml: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "fadbadml" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/fadbadml.0.1.2) -> compiled fadbadml.0.1.2 -> installed fadbadml.0.1.2 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:46.01 ---> saved as "4a5d43eacc230f7866398005f6cd987eb1b3b61723b570bff7319b467375888f" /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:46.09 ---> saved as "5bca67b1d36bcc52030156f5a9c18a1c7ba494dd6cb53142770aa285b4ce36f5" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam remove fadbadml.0.1.2 && opam install --deps-only --with-test fadbadml.0.1.2 && opam install -v --with-test fadbadml.0.1.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-11\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n done;\ \n exit 1")) The following actions will be performed: - remove fadbadml 0.1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed fadbadml.0.1.2 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install seq base - install ocamlfind 1.9.3 - install stdlib-shims 0.3.0 - install base-bytes base - install qcheck-core 0.17 - install ounit2 2.2.6 - install qcheck-ounit 0.17 - install qcheck 0.17 ===== 8 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.3 (cached) -> retrieved ounit2.2.2.6 (cached) -> retrieved qcheck.0.17 (cached) -> retrieved qcheck-core.0.17 (cached) -> retrieved qcheck-ounit.0.17 (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> installed stdlib-shims.0.3.0 -> installed ocamlfind.1.9.3 -> installed base-bytes.base -> installed qcheck-core.0.17 -> installed ounit2.2.2.6 -> installed qcheck-ounit.0.17 -> installed qcheck.0.17 Done. # Run eval $(opam env) to update the current shell environment The following actions will be performed: - install fadbadml 0.1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [fadbadml.0.1.2: http] Processing 1/3: -> retrieved fadbadml.0.1.2 (https://github.com/fadbadml-dev/FADBADml/archive/0.1.2.tar.gz) Processing 2/3: [fadbadml: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "fadbadml" "-j" "31" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/fadbadml.0.1.2) - (cd _build/default/test/unit && ./run_test.exe) - ======================== - TEST FAD - ======================== - ---- UNARY FUNCTIONS - pos : OK - neg : OK - inv : OK - sqr : OK - sqrt : OK - log : OK - sin : OK - cos : OK - tan : OK - asin : OK - acos : OK - atan : OK - OK - - ---- BINARY FUNCTIONS - add : OK - sub : OK - mul : OK - div : OK - pow : OK - OK - - ======================== - TEST BAD - ======================== - ---- UNARY FUNCTIONS - pos : OK - neg : OK - inv : OK - sqr : OK - sqrt : OK - log : OK - sin : OK - cos : OK - tan : OK - asin : OK - acos : OK - atan : OK - OK - - ---- BINARY FUNCTIONS - add : OK - sub : OK - mul : OK - div : OK - pow : OK - OK - - ======================== - TEST TAD - ======================== - ---- UNARY FUNCTIONS - pos : OK - neg : OK - inv : OK - sqr : OK - sqrt : OK - log : OK - sin : OK - cos : OK - tan : OK - asin : OK - acos : OK - atan : OK - OK - - ---- BINARY FUNCTIONS - add : OK - sub : OK - mul : OK - div : OK - pow : OK - OK - (cd _build/default/test/system && ./compare.py bad -n 1000 -j 4) > _build/default/test/system/test_bad.output - Options: {'ntests': 1000, 'nprocesses': 4, 'minsteps': 0, 'maxsteps': 2, 'mindt': 0.0, 'maxdt': 1.0} - testing: | 0/250 | 0/250 | 0/250 | 0/250 | (approx time: 0.00s) testing: | 10/250 | 9/250 | 10/250 | 10/250 | (approx time: 0.10s) testing: | 21/250 | 20/250 | 19/250 | 20/250 | (approx time: 0.20s) testing: | 30/250 | 29/250 | 29/250 | 29/250 | (approx time: 0.30s) testing: | 40/250 | 38/250 | 37/250 | 38/250 | (approx time: 0.40s) testing: | 49/250 | 48/250 | 46/250 | 47/250 | (approx time: 0.50s) testing: | 58/250 | 57/250 | 55/250 | 56/250 | (approx time: 0.60s) testing: | 66/250 | 65/250 | 63/250 | 64/250 | (approx time: 0.70s) testing: | 75/250 | 74/250 | 72/250 | 73/250 | (approx time: 0.80s) testing: | 84/250 | 83/250 | 80/250 | 82/250 | (approx time: 0.90s) testing: | 92/250 | 91/250 | 89/250 | 91/250 | (approx time: 1.00s) testing: | 102/250 | 100/250 | 98/250 | 100/250 | (approx time: 1.10s) testing: | 111/250 | 108/250 | 107/250 | 109/250 | (approx time: 1.20s) testing: | 119/250 | 117/250 | 115/250 | 117/250 | (approx time: 1.30s) testing: | 128/250 | 126/250 | 125/250 | 126/250 | (approx time: 1.40s) testing: | 137/250 | 136/250 | 134/250 | 136/250 | (approx time: 1.50s) testing: | 147/250 | 144/250 | 143/250 | 145/250 | (approx time: 1.60s) testing: | 156/250 | 154/250 | 153/250 | 154/250 | (approx time: 1.70s) testing: | 166/250 | 163/250 | 163/250 | 163/250 | (approx time: 1.80s) testing: | 175/250 | 173/250 | 172/250 | 173/250 | (approx time: 1.90s) testing: | 185/250 | 182/250 | 182/250 | 182/250 | (approx time: 2.00s) testing: | 191/250 | 188/250 | 189/250 | 188/250 | (approx time: 2.10s) testing: | 198/250 | 194/250 | 195/250 | 194/250 | (approx time: 2.20s) testing: | 204/250 | 200/250 | 201/250 | 201/250 | (approx time: 2.30s) testing: | 211/250 | 205/250 | 205/250 | 206/250 | (approx time: 2.40s) testing: | 217/250 | 211/250 | 210/250 | 212/250 | (approx time: 2.50s) testing: | 221/250 | 216/250 | 216/250 | 217/250 | (approx time: 2.60s) testing: | 228/250 | 222/250 | 222/250 | 224/250 | (approx time: 2.70s) testing: | 234/250 | 229/250 | 228/250 | 229/250 | (approx time: 2.80s) testing: | 240/250 | 235/250 | 233/250 | 236/250 | (approx time: 2.90s) testing: | 247/250 | 242/250 | 240/250 | 242/250 | (approx time: 3.00s) testing: | 250/250 | 249/250 | 247/250 | 249/250 | (approx time: 3.10s) testing: | 250/250 | 250/250 | 250/250 | 250/250 | (approx time: 3.20s) - (cd _build/default/test/system && ./compare.py fad -n 1000 -j 4) > _build/default/test/system/test_fad.output - Options: {'ntests': 1000, 'nprocesses': 4, 'minsteps': 0, 'maxsteps': 2, 'mindt': 0.0, 'maxdt': 1.0} - testing: | 0/250 | 0/250 | 0/250 | 0/250 | (approx time: 0.00s) testing: | 9/250 | 10/250 | 9/250 | 10/250 | (approx time: 0.10s) testing: | 20/250 | 20/250 | 19/250 | 22/250 | (approx time: 0.20s) testing: | 30/250 | 30/250 | 29/250 | 31/250 | (approx time: 0.30s) testing: | 39/250 | 39/250 | 37/250 | 40/250 | (approx time: 0.40s) testing: | 48/250 | 48/250 | 47/250 | 48/250 | (approx time: 0.50s) testing: | 57/250 | 57/250 | 55/250 | 57/250 | (approx time: 0.60s) testing: | 65/250 | 65/250 | 63/250 | 66/250 | (approx time: 0.70s) testing: | 74/250 | 73/250 | 72/250 | 74/250 | (approx time: 0.80s) testing: | 83/250 | 82/250 | 81/250 | 82/250 | (approx time: 0.90s) testing: | 91/250 | 91/250 | 90/250 | 91/250 | (approx time: 1.00s) testing: | 100/250 | 100/250 | 98/250 | 100/250 | (approx time: 1.10s) testing: | 109/250 | 109/250 | 107/250 | 108/250 | (approx time: 1.20s) testing: | 118/250 | 118/250 | 115/250 | 116/250 | (approx time: 1.30s) testing: | 127/250 | 128/250 | 124/250 | 124/250 | (approx time: 1.40s) testing: | 136/250 | 137/250 | 134/250 | 133/250 | (approx time: 1.50s) testing: | 145/250 | 146/250 | 143/250 | 142/250 | (approx time: 1.60s) testing: | 155/250 | 156/250 | 152/250 | 151/250 | (approx time: 1.70s) testing: | 164/250 | 165/250 | 162/250 | 161/250 | (approx time: 1.80s) testing: | 174/250 | 175/250 | 172/250 | 171/250 | (approx time: 1.90s) testing: | 183/250 | 184/250 | 181/250 | 181/250 | (approx time: 2.00s) testing: | 189/250 | 191/250 | 188/250 | 188/250 | (approx time: 2.10s) testing: | 195/250 | 197/250 | 194/250 | 194/250 | (approx time: 2.20s) testing: | 200/250 | 203/250 | 199/250 | 200/250 | (approx time: 2.30s) testing: | 205/250 | 208/250 | 205/250 | 206/250 | (approx time: 2.40s) testing: | 211/250 | 214/250 | 210/250 | 211/250 | (approx time: 2.50s) testing: | 217/250 | 220/250 | 215/250 | 217/250 | (approx time: 2.60s) testing: | 222/250 | 227/250 | 221/250 | 223/250 | (approx time: 2.70s) testing: | 228/250 | 232/250 | 227/250 | 230/250 | (approx time: 2.80s) testing: | 234/250 | 239/250 | 233/250 | 236/250 | (approx time: 2.90s) testing: | 240/250 | 245/250 | 239/250 | 242/250 | (approx time: 3.00s) testing: | 247/250 | 250/250 | 246/250 | 249/250 | (approx time: 3.10s) testing: | 250/250 | 250/250 | 250/250 | 250/250 | (approx time: 3.20s) - (cd _build/default/test/system && ./compare.py tad -n 1000 -j 4) > _build/default/test/system/test_tad.output - Options: {'ntests': 1000, 'nprocesses': 4, 'minsteps': 0, 'maxsteps': 2, 'mindt': 0.0, 'maxdt': 1.0} - testing: | 0/250 | 0/250 | 0/250 | 0/250 | (approx time: 0.00s) testing: | 8/250 | 8/250 | 8/250 | 8/250 | (approx time: 0.10s) testing: | 17/250 | 17/250 | 16/250 | 17/250 | (approx time: 0.20s) testing: | 25/250 | 25/250 | 25/250 | 25/250 | (approx time: 0.30s) testing: | 34/250 | 34/250 | 34/250 | 34/250 | (approx time: 0.40s) testing: | 43/250 | 42/250 | 42/250 | 42/250 | (approx time: 0.50s) testing: | 51/250 | 51/250 | 49/250 | 50/250 | (approx time: 0.60s) testing: | 59/250 | 60/250 | 57/250 | 58/250 | (approx time: 0.70s) testing: | 68/250 | 68/250 | 66/250 | 67/250 | (approx time: 0.80s) testing: | 77/250 | 77/250 | 75/250 | 75/250 | (approx time: 0.90s) testing: | 85/250 | 85/250 | 84/250 | 84/250 | (approx time: 1.00s) testing: | 94/250 | 94/250 | 92/250 | 93/250 | (approx time: 1.10s) testing: | 103/250 | 102/250 | 101/250 | 102/250 | (approx time: 1.20s) testing: | 111/250 | 112/250 | 110/250 | 111/250 | (approx time: 1.30s) testing: | 120/250 | 121/250 | 119/250 | 120/250 | (approx time: 1.40s) testing: | 129/250 | 129/250 | 128/250 | 129/250 | (approx time: 1.50s) testing: | 138/250 | 139/250 | 138/250 | 138/250 | (approx time: 1.60s) testing: | 147/250 | 148/250 | 147/250 | 147/250 | (approx time: 1.70s) testing: | 156/250 | 157/250 | 156/250 | 156/250 | (approx time: 1.80s) testing: | 162/250 | 163/250 | 161/250 | 162/250 | (approx time: 1.90s) testing: | 168/250 | 169/250 | 167/250 | 169/250 | (approx time: 2.00s) testing: | 173/250 | 175/250 | 172/250 | 175/250 | (approx time: 2.10s) testing: | 177/250 | 180/250 | 176/250 | 179/250 | (approx time: 2.20s) testing: | 183/250 | 185/250 | 180/250 | 183/250 | (approx time: 2.30s) testing: | 188/250 | 189/250 | 186/250 | 189/250 | (approx time: 2.40s) testing: | 196/250 | 194/250 | 192/250 | 196/250 | (approx time: 2.50s) testing: | 201/250 | 200/250 | 199/250 | 202/250 | (approx time: 2.60s) testing: | 208/250 | 206/250 | 205/250 | 208/250 | (approx time: 2.70s) testing: | 214/250 | 212/250 | 211/250 | 215/250 | (approx time: 2.80s) testing: | 221/250 | 220/250 | 217/250 | 222/250 | (approx time: 2.90s) testing: | 230/250 | 229/250 | 227/250 | 231/250 | (approx time: 3.00s) testing: | 240/250 | 238/250 | 235/250 | 240/250 | (approx time: 3.10s) testing: | 249/250 | 247/250 | 244/250 | 249/250 | (approx time: 3.20s) testing: | 250/250 | 250/250 | 250/250 | 250/250 | (approx time: 3.30s) - OK -> compiled fadbadml.0.1.2 -> installed fadbadml.0.1.2 Done. # Run eval $(opam env) to update the current shell environment 2022-04-07 16:47.30 ---> saved as "5bec2ccf049a8dcbefa735a5172d6cd8cf772bf4032a64425a6a6670e3c93799" Job succeeded 2022-04-07 16:47.40: Job succeeded