flatpak runtime build fails with 'error: No such file or directory: var' #9538
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Infrastructure/fedora-infrastructure#9538
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?
We haven't built any flatpak runtime updates in a while as the container build system was down due to the aarch64 addition. Trying to get an update out now, the build is now failing (on x86_64) with:
Full log is available at https://koji.fedoraproject.org/koji/taskinfo?taskID=57630766 (x86_64.log)
This looks to be
ostree commit
erroring out witherror: No such file or directory: var
.I am not sure what's going on here. I believe @cverna updated the flatpak base container as part of the aarch64 work so I assume ostree got updated. Maybe it's a fallout from the ostree update somehow? @otaylor @walters any ideas? :)
Adding @alexl here has someone else who might have ideas.
Certainly an odd error - not sure why ostree is trying to read from var. I tried a local build with Fedora 33, and the container built successfully - while a local build isn't 100% identical to a build in OSBS, I'd expect the call to 'ostree commit' to be nearly the same.
Could we get a package listing from the buildroot container? (Not the flatpak-build-base container, but the container that contains atomic-reactor)
Below is the result of rpm -qa on the buildroot image
I think is the same as issue 9532 - just a more obscure failure, because ostree produces a worse error message for a hardlink to a missing file than tar. Let's retest once we have the buildroot updated with the fix for issue 9532.
With the fix from #9532 applied, successful x86_64 build: https://koji.fedoraproject.org/koji/buildinfo?buildID=1660945
Metadata Update from @mobrien: