| 10 Apr 2026 |
Infinidoge 🏳️⚧️ | (All my tmux sessions died actually) | 22:33:37 |
Infinidoge 🏳️⚧️ | Restarting it | 22:33:43 |
Infinidoge 🏳️⚧️ | Nevermind running out of disk space on the server | 23:42:37 |
Infinidoge 🏳️⚧️ | jextract-unstable-2023-11-27 failed with exit code 1 after ⏱ 7m44s in checkPha…
go-away-0.7.0 failed with exit code 1 after ⏱ 2m41s in buildPhase
python3.13-cartopy-0.25.0 failed with exit code 1 after ⏱ 11m9s in pytestCheck…
keycloak-config-cli-6.4.0 failed with exit code 1 after ⏱ 6m49s in buildPhase
bazel-8.6.0 failed with exit code 127 after ⏱ 6m48s in buildPhase
python3.14-mpv-1.0.8 failed with exit code 1 after ⏱ 3m3s in pytestCheckPhase
python3.14-aerosandbox-4.2.8 failed with exit code 1 after ⏱ 8s in pythonRunti…
java-language-server-0.2.46 failed with exit code 1 after ⏱ 2m55s in buildPhase
tdarr-server-2.66.01 failed with exit code 1 after ⏱ 4m23s in fixupPhase
crossfire-gridarta-2025-04 failed with exit code 1 after ⏱ 3m46s in buildPhase
freerouting-2.1.0 failed with exit code 1 after ⏱ 2m7s in buildPhase
bazel-9.0.1 failed with exit code 127 after ⏱ 2m51s in buildPhase
gpsprune-25 failed with exit code 1 after ⏱ 0s in installPhase
openems-0.0.36 failed with exit code 1 after ⏱ 30s in configurePhase
kotlin-interactive-shell-0.5.2 failed with exit code 1 after ⏱ 22s in buildPha…
gplates-2.5 failed with exit code 1 after ⏱ 31s in configurePhase
tt-smi-3.0.30 failed with exit code 1 after ⏱ 4s in pythonRuntimeDepsCheckHook
open-pdf-sign-0.3.0 failed with exit code 1 after ⏱ 18s in buildPhase
nuweb-1.62 failed with exit code 2 after ⏱ 1s in buildPhase
these failed at least
| 23:43:30 |
Infinidoge 🏳️⚧️ | The vast vast majority didn't fail though which is good | 23:45:18 |
Infinidoge 🏳️⚧️ | Unsure how many of the final builds passed, but the server did build at least 1000 things, and had ~1200 left (including dependencies and downloads) | 23:45:45 |
Infinidoge 🏳️⚧️ | This is going to be a fun garbage collect | 23:45:54 |
Infinidoge 🏳️⚧️ |  Download image.png | 23:46:54 |
Infinidoge 🏳️⚧️ | This is how you know you're having a good time | 23:46:58 |
| 13 Apr 2026 |
| Alesya Huzik changed their display name from Alesya Huzik to Alesya. | 01:48:27 |
| 14 Apr 2026 |
Benedikt Ritter (britter) | 😅 did you have a chance to retry with more disc space? I'd like zo respond to the release issue in one or the other way. | 20:17:21 |
Infinidoge 🏳️⚧️ | Would anyone get mad if I PRed the change and make borg build it? | 20:18:08 |
Infinidoge 🏳️⚧️ | (I honestly don't know if my nix drive on that server is big enough) | 20:27:35 |
Infinidoge 🏳️⚧️ | I can try to spin up another server with a larger drive, worst case | 20:27:47 |
msgilligan | How much space is needed? | 20:28:05 |
Infinidoge 🏳️⚧️ | Unclear, but considering it had 1,200 packages left and seemingly ate 200gb, A Lot | 21:13:13 |
Infinidoge 🏳️⚧️ | * Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so fsr, A Lot | 21:13:40 |
Infinidoge 🏳️⚧️ | * Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so far, A Lot | 21:13:47 |
Infinidoge 🏳️⚧️ | (That 1,200 doesn't include downloading dependencies, it had many more of those) | 21:14:09 |
| 15 Apr 2026 |
Benedikt Ritter (britter) | Having borg build it would be okay for me. | 06:47:22 |
| @98765abc:mozilla.org left the room. | 06:50:09 |
Benedikt Ritter (britter) | Do we have Maven 4 packaged already? I'm working on a derivation to package github.com/bmarwell/jfmt and it requires maven 4. Currently I'm packaging it locally, but wonder if I should contribute that. | 14:20:34 |
Benedikt Ritter (britter) | I guess, we don't. Would it be acceptable to add it alongside maven in by-name/ma/maven_4? | 17:21:49 |
| 16 Apr 2026 |
Benedikt Ritter (britter) | Okay, since nobody is screaming in opposition, I'm going to work on a PR 🫣 | 10:31:55 |
| 17 Apr 2026 |
| dish [Fox/It/She] changed their profile picture. | 16:58:37 |
| 18 Apr 2026 |
Alice | are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:36:29 |
Alice | * are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:36:58 |
Alice | * are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:37:16 |
Alice | (or we forgot how building w/ gradle works on nix? | 14:38:36 |
Alice | guess we did, uhoh | 14:44:44 |