[Pkg-rust-maintainers] Bug#1103028: rust-rxml-validation: autopkgtest failure
Adrian Bunk
bunk at debian.org
Sun Apr 13 21:46:43 BST 2025
Source: rust-rxml-validation
Version: 0.11.0-1
Severity: serious
X-Debbugs-Cc: Federico Ceratto <federico at debian.org>
https://tracker.debian.org/pkg/rust-rxml-validation
Issues preventing migration:
∙ ∙ autopkgtest for rust-rxml-validation/0.11.0-1: amd64: Regression or new test ♻, arm64: Regression or new test ♻, armel: Regression or new test ♻, armhf: Regression or new test ♻, i386: Regression or new test ♻, ppc64el: Regression or new test ♻
...
80s error[E0433]: failed to resolve: use of undeclared crate or module `std`
80s --> src/lib.rs:248:22
80s |
80s 248 | if let Some(ch) = std::char::from_u32(cp) {
80s | ^^^ use of undeclared crate or module `std`
80s |
80s help: consider importing this builtin type
80s |
80s 218 + use core::primitive::char;
80s |
80s help: if you import `char`, refer to it directly
80s |
80s 248 - if let Some(ch) = std::char::from_u32(cp) {
80s 248 + if let Some(ch) = char::from_u32(cp) {
80s |
80s
80s error[E0433]: failed to resolve: use of undeclared type `String`
80s --> src/lib.rs:246:17
80s |
80s 246 | let mut buf = String::with_capacity(4);
80s | ^^^^^^ use of undeclared type `String`
...
81s autopkgtest [04:00:06]: @@@@@@@@@@@@@@@@@@@@ summary
81s rust-rxml-validation:@ PASS
81s librust-rxml-validation-dev: FAIL non-zero exit status 101
81s librust-rxml-validation+compact-str-dev:default PASS
81s librust-rxml-validation+compact-str-dev:std PASS
81s librust-rxml-validation+compact-str-dev:compact_str FAIL non-zero exit status 101
More information about the Pkg-rust-maintainers
mailing list