summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/kernel/1878413
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/kernel/1878413')
-rw-r--r--results/classifier/deepseek-2-tmp/output/kernel/187841316
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/kernel/1878413 b/results/classifier/deepseek-2-tmp/output/kernel/1878413
deleted file mode 100644
index 18f37282..00000000
--- a/results/classifier/deepseek-2-tmp/output/kernel/1878413
+++ /dev/null
@@ -1,16 +0,0 @@
-
-/proc/sys/fs/binfmt_misc/ empty even though binfmt_misc is loaded
-
-_apksigner_ uses binfmt to execute via _jarwrapper_, since it is a JAR.  We have a test suite that relies on _apksigner_ working.  It was running fine in Ubuntu/bionic.  Since it was pegged to LTS, it got upgraded to Ubuntu/focal and it stopped working.  This is likely because /proc/sys/fs/binfmt_misc/ is totally empty.  The "binfmt_misc" kernel module shows as loaded:
-
-$ grep binfmt /proc/modules
-binfmt_misc 20480 1 - Live 0xffffffffc0452000
-
-This relies on binfmt support in gitlab.com's CI runner setup, based on Docker.  binfmt works in containers there, for example on Ubuntu/bionic:
-https://gitlab.com/fdroid/fdroidserver/-/jobs/516857857
-
-Something in Ubuntu/focal broke this when running focal in the container on the same Docker host runners:
-https://gitlab.com/fdroid/fdroidserver/-/jobs/547148092
-
-Debian's ci.debian.net lxc runners also have a similar problem, it might be related:
-https://salsa.debian.org/ci-team/debian-ci-config/-/issues/1
\ No newline at end of file