[ https://ovirt-jira.atlassian.net/browse/OVIRT-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35616#comment-35616 ]

Nir Soffer commented on OVIRT-1832:

Reproduce locally:

(I disable all the tests to since some network tests are failing locally)

$ ~/src/jenkins/mock_configs/mock_runner.sh -C ~/src/jenkins/mock_configs -p fc27 … ########################################################## ## Mon Jan 8 11:41:39 IST 2018 Finished env: fc27:fedora-27-x86_64 ## took 213 seconds ## rc = 1 ########################################################## ##! ERROR vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ##! Last 20 log entries: ./mock_logs.ulKDK2wW/ mocker-fedora-27-x86_64.fc27.check-patch.sh/check-patch.sh.log ##!

 - package vdsm-hook-vmfex-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 41: conflicting requests
 - package vdsm-hook-vmfex-dev-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 42: conflicting requests
 - package vdsm-http-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 43: conflicting requests
 - package vdsm-jsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 44: conflicting requests
 - package vdsm-network-4.20.11-12.git5b63f9dd8.fc27.x86_64 is disabled
Problem 45: conflicting requests
 - package vdsm-python-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 46: conflicting requests
 - package vdsm-tests-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 47: conflicting requests
 - package vdsm-yajsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled

+ collect-logs + cp /var/log/vdsm_tests.log /home/nsoffer/src/vdsm/exported-artifacts/ cp: cannot stat ‘/var/log/vdsm_tests.log’: No such file or directory Took 178 seconds =================================== ##! ##! ERROR ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ##!########################################################

I tried to disable reposdir in yum fedora 27 config:

$ git diff diff --git a/mock_configs/fedora-27-x86_64.cfg b/mock_configs/fedora-27-x86_64.cfg index ddd968e..175a83f 100644 --- a/mock_configs/fedora-27-x86_64.cfg +++ b/mock_configs/fedora-27-x86_64.cfg @@ -11,7 +11,7 @@ config_opts['yum.conf'] = """

[main]
keepcache=1
debuglevel=2

-reposdir=/dev/null +#reposdir=/dev/null

logfile=/var/log/yum.log
retries=20
obsoletes=1

Same error:

+ yum -y install /home/nsoffer/src/vdsm/exported-artifacts/vdsm-4.20.11-12.git5b63f9dd8.fc27.x86_64.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-api-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-client-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-common-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-gluster-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-allocate_net-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-boot_hostdev-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-checkimages-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-checkips-4.20.11-12.git5b63f9dd8.fc27.x86_64.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-cpuflags-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-diskunmap-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-ethtool-options-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-extnet-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-extra-ipv4-addrs-4.20.11-12.git5b63f9dd8.fc27.x86_64.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-fakesriov-4.20.11-12.git5b63f9dd8.fc27.x86_64.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-fakevmstats-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-faqemu-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-fcoe-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-fileinject-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-floppy-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-httpsisoboot-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-ipv6-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-isolatedprivatevlan-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-localdisk-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-macbind-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-macspoof-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-nestedvt-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-noipspoof-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-numa-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-openstacknet-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-pincpu-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-promisc-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-qemucmdline-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-qos-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-scratchpad-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-smbios-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-spiceoptions-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-vfio-mdev-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-vhostmd-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-vmdisk-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-vmfex-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-hook-vmfex-dev-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-http-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-jsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-network-4.20.11-12.git5b63f9dd8.fc27.x86_64.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-python-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-tests-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm /home/nsoffer/src/vdsm/exported-artifacts/vdsm-yajsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch.rpm “Custom tested” 310 kB/s | 382 kB

00:01

“Custom virt-preview” 46 kB/s | 54 kB

00:01

fedora 16 MB/s | 58 MB

00:03

updates 1.5 MB/s | 15 MB

00:10

Last metadata expiration check: 0:00:00 ago on Mon Jan 8 12:10:12 2018. Failed to set locale, defaulting to C Error:

Problem 1: conflicting requests
 - nothing provides vdsm-hook-vmfex-dev = 4.20.11-12.git5b63f9dd8.fc27

needed by vdsm-4.20.11-12.git5b63f9dd8.fc27.x86_64

Problem 2: conflicting requests
 - package vdsm-api-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 3: conflicting requests
 - package vdsm-client-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 4: conflicting requests
 - package vdsm-common-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 5: conflicting requests
 - package vdsm-gluster-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 6: conflicting requests
 - package vdsm-hook-allocate_net-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 7: conflicting requests
 - package vdsm-hook-boot_hostdev-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 8: conflicting requests
 - package vdsm-hook-checkimages-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 9: conflicting requests
 - package vdsm-hook-checkips-4.20.11-12.git5b63f9dd8.fc27.x86_64 is

disabled

Problem 10: conflicting requests
 - package vdsm-hook-cpuflags-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 11: conflicting requests
 - package vdsm-hook-diskunmap-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 12: conflicting requests
 - package vdsm-hook-ethtool-options-4.20.11-12.git5b63f9dd8.fc27.noarch

is disabled

Problem 13: conflicting requests
 - package vdsm-hook-extnet-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 14: conflicting requests
 - package vdsm-hook-extra-ipv4-addrs-4.20.11-12.git5b63f9dd8.fc27.x86_64

is disabled

Problem 15: conflicting requests
 - package vdsm-hook-fakesriov-4.20.11-12.git5b63f9dd8.fc27.x86_64 is

disabled

Problem 16: conflicting requests
 - package vdsm-hook-fakevmstats-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 17: conflicting requests
 - package vdsm-hook-faqemu-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 18: conflicting requests
 - package vdsm-hook-fcoe-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 19: conflicting requests
 - package vdsm-hook-fileinject-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 20: conflicting requests
 - package vdsm-hook-floppy-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 21: conflicting requests
 - package vdsm-hook-httpsisoboot-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 22: conflicting requests
 - package vdsm-hook-ipv6-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 23: conflicting requests
 - package

vdsm-hook-isolatedprivatevlan-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled

Problem 24: conflicting requests
 - package vdsm-hook-localdisk-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 25: conflicting requests
 - package vdsm-hook-macbind-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 26: conflicting requests
 - package vdsm-hook-macspoof-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 27: conflicting requests
 - package vdsm-hook-nestedvt-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 28: conflicting requests
 - package vdsm-hook-noipspoof-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 29: conflicting requests
 - package vdsm-hook-numa-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 30: conflicting requests
 - package vdsm-hook-openstacknet-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 31: conflicting requests
 - package vdsm-hook-pincpu-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 32: conflicting requests
 - package vdsm-hook-promisc-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 33: conflicting requests
 - package vdsm-hook-qemucmdline-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 34: conflicting requests
 - package vdsm-hook-qos-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 35: conflicting requests
 - package vdsm-hook-scratchpad-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 36: conflicting requests
 - package vdsm-hook-smbios-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 37: conflicting requests
 - package vdsm-hook-spiceoptions-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 38: conflicting requests
 - package vdsm-hook-vfio-mdev-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 39: conflicting requests
 - package vdsm-hook-vhostmd-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 40: conflicting requests
 - package vdsm-hook-vmdisk-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 41: conflicting requests
 - package vdsm-hook-vmfex-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 42: conflicting requests
 - package vdsm-hook-vmfex-dev-4.20.11-12.git5b63f9dd8.fc27.noarch is

disabled

Problem 43: conflicting requests
 - package vdsm-http-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 44: conflicting requests
 - package vdsm-jsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 45: conflicting requests
 - package vdsm-network-4.20.11-12.git5b63f9dd8.fc27.x86_64 is disabled
Problem 46: conflicting requests
 - package vdsm-python-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 47: conflicting requests
 - package vdsm-tests-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled
Problem 48: conflicting requests
 - package vdsm-yajsonrpc-4.20.11-12.git5b63f9dd8.fc27.noarch is disabled

The issue seems to be: https://bugzilla.redhat.com/show_bug.cgi?id=1512016

Not sure what they mean by removing config files – don't we have clean environment in the CI?

Vdsm make install on fc27 fails with “package vdsm-… is disabled”

     Key: OVIRT-1832
     URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1832
 Project: oVirt - virtualization made easy
         Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra

Never seen this error, can anyone explain it? http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc27-x86_64/578/console 00:13:42.747 Problem 1: conflicting requests*00:13:42.747* – nothing provides vdsm-hook-vmfex-dev = 4.20.11-12.git7f9589a1f.fc27 needed by vdsm-4.20.11-12.git7f9589a1f.fc27.x86_64*00:13:42.747* Problem 2: conflicting requests*00:13:42.747* – nothing provides vdsm-python = 4.20.11-12.git7f9589a1f.fc27 needed by vdsm-client-4.20.11-12.git7f9589a1f.fc27.noarch*00:13:42.747* Problem 3: conflicting requests*00:13:42.747* – package vdsm-gluster-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.748* Problem 4: conflicting requests*00:13:42.748*

- package vdsm-hook-allocate_net-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.748* Problem 5: conflicting requests*00:13:42.748* – package vdsm-hook-boot_hostdev-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.748* Problem 6: conflicting requests*00:13:42.748*

- package vdsm-hook-checkimages-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.748* Problem 7: conflicting requests*00:13:42.748* – package vdsm-hook-checkips-4.20.11-12.git7f9589a1f.fc27.x86_64 is disabled*00:13:42.748* Problem 8: conflicting requests*00:13:42.748*

- package vdsm-hook-cpuflags-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.748* Problem 9: conflicting requests*00:13:42.748*

- package vdsm-hook-diskunmap-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.749* Problem 10: conflicting requests*00:13:42.749*

- package vdsm-hook-ethtool-options-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.749* Problem 11: conflicting requests*00:13:42.749* – package vdsm-hook-extnet-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.749* Problem 12: conflicting requests*00:13:42.749*

- package vdsm-hook-extra-ipv4-addrs-4.20.11-12.git7f9589a1f.fc27.x86_64

is disabled*00:13:42.749* Problem 13: conflicting requests*00:13:42.749* – package vdsm-hook-fakesriov-4.20.11-12.git7f9589a1f.fc27.x86_64 is disabled*00:13:42.749* Problem 14: conflicting requests*00:13:42.749*

- package vdsm-hook-fakevmstats-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.749* Problem 15: conflicting requests*00:13:42.749* – package vdsm-hook-faqemu-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.750* Problem 16: conflicting requests*00:13:42.750*

- package vdsm-hook-fcoe-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.750* Problem 17: conflicting requests*00:13:42.750*

- package vdsm-hook-fileinject-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.750* Problem 18: conflicting requests*00:13:42.750* – package vdsm-hook-floppy-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.750* Problem 19: conflicting requests*00:13:42.750*

- package vdsm-hook-httpsisoboot-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.750* Problem 20: conflicting requests*00:13:42.750* – package vdsm-hook-ipv6-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.750* Problem 21: conflicting requests*00:13:42.750*

- package vdsm-hook-isolatedprivatevlan-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.751* Problem 22: conflicting requests*00:13:42.751* – package vdsm-hook-localdisk-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.751* Problem 23: conflicting requests*00:13:42.751*

- package vdsm-hook-macbind-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.751* Problem 24: conflicting requests*00:13:42.751*

- package vdsm-hook-macspoof-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.751* Problem 25: conflicting requests*00:13:42.751*

- package vdsm-hook-nestedvt-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.751* Problem 26: conflicting requests*00:13:42.751*

- package vdsm-hook-noipspoof-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.751* Problem 27: conflicting requests*00:13:42.751*

- package vdsm-hook-numa-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.752* Problem 28: conflicting requests*00:13:42.752*

- package vdsm-hook-openstacknet-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.752* Problem 29: conflicting requests*00:13:42.752* – package vdsm-hook-pincpu-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.752* Problem 30: conflicting requests*00:13:42.752*

- package vdsm-hook-promisc-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.752* Problem 31: conflicting requests*00:13:42.752*

- package vdsm-hook-qemucmdline-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.752* Problem 32: conflicting requests*00:13:42.752* – package vdsm-hook-qos-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.752* Problem 33: conflicting requests*00:13:42.752*

- package vdsm-hook-scratchpad-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.753* Problem 34: conflicting requests*00:13:42.753* – package vdsm-hook-smbios-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.753* Problem 35: conflicting requests*00:13:42.753*

- package vdsm-hook-spiceoptions-4.20.11-12.git7f9589a1f.fc27.noarch

is disabled*00:13:42.753* Problem 36: conflicting requests*00:13:42.753* – package vdsm-hook-vfio-mdev-4.20.11-12.git7f9589a1f.fc27.noarch is disabled*00:13:42.753* Problem 37: conflicting requests*00:13:42.753*

- package vdsm-hook-vhostmd-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.753* Problem 38: conflicting requests*00:13:42.753*

- package vdsm-hook-vmdisk-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.753* Problem 39: conflicting requests*00:13:42.754*

- package vdsm-hook-vmfex-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.754* Problem 40: conflicting requests*00:13:42.754*

- package vdsm-hook-vmfex-dev-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.754* Problem 41: conflicting requests*00:13:42.754*

- package vdsm-http-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.754* Problem 42: conflicting requests*00:13:42.754*

- package vdsm-jsonrpc-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.754* Problem 43: conflicting requests*00:13:42.754*

- package vdsm-network-4.20.11-12.git7f9589a1f.fc27.x86_64 is

disabled*00:13:42.754* Problem 44: conflicting requests*00:13:42.754*

- package vdsm-python-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.754* Problem 45: conflicting requests*00:13:42.755*

- package vdsm-tests-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled*00:13:42.755* Problem 46: conflicting requests*00:13:42.755*

- package vdsm-yajsonrpc-4.20.11-12.git7f9589a1f.fc27.noarch is

disabled

— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100075)