1 Jun 2022 |
@piegames:matrix.org | Oops too late ^^ | 16:08:50 |
2 Jun 2022 |
| Sandro 🐧 joined the room. | 21:31:17 |
6 Jun 2022 |
| kraem changed their profile picture. | 14:47:25 |
10 Jun 2022 |
| alyaeanyx changed their profile picture. | 22:41:23 |
14 Jun 2022 |
@fantasycookie17:artemislena.eu | unpacking sources
unpacking source archive /nix/store/yzgy1mvxhscsj6w8qzj9i84mjhvzjy7k-source
source root is source
patching sources
updateAutotoolsGnuConfigScriptsPhase
configuring
building
yarn run v1.22.19
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
warning Skipping preferred cache folder "/homeless-shelter/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/build/.yarn-cache-1000".
$ node scripts/copy-res.js --offline
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm deleting these sessions by using Single Sign On to prove your identity.
Found entry in i18n file in both singular and pluralised form Click the button below to confirm deleting these sessions.
Found entry in i18n file in both singular and pluralised form Delete sessions
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Found entry in i18n file in both singular and pluralised form Confirm signing out these devices
Done in 6.62s.
yarn run v1.22.19
warning You don't appear to have an internet connection. Try the --offline flag to use the cache for registry queries.
warning Skipping preferred cache folder "/homeless-shelter/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/build/.yarn-cache-1000".
$ webpack --progress --bail --mode production --offline
warning Cannot find a suitable global folder. Tried these: "/usr/local, /homeless-shelter/.yarn"
92% chunk asset optimization TerserPluginerror Command failed with signal "SIGKILL"..13/node_modules/css-loader/dist/cjs.js??ref--7-1!/nix/store/2xfr08c9iy696nq2855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/postcss-loader/src/index.js??postcss!/nix/store/2xfr08c9iy696nq2855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss 0855r3vb126d2ayby-element-web-modules-1.10.13/node_modules/matrix-react-sdk/res/themes/dark/css/dark.scssss[22m
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error: builder for '/nix/store/c7qf9drzw9wijxx6vhih2ingj81n8sfx-element-web-1.10.13.drv' failed with exit code 1
Seems like the latest Element Web package is broken? This happened on nixos-rebuild switch --upgrade , with
let
elementWebConfig = {
default_server_config = {
"m.homeserver" = {
base_url = "https://matrix.artemislena.eu";
server_name = "artemislena.eu";
};
"m.identity_server".base_url = null;
};
disable_guests = true;
disable_3pid_login = true;
showLabsSettings = true;
};
in
and somewhere further down below, in the Caddyfile config, root ${pkgs.element-web.override(old: {conf = elementWebConfig;})} …
| 13:46:12 |
Dandellion | I couldn't reproduce this | 14:20:20 |
@fantasycookie17:artemislena.eu | Oh… that's… not great… | 14:57:39 |
@fantasycookie17:artemislena.eu | Do you… have the Nix sandbox disabled? | 14:58:02 |
Dandellion | no | 14:58:11 |
@fantasycookie17:artemislena.eu | Why else would it think it's offline when it's not? | 14:58:30 |
Dandellion | its supposed to be offline | 14:58:50 |
Dandellion | there's a SIGKILL in your log which looks a little sus | 14:58:56 |
@fantasycookie17:artemislena.eu | Hm… where could that be coming from? | 14:59:39 |
Dandellion | did you try building it more times? | 15:01:25 |
Dandellion | are you sure you didnt hit ctrl+c upon seeing the warnings or something? | 15:01:39 |
@fantasycookie17:artemislena.eu | Yes… several times, and no Ctrl C… | 15:01:54 |
Dandellion | huh, then that is strange | 15:02:01 |
@fantasycookie17:artemislena.eu | Ctrl+C would be SIGTERM, not SIGKILL, anyway, afaik… | 15:02:37 |
Dandellion | yaeh sigint | 15:03:08 |
Dandellion | * yeah sigint | 15:03:12 |
@fantasycookie17:artemislena.eu | https://github.com/jupyterhub/jupyterlab-hub/issues/44
It… could be a memory issue? | 15:08:44 |
@fantasycookie17:artemislena.eu | But our machine has 4GB… | 15:08:54 |
@fantasycookie17:artemislena.eu | Maybe… if we add a swapfile… | 15:09:08 |
@fantasycookie17:artemislena.eu | That… seems to have fixed it… | 16:36:13 |
Ralith | 4G isn't much these days | 19:43:27 |
Ralith | especially when there's web crap involved | 19:44:02 |
16 Jun 2022 |
@fantasycookie17:artemislena.eu | It's an ARM machine… and it's more than enough for what it usually runs (Caddy + WireGuard + BorgBackup twice a day)… | 04:44:47 |
@linus:schreibt.jetzt | Builds often do need more memory though | 08:34:50 |
| * @linus:schreibt.jetzt has flashbacks to ARMv7 system that couldn't compile chromium because it didn't have enough address space | 08:35:21 |
@linus:schreibt.jetzt | (Or was it Firefox?) | 08:35:45 |