[00:13:59]
<Émy - OniriCorpe> All I want to say: https://forum.yunohost.org/t/use-newer-python-than-3-9/22568/26
[00:45:35]
<Yunohost Git/Infra notifications> Job [#30884](https://ci-apps.yunohost.org/ci/job/30884) for mlmmj-web failed miserably :(
[03:23:03]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 46 pending update PRs
- 23 new apps PRs
- 5 failed apps updates: fluffychat, mlmmj, mobilizon, pinkarrows, screego
See the full log here: http://paste.yunohost.org/raw/jicorogoxe
[07:11:53]
<Yunohost Git/Infra notifications> Job [#30884](https://ci-apps.yunohost.org/ci/job/30884) for mlmmj-web failed miserably :(
[07:27:26]
<Yunohost Git/Infra notifications> Job [#30895](https://ci-apps.yunohost.org/ci/job/30895) for zwave-js-ui failed miserably :(
[10:48:56]
<Yunohost Git/Infra notifications> Job [#30894](https://ci-apps.yunohost.org/ci/job/30894) for filebrowser failed miserably :(
[10:55:15]
<Yunohost Git/Infra notifications> Job [#30896](https://ci-apps.yunohost.org/ci/job/30896) for prestashop failed miserably :(
[11:02:49]
<orhtej2> ```
2024-09-29 10:31:57,547: DEBUG - /usr/share/yunohost/helpers.v2.d/systemuser: line 129: 3057 Killed sudo -u "$user" "$@"
2024-09-29 10:31:57,548: DEBUG - + ynh_exit_properly
2024-09-29 10:31:57,548: DEBUG - + local exit_code=137
```
That's OOM?
[11:03:12]
<Aleks (he/him/il/lui)> sounds like it
[11:03:40]
<orhtej2> does new CI have different RAM limits or the (app) upstream grew bloated with the latest update?
[11:04:17]
<Aleks (he/him/il/lui)> hmmm it might have got a different amount of RAM after being moved to the new server ? I didnt follow the story closely
[11:06:10]
<Yunohost Git/Infra notifications> App phpldapadmin goes down from level 8 to 1 in job [#30872](https://ci-apps.yunohost.org/ci/job/30872)
[11:24:24]
<tituspijean> @orhtej2:circledsquareroot.ovh@Alekswag:matrix.org 8GB have been assigned to ci-apps-dev and 12GB to the two bookworm ones each
[11:24:45]
<tituspijean> @orhtej2:circledsquareroot.ovhwhich app was being tested when you got that OOM?
[11:24:51]
<orhtej2> > <@titus:pijean.ovh> @orhtej2:circledsquareroot.ovh@Alekswag:matrix.org 8GB have been assigned to ci-apps-dev and 12GB to the two bookworm ones each
that's what available for an individual container or all the containers combined?
[11:25:14]
<orhtej2> (because if it OOMs with 8GB RAM then I'll have a look on my end WTF is happening)
[11:25:30]
<tituspijean> to the whole CI, so it's shared amongst workers
[11:27:17]
<orhtej2> (in unrelated news this is still a thing:
```
91804 ERROR Unable to install penpot: Something unexpected went wrong:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/yunohost/hook.py", line 547, in hook_exec_with_script_debug_if_failure
operation_logger.dump_script_log_extract_for_debugging()
File "/usr/lib/python3/dist-packages/yunohost/log.py", line 821, in dump_script_log_extract_for_debugging
lines = [line.strip().split(": ", 1)[1] for line in lines]
File "/usr/lib/python3/dist-packages/yunohost/log.py", line 821, in <listcomp>
lines = [line.strip().split(": ", 1)[1] for line in lines]
IndexError: list index out of range
```
)
[11:27:40]
<orhtej2> aka 'show last n lines' sometimes fails
[11:28:18]
<orhtej2> > <@titus:pijean.ovh> to the whole CI, so it's shared amongst workers
I'll have a look on my dev env then, CI claims it failed with ~1GB peak RAM usage :/
[11:30:21]
<orhtej2> regarding CURL tests, I see we pass -L yet `308` gets reported, why?
[11:30:35]
<orhtej2> *307
[11:31:14]
<orhtej2> (umami redirects to login page by sending HTTP 307, a valid outcome on fresh installation)
[13:01:56]
<Yunohost Git/Infra notifications> [apps] tituspijean [commented](https://github.com/YunoHost/apps/pull/2538#issuecomment-2381348912) on [issue #2538](https://github.com/YunoHost/apps/pull/2538) Add LibreLingo to wishlist: (dont forget the reject <reason> 😶🌫️ )
[15:42:00]
<Yunohost Git/Infra notifications> Job [#30897](https://ci-apps.yunohost.org/ci/job/30897) for zwiicms failed miserably :(
[17:05:09]
<eric_G> I can't find in the doc how to fix this issue on large data backup https://github.com/YunoHost-Apps/filebrowser_ynh/issues/54
[17:05:23]
<eric_G> any hints?
[17:07:56]
<orhtej2> > <@ericg:matrix.org> I can't find in the doc how to fix this issue on large data backup https://github.com/YunoHost-Apps/filebrowser_ynh/issues/54
https://github.com/YunoHost-Apps/filebrowser_ynh/blob/0614bd3fbccd473dbeb44e63d3b36b786be19115/scripts/backup#L19 mark `--is_big` here?
[17:08:43]
<orhtej2> Like so: https://github.com/YunoHost-Apps/nextcloud_ynh/blob/bf8c0f95c7ed7cb7fa93069b60988b366b3f55f6/scripts/backup#L22
[17:09:01]
<eric_G> is it still valide on helpers v2.1?
[17:10:27]
<orhtej2> > <@ericg:matrix.org> is it still valide on helpers v2.1?
Ah it's implied https://yunohost.org/it/packaging_apps_helpers_v2.1#ynh-backup
[17:13:55]
<orhtej2> > <@ericg:matrix.org> is it still valide on helpers v2.1?
The bug is not in new version but in the previous, non-helpers v2.1 here https://github.com/YunoHost-Apps/filebrowser_ynh/blob/dca1517d96992814a0313e5d4a9f0a3e146d5b73/scripts/backup
[17:14:08]
<orhtej2> I was wrong https://github.com/YunoHost-Apps/filebrowser_ynh/blob/dca1517d96992814a0313e5d4a9f0a3e146d5b73/manifest.toml#L20
[17:16:27]
<eric_G> 🫠
[17:56:27]
<Yunohost Git/Infra notifications> [apps] chri2 opened [pull request #2605](https://github.com/YunoHost/apps/pull/2605): flohmarkt entered beta
[18:05:40]
<@chrichri:ween.de> > <@yunohostinfra:matrix.org> [apps] chri2 opened [pull request #2605](https://github.com/YunoHost/apps/pull/2605): flohmarkt entered beta
Is there hope for level 8? 🙃
[18:05:59]
<eric_G> are we advertising appgenerator.yunohost.org somewhere?
[18:11:33]
<Yunohost Git/Infra notifications> Job [#30898](https://ci-apps.yunohost.org/ci/job/30898) for flohmarkt failed miserably :(
[18:15:26]
<Salamandar> > <@ericg:matrix.org> are we advertising appgenerator.yunohost.org somewhere?
not really :/
[18:15:27]
<Salamandar> somewhere on the doc ?
[18:19:20]
<eric_G> following on do•doc discussion -> https://forum.yunohost.org/t/start-to-packaging-dodoc/31224, appgenerator didn't came up as an option for starting packaging an app... So I am wondering if we shouldn't advertise it more broadly (doc, forum, etc)
[18:19:56]
<Aleks (he/him/il/lui)> yeah i guess so far it was still "in development" stage
[18:20:53]
<Aleks (he/him/il/lui)> to me there are still some rough edges but maybe it's good enough for advertisting
[18:21:13]
<Aleks (he/him/il/lui)> (also the fix you were proposing somewhere addressed a bunch of it)
[18:22:28]
<eric_G> I would like some stuff to be rephrased in appgenerator but it seems difficult (I don't understand how the translation is working)
[18:22:51]
<Aleks (he/him/il/lui)> you mean rephrase the english version ? or the french one ?
[18:25:01]
<@chrichri:ween.de> > <@yunohostinfra:matrix.org> Job [#30898](https://ci-apps.yunohost.org/ci/job/30898) for flohmarkt failed miserably :(
> Error: The container miserably failed to start or to connect to the internet
Uh, that has been a heart attack...
[19:05:34]
<eric_G> > <@Alekswag:matrix.org> you mean rephrase the english version ? or the french one ?
the french version... `translations` folder is intriguing
[19:06:31]
<Aleks (he/him/il/lui)> afaik it should be on our weblate like the other stuff ?
[19:07:10]
<orhtej2> > <@Alekswag:matrix.org> afaik it should be on our weblate like the other stuff ?
is it? https://translate.yunohost.org/projects/yunohost/
[19:31:00]
<orhtej2> ```
Using value from 'PATH' (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin) and ignoring 'path' (/lufi) at /usr/share/perl5/LWP/UserAgent.pm line 1117.
```
I'm sure that will go well
[19:38:41]
<Yunohost Git/Infra notifications> Job [#30899](https://ci-apps.yunohost.org/ci/job/30899) for dodoc failed miserably :(
[19:40:44]
<orhtej2> CI is having meltdown:
```
Error: Failed to run: /usr/local/bin/lxd forkstart ynh-appci-bullseye-amd64-stable-test-1 /var/lib/lxd/containers /var/log/lxd/ynh-appci-bullseye-amd64-stable-test-1/lxc.conf:
```
[19:42:17]
<Yunohost Git/Infra notifications> Job [#30899](https://ci-apps.yunohost.org/ci/job/30899) for dodoc failed miserably :(
[19:43:21]
<Yunohost Git/Infra notifications> [apps] ericgaspar approved [pull request #2605](https://github.com/YunoHost/apps/pull/2605#pullrequestreview-2335985690) flohmarkt entered beta
[19:43:24]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: flohmarkt entered beta (#2605) no anti-feature anymore :) ([9ce55f5f](https://github.com/YunoHost/apps/commit/9ce55f5f04504893ea5e41adf8aac11e1588794e))
[19:43:28]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2605](https://github.com/YunoHost/apps/pull/2605): flohmarkt entered beta
[20:08:23]
<Yunohost Git/Infra notifications> [dokuwiki_ynh] stepcellwolf [commented](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/34#issuecomment-2381586416) on [issue #34](https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/34) New user registration through dokuwiki is disabled: I have the same issue. Im not able to see register new user. If I install it outside yunohost it is working. Any workar...
[20:12:12]
<Yunohost Git/Infra notifications> Job [#30899](https://ci-apps.yunohost.org/ci/job/30899) for dodoc failed miserably :(
[20:18:10]
<Yunohost Git/Infra notifications> Job [#30900](https://ci-apps.yunohost.org/ci/job/30900) for microbin failed miserably :(
[20:26:29]
<orhtej2> Based on mlmmj's result I'd say helpers v2.1 are leaking to hooks that expect helpers v1?
[This call](https://github.com/YunoHost-Apps/mlmmj_ynh/blob/e379f078a5304b7b21525e30d6372d1939be4543/scripts/install#L57) yields:
```
40669 INFO [#####+++++..........] > Configuring postfix
48694 WARNING WARNING WARNING No diagnosis cache yet for category 'dnsrecords'
56814 WARNING WARNING WARNING No diagnosis cache yet for category 'dnsrecords'
56954 WARNING WARNING ./19-postfix: line 63: ynh_render_template: command not found
57056 WARNING ERROR Could not run script: /usr/share/yunohost/hooks/conf_regen/19-postfix
57066 WARNING WARNING sed: can't read /var/cache/yunohost/regenconf/pending/postfix_mlmmj/../postfix/etc/postfix/main.cf: No such file or directory
57067 WARNING WARNING grep: /var/cache/yunohost/regenconf/pending/postfix_mlmmj/../postfix/etc/postfix/main.cf: No such file or directory
```
[20:28:29]
<orhtej2> (should I ticket these in yunohost/issues?)
[20:29:15]
<Aleks (he/him/il/lui)> hmf i guess the fix is to call the yunohost command with YNH_HELPERS_VERSION=2.0 or something
[20:29:49]
<Aleks (he/him/il/lui)> or the core should explicit set YNH\_HELPERS\_VERSION=2.0 when calling the regenconf hooks
[20:40:22]
<orhtej2> > <@Alekswag:matrix.org> hmf i guess the fix is to call the yunohost command with YNH_HELPERS_VERSION=2.0 or something
let's see https://github.com/YunoHost-Apps/mlmmj_ynh/pull/11
[21:02:06]
<marc-flender> bonsoir, l'App my_webdav apparait encore "cassée dans le catalogue. Que dois-je faire pour la "réparer"?
[22:11:43]
<Tio> https://github.com/YunoHost-Apps/jitsi_ynh/pull/150 please start a testme or make me one of the maintainers
[22:11:43]
<Tio> thanks
[22:35:50]
<orhtej2> > <@tio:matrix.trom.tf> https://github.com/YunoHost-Apps/jitsi_ynh/pull/150 please start a testme or make me one of the maintainers
Run testme, sent an invite so you can do that yourself in the future