Fedora rawhide build fail with:

No match for argument: ovirt-imageio-common
...
The command '/bin/sh -c dnf install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm &&   dnf update -y &&   dnf install -y     PyYAML     autoconf     automake     bridge-utils     dbus-python     dosfstools     e2fsprogs     gcc     genisoimage     git     glusterfs-api     iproute-tc     libselinux-python     libselinux-python3     libvirt-python     libvirt-python3     lshw     make     mom     openvswitch     psmisc     python-blivet1     python-decorator     python-devel     python-inotify     python-ioprocess     python-ipaddress     python-magic     python-netaddr     python-pip     python-pthreading     python-requests     python-six     python-subprocess32     python2-dateutil     python2-mock     python3     python3-dateutil     python3-dbus     python3-decorator     python3-netaddr     python3-nose     python3-six     python3-yaml     redhat-rpm-config     rpm-python     sanlock-python     sudo     systemd     systemd-udev     which     &&   dnf install -y --nogpgcheck --repofrompath fc26,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc26 ovirt-imageio-common &&   pip install nose==1.3.7 tox==2.5.0 yappi==0.93 &&   dnf clean all' returned a non-zero code: 1

Note that we install ovirt-imageio-common separately from fedora 26:
dnf install -y --nogpgcheck --repofrompath fc26,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc26 ovirt-imageio-common


Fedora 26 build fail with:

No match for argument: ovirt-imageio-common
...
The command '/bin/sh -c dnf install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm &&   dnf update -y &&   dnf install -y     PyYAML     autoconf     automake     bridge-utils     dbus-python     dosfstools     e2fsprogs     gcc     genisoimage     git     glusterfs-api     iproute-tc     libselinux-python     libselinux-python3     libvirt-python     libvirt-python3     lshw     make     mom     openvswitch     ovirt-imageio-common     psmisc     python-blivet1     python-decorator     python-devel     python-inotify     python-ioprocess     python-ipaddress     python-magic     python-netaddr     python-pip     python-pthreading     python-requests     python-six     python-subprocess32     python2-dateutil     python2-mock     python3     python3-dateutil     python3-dbus     python3-decorator     python3-netaddr     python3-nose     python3-six     python3-yaml     redhat-rpm-config     rpm-python     sanlock-python     sudo     systemd     systemd-udev     which     &&   pip install nose==1.3.7 tox==2.5.0 yappi==0.93 &&   dnf clean all' returned a non-zero code: 1


centos build was successful (got ovirt-imageio-common from centos repos?)


Last successful build was 4 days ago - something was broken in the last days:
https://hub.docker.com/r/ovirtorg/vdsm-test-fedora-rawhide/builds/
https://hub.docker.com/r/ovirtorg/vdsm-test-fedora-26/builds/
https://hub.docker.com/r/ovirtorg/vdsm-test-fedora-25/builds/


This may affect also users, please fix the repos soon.

Nir