Tom Dyas
                                            Tom Dyas
                                        
                                    I am seeing the same error when trying to upgrade `async-trait` in https://github.com/pantsbuild/pants from v0.1.42 to v0.1.43 and newer (starts to happen in v0.1.43). ``` Compiling fs v0.0.1 (XXX/pants/src/rust/engine/fs) error[E0308]:...
cc @jvandew and @mateor
Looking at the golang PR https://github.com/golang/go/issues/8265, they note that [RFC 5280](https://www.ietf.org/rfc/rfc5280.txt) states in Section 4.1.2.2: > The serial number MUST be a positive integer assigned by the CA to each...
As relevant background, Pants uses Rust internally by embedding a shared object file into a Python wheel. This Python wheel is then installed into a Python virtual environment that is...
That said, Pants has had to fork certain crates in the past and could do so here, but I would rather find an alternative before taking on that maintenance burden.
I just wanted to ping this issue so see what it's status was. Any idea why this error occurs?
> traceback 1: This looks like an issue with the compressed data (what is base 64 encoded). The data was the raw set of bytes for the histogram with no...
Here is the failure with a compressed blob with a single observation (and the success once it has been base64 encoded). The value was produced by V2DeflateSerializer in the Rust...
> Yes I got the backtraces but I really need to get a hold on the buffer you pass to decode() so I can try to reproduce on my computer...
And here they are converted to base64: ``` Python 3.8.6 (default, Nov 2 2020, 08:14:47) [Clang 12.0.0 (clang-1200.0.32.21)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>...