[
https://issues.apache.org/jira/browse/KYLIN-5185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539956#comment-17539956
]
ASF GitHub Bot commented on KYLIN-5185:
---------------------------------------
codecov-commenter commented on PR #1879:
URL: https://github.com/apache/kylin/pull/1879#issuecomment-1132554839
#
[Codecov](https://codecov.io/gh/apache/kylin/pull/1879?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> :exclamation: No coverage uploaded for pull request base (`main@39ee0b8`).
[Click here to learn what that
means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit).
> The diff coverage is `n/a`.
```diff
@@ Coverage Diff @@
## main #1879 +/- ##
=======================================
Coverage ? 23.48%
Complexity ? 4460
=======================================
Files ? 1144
Lines ? 65289
Branches ? 9328
=======================================
Hits ? 15334
Misses ? 48336
Partials ? 1619
```
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/kylin/pull/1879?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/kylin/pull/1879?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Last update
[39ee0b8...4786f51](https://codecov.io/gh/apache/kylin/pull/1879?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Read the [comment
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
> Found error Public key for mysql-community-libs-compat-xxx.rpm is not
> installed in building docker image
> ---------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-5185
> URL: https://issues.apache.org/jira/browse/KYLIN-5185
> Project: Kylin
> Issue Type: Bug
> Reporter: mukvin
> Assignee: mukvin
> Priority: Minor
>
> When building image docker found the error about mysql:
> {code:java}
> // code placeholder
> Downloading packages:
> Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
> (1/9): libaio-0.3.109-13.el7.x86_64.rpm
> | 24 kB 00:00:00
> warning:
> /var/cache/yum/x86_64/7/mysql57-community/packages/mysql-community-common-5.7.37-1.el7.x86_64.rpm:
> Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
> Public key for mysql-community-common-5.7.37-1.el7.x86_64.rpm is not installed
> (2/9): mysql-community-common-5.7.37-1.el7.x86_64.rpm
> | 311 kB 00:00:00
> (3/9): mysql-community-libs-5.7.37-1.el7.x86_64.rpm
> | 2.4 MB 00:00:00
> (4/9): mysql-community-libs-compat-5.7.37-1.el7.x86_64.rpm
> | 1.2 MB 00:00:00
> (5/9): openssl-1.0.2k-24.el7_9.x86_64.rpm
> | 494 kB 00:00:00
> (6/9): openssl-libs-1.0.2k-24.el7_9.x86_64.rpm
> | 1.2 MB 00:00:00
> (7/9): postfix-2.10.1-9.el7.x86_64.rpm
> | 2.4 MB 00:00:00
> (8/9): mysql-community-client-5.7.37-1.el7.x86_64.rpm
> | 25 MB 00:00:01
> (9/9): mysql-community-server-5.7.37-1.el7.x86_64.rpm
> | 174 MB 00:00:16
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> Total
> 12 MB/s | 207 MB 00:00:16
> Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> Importing GPG key 0x5072E1F5:
> Userid : "MySQL Release Engineering <[email protected]>"
> Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5
> Package : mysql57-community-release-el7-11.noarch (installed)
> From : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> Is this ok [y/N]: y
> Public key for mysql-community-libs-compat-5.7.37-1.el7.x86_64.rpm is not
> installed
> Failing package is: mysql-community-libs-compat-5.7.37-1.el7.x86_64
> GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> ...{code}
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)