Failure when attempted to build cheese flatpak from module #7846
Labels
No labels
announcement
authentication
automate
aws
backlog
blocked
bodhi
ci
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Initiative Worthy
Closed As
Insufficient data
Closed As
Invalid
Closed As
Spam
Closed As
Upstream
Closed As/Will Not
Can Not fix
cloud
communishift
copr
database
deprecated
dev
discourse
dns
downloads
easyfix
epel
factory2
firmitas
gitlab
greenwave
hardware
help wanted
high-gain
high-trouble
iad2
koji
koschei
lists
low-gain
low-trouble
mbs
medium-gain
medium-trouble
mini-initiative
mirrorlists
monitoring
Needs investigation
notifier
odcs
OpenShift
ops
OSBS
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
rdu-cc
release-monitoring
releng
repoSpanner
request-for-resources
s390x
security
SMTP
src.fp.o
staging
taiga
unfreeze
waiverdb
websites-general
wiki
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/fedora-infrastructure#7846
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have built cheese as a module in koji:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1271291
https://koji.fedoraproject.org/koji/buildinfo?buildID=1271297
When trying to build that module into a flatpak in koji (with
fedpkg flatpak-build
, which succeeds locally) there is a build failure:https://koji.fedoraproject.org/koji/taskinfo?taskID=35111655
I asked Patrick Uiterwijk on #fedora-admin and he said that the cause is an upload failure, but to file a ticket to track the root cause.
Is this a constant issue? or if you retry it works?
Metadata Update from @kevin:
All flatpak builds I've tried (since https://pagure.io/fedora-infrastructure/issue/7833 got fixed) have run into the same issue with log uploading, e.g.:
Constant for me, and the same issue that @kalev is seeing, it seems.
Metadata Update from @mizdebsk:
So on OSBS receives a exception from Koji when trying to upload the log files, the file upload is successful but we still get the exception from Koji.
@mizdebsk pointed out #7838 but as far as I can tell OSBS is already fast upload.
The expection is raise if the kojihub
checkUpload
method does not return anything. Using the following script shows that the file was correctly uploaded.So I am not sure what is going on here, maybe a race condition.
Ok that should be fixed --> https://koji.fedoraproject.org/koji/taskinfo?taskID=35246024
I had to hotfix OSBS code to use
fastUpload
, I ll submit a patch upstream to allow OSBS to usefastUpload
or not.Metadata Update from @cverna:
Excellent! Thanks a lot for fixing this, @cverna!
For the records I have opened https://github.com/containerbuildsystem/atomic-reactor/pull/1220