Petr Sumbera

Results 36 comments of Petr Sumbera

Ok, this can be fixed also via: ``` --- rustc-1.86.0-src/src/tools/cargo/src/cargo/util/context/mod.rs +++ rustc-1.86.0-src/src/tools/cargo/src/cargo/util/context/mod.rs @@ -3020,7 +3020,7 @@ use crate::util::network; if network::proxy::http_proxy_exists(http, gctx) && http.multiplexing.is_none() { - let bad_curl_versions = ["7.87.0", "7.88.0",...

> Sorry should be something lke > > ``` > CARGO_HTTP_DEBUG=true CARGO_LOG=network=debug cargo fetch > ``` Thank you! Now there is too much data... [fetch.log](https://github.com/user-attachments/files/20280833/fetch.log)

Not really sure where to look. But what I have seen it might be some problem with github `vm-actions`? Maybe just for `Solaris` and/or `FreeBSD`? Or some infrastrucute issue? Does...

I have temporarely reverted Rust version to 1.85.0: https://github.com/psumbera/solaris-rust/commit/260ff70495d0f33f802f621c19adad32310a965b Please let me know if you see the failure with this version too. Otherwise I don't have idea what can be...

Note that `obprintf.c` is NOT part of GNU bison. It's part of glibc. The assertion can be seen here: https://github.com/bminor/glibc/blob/581c785bf31bc74430320c7856bbfa3875d025fe/libio/obprintf.c#L158. Plus the issue is marked as DISPUTED here: https://nvd.nist.gov/vuln/detail/CVE-2025-8733 And...

Seems that there are even more test failures. BUT when I use Rust nightly version all test pass. Seems to be related to `-Z` option: `the option `Z` is only...