Package: rust-rustls-webpki Version: 0.101.2-2 Severity: serious
The autopkgtest for rust-rustls-webpki is failing with a bunch of file not found errors. the first of which is pasted below.
199s error: couldn't read src/../third-party/chromium/data/verify_signed_data/ecdsa-prime256v1-sha512-spki-params-null.pem: No such file or directory (os error 2) 199s --> src/signed_data.rs:443:13 199s | 199s 443 | / include_bytes!(concat!( 199s 444 | | "../third-party/chromium/data/verify_signed_data/", 199s 445 | | $file_name 199s 446 | | )) 199s | |______________^ 199s ... 199s 573 | / test_verify_signed_data!( 199s 574 | | test_ecdsa_prime256v1_sha512_spki_params_null, 199s 575 | | "ecdsa-prime256v1-sha512-spki-params-null.pem", 199s 576 | | Err(Error::UnsupportedSignatureAlgorithm) 199s 577 | | ); 199s | |_____- in this macro invocation 199s | 199s = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_verify_signed_data` (in Nightly builds, run with -Z macro-backtrace for more info)

