aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
23.19k stars 2.29k forks source link

Getting DEBUG messages, even when `--debug` is not set #1145

Closed christian-weiss closed 3 years ago

christian-weiss commented 3 years ago

After investigating https://github.com/aquasecurity/trivy/issues/1143 i found why "my first guess" was wrong

To reproduce run: docker run --rm --name reproduceError -v $(pwd):/data aquasec/trivy:0.19.2 -d --no-progress --format json --output /data/report.json --input /data/this.tar (see issue above for prepartion steps)

When i run trivy 0.19.2 i wonder about its stdout output:

2021-07-22T12:50:45.879Z        DEBUG   Severities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
2021-07-22T12:50:45.888Z        DEBUG   cache dir:  /root/.cache/trivy
2021-07-22T12:50:45.888Z        DEBUG   There is no valid metadata file: unable to open a file: open /root/.cache/trivy/db/metadata.json: no such file or directory
2021-07-22T12:50:45.888Z        INFO    Need to update DB
2021-07-22T12:50:45.888Z        INFO    Downloading DB...
2021-07-22T12:50:45.889Z        DEBUG   no metadata file
2021-07-22T12:50:45.999Z        DEBUG   release name: v1-2021072212
2021-07-22T12:50:45.999Z        DEBUG   asset name: trivy-light-offline.db.tgz
2021-07-22T12:50:45.999Z        DEBUG   file name doesn't match
2021-07-22T12:50:45.999Z        DEBUG   asset name: trivy-light.db.gz
2021-07-22T12:50:45.999Z        DEBUG   file name doesn't match
2021-07-22T12:50:46.000Z        DEBUG   asset name: trivy-offline.db.tgz
2021-07-22T12:50:46.000Z        DEBUG   file name doesn't match
2021-07-22T12:50:46.000Z        DEBUG   asset name: trivy.db.gz
2021-07-22T12:50:46.015Z        DEBUG   asset URL: https://github-releases.githubusercontent.com/216830441/725a9082-d6c1-4b0c-8e3c-9ffd97635618?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210722%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210722T124911Z&X-Amz-Expires=300&X-Amz-Signature=3095b76dd9807c99376f35ff6484c78a46de4b333a6a528a7dba573691d348fc&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=216830441&response-content-disposition=attachment%3B%20filename%3Dtrivy.db.gz&response-content-type=application%2Foctet-stream
2021-07-22T12:51:06.355Z        DEBUG   Updating database metadata...
2021-07-22T12:51:06.356Z        DEBUG   DB Schema: 1, Type: 1, UpdatedAt: 2021-07-22 12:04:19.638766166 +0000 UTC, NextUpdate: 2021-07-22 18:04:19.638765766 +0000 UTC, DownloadedAt: 2021-07-22 12:51:06.356060337 +0000 UTC
2021-07-22T12:51:06.356Z        DEBUG   Vulnerability type:  [os library]
2021-07-22T12:51:06.395Z        DEBUG   Image ID: sha256:e52b61a17cdd8121241aa318df2a2cdb4316e34c27f1cf414b70d32bc9633800
2021-07-22T12:51:06.395Z        DEBUG   Diff IDs: [sha256:72e830a4dff5f0d5225cdc0a320e85ab1ce06ea5673acfe8d83a7645cbd0e9cf sha256:3ac08c726cd3ea8ea51baeb76fe9abe884a095d8ca7e09e0e21b4479c43a51e0 sha256:b4ab05475db3d4e11fb76b9c431ace91fbebaa0226f6f983d727fc909af472eb sha256:25546d18ffa5e0663cbcb74221421ac9148a9cc3ae81f5b95301da90da01845b sha256:bb98cc4b4f24e5eddfe98d8cf2bd3dcfc5e713ac0856eb063db6aad6dec6aa02 sha256:353c357f942754e2f70cd46b38505f392fa7d8d1875f7a4b349a58676178cdd5 sha256:2fec89bf7a83b85b461db1dc4faf4dc63410d750381aca2a4ec7fb27b96623b4 sha256:20a965225c1147ce792b5c69496fa250f5010be25992cdf259e05233b10b05e4 sha256:cf2288e9b8cc1420ae3ece63f4dedad87a6881ad4951a6a13bb1219f079e26d2 sha256:647d4116e61957c39ab8fea82d0098514a94eddc21c10cb9cc50bbdc64337396]
2021-07-22T12:51:06.395Z        DEBUG   Missing image ID: sha256:e52b61a17cdd8121241aa318df2a2cdb4316e34c27f1cf414b70d32bc9633800
2021-07-22T12:51:06.395Z        DEBUG   Missing diff ID: sha256:647d4116e61957c39ab8fea82d0098514a94eddc21c10cb9cc50bbdc64337396
2021-07-22T12:51:06.395Z        DEBUG   Missing diff ID: sha256:353c357f942754e2f70cd46b38505f392fa7d8d1875f7a4b349a58676178cdd5
2021-07-22T12:51:06.396Z        DEBUG   Missing diff ID: sha256:25546d18ffa5e0663cbcb74221421ac9148a9cc3ae81f5b95301da90da01845b
2021-07-22T12:51:06.397Z        DEBUG   Missing diff ID: sha256:b4ab05475db3d4e11fb76b9c431ace91fbebaa0226f6f983d727fc909af472eb
2021-07-22T12:51:06.399Z        DEBUG   Missing diff ID: sha256:2fec89bf7a83b85b461db1dc4faf4dc63410d750381aca2a4ec7fb27b96623b4
2021-07-22T12:51:06.400Z        DEBUG   Missing diff ID: sha256:bb98cc4b4f24e5eddfe98d8cf2bd3dcfc5e713ac0856eb063db6aad6dec6aa02
2021-07-22T12:51:06.403Z        DEBUG   Missing diff ID: sha256:20a965225c1147ce792b5c69496fa250f5010be25992cdf259e05233b10b05e4
2021-07-22T12:51:06.405Z        DEBUG   Missing diff ID: sha256:cf2288e9b8cc1420ae3ece63f4dedad87a6881ad4951a6a13bb1219f079e26d2
2021-07-22T12:51:06.408Z        DEBUG   Missing diff ID: sha256:72e830a4dff5f0d5225cdc0a320e85ab1ce06ea5673acfe8d83a7645cbd0e9cf
2021-07-22T12:51:06.416Z        DEBUG   Analysis error: unable to parse usr/local/bin/wheel: failed to parse usr/local/bin/wheel: unrecognized executable format
2021-07-22T12:51:06.416Z        DEBUG   Analysis error: unable to parse usr/local/bin/pip: failed to parse usr/local/bin/pip: unrecognized executable format
2021-07-22T12:51:06.417Z        DEBUG   Analysis error: unable to parse usr/local/bin/pip3: failed to parse usr/local/bin/pip3: unrecognized executable format
2021-07-22T12:51:06.417Z        DEBUG   Analysis error: unable to parse usr/local/bin/pip3.9: failed to parse usr/local/bin/pip3.9: unrecognized executable format
2021-07-22T12:51:06.422Z        DEBUG   Missing diff ID: sha256:3ac08c726cd3ea8ea51baeb76fe9abe884a095d8ca7e09e0e21b4479c43a51e0
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/ash: failed to parse bin/ash: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/base64: failed to parse bin/base64: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/bbconfig: failed to parse bin/bbconfig: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/chown: failed to parse bin/chown: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/cp: failed to parse bin/cp: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/date: failed to parse bin/date: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/dd: failed to parse bin/dd: EOF
2021-07-22T12:51:06.441Z        DEBUG   Analysis error: unable to parse bin/df: failed to parse bin/df: EOF
2021-07-22T12:51:06.442Z        DEBUG   Analysis error: unable to parse bin/dmesg: failed to parse bin/dmesg: EOF
2021-07-22T12:51:06.442Z        DEBUG   Analysis error: unable to parse bin/echo: failed to parse bin/echo: EOF
2021-07-22T12:51:06.442Z        DEBUG   Analysis error: unable to parse bin/false: failed to parse bin/false: EOF
2021-07-22T12:51:06.442Z        DEBUG   Analysis error: unable to parse bin/ln: failed to parse bin/ln: EOF
2021-07-22T12:51:06.443Z        DEBUG   Analysis error: unable to parse bin/ls: failed to parse bin/ls: EOF
2021-07-22T12:51:06.443Z        DEBUG   Analysis error: unable to parse bin/mkdir: failed to parse bin/mkdir: EOF
2021-07-22T12:51:06.443Z        DEBUG   Analysis error: unable to parse bin/mknod: failed to parse bin/mknod: EOF
2021-07-22T12:51:06.443Z        DEBUG   Analysis error: unable to parse bin/mktemp: failed to parse bin/mktemp: EOF
2021-07-22T12:51:06.444Z        DEBUG   Analysis error: unable to parse bin/more: failed to parse bin/more: EOF
2021-07-22T12:51:06.444Z        DEBUG   Analysis error: unable to parse bin/mount: failed to parse bin/mount: EOF
2021-07-22T12:51:06.444Z        DEBUG   Analysis error: unable to parse bin/mountpoint: failed to parse bin/mountpoint: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/cat: failed to parse bin/cat: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/cp: failed to parse bin/cp: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/date: failed to parse bin/date: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/dd: failed to parse bin/dd: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/df: failed to parse bin/df: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/dmesg: failed to parse bin/dmesg: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/dnsdomainname: failed to parse bin/dnsdomainname: EOF
2021-07-22T12:51:06.445Z        DEBUG   Analysis error: unable to parse bin/dumpkmap: failed to parse bin/dumpkmap: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/echo: failed to parse bin/echo: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/ed: failed to parse bin/ed: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/egrep: failed to parse bin/egrep: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/false: failed to parse bin/false: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/fatattr: failed to parse bin/fatattr: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/fdflush: failed to parse bin/fdflush: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/fgrep: failed to parse bin/fgrep: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/fsync: failed to parse bin/fsync: EOF
2021-07-22T12:51:06.446Z        DEBUG   Analysis error: unable to parse bin/getopt: failed to parse bin/getopt: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/grep: failed to parse bin/grep: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/gunzip: failed to parse bin/gunzip: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/gzip: failed to parse bin/gzip: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/hostname: failed to parse bin/hostname: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/ionice: failed to parse bin/ionice: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/iostat: failed to parse bin/iostat: EOF
2021-07-22T12:51:06.447Z        DEBUG   Analysis error: unable to parse bin/ipcalc: failed to parse bin/ipcalc: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/kbd_mode: failed to parse bin/kbd_mode: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/kill: failed to parse bin/kill: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/link: failed to parse bin/link: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/linux32: failed to parse bin/linux32: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/linux64: failed to parse bin/linux64: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/ln: failed to parse bin/ln: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/login: failed to parse bin/login: EOF
2021-07-22T12:51:06.448Z        DEBUG   Analysis error: unable to parse bin/ls: failed to parse bin/ls: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/lzop: failed to parse bin/lzop: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/makemime: failed to parse bin/makemime: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mkdir: failed to parse bin/mkdir: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mknod: failed to parse bin/mknod: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mktemp: failed to parse bin/mktemp: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/more: failed to parse bin/more: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mount: failed to parse bin/mount: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mountpoint: failed to parse bin/mountpoint: EOF
2021-07-22T12:51:06.449Z        DEBUG   Analysis error: unable to parse bin/mpstat: failed to parse bin/mpstat: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/mv: failed to parse bin/mv: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/netstat: failed to parse bin/netstat: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/nice: failed to parse bin/nice: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/pidof: failed to parse bin/pidof: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/ping: failed to parse bin/ping: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/ping6: failed to parse bin/ping6: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/pipe_progress: failed to parse bin/pipe_progress: EOF
2021-07-22T12:51:06.450Z        DEBUG   Analysis error: unable to parse bin/printenv: failed to parse bin/printenv: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse usr/local/bin/jsonschema: failed to parse usr/local/bin/jsonschema: unrecognized executable format
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/ps: failed to parse bin/ps: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/chgrp: failed to parse bin/chgrp: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/reformime: failed to parse bin/reformime: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/rev: failed to parse bin/rev: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/rm: failed to parse bin/rm: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/rmdir: failed to parse bin/rmdir: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/run-parts: failed to parse bin/run-parts: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/sed: failed to parse bin/sed: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/setpriv: failed to parse bin/setpriv: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/setserial: failed to parse bin/setserial: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/sh: failed to parse bin/sh: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/sleep: failed to parse bin/sleep: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/stat: failed to parse bin/stat: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/stty: failed to parse bin/stty: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/su: failed to parse bin/su: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/sync: failed to parse bin/sync: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/cat: failed to parse bin/cat: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/tar: failed to parse bin/tar: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/nice: failed to parse bin/nice: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/touch: failed to parse bin/touch: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/printenv: failed to parse bin/printenv: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse usr/local/bin/idle: failed to parse usr/local/bin/idle: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse bin/pwd: failed to parse bin/pwd: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse usr/local/bin/pydoc: failed to parse usr/local/bin/pydoc: EOF
2021-07-22T12:51:06.452Z        DEBUG   Analysis error: unable to parse usr/local/bin/python: failed to parse usr/local/bin/python: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/rm: failed to parse bin/rm: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/rmdir: failed to parse bin/rmdir: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/sleep: failed to parse bin/sleep: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/stat: failed to parse bin/stat: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/stty: failed to parse bin/stty: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/sync: failed to parse bin/sync: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/tar: failed to parse bin/tar: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/touch: failed to parse bin/touch: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/true: failed to parse bin/true: EOF
2021-07-22T12:51:06.453Z        DEBUG   Analysis error: unable to parse bin/umount: failed to parse bin/umount: EOF
2021-07-22T12:51:06.456Z        DEBUG   Analysis error: unable to parse bin/arch: failed to parse bin/arch: EOF
2021-07-22T12:51:06.459Z        DEBUG   Analysis error: unable to parse bin/chgrp: failed to parse bin/chgrp: EOF
2021-07-22T12:51:06.460Z        DEBUG   Analysis error: unable to parse bin/chmod: failed to parse bin/chmod: EOF
2021-07-22T12:51:06.460Z        DEBUG   Analysis error: unable to parse bin/uname: failed to parse bin/uname: EOF
2021-07-22T12:51:06.461Z        DEBUG   Analysis error: unable to parse bin/usleep: failed to parse bin/usleep: EOF
2021-07-22T12:51:06.461Z        DEBUG   Analysis error: unable to parse bin/watch: failed to parse bin/watch: EOF
2021-07-22T12:51:06.461Z        DEBUG   Analysis error: unable to parse bin/zcat: failed to parse bin/zcat: EOF
2021-07-22T12:51:06.462Z        DEBUG   Analysis error: unable to parse etc/mtab: failed to parse etc/mtab: EOF
2021-07-22T12:51:06.463Z        DEBUG   Analysis error: unable to parse etc/network/if-up.d/dad: failed to parse etc/network/if-up.d/dad: unrecognized executable format
2021-07-22T12:51:06.464Z        DEBUG   Analysis error: unable to parse etc/ssl/cert.pem: failed to parse etc/ssl/cert.pem: EOF
2021-07-22T12:51:06.464Z        DEBUG   Analysis error: unable to parse etc/ssl/misc/CA.pl: failed to parse etc/ssl/misc/CA.pl: unrecognized executable format
2021-07-22T12:51:06.465Z        DEBUG   Analysis error: unable to parse etc/ssl/misc/tsget: failed to parse etc/ssl/misc/tsget: EOF
2021-07-22T12:51:06.466Z        DEBUG   Analysis error: unable to parse etc/ssl/misc/tsget.pl: failed to parse etc/ssl/misc/tsget.pl: unrecognized executable format
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/pwd: failed to parse bin/pwd: EOF
2021-07-22T12:51:06.460Z        DEBUG   Analysis error: unable to parse bin/chmod: failed to parse bin/chmod: EOF
2021-07-22T12:51:06.451Z        DEBUG   Analysis error: unable to parse bin/base64: failed to parse bin/base64: EOF
2021-07-22T12:51:06.460Z        DEBUG   Analysis error: unable to parse bin/umount: failed to parse bin/umount: EOF
2021-07-22T12:51:06.468Z        DEBUG   Analysis error: unable to parse bin/true: failed to parse bin/true: EOF
2021-07-22T12:51:06.468Z        DEBUG   Analysis error: unable to parse bin/uname: failed to parse bin/uname: EOF
2021-07-22T12:51:06.444Z        DEBUG   Analysis error: unable to parse bin/chown: failed to parse bin/chown: EOF
2021-07-22T12:51:06.444Z        DEBUG   Analysis error: unable to parse usr/local/bin/python-config: failed to parse usr/local/bin/python-config: EOF
2021-07-22T12:51:06.470Z        DEBUG   Analysis error: unable to parse bin/mv: failed to parse bin/mv: EOF
2021-07-22T12:51:06.471Z        DEBUG   Analysis error: unable to parse lib/libcom_err.so.2: failed to parse lib/libcom_err.so.2: EOF
2021-07-22T12:51:06.471Z        DEBUG   Analysis error: unable to parse sbin/blkid: failed to parse sbin/blkid: EOF
2021-07-22T12:51:06.472Z        DEBUG   Analysis error: unable to parse lib/libuuid.so.1: failed to parse lib/libuuid.so.1: EOF
2021-07-22T12:51:06.472Z        DEBUG   Analysis error: unable to parse sbin/fstrim: failed to parse sbin/fstrim: EOF
2021-07-22T12:51:06.472Z        DEBUG   Analysis error: unable to parse sbin/hwclock: failed to parse sbin/hwclock: EOF
2021-07-22T12:51:06.472Z        DEBUG   Analysis error: unable to parse sbin/losetup: failed to parse sbin/losetup: EOF
2021-07-22T12:51:06.472Z        DEBUG   Analysis error: unable to parse sbin/mkswap: failed to parse sbin/mkswap: EOF
2021-07-22T12:51:06.473Z        DEBUG   Analysis error: unable to parse sbin/nologin: failed to parse sbin/nologin: EOF
2021-07-22T12:51:06.473Z        DEBUG   Analysis error: unable to parse sbin/pivot_root: failed to parse sbin/pivot_root: EOF
2021-07-22T12:51:06.473Z        DEBUG   Analysis error: unable to parse sbin/swapoff: failed to parse sbin/swapoff: EOF
2021-07-22T12:51:06.474Z        DEBUG   Analysis error: unable to parse sbin/swapon: failed to parse sbin/swapon: EOF
2021-07-22T12:51:06.474Z        DEBUG   Analysis error: unable to parse sbin/switch_root: failed to parse sbin/switch_root: EOF
2021-07-22T12:51:06.474Z        DEBUG   Analysis error: unable to parse usr/bin/[: failed to parse usr/bin/[: EOF
2021-07-22T12:51:06.474Z        DEBUG   Analysis error: unable to parse usr/bin/awk: failed to parse usr/bin/awk: EOF
2021-07-22T12:51:06.475Z        DEBUG   Analysis error: unable to parse usr/bin/basename: failed to parse usr/bin/basename: EOF
2021-07-22T12:51:06.475Z        DEBUG   Analysis error: unable to parse usr/bin/cal: failed to parse usr/bin/cal: EOF
2021-07-22T12:51:06.475Z        DEBUG   Analysis error: unable to parse usr/bin/cksum: failed to parse usr/bin/cksum: EOF
2021-07-22T12:51:06.475Z        DEBUG   Analysis error: unable to parse usr/bin/comm: failed to parse usr/bin/comm: EOF
2021-07-22T12:51:06.476Z        DEBUG   Analysis error: unable to parse usr/bin/cut: failed to parse usr/bin/cut: EOF
2021-07-22T12:51:06.476Z        DEBUG   Analysis error: unable to parse usr/bin/dirname: failed to parse usr/bin/dirname: EOF
2021-07-22T12:51:06.476Z        DEBUG   Analysis error: unable to parse usr/bin/du: failed to parse usr/bin/du: EOF
2021-07-22T12:51:06.476Z        DEBUG   Analysis error: unable to parse usr/bin/eject: failed to parse usr/bin/eject: EOF
2021-07-22T12:51:06.476Z        DEBUG   Analysis error: unable to parse usr/bin/env: failed to parse usr/bin/env: EOF
2021-07-22T12:51:06.477Z        DEBUG   Analysis error: unable to parse usr/bin/expand: failed to parse usr/bin/expand: EOF
2021-07-22T12:51:06.477Z        DEBUG   Analysis error: unable to parse usr/bin/expr: failed to parse usr/bin/expr: EOF
2021-07-22T12:51:06.477Z        DEBUG   Analysis error: unable to parse usr/bin/factor: failed to parse usr/bin/factor: EOF
2021-07-22T12:51:06.477Z        DEBUG   Analysis error: unable to parse usr/bin/fallocate: failed to parse usr/bin/fallocate: EOF
2021-07-22T12:51:06.477Z        DEBUG   Analysis error: unable to parse usr/bin/find: failed to parse usr/bin/find: EOF
2021-07-22T12:51:06.478Z        DEBUG   Analysis error: unable to parse usr/bin/flock: failed to parse usr/bin/flock: EOF
2021-07-22T12:51:06.478Z        DEBUG   Analysis error: unable to parse usr/bin/fold: failed to parse usr/bin/fold: EOF
2021-07-22T12:51:06.479Z        DEBUG   Analysis error: unable to parse usr/bin/groups: failed to parse usr/bin/groups: EOF
2021-07-22T12:51:06.479Z        DEBUG   Analysis error: unable to parse usr/bin/head: failed to parse usr/bin/head: EOF
2021-07-22T12:51:06.479Z        DEBUG   Analysis error: unable to parse usr/bin/hexdump: failed to parse usr/bin/hexdump: EOF
2021-07-22T12:51:06.479Z        DEBUG   Analysis error: unable to parse usr/bin/hostid: failed to parse usr/bin/hostid: EOF
2021-07-22T12:51:06.480Z        DEBUG   Analysis error: unable to parse usr/bin/id: failed to parse usr/bin/id: EOF
2021-07-22T12:51:06.480Z        DEBUG   Analysis error: unable to parse usr/bin/install: failed to parse usr/bin/install: EOF
2021-07-22T12:51:06.480Z        DEBUG   Analysis error: unable to parse usr/bin/ipcrm: failed to parse usr/bin/ipcrm: EOF
2021-07-22T12:51:06.480Z        DEBUG   Analysis error: unable to parse usr/bin/ipcs: failed to parse usr/bin/ipcs: EOF
2021-07-22T12:51:06.480Z        DEBUG   Analysis error: unable to parse usr/bin/logger: failed to parse usr/bin/logger: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse usr/bin/lzcat: failed to parse usr/bin/lzcat: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse usr/bin/lzma: failed to parse usr/bin/lzma: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/02265526.0: failed to parse etc/ssl/certs/02265526.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/06dc52d5.0: failed to parse etc/ssl/certs/06dc52d5.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/080911ac.0: failed to parse etc/ssl/certs/080911ac.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/09789157.0: failed to parse etc/ssl/certs/09789157.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0a775a30.0: failed to parse etc/ssl/certs/0a775a30.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0b1b94ef.0: failed to parse etc/ssl/certs/0b1b94ef.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0bf05006.0: failed to parse etc/ssl/certs/0bf05006.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0c4c9b6c.0: failed to parse etc/ssl/certs/0c4c9b6c.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0f5dc4f3.0: failed to parse etc/ssl/certs/0f5dc4f3.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/0f6fa695.0: failed to parse etc/ssl/certs/0f6fa695.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/1001acf7.0: failed to parse etc/ssl/certs/1001acf7.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/106f3e4d.0: failed to parse etc/ssl/certs/106f3e4d.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/116bf586.0: failed to parse etc/ssl/certs/116bf586.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/128805a3.0: failed to parse etc/ssl/certs/128805a3.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/14bc7599.0: failed to parse etc/ssl/certs/14bc7599.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/1636090b.0: failed to parse etc/ssl/certs/1636090b.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse usr/bin/md5sum: failed to parse usr/bin/md5sum: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/18856ac4.0: failed to parse etc/ssl/certs/18856ac4.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/1d3472b9.0: failed to parse etc/ssl/certs/1d3472b9.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/1e08bfd1.0: failed to parse etc/ssl/certs/1e08bfd1.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse usr/bin/mesg: failed to parse usr/bin/mesg: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/1e09d511.0: failed to parse etc/ssl/certs/1e09d511.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/244b5494.0: failed to parse etc/ssl/certs/244b5494.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2923b3f9.0: failed to parse etc/ssl/certs/2923b3f9.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2ae6433e.0: failed to parse etc/ssl/certs/2ae6433e.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2b349938.0: failed to parse etc/ssl/certs/2b349938.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2c543cd1.0: failed to parse etc/ssl/certs/2c543cd1.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse usr/bin/mkfifo: failed to parse usr/bin/mkfifo: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2e4eed3c.0: failed to parse etc/ssl/certs/2e4eed3c.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/2e5ac55d.0: failed to parse etc/ssl/certs/2e5ac55d.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/32888f65.0: failed to parse etc/ssl/certs/32888f65.0: EOF
2021-07-22T12:51:06.482Z        DEBUG   Analysis error: unable to parse usr/bin/nl: failed to parse usr/bin/nl: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/349f2832.0: failed to parse etc/ssl/certs/349f2832.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/nohup: failed to parse usr/bin/nohup: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/3513523f.0: failed to parse etc/ssl/certs/3513523f.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/nproc: failed to parse usr/bin/nproc: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/3bde41ac.0: failed to parse etc/ssl/certs/3bde41ac.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/nsenter: failed to parse usr/bin/nsenter: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/3e44d2f7.0: failed to parse etc/ssl/certs/3e44d2f7.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse sbin/blockdev: failed to parse sbin/blockdev: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/3e45d192.0: failed to parse etc/ssl/certs/3e45d192.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/paste: failed to parse usr/bin/paste: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/40193066.0: failed to parse etc/ssl/certs/40193066.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/pinentry: failed to parse usr/bin/pinentry: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4042bcee.0: failed to parse etc/ssl/certs/4042bcee.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/printf: failed to parse usr/bin/printf: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/readlink: failed to parse usr/bin/readlink: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/03179a64.0: failed to parse etc/ssl/certs/03179a64.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/realpath: failed to parse usr/bin/realpath: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/406c9bb1.0: failed to parse etc/ssl/certs/406c9bb1.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/renice: failed to parse usr/bin/renice: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/seq: failed to parse usr/bin/seq: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4304c5e5.0: failed to parse etc/ssl/certs/4304c5e5.0: EOF
2021-07-22T12:51:06.484Z        DEBUG   Analysis error: unable to parse usr/bin/setsid: failed to parse usr/bin/setsid: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/sha1sum: failed to parse usr/bin/sha1sum: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/sha256sum: failed to parse usr/bin/sha256sum: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/sha512sum: failed to parse usr/bin/sha512sum: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/shred: failed to parse usr/bin/shred: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/shuf: failed to parse usr/bin/shuf: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/sort: failed to parse usr/bin/sort: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/split: failed to parse usr/bin/split: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/strings: failed to parse usr/bin/strings: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/sum: failed to parse usr/bin/sum: EOF
2021-07-22T12:51:06.485Z        DEBUG   Analysis error: unable to parse usr/bin/tac: failed to parse usr/bin/tac: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/tail: failed to parse usr/bin/tail: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/tee: failed to parse usr/bin/tee: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/test: failed to parse usr/bin/test: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/timeout: failed to parse usr/bin/timeout: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/tr: failed to parse usr/bin/tr: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/truncate: failed to parse usr/bin/truncate: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/tty: failed to parse usr/bin/tty: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/unexpand: failed to parse usr/bin/unexpand: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/uniq: failed to parse usr/bin/uniq: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/unlink: failed to parse usr/bin/unlink: EOF
2021-07-22T12:51:06.486Z        DEBUG   Analysis error: unable to parse usr/bin/unlzma: failed to parse usr/bin/unlzma: EOF
2021-07-22T12:51:06.487Z        DEBUG   Analysis error: unable to parse usr/bin/unshare: failed to parse usr/bin/unshare: EOF
2021-07-22T12:51:06.487Z        DEBUG   Analysis error: unable to parse usr/bin/unxz: failed to parse usr/bin/unxz: EOF
2021-07-22T12:51:06.487Z        DEBUG   Analysis error: unable to parse usr/bin/wc: failed to parse usr/bin/wc: EOF
2021-07-22T12:51:06.487Z        DEBUG   Analysis error: unable to parse usr/bin/whoami: failed to parse usr/bin/whoami: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse usr/bin/od: failed to parse usr/bin/od: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/064e0aa9.0: failed to parse etc/ssl/certs/064e0aa9.0: EOF
2021-07-22T12:51:06.483Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/40547a79.0: failed to parse etc/ssl/certs/40547a79.0: EOF
2021-07-22T12:51:06.481Z        DEBUG   Analysis error: unable to parse etc/ca-certificates/update.d/certhash: failed to parse etc/ca-certificates/update.d/certhash: unrecognized executable format
2021-07-22T12:51:06.488Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4b718d9b.0: failed to parse etc/ssl/certs/4b718d9b.0: EOF
2021-07-22T12:51:06.488Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4a6481c9.0: failed to parse etc/ssl/certs/4a6481c9.0: EOF
2021-07-22T12:51:06.489Z        DEBUG   Analysis error: unable to parse lib/libc.musl-x86_64.so.1: failed to parse lib/libc.musl-x86_64.so.1: EOF
2021-07-22T12:51:06.489Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4f316efb.0: failed to parse etc/ssl/certs/4f316efb.0: EOF
2021-07-22T12:51:06.489Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5273a94c.0: failed to parse etc/ssl/certs/5273a94c.0: EOF
2021-07-22T12:51:06.489Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5443e9e3.0: failed to parse etc/ssl/certs/5443e9e3.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse usr/bin/xzcat: failed to parse usr/bin/xzcat: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/54657681.0: failed to parse etc/ssl/certs/54657681.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/57bcb2da.0: failed to parse etc/ssl/certs/57bcb2da.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5a4d6896.0: failed to parse etc/ssl/certs/5a4d6896.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/062cdee6.0: failed to parse etc/ssl/certs/062cdee6.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse sbin/fdisk: failed to parse sbin/fdisk: EOF
2021-07-22T12:51:06.492Z        DEBUG   Analysis error: unable to parse usr/lib/libbz2.so.1: failed to parse usr/lib/libbz2.so.1: EOF
2021-07-22T12:51:06.492Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5c44d531.0: failed to parse etc/ssl/certs/5c44d531.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse sbin/findfs: failed to parse sbin/findfs: EOF
2021-07-22T12:51:06.496Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5cd81ad7.0: failed to parse etc/ssl/certs/5cd81ad7.0: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/48bec511.0: failed to parse etc/ssl/certs/48bec511.0: EOF
2021-07-22T12:51:06.492Z        DEBUG   Analysis error: unable to parse sbin/fsck: failed to parse sbin/fsck: EOF
2021-07-22T12:51:06.493Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/480720ec.0: failed to parse etc/ssl/certs/480720ec.0: EOF
2021-07-22T12:51:06.496Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5f15c80c.0: failed to parse etc/ssl/certs/5f15c80c.0: EOF
2021-07-22T12:51:06.493Z        DEBUG   Analysis error: unable to parse usr/bin/xargs: failed to parse usr/bin/xargs: EOF
2021-07-22T12:51:06.490Z        DEBUG   Analysis error: unable to parse usr/bin/yes: failed to parse usr/bin/yes: EOF
2021-07-22T12:51:06.495Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/4bfab552.0: failed to parse etc/ssl/certs/4bfab552.0: EOF
2021-07-22T12:51:06.496Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/626dceaf.0: failed to parse etc/ssl/certs/626dceaf.0: EOF
2021-07-22T12:51:06.496Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/6410666e.0: failed to parse etc/ssl/certs/6410666e.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/653b494a.0: failed to parse etc/ssl/certs/653b494a.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/68dd7389.0: failed to parse etc/ssl/certs/68dd7389.0: EOF
2021-07-22T12:51:06.495Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5ad8a5d6.0: failed to parse etc/ssl/certs/5ad8a5d6.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/6d41d539.0: failed to parse etc/ssl/certs/6d41d539.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/6fa5da56.0: failed to parse etc/ssl/certs/6fa5da56.0: EOF
2021-07-22T12:51:06.496Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5d3033c5.0: failed to parse etc/ssl/certs/5d3033c5.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/749e9e03.0: failed to parse etc/ssl/certs/749e9e03.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/75d1b2ed.0: failed to parse etc/ssl/certs/75d1b2ed.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/76cb8f92.0: failed to parse etc/ssl/certs/76cb8f92.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/76faf6c0.0: failed to parse etc/ssl/certs/76faf6c0.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/7719f463.0: failed to parse etc/ssl/certs/7719f463.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/607986c7.0: failed to parse etc/ssl/certs/607986c7.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/6b99d060.0: failed to parse etc/ssl/certs/6b99d060.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/706f604c.0: failed to parse etc/ssl/certs/706f604c.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/7f3d5d1d.0: failed to parse etc/ssl/certs/7f3d5d1d.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/773e07ad.0: failed to parse etc/ssl/certs/773e07ad.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/7aaf71c0.0: failed to parse etc/ssl/certs/7aaf71c0.0: EOF
2021-07-22T12:51:06.497Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/7d0b38bd.0: failed to parse etc/ssl/certs/7d0b38bd.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/8867006a.0: failed to parse etc/ssl/certs/8867006a.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/8160b96c.0: failed to parse etc/ssl/certs/8160b96c.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/93bc0acc.0: failed to parse etc/ssl/certs/93bc0acc.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/988a38cb.0: failed to parse etc/ssl/certs/988a38cb.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/8cb5ee0f.0: failed to parse etc/ssl/certs/8cb5ee0f.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/9c8dfbd4.0: failed to parse etc/ssl/certs/9c8dfbd4.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/9d04f354.0: failed to parse etc/ssl/certs/9d04f354.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/a3418fda.0: failed to parse etc/ssl/certs/a3418fda.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/8d86cdd1.0: failed to parse etc/ssl/certs/8d86cdd1.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/930ac5d2.0: failed to parse etc/ssl/certs/930ac5d2.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/9c2e7d30.0: failed to parse etc/ssl/certs/9c2e7d30.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/a94d09e5.0: failed to parse etc/ssl/certs/a94d09e5.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b1159c4c.0: failed to parse etc/ssl/certs/b1159c4c.0: EOF
2021-07-22T12:51:06.498Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b1b8a7f3.0: failed to parse etc/ssl/certs/b1b8a7f3.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b204d74a.0: failed to parse etc/ssl/certs/b204d74a.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ad088e1d.0: failed to parse etc/ssl/certs/ad088e1d.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b727005e.0: failed to parse etc/ssl/certs/b727005e.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b7a5b843.0: failed to parse etc/ssl/certs/b7a5b843.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ba89ed3b.0: failed to parse etc/ssl/certs/ba89ed3b.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/aee5f10d.0: failed to parse etc/ssl/certs/aee5f10d.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b0e59380.0: failed to parse etc/ssl/certs/b0e59380.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/b66938e9.0: failed to parse etc/ssl/certs/b66938e9.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c0ff1f52.0: failed to parse etc/ssl/certs/c0ff1f52.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c28a8a30.0: failed to parse etc/ssl/certs/c28a8a30.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c47d9980.0: failed to parse etc/ssl/certs/c47d9980.0: EOF
2021-07-22T12:51:06.500Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-ACCVRAIZ1.pem: failed to parse etc/ssl/certs/ca-cert-ACCVRAIZ1.pem: EOF
2021-07-22T12:51:06.500Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-AC_RAIZ_FNMT-RCM.pem: failed to parse etc/ssl/certs/ca-cert-AC_RAIZ_FNMT-RCM.pem: EOF
2021-07-22T12:51:06.500Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Actalis_Authentication_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Actalis_Authentication_Root_CA.pem: EOF
2021-07-22T12:51:06.501Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-AffirmTrust_Commercial.pem: failed to parse etc/ssl/certs/ca-cert-AffirmTrust_Commercial.pem: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse usr/lib/libexpat.so.1: failed to parse usr/lib/libexpat.so.1: EOF
2021-07-22T12:51:06.502Z        DEBUG   Analysis error: unable to parse usr/lib/libffi.so.7: failed to parse usr/lib/libffi.so.7: EOF
2021-07-22T12:51:06.503Z        DEBUG   Analysis error: unable to parse usr/lib/libgssapi_krb5.so.2: failed to parse usr/lib/libgssapi_krb5.so.2: EOF
2021-07-22T12:51:06.503Z        DEBUG   Analysis error: unable to parse usr/lib/libgssrpc.so.4: failed to parse usr/lib/libgssrpc.so.4: EOF
2021-07-22T12:51:06.504Z        DEBUG   Analysis error: unable to parse usr/lib/libintl.so.8: failed to parse usr/lib/libintl.so.8: EOF
2021-07-22T12:51:06.500Z        DEBUG   Analysis error: unable to parse usr/lib/libformw.so.6: failed to parse usr/lib/libformw.so.6: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c01cdfa2.0: failed to parse etc/ssl/certs/c01cdfa2.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c089bbbd.0: failed to parse etc/ssl/certs/c089bbbd.0: EOF
2021-07-22T12:51:06.499Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/c01eb047.0: failed to parse etc/ssl/certs/c01eb047.0: EOF
2021-07-22T12:51:06.504Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/5e98733a.0: failed to parse etc/ssl/certs/5e98733a.0: EOF
2021-07-22T12:51:06.504Z        DEBUG   Analysis error: unable to parse usr/lib/libgdbm.so.6: failed to parse usr/lib/libgdbm.so.6: EOF
2021-07-22T12:51:06.505Z        DEBUG   Analysis error: unable to parse usr/lib/libk5crypto.so.3: failed to parse usr/lib/libk5crypto.so.3: EOF
2021-07-22T12:51:06.505Z        DEBUG   Analysis error: unable to parse usr/lib/libgdbm_compat.so.4: failed to parse usr/lib/libgdbm_compat.so.4: EOF
2021-07-22T12:51:06.505Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-AffirmTrust_Networking.pem: failed to parse etc/ssl/certs/ca-cert-AffirmTrust_Networking.pem: EOF
2021-07-22T12:51:06.506Z        DEBUG   Analysis error: unable to parse usr/lib/libkadm5clnt_mit.so.12: failed to parse usr/lib/libkadm5clnt_mit.so.12: EOF
2021-07-22T12:51:06.506Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-AffirmTrust_Premium.pem: failed to parse etc/ssl/certs/ca-cert-AffirmTrust_Premium.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_3.pem: failed to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_3.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_4.pem: failed to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_4.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Atos_TrustedRoot_2011.pem: failed to parse etc/ssl/certs/ca-cert-Atos_TrustedRoot_2011.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem: failed to parse etc/ssl/certs/ca-cert-Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Baltimore_CyberTrust_Root.pem: failed to parse etc/ssl/certs/ca-cert-Baltimore_CyberTrust_Root.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Buypass_Class_2_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Buypass_Class_2_Root_CA.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Buypass_Class_3_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Buypass_Class_3_Root_CA.pem: EOF
2021-07-22T12:51:06.508Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-CA_Disig_Root_R2.pem: failed to parse etc/ssl/certs/ca-cert-CA_Disig_Root_R2.pem: EOF
2021-07-22T12:51:06.508Z        DEBUG   Analysis error: unable to parse usr/lib/libkrad.so.0: failed to parse usr/lib/libkrad.so.0: EOF
2021-07-22T12:51:06.508Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-COMODO_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-COMODO_Certification_Authority.pem: EOF
2021-07-22T12:51:06.508Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-COMODO_ECC_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-COMODO_ECC_Certification_Authority.pem: EOF
2021-07-22T12:51:06.508Z        DEBUG   Analysis error: unable to parse usr/lib/libkrb5.so.3: failed to parse usr/lib/libkrb5.so.3: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-COMODO_RSA_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-COMODO_RSA_Certification_Authority.pem: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse usr/lib/libkrb5support.so.0: failed to parse usr/lib/libkrb5support.so.0: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Certigna.pem: failed to parse etc/ssl/certs/ca-cert-Certigna.pem: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Certigna_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Certigna_Root_CA.pem: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse usr/lib/liblzma.so.5: failed to parse usr/lib/liblzma.so.5: EOF
2021-07-22T12:51:06.506Z        DEBUG   Analysis error: unable to parse usr/lib/libkadm5srv_mit.so.12: failed to parse usr/lib/libkadm5srv_mit.so.12: EOF
2021-07-22T12:51:06.506Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-AffirmTrust_Premium_ECC.pem: failed to parse etc/ssl/certs/ca-cert-AffirmTrust_Premium_ECC.pem: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Certum_Trusted_Network_CA_2.pem: failed to parse etc/ssl/certs/ca-cert-Certum_Trusted_Network_CA_2.pem: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Chambers_of_Commerce_Root_-_2008.pem: failed to parse etc/ssl/certs/ca-cert-Chambers_of_Commerce_Root_-_2008.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Comodo_AAA_Services_root.pem: failed to parse etc/ssl/certs/ca-cert-Comodo_AAA_Services_root.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Cybertrust_Global_Root.pem: failed to parse etc/ssl/certs/ca-cert-Cybertrust_Global_Root.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-D-TRUST_Root_Class_3_CA_2_2009.pem: failed to parse etc/ssl/certs/ca-cert-D-TRUST_Root_Class_3_CA_2_2009.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-D-TRUST_Root_Class_3_CA_2_EV_2009.pem: failed to parse etc/ssl/certs/ca-cert-D-TRUST_Root_Class_3_CA_2_EV_2009.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DST_Root_CA_X3.pem: failed to parse etc/ssl/certs/ca-cert-DST_Root_CA_X3.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_CA.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_G2.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_G2.pem: EOF
2021-07-22T12:51:06.510Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_G3.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Assured_ID_Root_G3.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse usr/lib/libmenuw.so.6: failed to parse usr/lib/libmenuw.so.6: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_CA.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_G2.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_G2.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_G3.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Global_Root_G3.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_High_Assurance_EV_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_High_Assurance_EV_Root_CA.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-DigiCert_Trusted_Root_G4.pem: failed to parse etc/ssl/certs/ca-cert-DigiCert_Trusted_Root_G4.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_1.pem: failed to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_1.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_2.pem: failed to parse etc/ssl/certs/ca-cert-Amazon_Root_CA_2.pem: EOF
2021-07-22T12:51:06.507Z        DEBUG   Analysis error: unable to parse usr/lib/libkdb5.so.10: failed to parse usr/lib/libkdb5.so.10: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-EC-ACC.pem: failed to parse etc/ssl/certs/ca-cert-EC-ACC.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-EE_Certification_Centre_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-EE_Certification_Centre_Root_CA.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_EC1.pem: failed to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_EC1.pem: EOF
2021-07-22T12:51:06.511Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_G2.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_G4.pem: failed to parse etc/ssl/certs/ca-cert-Entrust_Root_Certification_Authority_-_G4.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GDCA_TrustAUTH_R5_ROOT.pem: failed to parse etc/ssl/certs/ca-cert-GDCA_TrustAUTH_R5_ROOT.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GTS_Root_R1.pem: failed to parse etc/ssl/certs/ca-cert-GTS_Root_R1.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Entrust.net_Premium_2048_Secure_Server_CA.pem: failed to parse etc/ssl/certs/ca-cert-Entrust.net_Premium_2048_Secure_Server_CA.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GTS_Root_R3.pem: failed to parse etc/ssl/certs/ca-cert-GTS_Root_R3.pem: EOF
2021-07-22T12:51:06.512Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-CFCA_EV_ROOT.pem: failed to parse etc/ssl/certs/ca-cert-CFCA_EV_ROOT.pem: EOF
2021-07-22T12:51:06.513Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Global_CA.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Global_CA.pem: EOF
2021-07-22T12:51:06.513Z        DEBUG   Analysis error: unable to parse usr/lib/libkeyutils.so.1: failed to parse usr/lib/libkeyutils.so.1: EOF
2021-07-22T12:51:06.509Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Certum_Trusted_Network_CA.pem: failed to parse etc/ssl/certs/ca-cert-Certum_Trusted_Network_CA.pem: EOF
2021-07-22T12:51:06.513Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority.pem: EOF
2021-07-22T12:51:06.513Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority_-_G3.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority_-_G3.pem: EOF
2021-07-22T12:51:06.514Z        DEBUG   Analysis error: unable to parse usr/lib/libpanelw.so.6: failed to parse usr/lib/libpanelw.so.6: EOF
2021-07-22T12:51:06.523Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Universal_CA.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Universal_CA.pem: EOF
2021-07-22T12:51:06.523Z        DEBUG   Analysis error: unable to parse usr/lib/libreadline.so.8: failed to parse usr/lib/libreadline.so.8: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse usr/lib/libnsl.so.2: failed to parse usr/lib/libnsl.so.2: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Universal_CA_2.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Universal_CA_2.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_ECC_Root_CA_-_R4.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_ECC_Root_CA_-_R4.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_ECC_Root_CA_-_R5.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_ECC_Root_CA_-_R5.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R2.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R2.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R3.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R3.pem: EOF
2021-07-22T12:51:06.524Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R6.pem: failed to parse etc/ssl/certs/ca-cert-GlobalSign_Root_CA_-_R6.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Global_Chambersign_Root_-_2008.pem: failed to parse etc/ssl/certs/ca-cert-Global_Chambersign_Root_-_2008.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Go_Daddy_Class_2_CA.pem: failed to parse etc/ssl/certs/ca-cert-Go_Daddy_Class_2_CA.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Go_Daddy_Root_Certificate_Authority_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-Go_Daddy_Root_Certificate_Authority_-_G2.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem: failed to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem: failed to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem: failed to parse etc/ssl/certs/ca-cert-Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Hongkong_Post_Root_CA_1.pem: failed to parse etc/ssl/certs/ca-cert-Hongkong_Post_Root_CA_1.pem: EOF
2021-07-22T12:51:06.525Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Hongkong_Post_Root_CA_3.pem: failed to parse etc/ssl/certs/ca-cert-Hongkong_Post_Root_CA_3.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-ISRG_Root_X1.pem: failed to parse etc/ssl/certs/ca-cert-ISRG_Root_X1.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-IdenTrust_Commercial_Root_CA_1.pem: failed to parse etc/ssl/certs/ca-cert-IdenTrust_Commercial_Root_CA_1.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-IdenTrust_Public_Sector_Root_CA_1.pem: failed to parse etc/ssl/certs/ca-cert-IdenTrust_Public_Sector_Root_CA_1.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Izenpe.com.pem: failed to parse etc/ssl/certs/ca-cert-Izenpe.com.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-LuxTrust_Global_Root_2.pem: failed to parse etc/ssl/certs/ca-cert-LuxTrust_Global_Root_2.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Microsec_e-Szigno_Root_CA_2009.pem: failed to parse etc/ssl/certs/ca-cert-Microsec_e-Szigno_Root_CA_2009.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem: failed to parse etc/ssl/certs/ca-cert-NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem: EOF
2021-07-22T12:51:06.526Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Network_Solutions_Certificate_Authority.pem: failed to parse etc/ssl/certs/ca-cert-Network_Solutions_Certificate_Authority.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GA_CA.pem: failed to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GA_CA.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GB_CA.pem: failed to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GB_CA.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GC_CA.pem: failed to parse etc/ssl/certs/ca-cert-OISTE_WISeKey_Global_Root_GC_CA.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_1_G3.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_1_G3.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_2.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_2.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_2_G3.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_2_G3.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_3.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_3.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_3_G3.pem: failed to parse etc/ssl/certs/ca-cert-QuoVadis_Root_CA_3_G3.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SSL.com_EV_Root_Certification_Authority_ECC.pem: failed to parse etc/ssl/certs/ca-cert-SSL.com_EV_Root_Certification_Authority_ECC.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SSL.com_EV_Root_Certification_Authority_RSA_R2.pem: failed to parse etc/ssl/certs/ca-cert-SSL.com_EV_Root_Certification_Authority_RSA_R2.pem: EOF
2021-07-22T12:51:06.527Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SSL.com_Root_Certification_Authority_ECC.pem: failed to parse etc/ssl/certs/ca-cert-SSL.com_Root_Certification_Authority_ECC.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SSL.com_Root_Certification_Authority_RSA.pem: failed to parse etc/ssl/certs/ca-cert-SSL.com_Root_Certification_Authority_RSA.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse usr/lib/libncursesw.so.6: failed to parse usr/lib/libncursesw.so.6: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-GeoTrust_Primary_Certification_Authority_-_G2.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-E-Tugra_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-E-Tugra_Certification_Authority.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SecureTrust_CA.pem: failed to parse etc/ssl/certs/ca-cert-SecureTrust_CA.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Secure_Global_CA.pem: failed to parse etc/ssl/certs/ca-cert-Secure_Global_CA.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GTS_Root_R2.pem: failed to parse etc/ssl/certs/ca-cert-GTS_Root_R2.pem: EOF
2021-07-22T12:51:06.528Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-GTS_Root_R4.pem: failed to parse etc/ssl/certs/ca-cert-GTS_Root_R4.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Sonera_Class_2_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Sonera_Class_2_Root_CA.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_EV_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_EV_Root_CA.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_Root_CA_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_Root_CA_-_G2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_Root_CA_-_G3.pem: failed to parse etc/ssl/certs/ca-cert-Staat_der_Nederlanden_Root_CA_-_G3.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Starfield_Class_2_CA.pem: failed to parse etc/ssl/certs/ca-cert-Starfield_Class_2_CA.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Starfield_Root_Certificate_Authority_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-Starfield_Root_Certificate_Authority_-_G2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Starfield_Services_Root_Certificate_Authority_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-Starfield_Services_Root_Certificate_Authority_-_G2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SwissSign_Gold_CA_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-SwissSign_Gold_CA_-_G2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SwissSign_Silver_CA_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-SwissSign_Silver_CA_-_G2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-T-TeleSec_GlobalRoot_Class_2.pem: failed to parse etc/ssl/certs/ca-cert-T-TeleSec_GlobalRoot_Class_2.pem: EOF
2021-07-22T12:51:06.529Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-T-TeleSec_GlobalRoot_Class_3.pem: failed to parse etc/ssl/certs/ca-cert-T-TeleSec_GlobalRoot_Class_3.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem: failed to parse etc/ssl/certs/ca-cert-TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TWCA_Global_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-TWCA_Global_Root_CA.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TWCA_Root_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-TWCA_Root_Certification_Authority.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Taiwan_GRCA.pem: failed to parse etc/ssl/certs/ca-cert-Taiwan_GRCA.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TeliaSonera_Root_CA_v1.pem: failed to parse etc/ssl/certs/ca-cert-TeliaSonera_Root_CA_v1.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TrustCor_ECA-1.pem: failed to parse etc/ssl/certs/ca-cert-TrustCor_ECA-1.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TrustCor_RootCert_CA-1.pem: failed to parse etc/ssl/certs/ca-cert-TrustCor_RootCert_CA-1.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-TrustCor_RootCert_CA-2.pem: failed to parse etc/ssl/certs/ca-cert-TrustCor_RootCert_CA-2.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Trustis_FPS_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Trustis_FPS_Root_CA.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-UCA_Extended_Validation_Root.pem: failed to parse etc/ssl/certs/ca-cert-UCA_Extended_Validation_Root.pem: EOF
2021-07-22T12:51:06.530Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-UCA_Global_G2_Root.pem: failed to parse etc/ssl/certs/ca-cert-UCA_Global_G2_Root.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-USERTrust_ECC_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-USERTrust_ECC_Certification_Authority.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-USERTrust_RSA_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-USERTrust_RSA_Certification_Authority.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem: failed to parse etc/ssl/certs/ca-cert-VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem: failed to parse etc/ssl/certs/ca-cert-VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-VeriSign_Universal_Root_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-VeriSign_Universal_Root_Certification_Authority.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem: failed to parse etc/ssl/certs/ca-cert-Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-XRamp_Global_CA_Root.pem: failed to parse etc/ssl/certs/ca-cert-XRamp_Global_CA_Root.pem: EOF
2021-07-22T12:51:06.531Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-certSIGN_ROOT_CA.pem: failed to parse etc/ssl/certs/ca-cert-certSIGN_ROOT_CA.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-ePKI_Root_Certification_Authority.pem: failed to parse etc/ssl/certs/ca-cert-ePKI_Root_Certification_Authority.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-emSign_ECC_Root_CA_-_C3.pem: failed to parse etc/ssl/certs/ca-cert-emSign_ECC_Root_CA_-_C3.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-emSign_ECC_Root_CA_-_G3.pem: failed to parse etc/ssl/certs/ca-cert-emSign_ECC_Root_CA_-_G3.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-emSign_Root_CA_-_C1.pem: failed to parse etc/ssl/certs/ca-cert-emSign_Root_CA_-_C1.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-emSign_Root_CA_-_G1.pem: failed to parse etc/ssl/certs/ca-cert-emSign_Root_CA_-_G1.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA_-_G2.pem: failed to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA_-_G2.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA_-_G3.pem: failed to parse etc/ssl/certs/ca-cert-thawte_Primary_Root_CA_-_G3.pem: EOF
2021-07-22T12:51:06.532Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca6e4ad9.0: failed to parse etc/ssl/certs/ca6e4ad9.0: EOF
2021-07-22T12:51:06.536Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/cbf06781.0: failed to parse etc/ssl/certs/cbf06781.0: EOF
2021-07-22T12:51:06.536Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/cc450945.0: failed to parse etc/ssl/certs/cc450945.0: EOF
2021-07-22T12:51:06.536Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/cd58d51e.0: failed to parse etc/ssl/certs/cd58d51e.0: EOF
2021-07-22T12:51:06.536Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/cd8c0d63.0: failed to parse etc/ssl/certs/cd8c0d63.0: EOF
2021-07-22T12:51:06.536Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ce5e74ef.0: failed to parse etc/ssl/certs/ce5e74ef.0: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/d4dae3dd.0: failed to parse etc/ssl/certs/d4dae3dd.0: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SecureSign_RootCA11.pem: failed to parse etc/ssl/certs/ca-cert-SecureSign_RootCA11.pem: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/d6325660.0: failed to parse etc/ssl/certs/d6325660.0: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/d853d49e.0: failed to parse etc/ssl/certs/d853d49e.0: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse usr/lib/libsqlite3.so.0: failed to parse usr/lib/libsqlite3.so.0: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-SZAFIR_ROOT_CA2.pem: failed to parse etc/ssl/certs/ca-cert-SZAFIR_ROOT_CA2.pem: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Security_Communication_RootCA2.pem: failed to parse etc/ssl/certs/ca-cert-Security_Communication_RootCA2.pem: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ca-cert-Security_Communication_Root_CA.pem: failed to parse etc/ssl/certs/ca-cert-Security_Communication_Root_CA.pem: EOF
2021-07-22T12:51:06.537Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/def36a68.0: failed to parse etc/ssl/certs/def36a68.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e113c810.0: failed to parse etc/ssl/certs/e113c810.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e18bfb83.0: failed to parse etc/ssl/certs/e18bfb83.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e2799e36.0: failed to parse etc/ssl/certs/e2799e36.0: EOF
2021-07-22T12:51:06.539Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e36a6752.0: failed to parse etc/ssl/certs/e36a6752.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/dc4d6a89.0: failed to parse etc/ssl/certs/dc4d6a89.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/d7e8dc79.0: failed to parse etc/ssl/certs/d7e8dc79.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/dd8e9d41.0: failed to parse etc/ssl/certs/dd8e9d41.0: EOF
2021-07-22T12:51:06.538Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/de6d66f3.0: failed to parse etc/ssl/certs/de6d66f3.0: EOF
2021-07-22T12:51:06.540Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ef954a4e.0: failed to parse etc/ssl/certs/ef954a4e.0: EOF
2021-07-22T12:51:06.540Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f081611a.0: failed to parse etc/ssl/certs/f081611a.0: EOF
2021-07-22T12:51:06.541Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f0c70a8d.0: failed to parse etc/ssl/certs/f0c70a8d.0: EOF
2021-07-22T12:51:06.541Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f30dd6ad.0: failed to parse etc/ssl/certs/f30dd6ad.0: EOF
2021-07-22T12:51:06.541Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f3377b1b.0: failed to parse etc/ssl/certs/f3377b1b.0: EOF
2021-07-22T12:51:06.541Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f387163d.0: failed to parse etc/ssl/certs/f387163d.0: EOF
2021-07-22T12:51:06.541Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f39fc864.0: failed to parse etc/ssl/certs/f39fc864.0: EOF
2021-07-22T12:51:06.542Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/f51bb24c.0: failed to parse etc/ssl/certs/f51bb24c.0: EOF
2021-07-22T12:51:06.542Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/fc5a8f99.0: failed to parse etc/ssl/certs/fc5a8f99.0: EOF
2021-07-22T12:51:06.543Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/fe8a2cd8.0: failed to parse etc/ssl/certs/fe8a2cd8.0: EOF
2021-07-22T12:51:06.543Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ff34af3f.0: failed to parse etc/ssl/certs/ff34af3f.0: EOF
2021-07-22T12:51:06.543Z        DEBUG   Analysis error: unable to parse usr/lib/libtirpc.so.3: failed to parse usr/lib/libtirpc.so.3: EOF
2021-07-22T12:51:06.544Z        DEBUG   Analysis error: unable to parse usr/lib/libverto.so.1: failed to parse usr/lib/libverto.so.1: EOF
2021-07-22T12:51:06.544Z        DEBUG   Analysis error: unable to parse usr/local/bin/idle3: failed to parse usr/local/bin/idle3: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse usr/local/bin/pydoc3: failed to parse usr/local/bin/pydoc3: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse usr/local/bin/2to3: failed to parse usr/local/bin/2to3: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse usr/local/bin/idle3.9: failed to parse usr/local/bin/idle3.9: unrecognized executable format
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse usr/local/bin/2to3-3.9: failed to parse usr/local/bin/2to3-3.9: unrecognized executable format
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e8de2f56.0: failed to parse etc/ssl/certs/e8de2f56.0: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/e73d606e.0: failed to parse etc/ssl/certs/e73d606e.0: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/ee64a828.0: failed to parse etc/ssl/certs/ee64a828.0: EOF
2021-07-22T12:51:06.545Z        DEBUG   Analysis error: unable to parse etc/ssl/certs/eed8c118.0: failed to parse etc/ssl/certs/eed8c118.0: EOF
2021-07-22T12:51:06.550Z        DEBUG   Analysis error: unable to parse sbin/acpid: failed to parse sbin/acpid: EOF
2021-07-22T12:51:06.550Z        DEBUG   Analysis error: unable to parse sbin/adjtimex: failed to parse sbin/adjtimex: EOF
2021-07-22T12:51:06.551Z        DEBUG   Analysis error: unable to parse usr/local/bin/python3: failed to parse usr/local/bin/python3: EOF
2021-07-22T12:51:06.550Z        DEBUG   Analysis error: unable to parse usr/local/bin/pydoc3.9: failed to parse usr/local/bin/pydoc3.9: unrecognized executable format
2021-07-22T12:51:06.551Z        DEBUG   Analysis error: unable to parse sbin/arp: failed to parse sbin/arp: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/blkid: failed to parse sbin/blkid: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/blockdev: failed to parse sbin/blockdev: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/depmod: failed to parse sbin/depmod: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/fbsplash: failed to parse sbin/fbsplash: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/fdisk: failed to parse sbin/fdisk: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/findfs: failed to parse sbin/findfs: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/fsck: failed to parse sbin/fsck: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/fstrim: failed to parse sbin/fstrim: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/getty: failed to parse sbin/getty: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/halt: failed to parse sbin/halt: EOF
2021-07-22T12:51:06.553Z        DEBUG   Analysis error: unable to parse sbin/hwclock: failed to parse sbin/hwclock: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ifconfig: failed to parse sbin/ifconfig: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ifdown: failed to parse sbin/ifdown: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ifenslave: failed to parse sbin/ifenslave: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ifup: failed to parse sbin/ifup: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/init: failed to parse sbin/init: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/inotifyd: failed to parse sbin/inotifyd: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/insmod: failed to parse sbin/insmod: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ip: failed to parse sbin/ip: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ipaddr: failed to parse sbin/ipaddr: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/iplink: failed to parse sbin/iplink: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/ipneigh: failed to parse sbin/ipneigh: EOF
2021-07-22T12:51:06.554Z        DEBUG   Analysis error: unable to parse sbin/iproute: failed to parse sbin/iproute: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/iprule: failed to parse sbin/iprule: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/iptunnel: failed to parse sbin/iptunnel: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/klogd: failed to parse sbin/klogd: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/ldconfig: failed to parse sbin/ldconfig: unrecognized executable format
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/loadkmap: failed to parse sbin/loadkmap: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse lib/libz.so.1: failed to parse lib/libz.so.1: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse usr/local/bin/python3-config: failed to parse usr/local/bin/python3-config: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/logread: failed to parse sbin/logread: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/losetup: failed to parse sbin/losetup: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/lsmod: failed to parse sbin/lsmod: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/mdev: failed to parse sbin/mdev: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/mkdosfs: failed to parse sbin/mkdosfs: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/mkfs.vfat: failed to parse sbin/mkfs.vfat: EOF
2021-07-22T12:51:06.555Z        DEBUG   Analysis error: unable to parse sbin/mkswap: failed to parse sbin/mkswap: EOF
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse sbin/modinfo: failed to parse sbin/modinfo: EOF
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse sbin/nologin: failed to parse sbin/nologin: EOF
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse sbin/pivot_root: failed to parse sbin/pivot_root: EOF
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse sbin/poweroff: failed to parse sbin/poweroff: EOF
2021-07-22T12:51:06.559Z        DEBUG   Analysis error: unable to parse sbin/raidautorun: failed to parse sbin/raidautorun: EOF
2021-07-22T12:51:06.559Z        DEBUG   Analysis error: unable to parse sbin/reboot: failed to parse sbin/reboot: EOF
2021-07-22T12:51:06.559Z        DEBUG   Analysis error: unable to parse sbin/rmmod: failed to parse sbin/rmmod: EOF
2021-07-22T12:51:06.559Z        DEBUG   Analysis error: unable to parse sbin/route: failed to parse sbin/route: EOF
2021-07-22T12:51:06.559Z        DEBUG   Analysis error: unable to parse sbin/setconsole: failed to parse sbin/setconsole: EOF
2021-07-22T12:51:06.560Z        DEBUG   Analysis error: unable to parse sbin/slattach: failed to parse sbin/slattach: EOF
2021-07-22T12:51:06.560Z        DEBUG   Analysis error: unable to parse sbin/swapoff: failed to parse sbin/swapoff: EOF
2021-07-22T12:51:06.560Z        DEBUG   Analysis error: unable to parse sbin/swapon: failed to parse sbin/swapon: EOF
2021-07-22T12:51:06.560Z        DEBUG   Analysis error: unable to parse sbin/switch_root: failed to parse sbin/switch_root: EOF
2021-07-22T12:51:06.560Z        DEBUG   Analysis error: unable to parse sbin/sysctl: failed to parse sbin/sysctl: EOF
2021-07-22T12:51:06.561Z        DEBUG   Analysis error: unable to parse sbin/syslogd: failed to parse sbin/syslogd: EOF
2021-07-22T12:51:06.561Z        DEBUG   Analysis error: unable to parse sbin/udhcpc: failed to parse sbin/udhcpc: EOF
2021-07-22T12:51:06.561Z        DEBUG   Analysis error: unable to parse sbin/vconfig: failed to parse sbin/vconfig: EOF
2021-07-22T12:51:06.561Z        DEBUG   Analysis error: unable to parse sbin/watchdog: failed to parse sbin/watchdog: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/[: failed to parse usr/bin/[: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/[[: failed to parse usr/bin/[[: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/awk: failed to parse usr/bin/awk: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/basename: failed to parse usr/bin/basename: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/beep: failed to parse usr/bin/beep: EOF
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse usr/local/bin/python3.9-config: failed to parse usr/local/bin/python3.9-config: unrecognized executable format
2021-07-22T12:51:06.558Z        DEBUG   Analysis error: unable to parse sbin/nameif: failed to parse sbin/nameif: EOF
2021-07-22T12:51:06.561Z        DEBUG   Analysis error: unable to parse sbin/tunctl: failed to parse sbin/tunctl: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse usr/bin/bc: failed to parse usr/bin/bc: EOF
2021-07-22T12:51:06.562Z        DEBUG   Analysis error: unable to parse sbin/modprobe: failed to parse sbin/modprobe: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/cal: failed to parse usr/bin/cal: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/chvt: failed to parse usr/bin/chvt: EOF
2021-07-22T12:51:06.564Z        DEBUG   Analysis error: unable to parse usr/bin/cksum: failed to parse usr/bin/cksum: EOF
2021-07-22T12:51:06.564Z        DEBUG   Analysis error: unable to parse usr/bin/clear: failed to parse usr/bin/clear: EOF
2021-07-22T12:51:06.565Z        DEBUG   Analysis error: unable to parse usr/bin/cmp: failed to parse usr/bin/cmp: EOF
2021-07-22T12:51:06.565Z        DEBUG   Analysis error: unable to parse usr/bin/comm: failed to parse usr/bin/comm: EOF
2021-07-22T12:51:06.565Z        DEBUG   Analysis error: unable to parse usr/bin/cpio: failed to parse usr/bin/cpio: EOF
2021-07-22T12:51:06.566Z        DEBUG   Analysis error: unable to parse usr/bin/crontab: failed to parse usr/bin/crontab: EOF
2021-07-22T12:51:06.566Z        DEBUG   Analysis error: unable to parse usr/bin/cryptpw: failed to parse usr/bin/cryptpw: EOF
2021-07-22T12:51:06.566Z        DEBUG   Analysis error: unable to parse usr/bin/cut: failed to parse usr/bin/cut: EOF
2021-07-22T12:51:06.566Z        DEBUG   Analysis error: unable to parse usr/bin/dc: failed to parse usr/bin/dc: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/blkdiscard: failed to parse usr/bin/blkdiscard: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/bunzip2: failed to parse usr/bin/bunzip2: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/bzip2: failed to parse usr/bin/bzip2: EOF
2021-07-22T12:51:06.563Z        DEBUG   Analysis error: unable to parse usr/bin/bzcat: failed to parse usr/bin/bzcat: EOF
2021-07-22T12:51:06.569Z        DEBUG   Analysis error: unable to parse usr/local/lib/libpython3.9.so: failed to parse usr/local/lib/libpython3.9.so: EOF
2021-07-22T12:51:06.573Z        DEBUG   Analysis error: unable to parse usr/bin/deallocvt: failed to parse usr/bin/deallocvt: EOF
2021-07-22T12:51:06.573Z        DEBUG   Analysis error: unable to parse usr/bin/diff: failed to parse usr/bin/diff: EOF
2021-07-22T12:51:06.573Z        DEBUG   Analysis error: unable to parse usr/bin/dirname: failed to parse usr/bin/dirname: EOF
2021-07-22T12:51:06.573Z        DEBUG   Analysis error: unable to parse usr/bin/dos2unix: failed to parse usr/bin/dos2unix: EOF
2021-07-22T12:51:06.574Z        DEBUG   Analysis error: unable to parse usr/bin/du: failed to parse usr/bin/du: EOF
2021-07-22T12:51:06.574Z        DEBUG   Analysis error: unable to parse usr/bin/eject: failed to parse usr/bin/eject: EOF
2021-07-22T12:51:06.574Z        DEBUG   Analysis error: unable to parse usr/bin/env: failed to parse usr/bin/env: EOF
2021-07-22T12:51:06.574Z        DEBUG   Analysis error: unable to parse usr/bin/expand: failed to parse usr/bin/expand: EOF
2021-07-22T12:51:06.574Z        DEBUG   Analysis error: unable to parse usr/bin/expr: failed to parse usr/bin/expr: EOF
2021-07-22T12:51:06.575Z        DEBUG   Analysis error: unable to parse usr/bin/factor: failed to parse usr/bin/factor: EOF
2021-07-22T12:51:06.575Z        DEBUG   Analysis error: unable to parse usr/bin/fallocate: failed to parse usr/bin/fallocate: EOF
2021-07-22T12:51:06.575Z        DEBUG   Analysis error: unable to parse usr/bin/find: failed to parse usr/bin/find: EOF
2021-07-22T12:51:06.575Z        DEBUG   Analysis error: unable to parse usr/bin/flock: failed to parse usr/bin/flock: EOF
2021-07-22T12:51:06.576Z        DEBUG   Analysis error: unable to parse usr/bin/fold: failed to parse usr/bin/fold: EOF
2021-07-22T12:51:06.576Z        DEBUG   Analysis error: unable to parse usr/bin/free: failed to parse usr/bin/free: EOF
2021-07-22T12:51:06.576Z        DEBUG   Analysis error: unable to parse usr/bin/fuser: failed to parse usr/bin/fuser: EOF
2021-07-22T12:51:06.578Z        DEBUG   Analysis error: unable to parse usr/bin/hexdump: failed to parse usr/bin/hexdump: EOF
2021-07-22T12:51:06.578Z        DEBUG   Analysis error: unable to parse usr/bin/hostid: failed to parse usr/bin/hostid: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/groups: failed to parse usr/bin/groups: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/hd: failed to parse usr/bin/hd: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/head: failed to parse usr/bin/head: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/ipcs: failed to parse usr/bin/ipcs: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/id: failed to parse usr/bin/id: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/install: failed to parse usr/bin/install: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/less: failed to parse usr/bin/less: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/lsof: failed to parse usr/bin/lsof: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/lsusb: failed to parse usr/bin/lsusb: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/lzcat: failed to parse usr/bin/lzcat: EOF
2021-07-22T12:51:06.579Z        DEBUG   Analysis error: unable to parse usr/bin/lzma: failed to parse usr/bin/lzma: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/lzopcat: failed to parse usr/bin/lzopcat: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/md5sum: failed to parse usr/bin/md5sum: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/mesg: failed to parse usr/bin/mesg: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/microcom: failed to parse usr/bin/microcom: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/mkfifo: failed to parse usr/bin/mkfifo: EOF
2021-07-22T12:51:06.580Z        DEBUG   Analysis error: unable to parse usr/bin/mkpasswd: failed to parse usr/bin/mkpasswd: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nc: failed to parse usr/bin/nc: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nl: failed to parse usr/bin/nl: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nmeter: failed to parse usr/bin/nmeter: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nohup: failed to parse usr/bin/nohup: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nproc: failed to parse usr/bin/nproc: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nsenter: failed to parse usr/bin/nsenter: EOF
2021-07-22T12:51:06.581Z        DEBUG   Analysis error: unable to parse usr/bin/nslookup: failed to parse usr/bin/nslookup: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/od: failed to parse usr/bin/od: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/openvt: failed to parse usr/bin/openvt: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/passwd: failed to parse usr/bin/passwd: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/paste: failed to parse usr/bin/paste: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/killall: failed to parse usr/bin/killall: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/ldd: failed to parse usr/bin/ldd: unrecognized executable format
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/pmap: failed to parse usr/bin/pmap: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/bin/printf: failed to parse usr/bin/printf: EOF
2021-07-22T12:51:06.583Z        DEBUG   Analysis error: unable to parse usr/bin/pscan: failed to parse usr/bin/pscan: EOF
2021-07-22T12:51:06.583Z        DEBUG   Analysis error: unable to parse usr/bin/pstree: failed to parse usr/bin/pstree: EOF
2021-07-22T12:51:06.583Z        DEBUG   Analysis error: unable to parse usr/bin/pwdx: failed to parse usr/bin/pwdx: EOF
2021-07-22T12:51:06.583Z        DEBUG   Analysis error: unable to parse usr/bin/readlink: failed to parse usr/bin/readlink: EOF
2021-07-22T12:51:06.584Z        DEBUG   Analysis error: unable to parse usr/bin/realpath: failed to parse usr/bin/realpath: EOF
2021-07-22T12:51:06.584Z        DEBUG   Analysis error: unable to parse usr/bin/renice: failed to parse usr/bin/renice: EOF
2021-07-22T12:51:06.584Z        DEBUG   Analysis error: unable to parse usr/local/lib/pkgconfig/python3-embed.pc: failed to parse usr/local/lib/pkgconfig/python3-embed.pc: EOF
2021-07-22T12:51:06.584Z        DEBUG   Analysis error: unable to parse usr/bin/ipcrm: failed to parse usr/bin/ipcrm: EOF
2021-07-22T12:51:06.585Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/cProfile.py: failed to parse usr/local/lib/python3.9/cProfile.py: unrecognized executable format
2021-07-22T12:51:06.585Z        DEBUG   Analysis error: unable to parse usr/local/lib/pkgconfig/python3.pc: failed to parse usr/local/lib/pkgconfig/python3.pc: EOF
2021-07-22T12:51:06.587Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/install-sh: failed to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/install-sh: unrecognized executable format
2021-07-22T12:51:06.587Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/makesetup: failed to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/makesetup: unrecognized executable format
2021-07-22T12:51:06.588Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/python-config.py: failed to parse usr/local/lib/python3.9/config-3.9-x86_64-linux-gnu/python-config.py: unrecognized executable format
2021-07-22T12:51:06.584Z        DEBUG   Analysis error: unable to parse usr/bin/reset: failed to parse usr/bin/reset: EOF
2021-07-22T12:51:06.590Z        DEBUG   Analysis error: unable to parse usr/bin/logger: failed to parse usr/bin/logger: EOF
2021-07-22T12:51:06.590Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/ctypes/macholib/fetch_macholib: failed to parse usr/local/lib/python3.9/ctypes/macholib/fetch_macholib: unrecognized executable format
2021-07-22T12:51:06.590Z        DEBUG   Analysis error: unable to parse usr/bin/pkill: failed to parse usr/bin/pkill: EOF
2021-07-22T12:51:06.590Z        DEBUG   Analysis error: unable to parse usr/bin/seq: failed to parse usr/bin/seq: EOF
2021-07-22T12:51:06.582Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/base64.py: failed to parse usr/local/lib/python3.9/base64.py: unrecognized executable format
2021-07-22T12:51:06.590Z        DEBUG   Analysis error: unable to parse usr/bin/pgrep: failed to parse usr/bin/pgrep: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/cgi.py: failed to parse usr/local/lib/python3.9/cgi.py: unrecognized executable format
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/sha1sum: failed to parse usr/bin/sha1sum: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/resize: failed to parse usr/bin/resize: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/sha3sum: failed to parse usr/bin/sha3sum: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/setkeycodes: failed to parse usr/bin/setkeycodes: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/setsid: failed to parse usr/bin/setsid: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/sha256sum: failed to parse usr/bin/sha256sum: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/showkey: failed to parse usr/bin/showkey: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/sha512sum: failed to parse usr/bin/sha512sum: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/shred: failed to parse usr/bin/shred: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/strings: failed to parse usr/bin/strings: EOF
2021-07-22T12:51:06.591Z        DEBUG   Analysis error: unable to parse usr/bin/sum: failed to parse usr/bin/sum: EOF
2021-07-22T12:51:06.592Z        DEBUG   Analysis error: unable to parse usr/bin/tac: failed to parse usr/bin/tac: EOF
2021-07-22T12:51:06.592Z        DEBUG   Analysis error: unable to parse usr/bin/shuf: failed to parse usr/bin/shuf: EOF
2021-07-22T12:51:06.592Z        DEBUG   Analysis error: unable to parse usr/bin/sort: failed to parse usr/bin/sort: EOF
2021-07-22T12:51:06.592Z        DEBUG   Analysis error: unable to parse usr/bin/split: failed to parse usr/bin/split: EOF
2021-07-22T12:51:06.592Z        DEBUG   Analysis error: unable to parse usr/bin/tail: failed to parse usr/bin/tail: EOF
2021-07-22T12:51:06.598Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/encodings/rot_13.py: failed to parse usr/local/lib/python3.9/encodings/rot_13.py: unrecognized executable format
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/tee: failed to parse usr/bin/tee: EOF
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/tr: failed to parse usr/bin/tr: EOF
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/traceroute: failed to parse usr/bin/traceroute: EOF
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/traceroute6: failed to parse usr/bin/traceroute6: EOF
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/truncate: failed to parse usr/bin/truncate: EOF
2021-07-22T12:51:06.604Z        DEBUG   Analysis error: unable to parse usr/bin/tty: failed to parse usr/bin/tty: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/ttysize: failed to parse usr/bin/ttysize: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/udhcpc6: failed to parse usr/bin/udhcpc6: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unexpand: failed to parse usr/bin/unexpand: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/uniq: failed to parse usr/bin/uniq: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unix2dos: failed to parse usr/bin/unix2dos: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unlink: failed to parse usr/bin/unlink: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unlzma: failed to parse usr/bin/unlzma: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unlzop: failed to parse usr/bin/unlzop: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unshare: failed to parse usr/bin/unshare: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/unxz: failed to parse usr/bin/unxz: EOF
2021-07-22T12:51:06.605Z        DEBUG   Analysis error: unable to parse usr/bin/top: failed to parse usr/bin/top: EOF
2021-07-22T12:51:06.608Z        DEBUG   Analysis error: unable to parse usr/bin/uptime: failed to parse usr/bin/uptime: EOF
2021-07-22T12:51:06.608Z        DEBUG   Analysis error: unable to parse usr/bin/uudecode: failed to parse usr/bin/uudecode: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/uuencode: failed to parse usr/bin/uuencode: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/vi: failed to parse usr/bin/vi: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/unzip: failed to parse usr/bin/unzip: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/volname: failed to parse usr/bin/volname: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/wc: failed to parse usr/bin/wc: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/wget: failed to parse usr/bin/wget: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/which: failed to parse usr/bin/which: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/whoami: failed to parse usr/bin/whoami: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/whois: failed to parse usr/bin/whois: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/xargs: failed to parse usr/bin/xargs: EOF
2021-07-22T12:51:06.610Z        DEBUG   Analysis error: unable to parse usr/bin/xxd: failed to parse usr/bin/xxd: EOF
2021-07-22T12:51:06.610Z        DEBUG   Analysis error: unable to parse usr/bin/xzcat: failed to parse usr/bin/xzcat: EOF
2021-07-22T12:51:06.610Z        DEBUG   Analysis error: unable to parse usr/bin/yes: failed to parse usr/bin/yes: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/lib/libcrypto.so.1.1: failed to parse usr/lib/libcrypto.so.1.1: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/lib/libssl.so.1.1: failed to parse usr/lib/libssl.so.1.1: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/lib/libtls.so.20: failed to parse usr/lib/libtls.so.20: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/sbin/add-shell: failed to parse usr/sbin/add-shell: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/sbin/addgroup: failed to parse usr/sbin/addgroup: EOF
2021-07-22T12:51:06.612Z        DEBUG   Analysis error: unable to parse usr/sbin/adduser: failed to parse usr/sbin/adduser: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/arping: failed to parse usr/sbin/arping: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/brctl: failed to parse usr/sbin/brctl: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/chpasswd: failed to parse usr/sbin/chpasswd: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/chroot: failed to parse usr/sbin/chroot: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/crond: failed to parse usr/sbin/crond: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/delgroup: failed to parse usr/sbin/delgroup: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/deluser: failed to parse usr/sbin/deluser: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/ether-wake: failed to parse usr/sbin/ether-wake: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/fbset: failed to parse usr/sbin/fbset: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/killall5: failed to parse usr/sbin/killall5: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/loadfont: failed to parse usr/sbin/loadfont: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/nanddump: failed to parse usr/sbin/nanddump: EOF
2021-07-22T12:51:06.613Z        DEBUG   Analysis error: unable to parse usr/sbin/nandwrite: failed to parse usr/sbin/nandwrite: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/nbd-client: failed to parse usr/sbin/nbd-client: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/ntpd: failed to parse usr/sbin/ntpd: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/partprobe: failed to parse usr/sbin/partprobe: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/rdate: failed to parse usr/sbin/rdate: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/rdev: failed to parse usr/sbin/rdev: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/readahead: failed to parse usr/sbin/readahead: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/remove-shell: failed to parse usr/sbin/remove-shell: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/rfkill: failed to parse usr/sbin/rfkill: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/sendmail: failed to parse usr/sbin/sendmail: EOF
2021-07-22T12:51:06.614Z        DEBUG   Analysis error: unable to parse usr/sbin/setfont: failed to parse usr/sbin/setfont: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/sbin/setlogcons: failed to parse usr/sbin/setlogcons: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub: failed to parse usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub: failed to parse usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub: failed to parse usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/mips64/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub: failed to parse usr/share/apk/keys/mips64/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub: failed to parse usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub: EOF
2021-07-22T12:51:06.615Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub: failed to parse usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub: failed to parse usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub: failed to parse usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub: failed to parse usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub: failed to parse usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub: failed to parse usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse usr/share/udhcpc/default.script: failed to parse usr/share/udhcpc/default.script: unrecognized executable format
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse var/run: failed to parse var/run: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse var/spool/cron/crontabs: failed to parse var/spool/cron/crontabs: EOF
2021-07-22T12:51:06.616Z        DEBUG   Analysis error: unable to parse var/spool/mail: failed to parse var/spool/mail: EOF
2021-07-22T12:51:06.609Z        DEBUG   Analysis error: unable to parse usr/bin/vlock: failed to parse usr/bin/vlock: EOF
2021-07-22T12:51:06.617Z        DEBUG   Analysis error: unable to parse usr/bin/test: failed to parse usr/bin/test: EOF
2021-07-22T12:51:06.617Z        DEBUG   Analysis error: unable to parse usr/bin/time: failed to parse usr/bin/time: EOF
2021-07-22T12:51:06.618Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/idlelib/pyshell.py: failed to parse usr/local/lib/python3.9/idlelib/pyshell.py: unrecognized executable format
2021-07-22T12:51:06.618Z        DEBUG   Analysis error: unable to parse usr/bin/timeout: failed to parse usr/bin/timeout: EOF
2021-07-22T12:51:06.644Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/lib2to3/pgen2/token.py: failed to parse usr/local/lib/python3.9/lib2to3/pgen2/token.py: unrecognized executable format
2021-07-22T12:51:06.648Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/pdb.py: failed to parse usr/local/lib/python3.9/pdb.py: unrecognized executable format
2021-07-22T12:51:06.648Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/platform.py: failed to parse usr/local/lib/python3.9/platform.py: unrecognized executable format
2021-07-22T12:51:06.648Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/profile.py: failed to parse usr/local/lib/python3.9/profile.py: unrecognized executable format
2021-07-22T12:51:06.649Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/pydoc.py: failed to parse usr/local/lib/python3.9/pydoc.py: unrecognized executable format
2021-07-22T12:51:06.649Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/quopri.py: failed to parse usr/local/lib/python3.9/quopri.py: unrecognized executable format
2021-07-22T12:51:06.649Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/smtpd.py: failed to parse usr/local/lib/python3.9/smtpd.py: unrecognized executable format
2021-07-22T12:51:06.650Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/smtplib.py: failed to parse usr/local/lib/python3.9/smtplib.py: unrecognized executable format
2021-07-22T12:51:06.650Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/socket.py: failed to parse usr/local/lib/python3.9/socket.py: unrecognized executable format
2021-07-22T12:51:06.650Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/tabnanny.py: failed to parse usr/local/lib/python3.9/tabnanny.py: unrecognized executable format
2021-07-22T12:51:06.651Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/tarfile.py: failed to parse usr/local/lib/python3.9/tarfile.py: unrecognized executable format
2021-07-22T12:51:06.653Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/clock.py: failed to parse usr/local/lib/python3.9/turtledemo/clock.py: unrecognized executable format
2021-07-22T12:51:06.653Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/forest.py: failed to parse usr/local/lib/python3.9/turtledemo/forest.py: unrecognized executable format
2021-07-22T12:51:06.653Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/fractalcurves.py: failed to parse usr/local/lib/python3.9/turtledemo/fractalcurves.py: unrecognized executable format
2021-07-22T12:51:06.653Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/lindenmayer.py: failed to parse usr/local/lib/python3.9/turtledemo/lindenmayer.py: unrecognized executable format
2021-07-22T12:51:06.654Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/minimal_hanoi.py: failed to parse usr/local/lib/python3.9/turtledemo/minimal_hanoi.py: unrecognized executable format
2021-07-22T12:51:06.654Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/paint.py: failed to parse usr/local/lib/python3.9/turtledemo/paint.py: unrecognized executable format
2021-07-22T12:51:06.654Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/peace.py: failed to parse usr/local/lib/python3.9/turtledemo/peace.py: unrecognized executable format
2021-07-22T12:51:06.654Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/penrose.py: failed to parse usr/local/lib/python3.9/turtledemo/penrose.py: unrecognized executable format
2021-07-22T12:51:06.654Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/__main__.py: failed to parse usr/local/lib/python3.9/turtledemo/__main__.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/trace.py: failed to parse usr/local/lib/python3.9/trace.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/bytedesign.py: failed to parse usr/local/lib/python3.9/turtledemo/bytedesign.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/planet_and_moon.py: failed to parse usr/local/lib/python3.9/turtledemo/planet_and_moon.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/sorting_animate.py: failed to parse usr/local/lib/python3.9/turtledemo/sorting_animate.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/timeit.py: failed to parse usr/local/lib/python3.9/timeit.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/tree.py: failed to parse usr/local/lib/python3.9/turtledemo/tree.py: unrecognized executable format
2021-07-22T12:51:06.655Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/turtledemo/yinyang.py: failed to parse usr/local/lib/python3.9/turtledemo/yinyang.py: unrecognized executable format
2021-07-22T12:51:06.656Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/uu.py: failed to parse usr/local/lib/python3.9/uu.py: unrecognized executable format
2021-07-22T12:51:06.657Z        DEBUG   Analysis error: unable to parse usr/local/lib/python3.9/webbrowser.py: failed to parse usr/local/lib/python3.9/webbrowser.py: unrecognized executable format
2021-07-22T12:51:06.659Z        DEBUG   Analysis error: unable to parse usr/local/share/man/man1/python3.1: failed to parse usr/local/share/man/man1/python3.1: EOF
2021-07-22T12:51:06.659Z        DEBUG   Analysis error: unable to parse usr/sbin/rfkill: failed to parse usr/sbin/rfkill: EOF
2021-07-22T12:51:06.659Z        DEBUG   Analysis error: unable to parse usr/sbin/chroot: failed to parse usr/sbin/chroot: EOF
2021-07-22T12:51:06.663Z        DEBUG   Missing image cache: sha256:a580cb4bead72829afd0e20070176450809ad928a70047515ee25a98d23efc70
2021-07-22T12:51:06.665Z        INFO    Detected OS: alpine
2021-07-22T12:51:06.665Z        INFO    Detecting Alpine vulnerabilities...
2021-07-22T12:51:06.665Z        DEBUG   alpine: os version: 3.14
2021-07-22T12:51:06.665Z        DEBUG   alpine: the number of packages: 36
2021-07-22T12:51:06.666Z        INFO    Number of language-specific files: 0
2021-07-22T12:51:06.667Z        WARN    DEPRECATED: the current JSON schema is deprecated, check https://github.com/aquasecurity/trivy/discussions/1050 for more information.

Executed command: docker run --rm --name reproduceError -v $(pwd):/data aquasec/trivy:0.19.2 -d --no-progress --format json --output /data/report.json --input /data/this.tar

I wonder about:

christian-weiss commented 3 years ago

I did not spot the -d in my command line (a to long command line ;-) )

This kind of debug messages seams to be introduced in 0.18.2.

christian-weiss commented 3 years ago

Guessing that this message was triggered at: https://github.com/aquasecurity/trivy/blob/main/pkg/github/github.go#L106

@knqyf263 please have a look. I am not sure if this error effects scanning or reporting of issues.

knqyf263 commented 3 years ago

Which message are you talking about?

christian-weiss commented 3 years ago

Messages like: Analysis error: unable to parse xyz: failed to parse xyzl: EOF (See log above)

knqyf263 commented 3 years ago

That's simply why you enable debug mode. No mistake there. But it might be noisy. We may suppress the messages.