Package: rust-rustls
Version: 0.23.31+ds-2
Severity: serious
rust-rustls's autopkgtest is failing due to missing test data.
73s error: couldn't read `src/client/../../../test-ca/rsa-2048/client.key`: No
such file or directory (os error 2)
73s --> src/client/test.rs:476:18
73s |
73s 476 | &mut
include_bytes!("../../../test-ca/rsa-2048/client.key").as_slice(),
73s |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73s |
73s = note: this error originates in the macro `include_bytes` (in Nightly
builds, run with -Z macro-backtrace for more info)
73s
73s error: couldn't read `src/client/../../../test-ca/rsa-2048/ca.der`: No such file or directory (os error 2)
73s --> src/client/test.rs:706:38
73s |
73s 706 | r.add(CertificateDer::from_slice(include_bytes!(
73s | ______________________________________^
73s 707 | | "../../../test-ca/rsa-2048/ca.der"
73s 708 | | )))
73s | |_____^
73s |
73s = note: this error originates in the macro `include_bytes` (in Nightly
builds, run with -Z macro-backtrace for more info)
73s
73s error: couldn't read `src/server/../../../test-ca/rsa-2048/end.key`: No such file or directory (os error 2)
73s --> src/server/test.rs:270:18
73s |
73s 270 | &mut
include_bytes!("../../../test-ca/rsa-2048/end.key").as_slice(),
73s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73s |
73s = note: this error originates in the macro `include_bytes` (in Nightly
builds, run with -Z macro-backtrace for more info)
73s
73s error: couldn't read `src/server/../../../test-ca/rsa-2048/end.der`: No such file or directory (os error 2)
73s --> src/server/test.rs:277:35
73s |
73s 277 |
CertificateDer::from(&include_bytes!("../../../test-ca/rsa-2048/end.der")[..]),
73s |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73s |
73s = note: this error originates in the macro `include_bytes` (in Nightly
builds, run with -Z macro-backtrace for more info)
73s
73s error: couldn't read `src/server/../../../test-ca/rsa-2048/inter.der`: No such file or directory (os error 2)
73s --> src/server/test.rs:278:35
73s |
73s 278 |
CertificateDer::from(&include_bytes!("../../../test-ca/rsa-2048/inter.der")[..]),
73s |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73s |
73s = note: this error originates in the macro `include_bytes` (in Nightly
builds, run with -Z macro-backtrace for more info)
73s