apteryks

Results 426 comments of apteryks

With this patch removing the two tests, I could build/run the test suites 10 times without a failure.

I can't investigate much at the moment, but yes, the tests were run in parallel, via `make check -j32`.

I was able to reproduce the problem running only `test-pgp` like so: ``` $ timeout 5m sh -c 'while ./test-pgp -vvvv; do :; done' [...] Checking GMimeGpgContext::encrypt... PASSED Checking GMimeGpgContext::decrypt......

Hm, sorry for the too short output, here's more context including the failure: ``` Checking GMimeGpgContext::encrypt... PASSED Checking GMimeGpgContext::decrypt... PASSED ciphertext: -----BEGIN PGP MESSAGE----- hQIOAwTJ0obO8knpEAgAx/bKA4UaimXp1g+4ULMLy9APk3TwFTnZ236TstOyNgx4 G0dpaeEewvUSHugLc0Xrx1+P9kwdPcOr52jVODv1pfa8ifhgcTL1tawSCNLv6Jnp fjZcUtF3YTDVxEqbYp6Yrckeq3KDxXSvhKZSuNUMU7LX5lpBrHDmE+hk1wgnDfeB aJrCy6yvUT8Si0pKT4uJgKG+EmTJYjA8sR1SV6seCi3h6UblTf0/SxkmH0UpGafB VNGJnegcrXbH0KYffXCbix/cX9RczwCoM9saiJNhIQ9x3elNYqPA4sxsE1zJCVY+ vBQviUBSwwo9vUg46nRO8YZ8U2JrdWihhhj5rM3CNggAi8CM/q8Gl0nAaM+brXSZ...

The only rational I could speculate about is for systems (maybe vcpgk is one) that offer minizip-ng as a static archive; in this case a consumer would know earlier via...

Ideal resolution for me would be to detect whether network is available, else skip the tests which require it.

Only a test called `runtest` appears to fail; if I skip just this one, I get 24 tests passing: ``` starting phase `check' Test project /tmp/guix-build-libdigidocpp-4.2.0.drv-0/build Start 1: TSLTest_CA-non-qa Start...

Also happens with ufoprocessor updated to 1.14.0 and ufonormalizer updated to 0.6.3. I'll disable these tests in Guix for now.

We've recently updated libxml2 to 2.14.6 (to fix CVEs).

OK, so we're using a newer fonttools (4.59.2). That's probably it. Thanks for the test failures interpretations. I'll leave them disabled and revisit in the future, perhaps. Perhaps adobe-type-tools could...