Staging | 400 Members | |
| Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen | 128 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Oct 2021 | ||
In reply to @janne.hess:helsinki-systems.deI also confirm that this patch fixes peertube build, atop staging-next. (same machine: all ext4 on LVM, x86_64-linux) | 07:46:30 | |
In reply to @vcunat:matrix.orgAwesome! Thank you. The build fails because presumably a file is broken, right? It's not because cp fails in the build process? | 07:47:43 | |
| Also, is your /tmp on tmpfs? | 07:47:52 | |
In reply to @janne.hess:helsinki-systems.deNo, it's all ext4 on LVM. | 07:49:53 | |
In reply to @janne.hess:helsinki-systems.de I haven't poked into details of the error. It looks like it attempts some tests after build and those all end with
| 07:50:38 | |
In reply to @vcunat:matrix.orgUmm, do you have time to check whether that also happens with boot.tmpOnTmpfs? | 08:08:35 | |
| Because that's one big difference between us. For you, it's the same filesystem, for me it's not | 08:08:56 | |
| If you don't have the time, this is the current draft: | 08:18:29 | |
| Redacted or Malformed Event | 08:18:32 | |
In reply to @janne.hess:helsinki-systems.deBuild on progress. (plain staging-next, all same except for tmpfs on /tmp) | 08:20:14 | |
In reply to @vcunat:matrix.org It still fails, but the error is different; I think it happens a bit earlier than with ext4 (before any tests start)
| 08:28:03 | |
| alright, so it's not related to the two fsses | 08:28:26 | |
| * alright, so it's not related to the two FSes ;) | 08:28:29 | |
| Thank you | 08:28:34 | |
| I tried again with the same error, so the messages appear stable and FS changes when the error hapens. | 08:30:20 | |
| * I tried again with the same error, so the messages appear stable and FS changes when the error happens. (well, on a quick guess) | 08:30:39 | |
| * I tried again with the same error, so the messages appear stable and FS changes when an error happens. (well, on a quick guess) | 08:30:55 | |
| I have created a potential workaround: https://github.com/NixOS/nixpkgs/pull/143097 | 09:08:58 | |
| 09:30:25 | ||
Download image.png | 09:31:26 | |
| Final version | 09:31:33 | |
In reply to @vcunat:matrix.orgI think the error is from esbuild which is a JavaScript module bundler. | 10:21:59 | |
In reply to @vcunat:matrix.orgI sometimes got that error locally in my machine and sometimes the other. I could not identify what influences it but I assume it's just the timing whether esbuild is no longer running or it just crashed or so and an EPIPE comes (which means written to closed pipe?) | 10:23:41 | |
| What's wrong with the reply feature?!? | 10:24:06 | |
In reply to @moritz.hedtke:matrix.orgI can't see anything wrong really. Perhaps just not too ergonomic in my opinion (in Element UI at least). | 10:25:20 | |
In reply to @vcunat:matrix.orgNow it's this small window which I think it's nicer. Maybe it depends on the size of the message or so | 10:25:58 | |
| Regarding the first error are you sure it's when the tests are running? I will check later but I though it was still while building but I didn't really pay attention that closely | 10:26:56 | |
In reply to @moritz.hedtke:matrix.orgI'm not sure. I didn't save the log and it got rewritten by the one with tmpfs usage :-/ (there it's when "Generating browser application bundles") | 10:30:52 | |
| Yeah ok, that sounds more likely to be while building. I thought that both errors are more or less at the same place and the thing I said above happens (so timing decides whether already crashed or closed pipe) | 10:32:44 | |
| Now with ext4 I got the same error as with tmpfs. | 10:38:02 | |