Results 439 comments of Nemo157

This isn't actually related to retrying the build attempts, these are 4 invocations of `cargo rustdoc` from within the same build-attempt. In this case it is actually possible that the...

No, in the end it 'successfully fails' so we don't increment the attempt counter and retry.

> [cargo-bins/cargo-quickinstall/actions/runs/17261615966](https://github.com/cargo-bins/cargo-quickinstall/actions/runs/17261615966) > > This is the CI for the windows build, I will take a look at the commands run That appears to be aarch64, the x86-64 build was...

I tried setting up a similar GHA build at . The result got 3 heuristic hits, but not the maybe non-heuristic hits . Interestingly it is the exact same size...

https://try.diffoscope.org/utdabpfxceuv.html (`-1` was the artifact from here, `-2` from my job). Seems like a very small diff.

Right, only the case where _all_ fields are align-1 is supported by `pin-project-lite`, if any field has higher alignment then it will cause a compile-error. It could come up in...

I don't have a setup where I can easily test the library directly, but I have encountered the same error message through Amperfy. EDIT: Hmmm, actually when trying to get...

Found a likely upstream issue https://github.com/dimitris-c/AudioStreaming/issues/118

Trying to make a better reproducing file to report upstream I found out that newly downloaded files don't have the problem, both the file I added and if I delete...