I tried to kick off a new flatpak build to see if https://pagure.io/fedora-infrastructure/issue/11008 got fixed by the updates yesterday, but it turns out flatpak builds are completely broken now:
[kalev@terrier firefox]$ fedpkg flatpak-build Could not execute flatpak_build: No such channel: container-binary
Metadata Update from @phsmoura: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: medium-gain, medium-trouble, ops
Fixed. I think.
The problem is that I upgraded the hubs to f37 and thus a new version of koji-containerbuild hub plugin.
Upstream for some reason changed the channel it uses for this from 'container' to 'container-binary' See: https://github.com/containerbuildsystem/koji-containerbuild/commit/405bac5a7cdc610a60b8545d1e2601aebe5854cb
So, I just made another channel with this name and all the same builders. Hopefully there's nothing else that was hard coded to use 'container'. If so, we can fix it when we hit it. ;)
Ugh, and while typing this update I see that OSBS interface changed and the build failed. ;(
I'm going to try and downgrade it for now...
So, downgrading it fixed this issue... but of course it's still hitting an issue:
➜ thunderbird git:(stable) fedpkg -v flatpak-build Creating repo object from /home/kevin/git/pkgs/thunderbird Missing kojiprofile option in [fedpkg.container-build] section. Using kojiprofile from [fedpkg] Missing build_client option in [fedpkg.container-build] section. Using build_client from [fedpkg] Initiating a koji session to https://koji.fedoraproject.org/kojihub Logging into https://koji.fedoraproject.org/kojihub with Kerberos authentication. Created task: 94860291 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=94860291 Watching tasks (this may be safely interrupted)... 94860291 buildContainer (noarch): free 94860291 buildContainer (noarch): free -> open (buildvm-x86-06.iad2.fedoraproject.org) 94860291 buildContainer (noarch): open (buildvm-x86-06.iad2.fedoraproject.org) -> FAILED: Fault: <Fault 2001: 'Image build failed. Error in plugin orchestrate_build: {"aarch64": {"general": "HTTPSConnectionPool(host=\'osbs-aarch64-master01.iad2.fedoraproject.org\', port=8443): Read timed out."}}. OSBS build id: thunderbird-stable-02203-58'> 0 free 0 open 0 done 1 failed 94860291 buildContainer (noarch) failed Initiating a koji session to https://koji.fedoraproject.org/kojihub Logging into https://koji.fedoraproject.org/kojihub with Kerberos authentication.
Which is a problem with the nodes talking to the master, or the two clusters talking. ;(
Lets continue that part over in https://pagure.io/releng/issue/11092
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks Kevin!
Log in to comment on this ticket.