RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1667237 - Conflicting profile defaults when merging defaults for module postgresql
Summary: Conflicting profile defaults when merging defaults for module postgresql
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: subscription-manager
Version: 8.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: Red Hat subscription-manager QE Team
URL:
Whiteboard:
Depends On: 1682763
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-01-17 19:54 UTC by John Sefler
Modified: 2021-02-01 07:32 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-01 07:32:02 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Sefler 2019-01-17 19:54:55 UTC
Description of problem:

While negative testing an attempt to attach a pool with many content sets from a rhel8 system whose "system.certificate_version":"1.0", I expect the response to be "Too many content sets for certificate...".  Recent automated testing against stage candlepin *occasionally* encounter an additional "Conflicting profile defaults when merging defaults for module postgresql".  See stderr from the following automation log...


ssh root.eng.bos.redhat.com subscription-manager subscribe --pool=8a99f9af68536e080168589d35e80006
Stdout:
Stderr:
Conflicting profile defaults when merging defaults for module postgresql
Too many content sets for certificate Red Hat Enterprise Linux Server for HPC Compute Node, Self-support (8 sockets) (Up to 1 guest). A newer client may be available to address this problem. See knowledge database https://access.redhat.com/knowledge/node/129003 for more information.
ExitCode: 70


Version-Release number of selected component (if applicable):

[root@kvm-02-guest08 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 2.3.12-1
subscription management rules: 5.30
subscription-manager: 1.23.8-14.el8  <==== but with the following custom fact...

[root@kvm-01-guest16 ~]# cat /etc/rhsm/facts/automation_override.facts 
{"system.certificate_version":"1.0"}



How reproducible:
sometimes

Steps to Reproduce:
1. set a custom fact of "system.certificate_version":"1.0"
2. register to a sateg account with a SKU for RH0604852 'Red Hat Enterprise Linux Server for HPC Compute Node, Self-support (8 sockets) (Up to 1 guest)'
3. attach the pool

Actual results:
  "Conflicting profile defaults when merging defaults for module postgresql" is included in the stderr

Expected results:
  "Too many content sets for certificate Red Hat Enterprise Linux Server for HPC Compute Node, Self-support (8 sockets) (Up to 1 guest). A newer client may be available to address this problem. See knowledge database https://access.redhat.com/knowledge/node/129003 for more information."  without the "Conflicting profile..."


Additional info:


Last request from /var/log/rhsm/rhsm.log:
2019-01-16 22:47:48,748 [DEBUG] subscription-manager:27359:MainThread @connection.py:591 - Making request: POST /subscription/consumers/343e1a64-46c3-4d5d-9d48-bcc0da410cd2/entitlements?pool=8a99f9af68536e080168589d35e80006
2019-01-16 22:47:49,513 [INFO] subscription-manager:27359:MainThread @connection.py:638 - Response: status=500, requestUuid=fd93b39d-2203-4f26-b2d6-98d9222a54cc, request="POST /subscription/consumers/343e1a64-46c3-4d5d-9d48-bcc0da410cd2/entitlements?pool=8a99f9af68536e080168589d35e80006"
2019-01-16 22:47:49,513 [ERROR] subscription-manager:27359:MainThread @managercli.py:1799 - HTTP error (500 - Internal Server Error): Too many content sets for certificate Red Hat Enterprise Linux Server for HPC Compute Node, Self-support (8 sockets) (Up to 1 guest). A newer client may be available to address this problem. See knowledge database https://access.redhat.com/knowledge/node/129003 for more information.
Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/subscription_manager/managercli.py", line 1791, in _do_command
ents = attach_service.attach_pool(pool, self.options.quantity)
File "/usr/lib64/python3.6/site-packages/rhsmlib/services/attach.py", line 60, in attach_pool
resp = self.cp.bindByEntitlementPool(self.identity.uuid, pool, quantity)
File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 1318, in bindByEntitlementPool
return self.conn.request_post(method)
File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 751, in request_post
return self._request("POST", method, params, headers=headers)
File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 774, in _request
info=info, headers=headers)
File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 647, in _request
self.validateResponse(result, request_type, handler)
File "/usr/lib64/python3.6/site-packages/rhsm/connection.py", line 711, in validateResponse
raise RestlibException(response['status'], error_msg, response.get('headers'))
rhsm.connection.RestlibException: HTTP error (500 - Internal Server Error): Too many content sets for certificate Red Hat Enterprise Linux Server for HPC Compute Node, Self-support (8 sockets) (Up to 1 guest). A newer client may be available to address this problem. See knowledge database https://access.redhat.com/knowledge/node/129003 for more information.

Comment 1 John Sefler 2019-01-17 23:00:59 UTC
Here's another automation log snippet from a completely different test scenario that also encountered "Conflicting profile defaults..."   Also not repeatable.


ssh root.lab.eng.bos.redhat.com subscription-manager list --available
Stdout:
Stderr:
Conflicting profile defaults when merging defaults for module postgresql    <============ LOOK HERE
Consumer profile "a0ee15c8-562e-4222-8f67-74bf2215a562" has been deleted from the server. You can use command clean or unregister to remove local profile.
ExitCode: 69


Last request from /var/log/rhsm/rhsm.log:
2019-01-16 19:45:05,955 [DEBUG] subscription-manager:2574:MainThread @connection.py:591 - Making request: GET /subscription/consumers/a0ee15c8-562e-4222-8f67-74bf2215a562/owner
2019-01-16 19:45:06,431 [INFO] subscription-manager:2574:MainThread @connection.py:638 - Response: status=410, requestUuid=db98f305-e710-4b3f-953a-d559404b6bc0, request="GET /subscription/consumers/a0ee15c8-562e-4222-8f67-74bf2215a562/owner"

Comment 2 Rehana 2019-01-18 13:51:25 UTC
Also, notice that "Conflicting profile defaults when merging defaults for module postgresql" appeared when beaker repos where present in /etc/yum.repos.d 

with out beaker repos 
=====================

[root@hp-moonshot-03-c16 ~]# subscription-manager  attach --auto
Installed Product Current Status:
Product Name: Red Hat Enterprise Linux for ARM 64 High Touch Beta
Status:       Subscribed

[root@hp-moonshot-03-c16 ~]# subscription-manager  repos --list-enabled
+----------------------------------------------------------+
    Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID:   rhel-8-for-aarch64-baseos-htb-rpms
Repo Name: Red Hat Enterprise Linux 8 for ARM 64 - BaseOS HTB (RPMs)
Repo URL:  https://cdn.redhat.com/content/htb/rhel8/8/aarch64/baseos/os
Enabled:   1

Repo ID:   rhel-8-for-aarch64-appstream-htb-rpms
Repo Name: Red Hat Enterprise Linux 8 for ARM 64 - AppStream HTB (RPMs)
Repo URL:  https://cdn.redhat.com/content/htb/rhel8/8/aarch64/appstream/os
Enabled:   1


With beaker repos 
=================

[root@hp-moonshot-03-c16 ~]# mv /home/test/beaker-* /etc/yum.repos.d/
[root@hp-moonshot-03-c16 ~]# yum repolist
Updating Subscription Management repositories.
Red Hat Enterprise Linux 8 for ARM 64 - BaseOS HTB (RPMs)                                                                                                                          1.8 MB/s | 5.2 MB     00:02    
Conflicting profile defaults when merging defaults for module postgresql
repo id                                                                                    repo name                                                                                                         status
beaker-AppStream                                                                           beaker-AppStream                                                                                                   3,273
beaker-AppStream-debuginfo                                                                 beaker-AppStream-debuginfo                                                                                         2,329
beaker-BaseOS                                                                              beaker-BaseOS                                                                                                      1,245
beaker-BaseOS-debuginfo                                                                    beaker-BaseOS-debuginfo                                                                                            1,269
beaker-CRB                                                                                 beaker-CRB                                                                                                           843
beaker-CRB-debuginfo                                                                       beaker-CRB-debuginfo                                                                                                 305
beaker-harness                                                                             beaker-harness                                                                                                       106
beaker-tasks                                                                               beaker-tasks                                                                                                      28,915
rhel-8-for-aarch64-appstream-htb-rpms                                                      Red Hat Enterprise Linux 8 for ARM 64 - AppStream HTB (RPMs)                                                       5,941
rhel-8-for-aarch64-baseos-htb-rpms                                                         Red Hat Enterprise Linux 8 for ARM 64 - BaseOS HTB (RPMs)                                                          2,661
[root@hp-moonshot-03-c16 ~]# subscription-manager  repos --list-enabled
Conflicting profile defaults when merging defaults for module postgresql
+----------------------------------------------------------+
    Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID:   rhel-8-for-aarch64-appstream-htb-rpms
Repo Name: Red Hat Enterprise Linux 8 for ARM 64 - AppStream HTB (RPMs)
Repo URL:  https://cdn.redhat.com/content/htb/rhel8/8/aarch64/appstream/os
Enabled:   1

Repo ID:   rhel-8-for-aarch64-baseos-htb-rpms
Repo Name: Red Hat Enterprise Linux 8 for ARM 64 - BaseOS HTB (RPMs)
Repo URL:  https://cdn.redhat.com/content/htb/rhel8/8/aarch64/baseos/os
Enabled:   1

[root@hp-moonshot-03-c16 ~]#

Comment 3 John Sefler 2019-01-18 13:57:30 UTC
Moved component to subscription-manager as Rehana has a repeatable reproducer in comment 2.

Comment 5 John Sefler 2019-01-18 16:16:13 UTC
I don't think this is a subscription-manager bug either.  Is it dnf?  It seems to happen when both beaker and rhel repos are enabled....



[root@kvm-01-guest16 ~]# dnf repolist -d3 --disableplugin=subscription-manager --disableplugin=product-id --disableplugin=uploadprofile --disablerepo=beaker*
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, uploadprofile
DNF version: 4.0.9
cachedir: /var/cache/dnf
Last metadata expiration check: 0:10:18 ago on Fri 18 Jan 2019 11:01:36 AM EST.
repo id                              repo name                                         status
rhel-8-for-x86_64-appstream-htb-rpms Red Hat Enterprise Linux 8 for x86_64 - AppStream 6,188
rhel-8-for-x86_64-baseos-htb-rpms    Red Hat Enterprise Linux 8 for x86_64 - BaseOS HT 2,688
[root@kvm-01-guest16 ~]# 
[root@kvm-01-guest16 ~]# dnf repolist -d3 --disableplugin=subscription-manager --disableplugin=product-id --disableplugin=uploadprofile --disablerepo=rhel*
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, uploadprofile
DNF version: 4.0.9
cachedir: /var/cache/dnf
Last metadata expiration check: 0:10:31 ago on Fri 18 Jan 2019 11:01:34 AM EST.
repo id                                    repo name                                   status
beaker-AppStream                           beaker-AppStream                             4,625
beaker-AppStream-debuginfo                 beaker-AppStream-debuginfo                   4,326
beaker-BaseOS                              beaker-BaseOS                                1,676
beaker-BaseOS-debuginfo                    beaker-BaseOS-debuginfo                      2,165
beaker-CRB                                 beaker-CRB                                   1,441
beaker-CRB-debuginfo                       beaker-CRB-debuginfo                           532
beaker-HighAvailability                    beaker-HighAvailability                         53
beaker-HighAvailability-debuginfo          beaker-HighAvailability-debuginfo               49
beaker-NFV                                 beaker-NFV                                      22
beaker-NFV-debuginfo                       beaker-NFV-debuginfo                             7
beaker-RT                                  beaker-RT                                       16
beaker-RT-debuginfo                        beaker-RT-debuginfo                              5
beaker-ResilientStorage                    beaker-ResilientStorage                         55
beaker-ResilientStorage-debuginfo          beaker-ResilientStorage-debuginfo               49
beaker-harness                             beaker-harness                                 106
beaker-tasks                               beaker-tasks                                28,900
[root@kvm-01-guest16 ~]# 
[root@kvm-01-guest16 ~]# 
[root@kvm-01-guest16 ~]# dnf repolist -d3 --disableplugin=subscription-manager --disableplugin=product-id --disableplugin=uploadprofile
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, uploadprofile
DNF version: 4.0.9
cachedir: /var/cache/dnf
Last metadata expiration check: 0:10:37 ago on Fri 18 Jan 2019 11:01:36 AM EST.
Conflicting profile defaults when merging defaults for module postgresql    <================== LOOK HERE
repo id                              repo name                                         status
beaker-AppStream                     beaker-AppStream                                   4,621
beaker-AppStream-debuginfo           beaker-AppStream-debuginfo                         4,326
beaker-BaseOS                        beaker-BaseOS                                      1,676
beaker-BaseOS-debuginfo              beaker-BaseOS-debuginfo                            2,165
beaker-CRB                           beaker-CRB                                         1,441
beaker-CRB-debuginfo                 beaker-CRB-debuginfo                                 532
beaker-HighAvailability              beaker-HighAvailability                               53
beaker-HighAvailability-debuginfo    beaker-HighAvailability-debuginfo                     49
beaker-NFV                           beaker-NFV                                            22
beaker-NFV-debuginfo                 beaker-NFV-debuginfo                                   7
beaker-RT                            beaker-RT                                             16
beaker-RT-debuginfo                  beaker-RT-debuginfo                                    5
beaker-ResilientStorage              beaker-ResilientStorage                               55
beaker-ResilientStorage-debuginfo    beaker-ResilientStorage-debuginfo                     49
beaker-harness                       beaker-harness                                       106
beaker-tasks                         beaker-tasks                                      28,900
rhel-8-for-x86_64-appstream-htb-rpms Red Hat Enterprise Linux 8 for x86_64 - AppStream  6,157
rhel-8-for-x86_64-baseos-htb-rpms    Red Hat Enterprise Linux 8 for x86_64 - BaseOS HT  2,688
[root@kvm-01-guest16 ~]# 



[root@kvm-01-guest16 ~]# cat /var/log/dnf.log 
2019-01-18T16:14:29Z INFO --- logging initialized ---
2019-01-18T16:14:29Z DDEBUG timer: config: 4 ms
2019-01-18T16:14:30Z DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, uploadprofile
2019-01-18T16:14:30Z DEBUG DNF version: 4.0.9
2019-01-18T16:14:30Z DDEBUG Command: dnf repolist -d3 --disableplugin=subscription-manager --disableplugin=product-id --disableplugin=uploadprofile 
2019-01-18T16:14:30Z DDEBUG Installroot: /
2019-01-18T16:14:30Z DDEBUG Releasever: 8
2019-01-18T16:14:30Z DEBUG cachedir: /var/cache/dnf
2019-01-18T16:14:30Z DDEBUG Base command: repolist
2019-01-18T16:14:30Z DDEBUG Extra commands: ['repolist', '-d3', '--disableplugin=subscription-manager', '--disableplugin=product-id', '--disableplugin=uploadprofile']
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-AppStream-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-AppStream-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-AppStream-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-AppStream-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-AppStream-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-AppStream-debuginfo: using metadata from Tue 15 Jan 2019 11:06:48 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-AppStream
2019-01-18T16:14:30Z DEBUG not found other for: beaker-AppStream
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-AppStream
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-AppStream
2019-01-18T16:14:30Z DEBUG beaker-AppStream: using metadata from Tue 15 Jan 2019 11:06:59 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-BaseOS-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-BaseOS-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-BaseOS-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-BaseOS-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-BaseOS-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-BaseOS-debuginfo: using metadata from Tue 15 Jan 2019 11:07:13 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-BaseOS
2019-01-18T16:14:30Z DEBUG not found other for: beaker-BaseOS
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-BaseOS
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-BaseOS
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-BaseOS
2019-01-18T16:14:30Z DEBUG beaker-BaseOS: using metadata from Tue 15 Jan 2019 11:07:13 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-CRB-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-CRB-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-CRB-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-CRB-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-CRB-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-CRB-debuginfo: using metadata from Tue 15 Jan 2019 11:07:33 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-CRB
2019-01-18T16:14:30Z DEBUG not found other for: beaker-CRB
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-CRB
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-CRB
2019-01-18T16:14:30Z DEBUG beaker-CRB: using metadata from Tue 15 Jan 2019 11:07:42 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-HighAvailability-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-HighAvailability-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-HighAvailability-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-HighAvailability-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-HighAvailability-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-HighAvailability-debuginfo: using metadata from Tue 15 Jan 2019 11:07:49 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-HighAvailability
2019-01-18T16:14:30Z DEBUG not found other for: beaker-HighAvailability
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-HighAvailability
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-HighAvailability
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-HighAvailability
2019-01-18T16:14:30Z DEBUG beaker-HighAvailability: using metadata from Tue 15 Jan 2019 11:07:48 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-NFV-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-NFV-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-NFV-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-NFV-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-NFV-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-NFV-debuginfo: using metadata from Tue 15 Jan 2019 11:07:53 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-NFV
2019-01-18T16:14:30Z DEBUG not found other for: beaker-NFV
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-NFV
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-NFV
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-NFV
2019-01-18T16:14:30Z DEBUG beaker-NFV: using metadata from Tue 15 Jan 2019 11:07:52 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-RT-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-RT-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-RT-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-RT-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-RT-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-RT-debuginfo: using metadata from Tue 15 Jan 2019 11:07:59 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-RT
2019-01-18T16:14:30Z DEBUG not found other for: beaker-RT
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-RT
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-RT
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-RT
2019-01-18T16:14:30Z DEBUG beaker-RT: using metadata from Tue 15 Jan 2019 11:07:58 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-ResilientStorage-debuginfo
2019-01-18T16:14:30Z DEBUG not found other for: beaker-ResilientStorage-debuginfo
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-ResilientStorage-debuginfo
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-ResilientStorage-debuginfo
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-ResilientStorage-debuginfo
2019-01-18T16:14:30Z DEBUG beaker-ResilientStorage-debuginfo: using metadata from Tue 15 Jan 2019 11:08:08 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-ResilientStorage
2019-01-18T16:14:30Z DEBUG not found other for: beaker-ResilientStorage
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-ResilientStorage
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-ResilientStorage
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-ResilientStorage
2019-01-18T16:14:30Z DEBUG beaker-ResilientStorage: using metadata from Tue 15 Jan 2019 11:08:07 PM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-harness
2019-01-18T16:14:30Z DEBUG not found other for: beaker-harness
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-harness
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-harness
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-harness
2019-01-18T16:14:30Z DEBUG beaker-harness: using metadata from Wed 07 Nov 2018 01:46:45 AM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: beaker-tasks
2019-01-18T16:14:30Z DEBUG not found other for: beaker-tasks
2019-01-18T16:14:30Z DEBUG not found modules for: beaker-tasks
2019-01-18T16:14:30Z DEBUG not found deltainfo for: beaker-tasks
2019-01-18T16:14:30Z DEBUG not found updateinfo for: beaker-tasks
2019-01-18T16:14:30Z DEBUG beaker-tasks: using metadata from Wed 16 Jan 2019 11:15:56 AM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: rhel-8-for-x86_64-appstream-htb-rpms
2019-01-18T16:14:30Z DEBUG not found other for: Red Hat Enterprise Linux 8 for x86_64 - AppStream HTB (RPMs)
2019-01-18T16:14:30Z DEBUG not found deltainfo for: Red Hat Enterprise Linux 8 for x86_64 - AppStream HTB (RPMs)
2019-01-18T16:14:30Z DEBUG rhel-8-for-x86_64-appstream-htb-rpms: using metadata from Fri 21 Dec 2018 08:39:59 AM EST.
2019-01-18T16:14:30Z DEBUG repo: using cache for: rhel-8-for-x86_64-baseos-htb-rpms
2019-01-18T16:14:30Z DEBUG not found other for: Red Hat Enterprise Linux 8 for x86_64 - BaseOS HTB (RPMs)
2019-01-18T16:14:30Z DEBUG not found modules for: Red Hat Enterprise Linux 8 for x86_64 - BaseOS HTB (RPMs)
2019-01-18T16:14:30Z DEBUG not found deltainfo for: Red Hat Enterprise Linux 8 for x86_64 - BaseOS HTB (RPMs)
2019-01-18T16:14:30Z DEBUG rhel-8-for-x86_64-baseos-htb-rpms: using metadata from Fri 21 Dec 2018 08:38:44 AM EST.
2019-01-18T16:14:30Z INFO Last metadata expiration check: 0:12:54 ago on Fri 18 Jan 2019 11:01:36 AM EST.
2019-01-18T16:14:31Z WARNING Conflicting profile defaults when merging defaults for module postgresql    <================== LOOK HERE
2019-01-18T16:14:31Z DDEBUG timer: sack setup: 1111 ms
2019-01-18T16:14:31Z DEBUG Completion plugin: Generating completion cache...
2019-01-18T16:14:31Z DEBUG Total packages: 52,868
2019-01-18T16:14:31Z DDEBUG Cleaning up.

Comment 6 Daniel Mach 2019-01-22 09:55:52 UTC
I believe the warning is expected. I checked the modules yaml attached to repodata in Snap1 and Snap4 and there was a change in defaults similar to what happened on your system:

document: modulemd-defaults
version: 1
data:
  module: postgresql
  stream: 10
  profiles:
    10: [default]
    9.6: [default]

document: modulemd-defaults
version: 1
data:
  module: postgresql
  stream: 10
  profiles:
    10: [server]
    9.6: [server]

Comment 10 Chris Snyder 2019-04-08 21:03:14 UTC
The fix for this will be covered by a fix for bug 1663804 as specified in comment 4 (of that bug). We should retest this case once that bug is fixed.

Comment 14 RHEL Program Management 2021-02-01 07:32:02 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.


Note You need to log in before you can comment on or make changes to this bug.