Bernhard Rosenkraenzer

Results 36 comments of Bernhard Rosenkraenzer

I am the OpenMandriva packager -- this error is happening while testing if our updated package is ready to go out to end users (FWIW the status is "almost ready"...

Disabling pigz makes the log output slightly different, but doesn't make the problem go away. ``` Feb 21 14:29:59 updatetestamd.federatedcomputer.net dockerd[26190]: time="2025-02-21T14:29:59.405986884Z" level=debug msg="Downloaded 307c1adadb60 to tempfile /federated/docker/tmp/GetImageBlob665704286" Feb 21...

I've confirmed that the problem with 28.0.0 goes away if I rebuild it with go 1.23.6 -- so this is definitely a go bug or a bad use of go...

I can reproduce the "unexpected EOF" things if I rebuild 27.5.1 with go 1.24.0 (I initially thought this was a 28.0 regression because we updated go between the release of...

It seems to happen more or less at random (which is why just running the pull/compose command on the same container a few times in a row usually "fixes" it)....

The crash in the test is reproducable here with both gcc 14.2.0 and clang 19.1.4 -- on x86_64, `gain_map_test` produces a `SIGILL`, on aarch64, it produces a `SIGTRAP` instead