someplaceguy

Results 22 comments of someplaceguy

Ah, I see this might already be mentioned as missing functionality in the README file, specifically in the table with the row "Includes added but ignored files" (although I think...

@ctheune No, I run into these kind of non-deterministic test failures quite frequently (a few per week) due to the aforementioned CPU load issue. Apparently high CPU loads tend to...

I forgot to mention that once I rebuilt `age`, the issue disappeared for me. But you seem to be running into this issue all the time, which added to this...

> Does any of that sound like something that would clash with the NixOS env? Theoretically it could, as NixOS runs package builds and tests under a sandbox, but according...

Depending on the code, another possibility is that the `write` and `broken pipe` errors really are coming from `age`, which would just mean that the `test plugin` is exiting prematurely...

@bdd I tried both with and without your commit but I can't reproduce this issue.

Also, SILE didn't output any warnings even though it couldn't italicize the font. In this case I think it would have been helpful for SILE to have generated such warnings...

I'm running into the same issue in the latest master commit (f57e93cfdf33564babc2aa263d5c12fb123ae854) and I've tried this: > Normal users could potentially copy the basis library and runtime systems to another...

I still ran into this issue on 3.1.9, so it doesn't seem like it was entirely fixed: Full log ``` unpacking sources unpacking source archive /nix/store/f1p7ahmxv4py5ax2wx0ddfkx86zfdnbh-source source root is source...

Have you tried to reproduce it on 3.1.9 by adding `-march=x86-64-v3` to the build flags and then running the tests? From the comments it seems like you need one of...