Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: runtime error: slice bounds out of range #1172

Closed
kb7791 opened this issue Aug 9, 2021 · 1 comment · Fixed by #1272
Closed

panic: runtime error: slice bounds out of range #1172

kb7791 opened this issue Aug 9, 2021 · 1 comment · Fixed by #1272
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@kb7791
Copy link

kb7791 commented Aug 9, 2021

Description

Running through a ansible loop that was generating an html report about 50 different images before pushing to a private docker registry. They all passed except for one. It failed due to an error related to the title. the only image that failed was the following.

  • namespace: "openshift"
    name: "origin-logging-elasticsearch5"
    tag: "v3.11"
    registry: "quay.io"

What did you expect to happen?

The report to generate for image quay.io/openshift/origin-logging-elasticsearch5

What happened instead?

Failed due to a slice bounds out of range

Output:

[my-centos7-vm@localhost third-party-container-images]$ trivy --debug --exit-code 0 --format template --template "@/usr/local/share/trivy/templates/html/tpl" -o "/usr/local/share/trivy/scan_results/test_elasticsearch5.html" quay.io/openshift/origin-logging-elasticsearch5:v3.11
2021-08-09T08:52:02.956-0700	DEBUG	Severities: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
2021-08-09T08:52:02.958-0700	DEBUG	cache dir:  /home/kb7791/.cache/trivy
2021-08-09T08:52:02.958-0700	DEBUG	DB update was skipped because DB is the latest
2021-08-09T08:52:02.958-0700	DEBUG	DB Schema: 1, Type: 1, UpdatedAt: 2021-08-09 12:10:03.478920103 +0000 UTC, NextUpdate: 2021-08-09 18:10:03.478919503 +0000 UTC, DownloadedAt: 2021-08-09 15:51:07.198619705 +0000 UTC
2021-08-09T08:52:02.958-0700	DEBUG	Vulnerability type:  [os library]
2021-08-09T08:52:02.960-0700	DEBUG	Image ID: sha256:08be4bacbadcb6598c018000eafc830b0cf2193129be1522893ea82e68af4b3e
2021-08-09T08:52:02.960-0700	DEBUG	Diff IDs: [sha256:613be09ab3c0860a5216936f412f09927947012f86bfa89b263dfa087a725f81 sha256:5687afffd81d8e7aa296141602fcc65126e946c299c7d2ca842fcbd9a96429ab sha256:6ef5d3bc280c26d5370a25d8f2ea50d99798e1dada569dcbd196479fb5a3edcc]
2021-08-09T08:52:02.961-0700	DEBUG	Missing image ID: sha256:08be4bacbadcb6598c018000eafc830b0cf2193129be1522893ea82e68af4b3e
2021-08-09T08:52:02.962-0700	DEBUG	Missing diff ID: sha256:6ef5d3bc280c26d5370a25d8f2ea50d99798e1dada569dcbd196479fb5a3edcc
2021-08-09T08:52:06.929-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jjs: failed to parse etc/alternatives/jjs: EOF
2021-08-09T08:52:06.929-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jjs.1.gz: failed to parse etc/alternatives/jjs.1.gz: EOF
2021-08-09T08:52:06.929-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre: failed to parse etc/alternatives/jre: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_1.8.0: failed to parse etc/alternatives/jre_1.8.0: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_1.8.0_exports: failed to parse etc/alternatives/jre_1.8.0_exports: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_1.8.0_openjdk: failed to parse etc/alternatives/jre_1.8.0_openjdk: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_1.8.0_openjdk_exports: failed to parse etc/alternatives/jre_1.8.0_openjdk_exports: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_exports: failed to parse etc/alternatives/jre_exports: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_openjdk: failed to parse etc/alternatives/jre_openjdk: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/jre_openjdk_exports: failed to parse etc/alternatives/jre_openjdk_exports: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/keytool: failed to parse etc/alternatives/keytool: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/keytool.1.gz: failed to parse etc/alternatives/keytool.1.gz: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/orbd: failed to parse etc/alternatives/orbd: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/orbd.1.gz: failed to parse etc/alternatives/orbd.1.gz: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/pack200: failed to parse etc/alternatives/pack200: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/pack200.1.gz: failed to parse etc/alternatives/pack200.1.gz: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/policytool: failed to parse etc/alternatives/policytool: EOF
2021-08-09T08:52:06.930-0700	DEBUG	Analysis error: unable to parse etc/alternatives/alt-java.1.gz: failed to parse etc/alternatives/alt-java.1.gz: EOF
2021-08-09T08:52:06.931-0700	DEBUG	Analysis error: unable to parse etc/alternatives/java: failed to parse etc/alternatives/java: EOF
2021-08-09T08:52:06.931-0700	DEBUG	Analysis error: unable to parse etc/alternatives/java.1.gz: failed to parse etc/alternatives/java.1.gz: EOF
2021-08-09T08:52:06.931-0700	DEBUG	Analysis error: unable to parse etc/alternatives/policytool.1.gz: failed to parse etc/alternatives/policytool.1.gz: EOF
2021-08-09T08:52:06.931-0700	DEBUG	Analysis error: unable to parse etc/alternatives/alt-java: failed to parse etc/alternatives/alt-java: EOF
2021-08-09T08:52:06.931-0700	DEBUG	Analysis error: unable to parse etc/alternatives/servertool: failed to parse etc/alternatives/servertool: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/alternatives/servertool.1.gz: failed to parse etc/alternatives/servertool.1.gz: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/alternatives/tnameserv: failed to parse etc/alternatives/tnameserv: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/alternatives/tnameserv.1.gz: failed to parse etc/alternatives/tnameserv.1.gz: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/alternatives/unpack200: failed to parse etc/alternatives/unpack200: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/alternatives/unpack200.1.gz: failed to parse etc/alternatives/unpack200.1.gz: EOF
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/elasticsearch/elasticsearch.yml: failed to parse etc/elasticsearch/elasticsearch.yml: unrecognized executable format
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/elasticsearch/jvm.options: failed to parse etc/elasticsearch/jvm.options: unrecognized executable format
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/elasticsearch/log4j2.properties: failed to parse etc/elasticsearch/log4j2.properties: unrecognized executable format
2021-08-09T08:52:06.932-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/certs/make-dummy-cert: failed to parse etc/pki/tls/certs/make-dummy-cert: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/certs/renew-dummy-cert: failed to parse etc/pki/tls/certs/renew-dummy-cert: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/misc/CA: failed to parse etc/pki/tls/misc/CA: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/misc/c_hash: failed to parse etc/pki/tls/misc/c_hash: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/misc/c_info: failed to parse etc/pki/tls/misc/c_info: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/misc/c_issuer: failed to parse etc/pki/tls/misc/c_issuer: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/pki/tls/misc/c_name: failed to parse etc/pki/tls/misc/c_name: unrecognized executable format
2021-08-09T08:52:06.933-0700	DEBUG	Analysis error: unable to parse etc/alternatives/rmid: failed to parse etc/alternatives/rmid: EOF
2021-08-09T08:52:06.934-0700	DEBUG	Analysis error: unable to parse etc/alternatives/rmid.1.gz: failed to parse etc/alternatives/rmid.1.gz: EOF
2021-08-09T08:52:06.934-0700	DEBUG	Analysis error: unable to parse etc/rc.d/init.d/elasticsearch: failed to parse etc/rc.d/init.d/elasticsearch: unrecognized executable format
2021-08-09T08:52:06.934-0700	DEBUG	Analysis error: unable to parse opt/app-root/src/install.sh: failed to parse opt/app-root/src/install.sh: unrecognized executable format
2021-08-09T08:52:06.934-0700	DEBUG	Analysis error: unable to parse etc/alternatives/rmiregistry: failed to parse etc/alternatives/rmiregistry: EOF
2021-08-09T08:52:06.934-0700	DEBUG	Analysis error: unable to parse etc/alternatives/rmiregistry.1.gz: failed to parse etc/alternatives/rmiregistry.1.gz: EOF
2021-08-09T08:52:06.935-0700	DEBUG	Analysis error: unable to parse opt/app-root/src/logging: failed to parse opt/app-root/src/logging: EOF
2021-08-09T08:52:06.935-0700	DEBUG	Analysis error: unable to parse opt/app-root/src/init.sh: failed to parse opt/app-root/src/init.sh: unrecognized executable format
2021-08-09T08:52:06.935-0700	DEBUG	Analysis error: unable to parse usr/bin/abs2rel: failed to parse usr/bin/abs2rel: unrecognized executable format
2021-08-09T08:52:06.935-0700	DEBUG	Analysis error: unable to parse usr/bin/alt-java: failed to parse usr/bin/alt-java: EOF
2021-08-09T08:52:06.935-0700	DEBUG	Analysis error: unable to parse usr/bin/build-classpath: failed to parse usr/bin/build-classpath: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/check-binary-files: failed to parse usr/bin/check-binary-files: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/build-classpath-directory: failed to parse usr/bin/build-classpath-directory: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse opt/app-root/src/run.sh: failed to parse opt/app-root/src/run.sh: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/diff-jars: failed to parse usr/bin/diff-jars: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/find-jar: failed to parse usr/bin/find-jar: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/gmake: failed to parse usr/bin/gmake: EOF
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/build-jar-repository: failed to parse usr/bin/build-jar-repository: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/jjs: failed to parse usr/bin/jjs: EOF
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/clean-binary-files: failed to parse usr/bin/clean-binary-files: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/create-jar-links: failed to parse usr/bin/create-jar-links: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/java: failed to parse usr/bin/java: EOF
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/jvmjar: failed to parse usr/bin/jvmjar: unrecognized executable format
2021-08-09T08:52:06.936-0700	DEBUG	Analysis error: unable to parse usr/bin/keytool: failed to parse usr/bin/keytool: EOF
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/orbd: failed to parse usr/bin/orbd: EOF
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/pack200: failed to parse usr/bin/pack200: EOF
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/policytool: failed to parse usr/bin/policytool: EOF
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/rebuild-jar-repository: failed to parse usr/bin/rebuild-jar-repository: unrecognized executable format
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/rmid: failed to parse usr/bin/rmid: EOF
2021-08-09T08:52:06.941-0700	DEBUG	Analysis error: unable to parse usr/bin/rmiregistry: failed to parse usr/bin/rmiregistry: EOF
2021-08-09T08:52:06.948-0700	DEBUG	Analysis error: unable to parse usr/bin/unpack200: failed to parse usr/bin/unpack200: EOF
2021-08-09T08:52:06.948-0700	DEBUG	Analysis error: unable to parse usr/bin/withsctp: failed to parse usr/bin/withsctp: unrecognized executable format
2021-08-09T08:52:06.949-0700	DEBUG	Analysis error: unable to parse usr/bin/xmvn-builddep: failed to parse usr/bin/xmvn-builddep: unrecognized executable format
2021-08-09T08:52:06.956-0700	DEBUG	Analysis error: unable to parse usr/bin/servertool: failed to parse usr/bin/servertool: EOF
2021-08-09T08:52:06.956-0700	DEBUG	Analysis error: unable to parse usr/bin/tnameserv: failed to parse usr/bin/tnameserv: EOF
2021-08-09T08:52:06.989-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/amd64/server/libjsig.so: failed to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/amd64/server/libjsig.so: EOF
2021-08-09T08:52:07.071-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/cldrdata.jar"}
2021-08-09T08:52:07.081-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/charsets.jar"}
2021-08-09T08:52:07.108-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/jaccess.jar"}
2021-08-09T08:52:07.108-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/dnsns.jar"}
2021-08-09T08:52:07.144-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/localedata.jar"}
2021-08-09T08:52:09.258-0700	DEBUG	No such POM in the central repositories	{"file": "localedata.jar"}
2021-08-09T08:52:09.258-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/nashorn.jar"}
2021-08-09T08:52:09.267-0700	DEBUG	No such POM in the central repositories	{"file": "charsets.jar"}
2021-08-09T08:52:09.268-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/sunec.jar"}
2021-08-09T08:52:09.269-0700	DEBUG	No such POM in the central repositories	{"file": "jaccess.jar"}
2021-08-09T08:52:09.269-0700	DEBUG	No such POM in the central repositories	{"file": "dnsns.jar"}
2021-08-09T08:52:09.269-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/sunjce_provider.jar"}
2021-08-09T08:52:09.269-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/sunpkcs11.jar"}
2021-08-09T08:52:09.270-0700	DEBUG	No such POM in the central repositories	{"file": "cldrdata.jar"}
2021-08-09T08:52:09.270-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext/zipfs.jar"}
2021-08-09T08:52:11.419-0700	DEBUG	No such POM in the central repositories	{"file": "zipfs.jar"}
2021-08-09T08:52:11.420-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jce.jar"}
2021-08-09T08:52:11.424-0700	DEBUG	No such POM in the central repositories	{"file": "nashorn.jar"}
2021-08-09T08:52:11.427-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jfr.jar"}
2021-08-09T08:52:11.486-0700	DEBUG	No such POM in the central repositories	{"file": "sunec.jar"}
2021-08-09T08:52:11.487-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jsse.jar"}
2021-08-09T08:52:11.489-0700	DEBUG	No such POM in the central repositories	{"file": "sunpkcs11.jar"}
2021-08-09T08:52:11.493-0700	DEBUG	No such POM in the central repositories	{"file": "sunjce_provider.jar"}
2021-08-09T08:52:11.493-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/management-agent.jar"}
2021-08-09T08:52:11.551-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/resources.jar"}
2021-08-09T08:52:13.577-0700	DEBUG	No such POM in the central repositories	{"file": "resources.jar"}
2021-08-09T08:52:13.577-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/rt.jar"}
2021-08-09T08:52:13.582-0700	DEBUG	No such POM in the central repositories	{"file": "jsse.jar"}
2021-08-09T08:52:13.583-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/cacerts: failed to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/cacerts: EOF
2021-08-09T08:52:13.583-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/policy/limited/US_export_policy.jar"}
2021-08-09T08:52:13.584-0700	DEBUG	No such POM in the central repositories	{"file": "management-agent.jar"}
2021-08-09T08:52:13.584-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/policy/limited/local_policy.jar"}
2021-08-09T08:52:13.584-0700	DEBUG	No such POM in the central repositories	{"file": "jfr.jar"}
2021-08-09T08:52:13.584-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/policy/unlimited/US_export_policy.jar"}
2021-08-09T08:52:13.709-0700	DEBUG	No such POM in the central repositories	{"file": "jce.jar"}
2021-08-09T08:52:13.709-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/security/policy/unlimited/local_policy.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	No such POM in the central repositories	{"file": "rt.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/tzdb.dat: failed to parse usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/tzdb.dat: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/jre: failed to parse usr/lib/jvm/jre: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/jre-1.8.0: failed to parse usr/lib/jvm/jre-1.8.0: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/jre-1.8.0-openjdk: failed to parse usr/lib/jvm/jre-1.8.0-openjdk: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/jre-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64: failed to parse usr/lib/jvm/jre-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm/jre-openjdk: failed to parse usr/lib/jvm/jre-openjdk: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas-1.8.0.jar: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jaas.jar: EOF
2021-08-09T08:52:15.754-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.754-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce-1.8.0.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jce.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-1.8.0.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-3.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-3.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext-3.0.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jdbc-stdext.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-1.8.0.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos-1.8.0.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-cos.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.755-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.jar"}
2021-08-09T08:52:15.755-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap-1.8.0.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-ldap.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi-1.8.0.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi-rmi.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jndi.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse-1.8.0.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse.jar"}
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.756-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jsse.jar: EOF
2021-08-09T08:52:15.756-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.262.b10.jar"}
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.262.b10.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.262.b10.jar: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.jar"}
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl-1.8.0.jar: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl.jar"}
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: jar/war/ear parse error: zip error: zip: not a valid zip file
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl.jar: failed to parse usr/lib/jvm-exports/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/sasl.jar: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/jre: failed to parse usr/lib/jvm-exports/jre: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/jre-1.8.0: failed to parse usr/lib/jvm-exports/jre-1.8.0: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/jre-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64: failed to parse usr/lib/jvm-exports/jre-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64: EOF
2021-08-09T08:52:15.757-0700	DEBUG	Analysis error: unable to parse usr/lib/jvm-exports/jre-openjdk: failed to parse usr/lib/jvm-exports/jre-openjdk: EOF
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib/rpm/javadoc.req: failed to parse usr/lib/rpm/javadoc.req: unrecognized executable format
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib/rpm/maven.prov: failed to parse usr/lib/rpm/maven.prov: unrecognized executable format
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib/rpm/maven.req: failed to parse usr/lib/rpm/maven.req: unrecognized executable format
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib/rpm/osgi.prov: failed to parse usr/lib/rpm/osgi.prov: unrecognized executable format
2021-08-09T08:52:15.758-0700	DEBUG	No such POM in the central repositories	{"file": "US_export_policy.jar"}
2021-08-09T08:52:15.758-0700	DEBUG	No such POM in the central repositories	{"file": "local_policy.jar"}
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib/rpm/osgi.req: failed to parse usr/lib/rpm/osgi.req: unrecognized executable format
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib64/libavahi-client.so.3: failed to parse usr/lib64/libavahi-client.so.3: EOF
2021-08-09T08:52:15.758-0700	DEBUG	Analysis error: unable to parse usr/lib64/libavahi-common.so.3: failed to parse usr/lib64/libavahi-common.so.3: EOF
2021-08-09T08:52:15.760-0700	DEBUG	Analysis error: unable to parse usr/lib64/libexslt.so.0: failed to parse usr/lib64/libexslt.so.0: EOF
2021-08-09T08:52:15.760-0700	DEBUG	Analysis error: unable to parse usr/lib64/libfreetype.so.6: failed to parse usr/lib64/libfreetype.so.6: EOF
2021-08-09T08:52:15.761-0700	DEBUG	No such POM in the central repositories	{"file": "US_export_policy.jar"}
2021-08-09T08:52:15.761-0700	DEBUG	Analysis error: unable to parse usr/lib64/libpcsclite.so.1: failed to parse usr/lib64/libpcsclite.so.1: EOF
2021-08-09T08:52:15.762-0700	DEBUG	Analysis error: unable to parse usr/lib64/libjpeg.so.62: failed to parse usr/lib64/libjpeg.so.62: EOF
2021-08-09T08:52:15.762-0700	DEBUG	Analysis error: unable to parse usr/lib64/libsctp.so.1: failed to parse usr/lib64/libsctp.so.1: EOF
2021-08-09T08:52:15.762-0700	DEBUG	Analysis error: unable to parse usr/lib64/libpng15.so.15: failed to parse usr/lib64/libpng15.so.15: EOF
2021-08-09T08:52:15.763-0700	DEBUG	Analysis error: unable to parse usr/lib64/libxslt.so.1: failed to parse usr/lib64/libxslt.so.1: EOF
2021-08-09T08:52:15.763-0700	DEBUG	Analysis error: unable to parse usr/lib64/lksctp-tools/libwithsctp.so.1: failed to parse usr/lib64/lksctp-tools/libwithsctp.so.1: EOF
2021-08-09T08:52:15.763-0700	DEBUG	No such POM in the central repositories	{"file": "local_policy.jar"}
2021-08-09T08:52:15.763-0700	DEBUG	Analysis error: unable to parse usr/lib64/libyaml-0.so.2: failed to parse usr/lib64/libyaml-0.so.2: EOF
2021-08-09T08:52:15.821-0700	DEBUG	Analysis error: unable to parse usr/local/bin/allocate-stale-primary: failed to parse usr/local/bin/allocate-stale-primary: unrecognized executable format
2021-08-09T08:52:15.821-0700	DEBUG	Analysis error: unable to parse usr/local/bin/check: failed to parse usr/local/bin/check: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/es_acl: failed to parse usr/local/bin/es_acl: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/es_cluster_health: failed to parse usr/local/bin/es_cluster_health: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/es_load_kibana_ui_objects: failed to parse usr/local/bin/es_load_kibana_ui_objects: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/es_seed_acl: failed to parse usr/local/bin/es_seed_acl: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/es_util: failed to parse usr/local/bin/es_util: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/export-kibana-objects: failed to parse usr/local/bin/export-kibana-objects: unrecognized executable format
2021-08-09T08:52:15.822-0700	DEBUG	Analysis error: unable to parse usr/local/bin/health: failed to parse usr/local/bin/health: unrecognized executable format
2021-08-09T08:52:15.823-0700	DEBUG	Analysis error: unable to parse usr/local/bin/import-kibana-objects: failed to parse usr/local/bin/import-kibana-objects: unrecognized executable format
2021-08-09T08:52:15.823-0700	DEBUG	Analysis error: unable to parse usr/local/bin/indices: failed to parse usr/local/bin/indices: unrecognized executable format
2021-08-09T08:52:15.823-0700	DEBUG	Analysis error: unable to parse usr/local/bin/logs: failed to parse usr/local/bin/logs: unrecognized executable format
2021-08-09T08:52:15.823-0700	DEBUG	Analysis error: unable to parse usr/local/bin/move-replica-shard: failed to parse usr/local/bin/move-replica-shard: unrecognized executable format
2021-08-09T08:52:15.824-0700	DEBUG	Analysis error: unable to parse usr/local/bin/shards: failed to parse usr/local/bin/shards: unrecognized executable format
2021-08-09T08:52:15.824-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch: failed to parse usr/share/elasticsearch/bin/elasticsearch: unrecognized executable format
2021-08-09T08:52:15.824-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch-keystore: failed to parse usr/share/elasticsearch/bin/elasticsearch-keystore: unrecognized executable format
2021-08-09T08:52:15.825-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch-plugin: failed to parse usr/share/elasticsearch/bin/elasticsearch-plugin: unrecognized executable format
2021-08-09T08:52:15.829-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec: failed to parse usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec: unrecognized executable format
2021-08-09T08:52:15.829-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch-translog: failed to parse usr/share/elasticsearch/bin/elasticsearch-translog: unrecognized executable format
2021-08-09T08:52:15.833-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/bin/elasticsearch.in.sh: failed to parse usr/share/elasticsearch/bin/elasticsearch.in.sh: unrecognized executable format
2021-08-09T08:52:15.833-0700	DEBUG	Analysis error: unable to parse usr/libexec/copy_jdk_configs_fixFiles.sh: failed to parse usr/libexec/copy_jdk_configs_fixFiles.sh: unrecognized executable format
2021-08-09T08:52:15.834-0700	DEBUG	Analysis error: unable to parse usr/local/bin/allocate-replica: failed to parse usr/local/bin/allocate-replica: unrecognized executable format
2021-08-09T08:52:15.838-0700	DEBUG	Analysis error: unable to parse JSON (usr/share/elasticsearch/index_templates/common.settings.kibana.template.json): invalid character '$' looking for beginning of value
2021-08-09T08:52:15.838-0700	DEBUG	Analysis error: unable to parse JSON (usr/share/elasticsearch/index_templates/common.settings.operations.orphaned.json): invalid character '$' looking for beginning of value
2021-08-09T08:52:15.838-0700	DEBUG	Analysis error: unable to parse JSON (usr/share/elasticsearch/index_templates/common.settings.operations.template.json): invalid character '$' looking for beginning of value
2021-08-09T08:52:15.839-0700	DEBUG	Analysis error: unable to parse JSON (usr/share/elasticsearch/index_templates/common.settings.project.template.json): invalid character '$' looking for beginning of value
2021-08-09T08:52:15.840-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0010-seed-acl: failed to parse usr/share/elasticsearch/init/0010-seed-acl: unrecognized executable format
2021-08-09T08:52:15.840-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0100-seed-index-templates: failed to parse usr/share/elasticsearch/init/0100-seed-index-templates: unrecognized executable format
2021-08-09T08:52:15.840-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0500-remove-index-patterns-without-uid: failed to parse usr/share/elasticsearch/init/0500-remove-index-patterns-without-uid: unrecognized executable format
2021-08-09T08:52:15.841-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0510-bz1656086-remove-index-patterns-with-bad-title: failed to parse usr/share/elasticsearch/init/0510-bz1656086-remove-index-patterns-with-bad-title: unrecognized executable format
2021-08-09T08:52:15.841-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0520-bz1658632-remove-old-sg-indices: failed to parse usr/share/elasticsearch/init/0520-bz1658632-remove-old-sg-indices: unrecognized executable format
2021-08-09T08:52:15.841-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/init/0530-bz1667801-fix-kibana-replica-shards: failed to parse usr/share/elasticsearch/init/0530-bz1667801-fix-kibana-replica-shards: unrecognized executable format
2021-08-09T08:52:15.851-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/HdrHistogram-2.1.9.jar"}
2021-08-09T08:52:15.952-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/elasticsearch-5.6.16.jar"}
2021-08-09T08:52:16.030-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jackson-dataformat-smile-2.8.6.jar"}
2021-08-09T08:52:16.042-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/hppc-0.7.1.jar"}
2021-08-09T08:52:16.045-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jackson-dataformat-yaml-2.8.6.jar"}
2021-08-09T08:52:16.045-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/java-version-checker-5.6.16.jar"}
2021-08-09T08:52:16.046-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jackson-core-2.8.6.jar"}
2021-08-09T08:52:16.047-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jna-4.4.0-1.jar"}
2021-08-09T08:52:16.048-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/joda-time-2.10.jar"}
2021-08-09T08:52:16.051-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jopt-simple-5.0.2.jar"}
2021-08-09T08:52:16.051-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jts-1.13.jar"}
2021-08-09T08:52:16.055-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/log4j-1.2-api-2.11.1.jar"}
2021-08-09T08:52:16.062-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/log4j-api-2.11.1.jar"}
2021-08-09T08:52:16.063-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/jackson-dataformat-cbor-2.8.6.jar"}
2021-08-09T08:52:16.065-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-analyzers-common-6.6.1.jar"}
2021-08-09T08:52:16.067-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/log4j-core-2.11.1.jar"}
2021-08-09T08:52:16.092-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-backward-codecs-6.6.1.jar"}
2021-08-09T08:52:18.220-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-core-6.6.1.jar"}
2021-08-09T08:52:18.222-0700	DEBUG	No such POM in the central repositories	{"file": "java-version-checker-5.6.16.jar"}
2021-08-09T08:52:18.223-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-grouping-6.6.1.jar"}
2021-08-09T08:52:18.225-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-highlighter-6.6.1.jar"}
2021-08-09T08:52:18.300-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-join-6.6.1.jar"}
2021-08-09T08:52:18.300-0700	DEBUG	POM was determined in a heuristic way	{"file": "java-version-checker-5.6.16.jar", "artifact": "uk.co.wansdykehouse:java-version-checker:5.6.16"}
2021-08-09T08:52:18.300-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-memory-6.6.1.jar"}
2021-08-09T08:52:20.389-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-misc-6.6.1.jar"}
2021-08-09T08:52:20.391-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-queries-6.6.1.jar"}
2021-08-09T08:52:20.392-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-queryparser-6.6.1.jar"}
2021-08-09T08:52:20.392-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-spatial-6.6.1.jar"}
2021-08-09T08:52:20.392-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-sandbox-6.6.1.jar"}
2021-08-09T08:52:22.547-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-spatial-extras-6.6.1.jar"}
2021-08-09T08:52:22.549-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-spatial3d-6.6.1.jar"}
2021-08-09T08:52:22.551-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/lucene-suggest-6.6.1.jar"}
2021-08-09T08:52:22.551-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/plugin-cli-5.6.16.jar"}
2021-08-09T08:52:22.555-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/securesm-1.2.jar"}
2021-08-09T08:52:22.556-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/snakeyaml-1.15.jar"}
2021-08-09T08:52:22.556-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/spatial4j-0.6.jar"}
2021-08-09T08:52:22.558-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/lib/t-digest-3.0.jar"}
2021-08-09T08:52:22.558-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-5.6.16.jar"}
2021-08-09T08:52:24.726-0700	DEBUG	No such POM in the central repositories	{"file": "plugin-cli-5.6.16.jar"}
2021-08-09T08:52:24.729-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/ingest-common/jcodings-1.0.12.jar"}
2021-08-09T08:52:24.730-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/ingest-common/ingest-common-5.6.16.jar"}
2021-08-09T08:52:24.735-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/ingest-common/joni-2.1.6.jar"}
2021-08-09T08:52:24.735-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/antlr4-runtime-4.5.1-1.jar"}
2021-08-09T08:52:24.737-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/asm-5.0.4.jar"}
2021-08-09T08:52:24.738-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar"}
2021-08-09T08:52:24.800-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar"}
2021-08-09T08:52:26.927-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/lang-expression-5.6.16.jar"}
2021-08-09T08:52:27.016-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-expression/lucene-expressions-6.6.1.jar"}
2021-08-09T08:52:27.024-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-mustache/compiler-0.9.3.jar"}
2021-08-09T08:52:27.027-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-mustache/lang-mustache-5.6.16.jar"}
2021-08-09T08:52:27.027-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar"}
2021-08-09T08:52:27.035-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-groovy/lang-groovy-5.6.16.jar"}
2021-08-09T08:52:29.086-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-painless/antlr4-runtime-4.5.1-1.jar"}
2021-08-09T08:52:29.089-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-painless/lang-painless-5.6.16.jar"}
2021-08-09T08:52:29.090-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/lang-painless/asm-debug-all-5.1.jar"}
2021-08-09T08:52:29.096-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/parent-join/parent-join-5.6.16.jar"}
2021-08-09T08:52:29.162-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/percolator/percolator-5.6.16.jar"}
2021-08-09T08:52:31.240-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/commons-codec-1.10.jar"}
2021-08-09T08:52:31.240-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/commons-logging-1.1.3.jar"}
2021-08-09T08:52:31.241-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/elasticsearch-rest-client-5.6.16.jar"}
2021-08-09T08:52:31.246-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/httpasyncclient-4.1.2.jar"}
2021-08-09T08:52:31.249-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/httpclient-4.5.2.jar"}
2021-08-09T08:52:31.250-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/httpcore-4.4.5.jar"}
2021-08-09T08:52:31.256-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/reindex-5.6.16.jar"}
2021-08-09T08:52:31.256-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/reindex/httpcore-nio-4.4.5.jar"}
2021-08-09T08:52:31.259-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty3/netty-3.10.6.Final.jar"}
2021-08-09T08:52:31.263-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty3/transport-netty3-5.6.16.jar"}
2021-08-09T08:52:31.319-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-buffer-4.1.13.Final.jar"}
2021-08-09T08:52:31.321-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-codec-4.1.13.Final.jar"}
2021-08-09T08:52:31.326-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-common-4.1.13.Final.jar"}
2021-08-09T08:52:31.326-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-codec-http-4.1.13.Final.jar"}
2021-08-09T08:52:31.345-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-handler-4.1.13.Final.jar"}
2021-08-09T08:52:31.346-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-resolver-4.1.13.Final.jar"}
2021-08-09T08:52:31.347-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/netty-transport-4.1.13.Final.jar"}
2021-08-09T08:52:31.362-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/accessors-smart-1.2.jar"}
2021-08-09T08:52:31.363-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/animal-sniffer-annotations-1.14.jar"}
2021-08-09T08:52:31.363-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/asm-5.0.4.jar"}
2021-08-09T08:52:31.363-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/modules/transport-netty4/transport-netty4-5.6.16.jar"}
2021-08-09T08:52:33.401-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/automaton-1.11-8.jar"}
2021-08-09T08:52:33.405-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/checker-qual-2.0.0.jar"}
2021-08-09T08:52:33.411-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/commons-cli-1.3.1.jar"}
2021-08-09T08:52:33.413-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/commons-codec-1.9.jar"}
2021-08-09T08:52:33.414-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/commons-lang-2.6.jar"}
2021-08-09T08:52:33.417-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/commons-io-2.1.jar"}
2021-08-09T08:52:33.418-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/error_prone_annotations-2.1.3.jar"}
2021-08-09T08:52:33.426-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/generex-1.0.2.jar"}
2021-08-09T08:52:33.426-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/guava-25.1-jre.jar"}
2021-08-09T08:52:33.434-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/j2objc-annotations-1.1.jar"}
2021-08-09T08:52:33.434-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/java-semver-0.9.0.jar"}
2021-08-09T08:52:33.434-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/json-path-2.3.0.jar"}
2021-08-09T08:52:33.437-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/json-smart-2.3.jar"}
2021-08-09T08:52:33.441-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/jsr305-3.0.2.jar"}
2021-08-09T08:52:33.490-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/kubernetes-openshift-uberjar-4.6.3.jar"}
2021-08-09T08:52:33.523-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/logging-interceptor-3.12.6.jar"}
2021-08-09T08:52:33.524-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-buffer-4.1.13.Final.jar"}
2021-08-09T08:52:33.524-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-codec-4.1.13.Final.jar"}
2021-08-09T08:52:33.525-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-codec-http-4.1.13.Final.jar"}
2021-08-09T08:52:33.526-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-common-4.1.13.Final.jar"}
2021-08-09T08:52:33.534-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-handler-4.1.13.Final.jar"}
2021-08-09T08:52:33.536-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-resolver-4.1.13.Final.jar"}
2021-08-09T08:52:33.539-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/netty-transport-4.1.13.Final.jar"}
2021-08-09T08:52:33.540-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/okhttp-3.12.6.jar"}
2021-08-09T08:52:33.540-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/okio-1.15.0.jar"}
2021-08-09T08:52:33.541-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/openshift-elasticsearch-plugin-5.6.16.4.jar"}
2021-08-09T08:52:33.541-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/search-guard-5-5.6.16-19.3.jar"}
2021-08-09T08:52:33.550-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/search-guard-ssl-5.6.16-23.jar"}
2021-08-09T08:52:35.574-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/plugins/openshift-elasticsearch/sgadmin.sh: failed to parse usr/share/elasticsearch/plugins/openshift-elasticsearch/sgadmin.sh: unrecognized executable format
2021-08-09T08:52:35.574-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/slf4j-api-1.7.29.jar"}
2021-08-09T08:52:35.575-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/transport-netty4-client-5.6.16.jar"}
2021-08-09T08:52:35.576-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/openshift-elasticsearch/zjsonpatch-0.3.0.jar"}
2021-08-09T08:52:35.577-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/prometheus-exporter/prometheus-exporter-5.6.16.0.jar"}
2021-08-09T08:52:35.577-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/prometheus-exporter/simpleclient-0.4.0.jar"}
2021-08-09T08:52:35.577-0700	DEBUG	Parsing Java artifacts...	{"file": "usr/share/elasticsearch/plugins/prometheus-exporter/simpleclient_common-0.4.0.jar"}
2021-08-09T08:52:35.578-0700	DEBUG	Analysis error: unable to parse usr/share/elasticsearch/probe/readiness.sh: failed to parse usr/share/elasticsearch/probe/readiness.sh: unrecognized executable format
2021-08-09T08:52:35.578-0700	DEBUG	Analysis error: unable to parse usr/share/java-utils/abs2rel.sh: failed to parse usr/share/java-utils/abs2rel.sh: EOF
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/java-utils/java-wrapper: failed to parse usr/share/java-utils/java-wrapper: unrecognized executable format
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/java.1.gz: failed to parse usr/share/man/man1/java.1.gz: EOF
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/jjs.1.gz: failed to parse usr/share/man/man1/jjs.1.gz: EOF
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/keytool.1.gz: failed to parse usr/share/man/man1/keytool.1.gz: EOF
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/orbd.1.gz: failed to parse usr/share/man/man1/orbd.1.gz: EOF
2021-08-09T08:52:35.585-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/pack200.1.gz: failed to parse usr/share/man/man1/pack200.1.gz: EOF
2021-08-09T08:52:35.586-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/policytool.1.gz: failed to parse usr/share/man/man1/policytool.1.gz: EOF
2021-08-09T08:52:35.586-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/rmid.1.gz: failed to parse usr/share/man/man1/rmid.1.gz: EOF
2021-08-09T08:52:35.586-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/rmiregistry.1.gz: failed to parse usr/share/man/man1/rmiregistry.1.gz: EOF
2021-08-09T08:52:35.586-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/servertool.1.gz: failed to parse usr/share/man/man1/servertool.1.gz: EOF
2021-08-09T08:52:35.586-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/tnameserv.1.gz: failed to parse usr/share/man/man1/tnameserv.1.gz: EOF
2021-08-09T08:52:35.589-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/alt-java.1.gz: failed to parse usr/share/man/man1/alt-java.1.gz: EOF
2021-08-09T08:52:35.599-0700	DEBUG	Analysis error: unable to parse usr/share/man/man1/unpack200.1.gz: failed to parse usr/share/man/man1/unpack200.1.gz: EOF
panic: runtime error: slice bounds out of range [:-1]

goroutine 744 [running]:
github.com/aquasecurity/fanal/analyzer/pkg/rpm.splitFileName(0xc00335e480, 0x1a, 0xc00335e460, 0x7, 0xc00335e468, 0x6, 0xc00335e46f, 0x6)
	/home/runner/go/pkg/mod/github.com/aquasecurity/[email protected]/analyzer/pkg/rpm/rpm.go:123 +0x1f1
github.com/aquasecurity/fanal/analyzer/pkg/rpm.rpmPkgAnalyzer.parsePkgInfo(0xc005d0a000, 0x1211000, 0x1530000, 0xc001d14000, 0xb2, 0x117, 0x0, 0x0)
	/home/runner/go/pkg/mod/github.com/aquasecurity/[email protected]/analyzer/pkg/rpm/rpm.go:84 +0x72e
github.com/aquasecurity/fanal/analyzer/pkg/rpm.rpmPkgAnalyzer.Analyze(0x0, 0x0, 0xc000555dd0, 0x14, 0xc005d0a000, 0x1211000, 0x1530000, 0xc001273680, 0x0, 0xc0019ef080)
	/home/runner/go/pkg/mod/github.com/aquasecurity/[email protected]/analyzer/pkg/rpm/rpm.go:31 +0x4c
github.com/aquasecurity/fanal/analyzer.Analyzer.AnalyzeFile.func1(0xc000090230, 0xc0006e7ed0, 0xc00007fe00, 0x1d2f168, 0x2860b98, 0x0, 0x0, 0xc000555dd0, 0x14, 0xc005d0a000, ...)
	/home/runner/go/pkg/mod/github.com/aquasecurity/[email protected]/analyzer/analyzer.go:208 +0xe6
created by github.com/aquasecurity/fanal/analyzer.Analyzer.AnalyzeFile
	/home/runner/go/pkg/mod/github.com/aquasecurity/[email protected]/analyzer/analyzer.go:204 +0x333

Output of trivy -v:

Version: 0.19.2
Vulnerability DB:
  Type: Light
  Version: 1
  UpdatedAt: 2021-08-03 12:09:45.509116932 +0000 UTC
  NextUpdate: 2021-08-03 18:09:45.509116632 +0000 UTC
  DownloadedAt: 2021-08-03 13:12:58.029545211 +0000 UTC

Additional details (base image name, container registry info...):

@kb7791 kb7791 added the kind/bug Categorizes issue or PR as related to a bug. label Aug 9, 2021
@czunker
Copy link
Contributor

czunker commented Oct 4, 2021

The PR #1249 fixed the bug for me.

@kb7791 Could you please double-check?

mozillazg added a commit to mozillazg/trivy that referenced this issue Oct 4, 2021
knqyf263 pushed a commit that referenced this issue Oct 4, 2021
liamg pushed a commit that referenced this issue Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants