>>> notus-scanner: Building testing/notus-scanner 22.4.2-r1 (using abuild 3.10.0-r0) started Wed, 01 Feb 2023 08:07:06 +0000 >>> notus-scanner: Checking sanity of /home/buildozer/aports/testing/notus-scanner/APKBUILD... >>> notus-scanner: Analyzing dependencies... >>> notus-scanner: Installing for build: build-base mosquitto paho-mqtt-c py3-gnupg py3-packaging py3-paho-mqtt py3-psutil py3-gpep517 python3-dev py3-poetry-core py3-pytest (1/54) Installing libwebsockets (4.3.2-r1) (2/54) Installing mosquitto (2.0.15-r1) Executing mosquitto-2.0.15-r1.pre-install (3/54) Installing paho-mqtt-c (1.3.9-r2) (4/54) Installing libbz2 (1.0.8-r4) (5/54) Installing libffi (3.4.4-r0) (6/54) Installing gdbm (1.23-r0) (7/54) Installing xz-libs (5.4.1-r0) (8/54) Installing mpdecimal (2.5.1-r1) (9/54) Installing readline (8.2.0-r0) (10/54) Installing sqlite-libs (3.40.1-r0) (11/54) Installing python3 (3.11.1-r3) (12/54) Installing libgpg-error (1.46-r1) (13/54) Installing libassuan (2.5.5-r1) (14/54) Installing pinentry (1.2.1-r0) Executing pinentry-1.2.1-r0.post-install (15/54) Installing libgcrypt (1.10.1-r0) (16/54) Installing gnupg-gpgconf (2.4.0-r0) (17/54) Installing npth (1.6-r2) (18/54) Installing gpg (2.4.0-r0) (19/54) Installing gpg-agent (2.4.0-r0) (20/54) Installing gpg-wks-server (2.4.0-r0) (21/54) Installing libksba (1.6.3-r0) (22/54) Installing gpgsm (2.4.0-r0) (23/54) Installing gpgv (2.4.0-r0) (24/54) Installing nettle (3.8.1-r0) (25/54) Installing p11-kit (0.24.1-r1) (26/54) Installing libtasn1 (4.19.0-r0) (27/54) Installing libunistring (1.1-r0) (28/54) Installing gnutls (3.7.8-r2) (29/54) Installing libsasl (2.1.28-r3) (30/54) Installing libldap (2.6.3-r6) (31/54) Installing gnupg-dirmngr (2.4.0-r0) (32/54) Installing gnupg-utils (2.4.0-r0) (33/54) Installing gnupg-wks-client (2.4.0-r0) (34/54) Installing gnupg (2.4.0-r0) (35/54) Installing py3-gnupg (0.5.0-r2) (36/54) Installing py3-parsing (3.0.9-r1) (37/54) Installing py3-packaging (23.0-r0) (38/54) Installing py3-paho-mqtt (1.6.1-r1) (39/54) Installing py3-psutil (5.9.4-r1) (40/54) Installing py3-installer (0.6.0-r0) (41/54) Installing py3-gpep517 (13-r0) (42/54) Installing python3-dev (3.11.1-r3) (43/54) Installing py3-pyrsistent (0.19.3-r0) (44/54) Installing py3-attrs (22.2.0-r0) (45/54) Installing py3-jsonschema (4.7.2-r3) (46/54) Installing py3-lark-parser (0.11.3-r2) (47/54) Installing py3-tomlkit (0.11.6-r1) (48/54) Installing py3-poetry-core (1.5.0-r0) (49/54) Installing py3-iniconfig (1.1.1-r4) (50/54) Installing py3-pluggy (1.0.0-r2) (51/54) Installing py3-py (1.11.0-r1) (52/54) Installing py3-pytest (7.2.1-r0) (53/54) Installing .makedepends-notus-scanner (20230201.080707) (54/54) Installing mosquitto-openrc (2.0.15-r1) Executing busybox-1.36.0-r3.trigger OK: 581 MiB in 150 packages >>> notus-scanner: Cleaning up srcdir >>> notus-scanner: Cleaning up pkgdir >>> notus-scanner: Fetching https://distfiles.alpinelinux.org/distfiles/edge/notus-scanner-22.4.2.tar.gz >>> notus-scanner: Fetching https://distfiles.alpinelinux.org/distfiles/edge/notus-scanner-22.4.2.tar.gz >>> notus-scanner: Checking sha512sums... notus-scanner-22.4.2.tar.gz: OK tomllib.patch: OK >>> notus-scanner: Unpacking /var/cache/distfiles/edge/notus-scanner-22.4.2.tar.gz... >>> notus-scanner: tomllib.patch patching file notus/scanner/config.py 2023-02-01 08:07:08,492 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2023-02-01 08:07:08,642 poetry.core.masonry.builders.wheel INFO Building wheel 2023-02-01 08:07:08,665 poetry.core.masonry.builders.wheel INFO Built notus_scanner-22.4.2-py3-none-any.whl 2023-02-01 08:07:08,665 gpep517 INFO The backend produced dist/notus_scanner-22.4.2-py3-none-any.whl notus_scanner-22.4.2-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/notus-scanner/src/notus-scanner-22.4.2 collected 96 items tests/test_config.py ..... [ 5%] tests/test_verifier.py . [ 6%] tests/cli/test_cli_parser.py ............ [ 18%] tests/loader/test_gpg.py ... [ 21%] tests/loader/test_json.py ..... [ 27%] tests/messages/test_message.py ............ [ 39%] tests/messages/test_result.py ..... [ 44%] tests/messages/test_start.py ..... [ 50%] tests/messages/test_status.py ..... [ 55%] tests/messaging/test_mqtt.py .... [ 59%] tests/models/test_vulnerability.py .. [ 61%] tests/models/packages/test_deb.py ...... [ 67%] tests/models/packages/test_ebuild.py ... [ 70%] tests/models/packages/test_package.py ............. [ 84%] tests/models/packages/test_rpm.py ........ [ 92%] tests/models/packages/test_slackware.py ....... [100%] ============================== 96 passed in 0.28s ============================== >>> notus-scanner: Entering fakeroot... >>> notus-scanner*: Running postcheck for notus-scanner >>> notus-scanner*: Preparing package notus-scanner... >>> notus-scanner*: Tracing dependencies... >>> notus-scanner*: Package size: 536.0 KB >>> notus-scanner*: Compressing data... >>> notus-scanner*: Create checksum... >>> notus-scanner*: Create notus-scanner-22.4.2-r1.apk >>> notus-scanner: Build complete at Wed, 01 Feb 2023 08:07:14 +0000 elapsed time 0h 0m 8s >>> notus-scanner: Cleaning up srcdir >>> notus-scanner: Cleaning up pkgdir >>> notus-scanner: Uninstalling dependencies... (1/54) Purging .makedepends-notus-scanner (20230201.080707) (2/54) Purging mosquitto-openrc (2.0.15-r1) (3/54) Purging mosquitto (2.0.15-r1) (4/54) Purging paho-mqtt-c (1.3.9-r2) (5/54) Purging py3-gnupg (0.5.0-r2) (6/54) Purging gnupg (2.4.0-r0) (7/54) Purging gpg-wks-server (2.4.0-r0) (8/54) Purging gpgsm (2.4.0-r0) (9/54) Purging gpgv (2.4.0-r0) (10/54) Purging gnupg-utils (2.4.0-r0) (11/54) Purging gnupg-wks-client (2.4.0-r0) (12/54) Purging gpg (2.4.0-r0) (13/54) Purging gpg-agent (2.4.0-r0) (14/54) Purging gnupg-dirmngr (2.4.0-r0) (15/54) Purging gnupg-gpgconf (2.4.0-r0) (16/54) Purging pinentry (1.2.1-r0) (17/54) Purging py3-paho-mqtt (1.6.1-r1) (18/54) Purging py3-psutil (5.9.4-r1) (19/54) Purging py3-gpep517 (13-r0) (20/54) Purging py3-installer (0.6.0-r0) (21/54) Purging python3-dev (3.11.1-r3) (22/54) Purging py3-poetry-core (1.5.0-r0) (23/54) Purging py3-jsonschema (4.7.2-r3) (24/54) Purging py3-pyrsistent (0.19.3-r0) (25/54) Purging py3-lark-parser (0.11.3-r2) (26/54) Purging py3-tomlkit (0.11.6-r1) (27/54) Purging py3-pytest (7.2.1-r0) (28/54) Purging py3-attrs (22.2.0-r0) (29/54) Purging py3-iniconfig (1.1.1-r4) (30/54) Purging py3-packaging (23.0-r0) (31/54) Purging py3-parsing (3.0.9-r1) (32/54) Purging py3-pluggy (1.0.0-r2) (33/54) Purging py3-py (1.11.0-r1) (34/54) Purging python3 (3.11.1-r3) (35/54) Purging libwebsockets (4.3.2-r1) (36/54) Purging libbz2 (1.0.8-r4) (37/54) Purging gnutls (3.7.8-r2) (38/54) Purging p11-kit (0.24.1-r1) (39/54) Purging libffi (3.4.4-r0) (40/54) Purging libldap (2.6.3-r6) (41/54) Purging libsasl (2.1.28-r3) (42/54) Purging gdbm (1.23-r0) (43/54) Purging xz-libs (5.4.1-r0) (44/54) Purging mpdecimal (2.5.1-r1) (45/54) Purging readline (8.2.0-r0) (46/54) Purging sqlite-libs (3.40.1-r0) (47/54) Purging libksba (1.6.3-r0) (48/54) Purging libassuan (2.5.5-r1) (49/54) Purging libgcrypt (1.10.1-r0) (50/54) Purging libgpg-error (1.46-r1) (51/54) Purging npth (1.6-r2) (52/54) Purging nettle (3.8.1-r0) (53/54) Purging libtasn1 (4.19.0-r0) (54/54) Purging libunistring (1.1-r0) Executing busybox-1.36.0-r3.trigger OK: 406 MiB in 96 packages >>> notus-scanner: Updating the testing/aarch64 repository index... >>> notus-scanner: Signing the index...