Coming from https://pagure.io/fedora-infrastructure/issue/9066 .
I'm trying to build evolution as a Fedora Flatpak. There had been some issues with the module build (that's the #9066 about for me). Once it finally succeeded, I ran fedpkg flatpak-build, which failed with:
fedpkg flatpak-build
Image build failed. Error in plugin orchestrate_build: {"x86_64": {"docker_api": "The command '/bin/sh -c cat /tmp/atomic-reactor-includepkgs >> /etc/dnf/dnf.conf && INSTALLDIR=/var/tmp/flatpak-build && DNF=' dnf -y --nogpgcheck --disablerepo=* --enablerepo=atomic-reactor-koji-plugin-* --enablerepo=atomic-reactor-module-* ' && $DNF --installroot=$INSTALLDIR-init inst ...
The details are here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=47490613
It's for the second time I see this with a week or two, thus I guess there's some issue in the lower stack, maybe in the infrastructure.
Metadata Update from @kevin: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: groomed, medium-gain, medium-trouble
The image builds fails because of a dependency issue
2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - Problem 1: package evolution-3.36.4-1.module_f32+9218+dd0dcb7f.x86_64 requires libwebkit2gtk-4.0.so.37()(64bit), but none of the providers can be installed 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - package webkit2gtk3-2.28.3-1.fc32.x86_64 requires xdg-desktop-portal-gtk, but none of the providers can be installed 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - conflicting requests 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - package xdg-desktop-portal-gtk-1.7.1-1.fc32.x86_64 is filtered out by exclude filtering 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - Problem 2: package evolution-data-server-3.36.4-1.module_f32+9218+dd0dcb7f.x86_64 requires libwebkit2gtk-4.0.so.37()(64bit), but none of the providers can be installed 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - package evolution-ews-3.36.4-1.module_f32+9218+dd0dcb7f.x86_64 requires evolution-data-server >= 3.36.4, but none of the providers can be installed 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - package webkit2gtk3-2.28.3-1.fc32.x86_64 requires xdg-desktop-portal-gtk, but none of the providers can be installed 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - conflicting requests 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - - package xdg-desktop-portal-gtk-1.7.1-1.fc32.x86_64 is filtered out by exclude filtering 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - [0m 2020-07-20 11:49:21,512 - atomic_reactor.util - DEBUG - (try to add '--skip-broken' to skip uninstallable packages)
Closing this since I don't think there is anything we can do on the infra side. Feel free to reopen the ticket if needed :-)
Metadata Update from @cverna: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Oh, I didn't go that far towards the top in the log. I'll escalate this to the webkit2gtk3 maintainers. Thanks for the pointer.