KDE Gear projects with failing CI (master) (30 July 2024)
Ingo Klöcker
kloecker at kde.org
Wed Jul 31 08:25:25 BST 2024
On Mittwoch, 31. Juli 2024 00:05:55 CEST Albert Astals Cid wrote:
> neochat - 2nd week
> * https://invent.kde.org/network/neochat/-/pipelines/744320
> * flatpak packaging fails
> * complains about signing?
The verbose log in task-debug.log contains
```
2024-07-30 17:32:10,257 INFO flatpaksigner Running ['flatpak', 'build-import-
bundle', '--update-appstream', '--gpg-
sign=C78BF89D05C413A086459241700327D7B23406B3', '/tmp/tmpxyj846m1/neochat-
nightly', 'unsigned.flatpak'] ...
2024-07-30 17:32:11,686 ERROR flatpaksigner The process exited with 1
2024-07-30 17:32:11,687 DEBUG flatpaksigner stdout:
b'Importing app/org.kde.neochat/x86_64/master
(27153ab08ced81594894c186cbf4ba62d90b979b708a19b78a210b3dbb818f3d)\n'
2024-07-30 17:32:11,687 DEBUG flatpaksigner stderr:
b"\n(flatpak build-import-bundle:667729): GLib-CRITICAL **: 17:32:10.687:
g_str_has_prefix: assertion 'str != NULL' failed\n\n(flatpak build-import-
bundle:667729): OSTree-CRITICAL **: 17:32:10.687: _ostree_repo_get_remote:
assertion 'name != NULL' failed\n\n(flatpak build-import-bundle:667729): GLib-
CRITICAL **: 17:32:10.687: g_propagate_error: assertion 'src != NULL'
failed\nerror: Executing delta part 0: opcode open-splice-and-close: Writing
content object: min-free-space-percent '3%' would be exceeded, at least
77.8\xc2\xa0kB requested\n"
2024-07-30 17:32:13,130 ERROR flatpaksigner Error: Processing task
'20240730T172831-network-neochat_2014953' failed with Error('Running flatpak
failed'). Giving up.
```
It looks like it's a disk space problem.
On the signer I see
```
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda2 49G 35G 12G 75% /
```
i.e. there are 12 GiB (~ 25 %) disk space free. While signing a Flatpak repo
the repo is temporarily copied from cdn.kde.org to the signer. My guess is
that the NeoChat Flatpak repo is close to 12 GiB so that less than 3 % of
space is left which seems to be the cause of the above error.
I'm not sure how best to proceed. Throw more disk space at the problem? Reduce
the size of the NeoChat Flatpak repo (and of all other Flatpak repos)? Start a
new NeoChat Flatpak repo from scratch?
Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-devel/attachments/20240731/50af7ac2/attachment.sig>
More information about the kde-devel
mailing list