[INFO] cloning repository https://github.com/ArthurHeymans/test-rustcrypto-mldsa
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArthurHeymans/test-rustcrypto-mldsa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArthurHeymans%2Ftest-rustcrypto-mldsa", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArthurHeymans%2Ftest-rustcrypto-mldsa'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 528b79eb266335c00e88ccefb2f0d07040039289
[INFO] testing ArthurHeymans/test-rustcrypto-mldsa against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArthurHeymans%2Ftest-rustcrypto-mldsa" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ArthurHeymans/test-rustcrypto-mldsa
[INFO] finished tweaking git repo https://github.com/ArthurHeymans/test-rustcrypto-mldsa
[INFO] tweaked toml for git repo https://github.com/ArthurHeymans/test-rustcrypto-mldsa written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ArthurHeymans/test-rustcrypto-mldsa on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ArthurHeymans/test-rustcrypto-mldsa already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07
[INFO] running `Command { std: "docker" "start" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling const-oid v0.10.0-rc.3
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling flagset v0.4.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0-rc.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hybrid-array v0.2.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling block-buffer v0.11.0-rc.3
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling der_derive v0.8.0-rc.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling digest v0.11.0-pre.9
[INFO] [stderr]    Compiling signature v2.3.0-pre.4
[INFO] [stderr]    Compiling sha1 v0.11.0-pre.4
[INFO] [stderr]    Compiling async-signature v0.6.0-pre.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling der v0.8.0-rc.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling spki v0.8.0-rc.1
[INFO] [stderr]    Compiling pkcs8 v0.11.0-rc.1
[INFO] [stderr]    Compiling x509-cert v0.3.0-pre.0 (https://github.com/RustCrypto/formats.git#5df7daf0)
[INFO] [stderr]    Compiling ml-dsa v0.1.0-pre.0 (https://github.com/RustCrypto/signatures?rev=e7c698a094c2cca3e28bda0fab4684f21fc5363a#e7c698a0)
[INFO] [stderr]    Compiling test-rustcrypto-mldsa v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `CertTemplateParam` is never constructed
[INFO] [stdout]   --> src/cert_rustcrypto.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct CertTemplateParam {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcgUeid` is never constructed
[INFO] [stdout]   --> src/cert_rustcrypto.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct TcgUeid<'a> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Fwid` is never constructed
[INFO] [stdout]   --> src/cert_rustcrypto.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct Fwid<'a> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FwidParam` is never constructed
[INFO] [stdout]   --> src/cert_rustcrypto.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct FwidParam<'a> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TCG_MULTI_TCB_INFO_OID` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 | const TCG_MULTI_TCB_INFO_OID: &str = "2.23.133.5.4.5";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_NOT_CONFIGURED` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | const FLAG_BIT_NOT_CONFIGURED: u32 = 1 << 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_NOT_SECURE` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 | const FLAG_BIT_NOT_SECURE: u32 = 1 << 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_DEBUG` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:79:7
[INFO] [stdout]    |
[INFO] [stdout] 79 | const FLAG_BIT_DEBUG: u32 = 1 << 3;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_FIXED_WIDTH` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | const FLAG_BIT_FIXED_WIDTH: u32 = 1 << 31;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_MASK` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:82:7
[INFO] [stdout]    |
[INFO] [stdout] 82 | const FLAG_MASK: u32 = FLAG_BIT_NOT_CONFIGURED 
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fixed_width_svn` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:87:4
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn fixed_width_svn(svn: u8) -> u16 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MultiTcbInfo` is never constructed
[INFO] [stdout]   --> src/cert_rustcrypto.rs:92:8
[INFO] [stdout]    |
[INFO] [stdout] 92 | struct MultiTcbInfo<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcbInfo` is never constructed
[INFO] [stdout]    --> src/cert_rustcrypto.rs:108:8
[INFO] [stdout]     |
[INFO] [stdout] 108 | struct TcbInfo<'a> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CertTemplateBuilder` is never constructed
[INFO] [stdout]    --> src/cert_rustcrypto.rs:174:12
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub struct CertTemplateBuilder<'a, Key> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BuilderKeys` is never used
[INFO] [stdout]    --> src/cert_rustcrypto.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub trait BuilderKeys: Sized {
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/cert_rustcrypto.rs:205:12
[INFO] [stdout]     |
[INFO] [stdout] 197 | / impl<'a, Key> CertTemplateBuilder<'a, Key>
[INFO] [stdout] 198 | | where
[INFO] [stdout] 199 | |     Key: BuilderKeys
[INFO] [stdout] 200 | |         + spki::SignatureAlgorithmIdentifier
[INFO] [stdout] 201 | |         + Keypair
[INFO] [stdout] 202 | |         + signature::Signer<<Key as BuilderKeys>::Signature>,
[INFO] [stdout] 203 | |     Key::VerifyingKey: EncodePublicKey,
[INFO] [stdout]     | |_______________________________________- associated items in this implementation
[INFO] [stdout] 204 |   {
[INFO] [stdout] 205 |       pub fn new() -> Self {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |       pub fn add_basic_constraints_ext(mut self, ca: bool, path_len: u32) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |       pub fn add_key_usage_ext(mut self, usage: KeyUsage) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |       pub fn add_ueid_ext(mut self, ueid: &'a [u8]) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 |       pub fn add_fmc_dice_tcb_info_ext(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 344 |       pub fn add_rt_dice_tcb_info_ext(mut self, svn: u8, fwids: &'a [FwidParam<'a>]) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 389 |       pub fn tbs_template(mut self, subject_cn: &str, issuer_cn: &str) -> TbsTemplate {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodeGen` is never constructed
[INFO] [stdout]   --> src/code_gen.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct CodeGen {}
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `gen_code` and `code` are never used
[INFO] [stdout]   --> src/code_gen.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl CodeGen {
[INFO] [stdout]    | ------------ associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn gen_code(type_name: &str, template: TbsTemplate, out_path: &str) {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     fn code(type_name: &str, template: TbsTemplate) -> String {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CsrTemplateParam` is never constructed
[INFO] [stdout]   --> src/csr_rustcrypto.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | struct CsrTemplateParam {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TcgUeid` is never constructed
[INFO] [stdout]   --> src/csr_rustcrypto.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct TcgUeid<'a> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CsrTemplateBuilder` is never constructed
[INFO] [stdout]   --> src/csr_rustcrypto.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct CsrTemplateBuilder<'a, Key> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BuilderKeys` is never used
[INFO] [stdout]   --> src/csr_rustcrypto.rs:65:11
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub trait BuilderKeys: Sized {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add_basic_constraints_ext`, `add_key_usage_ext`, `add_ueid_ext`, and `tbs_template` are never used
[INFO] [stdout]    --> src/csr_rustcrypto.rs:86:12
[INFO] [stdout]     |
[INFO] [stdout]  78 | / impl<'a, Key> CsrTemplateBuilder<'a, Key>
[INFO] [stdout]  79 | | where
[INFO] [stdout]  80 | |     Key: BuilderKeys
[INFO] [stdout]  81 | |         + spki::SignatureAlgorithmIdentifier
[INFO] [stdout]  82 | |         + Keypair
[INFO] [stdout]  83 | |         + signature::Signer<<Key as BuilderKeys>::Signature>,
[INFO] [stdout]  84 | |     Key::VerifyingKey: EncodePublicKey,
[INFO] [stdout]     | |_______________________________________- associated items in this implementation
[INFO] [stdout]  85 |   {
[INFO] [stdout]  86 |       pub fn new() -> Self {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |       pub fn add_basic_constraints_ext(mut self, ca: bool, path_len: u32) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |       pub fn add_key_usage_ext(mut self, usage: KeyUsage) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |       pub fn add_ueid_ext(mut self, ueid: &'a [u8]) -> Self {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |       pub fn tbs_template(mut self, subject_cn: &str) -> TbsTemplate {
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TbsParam` is never constructed
[INFO] [stdout]   --> src/tbs.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct TbsParam {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/tbs.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl TbsParam {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 26 |     /// Create an instance `TbsParam`
[INFO] [stdout] 27 |     pub fn new(name: &'static str, offset: usize, len: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TbsTemplate` is never constructed
[INFO] [stdout]   --> src/tbs.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct TbsTemplate {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `tbs`, and `params` are never used
[INFO] [stdout]   --> src/tbs.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl TbsTemplate {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 39 |     /// Create an instance of `TbsTemplate`
[INFO] [stdout] 40 |     pub fn new(template: Vec<u8>, params: Vec<TbsParam>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn tbs(&self) -> &[u8] {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn params(&self) -> &[TbsParam] {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_tbs` is never used
[INFO] [stdout]   --> src/tbs.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn get_tbs(der: Vec<u8>) -> Vec<u8> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_param` is never used
[INFO] [stdout]   --> src/tbs.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn init_param(needle: &[u8], haystack: &[u8], param: TbsParam) -> TbsParam {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sanitize` is never used
[INFO] [stdout]    --> src/tbs.rs:122:8
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub fn sanitize(param: TbsParam, buf: &mut [u8]) -> TbsParam {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
[INFO] running `Command { std: "docker" "inspect" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling test-rustcrypto-mldsa v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `FLAG_BIT_NOT_CONFIGURED` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 | const FLAG_BIT_NOT_CONFIGURED: u32 = 1 << 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_NOT_SECURE` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 | const FLAG_BIT_NOT_SECURE: u32 = 1 << 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_DEBUG` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:79:7
[INFO] [stdout]    |
[INFO] [stdout] 79 | const FLAG_BIT_DEBUG: u32 = 1 << 3;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_BIT_FIXED_WIDTH` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 | const FLAG_BIT_FIXED_WIDTH: u32 = 1 << 31;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FLAG_MASK` is never used
[INFO] [stdout]   --> src/cert_rustcrypto.rs:82:7
[INFO] [stdout]    |
[INFO] [stdout] 82 | const FLAG_MASK: u32 = FLAG_BIT_NOT_CONFIGURED 
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.24s
[INFO] running `Command { std: "docker" "inspect" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: constant `FLAG_BIT_NOT_CONFIGURED` is never used
[INFO] [stderr]   --> src/cert_rustcrypto.rs:77:7
[INFO] [stderr]    |
[INFO] [stderr] 77 | const FLAG_BIT_NOT_CONFIGURED: u32 = 1 << 0;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FLAG_BIT_NOT_SECURE` is never used
[INFO] [stderr]   --> src/cert_rustcrypto.rs:78:7
[INFO] [stderr]    |
[INFO] [stderr] 78 | const FLAG_BIT_NOT_SECURE: u32 = 1 << 1;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FLAG_BIT_DEBUG` is never used
[INFO] [stderr]   --> src/cert_rustcrypto.rs:79:7
[INFO] [stderr]    |
[INFO] [stderr] 79 | const FLAG_BIT_DEBUG: u32 = 1 << 3;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FLAG_BIT_FIXED_WIDTH` is never used
[INFO] [stderr]   --> src/cert_rustcrypto.rs:80:7
[INFO] [stderr]    |
[INFO] [stderr] 80 | const FLAG_BIT_FIXED_WIDTH: u32 = 1 << 31;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FLAG_MASK` is never used
[INFO] [stderr]   --> src/cert_rustcrypto.rs:82:7
[INFO] [stderr]    |
[INFO] [stderr] 82 | const FLAG_MASK: u32 = FLAG_BIT_NOT_CONFIGURED 
[INFO] [stderr]    |       ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `test-rustcrypto-mldsa` (bin "test-rustcrypto-mldsa" test) generated 5 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/test_rustcrypto_mldsa-026c5e46a13fdc83)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_gen_init_devid_csr_mldsa87 ... FAILED
[INFO] [stdout] test test_gen_fmc_alias_csr_mldsa87 ... FAILED
[INFO] [stdout] test test_gen_fmc_alias_cert_mldsa87 ... ok
[INFO] [stdout] test test_gen_rt_alias_cert_mldsa87 ... ok
[INFO] [stdout] test test_gen_local_devid_cert_mldsa87 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_gen_init_devid_csr_mldsa87 stdout ----
[INFO] [stdout] 
[INFO] [stdout] Subject names:
[INFO] [stdout]   2.5.4.5: Any { tag: Tag(0x13: PrintableString), value: BytesOwned { length: Length(64), inner: [65, 57, 57, 70, 54, 68, 67, 54, 56, 49, 52, 68, 65, 70, 66, 57, 69, 70, 55, 70, 56, 56, 50, 54, 65, 48, 55, 68, 57, 48, 52, 67, 68, 55, 67, 52, 70, 66, 52, 55, 56, 50, 52, 68, 68, 67, 54, 54, 48, 54, 55, 55, 51, 50, 50, 55, 70, 48, 54, 49, 54, 48, 70, 66] } }
[INFO] [stdout]   2.5.4.3: Any { tag: Tag(0x0c: UTF8String), value: BytesOwned { length: Length(27), inner: [67, 97, 108, 105, 112, 116, 114, 97, 32, 50, 46, 48, 32, 77, 108, 68, 115, 97, 56, 55, 32, 73, 68, 101, 118, 73, 68] } }
[INFO] [stdout] 
[INFO] [stdout] Public key:
[INFO] [stdout]   Algorithm: 2.16.840.1.101.3.4.3.19
[INFO] [stdout]   Parameters: None
[INFO] [stdout]   Key: BitString { unused_bits: 0, bit_length: 20736, inner: [180, 159, 100, 118, 86, 152, 134, 193, 145, 141, 250, 7, 146, 203, 87, 79, 31, 28, 64, 238, 151, 26, 85, 127, 228, 129, 210, 183, 169, 47, 216, 53, 18, 163, 62, 112, 243, 185, 238, 127, 213, 138, 233, 155, 182, 104, 244, 156, 245, 19, 90, 236, 75, 150, 16, 16, 122, 194, 238, 242, 167, 132, 82, 180, 49, 55, 178, 240, 81, 36, 58, 83, 215, 247, 129, 1, 134, 23, 143, 204, 203, 136, 184, 153, 16, 26, 70, 116, 67, 39, 157, 233, 220, 85, 236, 176, 33, 108, 185, 96, 167, 156, 125, 115, 176, 153, 188, 13, 28, 162, 197, 6, 45, 54, 188, 49, 4, 159, 58, 25, 112, 9, 114, 177, 249, 2, 159, 152, 107, 60, 49, 247, 203, 218, 193, 206, 185, 103, 172, 226, 209, 57, 33, 194, 157, 7, 80, 125, 181, 242, 247, 99, 75, 63, 184, 88, 74, 73, 5, 171, 246, 80, 1, 63, 251, 236, 64, 104, 14, 230, 96, 153, 137, 244, 133, 103, 111, 10, 211, 214, 34, 72, 2, 126, 103, 29, 139, 195, 136, 189, 20, 60, 187, 5, 209, 204, 235, 169, 46, 165, 238, 123, 218, 20, 34, 221, 204, 183, 77, 51, 186, 241, 46, 10, 115, 159, 255, 209, 146, 62, 135, 101, 45, 34, 45, 196, 110, 47, 174, 111, 110, 160, 171, 200, 151, 19, 203, 33, 226, 177, 47, 168, 15, 202, 135, 132, 3, 136, 3, 28, 76, 175, 33, 142, 46, 77, 79, 141, 214, 63, 109, 91, 130, 241, 99, 140, 35, 126, 118, 208, 156, 100, 22, 178, 133, 207, 96, 147, 2, 204, 39, 154, 166, 130, 36, 70, 126, 21, 213, 58, 7, 219, 204, 113, 111, 197, 209, 33, 179, 213, 207, 83, 175, 25, 104, 229, 214, 115, 47, 92, 155, 68, 246, 173, 233, 248, 133, 142, 13, 75, 119, 144, 86, 4, 222, 92, 114, 102, 79, 251, 153, 194, 51, 62, 160, 21, 196, 237, 121, 4, 33, 164, 195, 119, 1, 125, 38, 179, 13, 224, 138, 121, 15, 220, 212, 236, 17, 23, 154, 135, 180, 129, 170, 204, 205, 107, 133, 15, 82, 87, 188, 250, 172, 142, 56, 100, 188, 153, 151, 102, 77, 226, 199, 84, 75, 233, 149, 106, 68, 213, 135, 23, 19, 87, 194, 91, 204, 119, 83, 57, 142, 71, 117, 11, 91, 8, 152, 210, 58, 45, 244, 192, 136, 165, 252, 134, 76, 145, 57, 139, 149, 2, 37, 140, 219, 64, 219, 52, 238, 76, 49, 244, 110, 174, 129, 99, 163, 50, 232, 171, 19, 198, 242, 232, 164, 147, 51, 78, 169, 19, 122, 16, 40, 14, 40, 138, 27, 139, 12, 41, 22, 17, 135, 173, 184, 115, 233, 122, 101, 59, 133, 132, 234, 160, 123, 82, 230, 27, 81, 253, 242, 196, 179, 57, 232, 176, 167, 50, 78, 210, 186, 174, 161, 241, 93, 89, 18, 32, 119, 62, 249, 225, 115, 119, 60, 161, 244, 245, 175, 17, 162, 47, 229, 106, 122, 5, 149, 105, 106, 55, 183, 91, 139, 198, 199, 136, 53, 176, 170, 71, 230, 120, 231, 12, 22, 74, 219, 157, 194, 243, 252, 126, 163, 119, 233, 215, 243, 216, 67, 14, 144, 229, 253, 89, 218, 159, 38, 150, 170, 74, 110, 162, 23, 42, 34, 151, 22, 213, 42, 16, 174, 80, 223, 93, 135, 222, 43, 250, 29, 3, 72, 130, 210, 236, 9, 224, 159, 151, 14, 226, 97, 64, 191, 101, 15, 39, 37, 238, 198, 250, 112, 8, 151, 161, 239, 98, 91, 113, 125, 100, 210, 211, 65, 179, 186, 101, 193, 249, 30, 161, 228, 78, 52, 30, 120, 15, 151, 111, 151, 161, 11, 37, 239, 44, 119, 228, 64, 245, 234, 27, 95, 8, 120, 89, 187, 155, 107, 250, 127, 34, 154, 31, 118, 88, 74, 193, 66, 179, 45, 28, 214, 96, 37, 118, 50, 60, 155, 206, 200, 164, 78, 97, 40, 253, 50, 71, 58, 192, 58, 194, 15, 99, 155, 135, 112, 73, 65, 176, 52, 207, 20, 171, 92, 62, 225, 181, 178, 97, 151, 228, 189, 137, 64, 110, 94, 63, 212, 82, 158, 19, 123, 113, 233, 199, 85, 74, 78, 168, 216, 34, 51, 55, 165, 184, 183, 150, 155, 62, 42, 124, 92, 77, 233, 203, 155, 17, 155, 33, 203, 210, 41, 114, 250, 82, 5, 94, 11, 113, 250, 122, 226, 113, 62, 108, 123, 47, 68, 97, 198, 48, 22, 194, 226, 22, 194, 179, 119, 149, 55, 27, 143, 193, 74, 92, 191, 179, 199, 170, 118, 122, 27, 178, 140, 42, 97, 201, 193, 59, 13, 75, 54, 65, 59, 239, 72, 71, 222, 137, 189, 87, 238, 45, 196, 167, 232, 19, 53, 108, 71, 169, 23, 121, 72, 6, 146, 112, 185, 6, 121, 160, 13, 241, 201, 194, 124, 176, 43, 179, 220, 39, 72, 96, 215, 131, 191, 174, 21, 72, 168, 84, 31, 157, 64, 237, 187, 44, 218, 240, 170, 254, 102, 61, 22, 240, 35, 106, 83, 167, 245, 175, 251, 19, 197, 79, 125, 222, 83, 54, 85, 8, 153, 221, 47, 61, 190, 135, 138, 228, 111, 109, 119, 208, 131, 165, 180, 21, 120, 196, 104, 49, 250, 15, 220, 91, 116, 64, 53, 61, 5, 21, 112, 40, 92, 23, 127, 172, 110, 19, 69, 203, 30, 72, 35, 30, 244, 87, 134, 156, 80, 20, 52, 158, 141, 62, 53, 190, 117, 126, 32, 118, 128, 154, 45, 255, 20, 91, 219, 48, 119, 190, 123, 110, 148, 59, 5, 248, 248, 115, 163, 184, 186, 198, 36, 29, 203, 122, 209, 247, 188, 216, 128, 228, 137, 70, 229, 110, 248, 219, 108, 163, 137, 211, 221, 63, 186, 82, 194, 82, 228, 103, 13, 250, 247, 227, 236, 13, 90, 112, 215, 32, 136, 243, 220, 242, 183, 126, 230, 188, 65, 76, 229, 167, 189, 1, 143, 162, 169, 115, 133, 76, 221, 168, 108, 63, 109, 115, 197, 139, 23, 22, 123, 103, 44, 70, 193, 201, 212, 15, 95, 135, 17, 63, 213, 16, 151, 51, 180, 216, 61, 215, 144, 20, 216, 164, 188, 36, 41, 120, 121, 139, 216, 120, 47, 63, 118, 183, 92, 188, 106, 41, 55, 148, 194, 150, 32, 11, 84, 49, 131, 169, 73, 8, 113, 13, 59, 56, 38, 239, 169, 166, 142, 201, 22, 254, 3, 153, 9, 115, 28, 65, 25, 24, 101, 59, 21, 54, 223, 65, 127, 189, 64, 162, 117, 182, 203, 248, 244, 212, 131, 154, 10, 247, 167, 238, 221, 79, 131, 131, 5, 7, 202, 33, 180, 213, 95, 25, 32, 137, 218, 96, 56, 10, 234, 249, 218, 180, 29, 152, 52, 35, 138, 32, 8, 184, 252, 50, 64, 255, 74, 110, 172, 53, 48, 129, 25, 50, 103, 66, 206, 181, 111, 255, 206, 75, 63, 250, 192, 187, 98, 165, 57, 129, 189, 72, 255, 35, 24, 47, 216, 179, 200, 214, 204, 154, 99, 54, 227, 202, 88, 117, 73, 59, 115, 10, 245, 96, 207, 71, 208, 82, 4, 181, 77, 142, 68, 87, 223, 207, 237, 129, 107, 238, 237, 1, 74, 38, 128, 52, 85, 110, 129, 191, 72, 151, 157, 90, 46, 52, 224, 198, 188, 29, 238, 232, 104, 55, 3, 7, 102, 249, 74, 209, 36, 93, 198, 173, 152, 231, 247, 67, 235, 97, 120, 5, 52, 159, 107, 206, 182, 153, 8, 53, 122, 137, 230, 24, 197, 38, 105, 45, 41, 164, 126, 194, 119, 59, 189, 149, 238, 137, 95, 157, 239, 30, 207, 28, 184, 61, 250, 55, 38, 144, 66, 132, 144, 99, 155, 4, 251, 245, 113, 88, 216, 16, 111, 42, 62, 224, 78, 185, 39, 98, 163, 152, 57, 142, 56, 10, 167, 113, 23, 60, 114, 107, 18, 59, 78, 6, 237, 223, 201, 252, 224, 218, 122, 38, 165, 88, 77, 91, 25, 41, 4, 114, 211, 182, 114, 254, 46, 9, 226, 162, 8, 136, 10, 20, 148, 152, 17, 70, 23, 196, 4, 7, 46, 152, 214, 126, 83, 103, 223, 112, 101, 18, 54, 117, 144, 237, 160, 55, 242, 192, 168, 85, 215, 249, 132, 189, 89, 255, 66, 59, 9, 60, 21, 61, 212, 8, 136, 43, 248, 242, 96, 69, 190, 133, 29, 17, 66, 21, 212, 141, 20, 222, 157, 237, 127, 239, 131, 160, 74, 71, 224, 47, 60, 40, 53, 57, 211, 115, 44, 3, 83, 75, 173, 167, 146, 158, 165, 170, 92, 82, 217, 114, 239, 158, 215, 204, 1, 105, 40, 159, 254, 136, 181, 46, 218, 205, 128, 158, 131, 97, 185, 239, 9, 148, 139, 181, 31, 21, 77, 163, 223, 107, 3, 193, 104, 187, 249, 108, 222, 60, 41, 209, 163, 29, 240, 205, 243, 93, 142, 168, 55, 153, 203, 19, 236, 227, 90, 77, 136, 94, 135, 205, 176, 220, 73, 190, 126, 155, 43, 108, 22, 243, 22, 198, 237, 46, 237, 209, 74, 213, 79, 32, 219, 143, 209, 35, 116, 111, 11, 91, 140, 133, 93, 122, 147, 69, 133, 255, 75, 186, 85, 212, 166, 143, 204, 20, 99, 39, 184, 157, 202, 95, 175, 246, 41, 93, 195, 226, 25, 122, 1, 178, 112, 151, 149, 200, 51, 251, 163, 148, 41, 193, 129, 236, 227, 238, 150, 20, 215, 29, 73, 97, 136, 248, 204, 160, 75, 16, 4, 227, 164, 6, 36, 248, 30, 213, 90, 5, 78, 234, 236, 63, 143, 225, 232, 184, 97, 86, 33, 133, 33, 237, 85, 174, 41, 238, 0, 120, 57, 14, 207, 63, 51, 190, 4, 196, 1, 239, 155, 79, 39, 182, 23, 107, 164, 217, 105, 24, 235, 108, 51, 211, 136, 153, 31, 246, 27, 186, 184, 191, 145, 84, 110, 18, 113, 75, 175, 167, 99, 189, 33, 210, 51, 156, 142, 102, 156, 119, 18, 76, 4, 86, 195, 110, 167, 42, 47, 179, 25, 30, 203, 199, 70, 223, 39, 1, 118, 128, 211, 203, 113, 6, 183, 15, 44, 58, 164, 148, 222, 61, 181, 154, 255, 71, 144, 189, 82, 132, 71, 169, 121, 49, 53, 79, 147, 132, 93, 49, 103, 25, 125, 174, 28, 150, 243, 176, 49, 107, 41, 69, 151, 144, 194, 126, 176, 15, 119, 91, 25, 111, 217, 196, 2, 30, 70, 134, 109, 14, 134, 95, 68, 201, 220, 76, 56, 87, 55, 121, 116, 29, 191, 24, 6, 246, 110, 174, 2, 1, 95, 218, 206, 171, 69, 45, 13, 244, 239, 246, 29, 30, 99, 133, 157, 193, 119, 36, 176, 233, 138, 123, 239, 227, 249, 174, 41, 173, 90, 181, 63, 133, 116, 219, 36, 167, 169, 73, 16, 0, 139, 19, 162, 139, 69, 225, 157, 150, 93, 181, 108, 124, 149, 137, 198, 117, 85, 252, 85, 108, 240, 242, 70, 50, 171, 212, 87, 159, 229, 51, 127, 128, 53, 8, 58, 184, 222, 177, 182, 179, 40, 146, 36, 198, 79, 36, 125, 66, 212, 184, 175, 234, 240, 159, 0, 209, 135, 168, 182, 23, 106, 13, 104, 30, 215, 208, 36, 246, 37, 95, 4, 61, 38, 8, 59, 13, 100, 163, 30, 123, 219, 80, 206, 245, 47, 11, 184, 136, 211, 100, 27, 53, 158, 115, 120, 187, 213, 88, 52, 125, 116, 47, 35, 104, 73, 142, 39, 150, 242, 108, 120, 181, 34, 151, 3, 146, 134, 53, 142, 166, 110, 33, 17, 121, 102, 179, 209, 172, 231, 66, 147, 43, 178, 71, 10, 102, 36, 128, 255, 206, 173, 240, 136, 57, 234, 148, 84, 3, 253, 122, 82, 49, 215, 77, 247, 198, 189, 189, 121, 111, 156, 61, 153, 18, 245, 167, 174, 227, 150, 226, 43, 13, 0, 147, 145, 32, 75, 39, 73, 238, 152, 126, 164, 239, 129, 197, 16, 2, 85, 169, 201, 23, 113, 78, 6, 86, 0, 195, 213, 172, 118, 79, 147, 169, 244, 53, 23, 64, 102, 162, 54, 31, 12, 142, 124, 240, 159, 215, 89, 92, 105, 247, 45, 104, 6, 75, 95, 91, 38, 237, 135, 132, 249, 248, 97, 189, 177, 159, 154, 38, 18, 160, 230, 81, 71, 128, 174, 119, 159, 173, 71, 226, 14, 218, 22, 110, 82, 24, 54, 115, 75, 248, 140, 208, 220, 116, 14, 218, 154, 124, 44, 50, 4, 233, 123, 251, 28, 88, 158, 237, 197, 137, 22, 154, 83, 22, 22, 100, 89, 125, 255, 39, 148, 167, 220, 120, 233, 151, 207, 139, 133, 115, 105, 255, 49, 29, 219, 22, 29, 236, 253, 52, 75, 168, 98, 57, 203, 94, 120, 20, 84, 202, 207, 172, 66, 146, 86, 6, 41, 155, 64, 44, 11, 60, 217, 108, 46, 36, 0, 102, 81, 130, 101, 166, 155, 234, 92, 120, 216, 63, 95, 152, 245, 102, 70, 212, 22, 94, 77, 117, 164, 238, 127, 185, 246, 233, 129, 76, 165, 77, 213, 108, 207, 135, 80, 175, 232, 34, 96, 165, 218, 208, 119, 152, 152, 132, 41, 122, 207, 201, 234, 113, 182, 222, 232, 227, 132, 161, 43, 21, 231, 86, 68, 181, 139, 209, 177, 150, 136, 184, 252, 62, 50, 67, 198, 85, 125, 243, 138, 184, 144, 86, 59, 89, 85, 181, 78, 46, 142, 32, 235, 137, 131, 48, 116, 18, 19, 88, 24, 230, 229, 181, 112, 92, 162, 255, 188, 15, 248, 237, 101, 167, 251, 103, 46, 13, 97, 232, 184, 117, 119, 45, 81, 146, 116, 88, 123, 25, 19, 140, 163, 255, 247, 127, 41, 135, 152, 210, 90, 176, 177, 88, 41, 61, 79, 44, 184, 83, 23, 162, 184, 190, 93, 91, 94, 103, 25, 187, 105, 142, 30, 185, 251, 245, 87, 66, 22, 150, 49, 159, 33, 117, 38, 141, 231, 181, 52, 47, 27, 9, 195, 151, 253, 226, 52, 206, 193, 206, 182, 143, 137, 112, 59, 117, 224, 197, 197, 215, 9, 96, 240, 161, 81, 142, 228, 106, 127, 181, 254, 123, 210, 96, 246, 135, 156, 196, 242, 219, 74, 53, 66, 37, 63, 60, 30, 95, 102, 164, 137, 15, 50, 72, 11, 126, 237, 61, 241, 233, 77, 221, 79, 59, 100, 97, 252, 248, 60, 193, 49, 5, 217, 188, 173, 202, 63, 120, 47, 13, 51, 62, 28, 47, 78, 39, 64, 141, 174, 210, 94, 161, 213, 218, 192, 43, 25, 158, 117, 78, 93, 222, 146, 206, 230, 22, 128, 60, 129, 50, 113, 103, 95, 102, 227, 155, 98, 101, 21, 138, 82, 106, 176, 13, 92, 229, 80, 112, 95, 144, 16, 60, 138, 19, 162, 70, 41, 74, 64, 70, 196, 53, 61, 11, 136, 151, 95, 180, 178, 6, 136, 4, 25, 91, 96, 38, 155, 43, 179, 50, 139, 54, 125, 228, 35, 82, 87, 246, 171, 125, 167, 52, 138, 196, 209, 248, 26, 160, 102, 251, 10, 202, 103, 70, 139, 9, 111, 148, 137, 84, 14, 171, 6, 203, 62, 38, 19, 147, 150, 64, 228, 239, 174, 14, 109, 90, 105, 12, 11, 72, 60, 30, 241, 171, 140, 136, 138, 20, 80, 8, 39, 217, 182, 28, 65, 220, 178, 34, 120, 173, 32, 80, 182, 108, 29, 136, 178, 20, 99, 145, 142, 194, 13, 99, 146, 42, 205, 118, 67, 45, 193, 162, 118, 190, 222, 161, 159, 70, 181, 83, 62, 103, 195, 228] }
[INFO] [stdout] 
[INFO] [stdout] Attributes:
[INFO] [stdout]   OID: 1.2.840.113549.1.9.14
[INFO] [stdout]   Extensions:
[INFO] [stdout]     ID: 2.5.29.19
[INFO] [stdout]     Critical: true
[INFO] [stdout]     Value: OctetString { inner: [48, 6, 1, 1, 255, 2, 1, 5] }
[INFO] [stdout]     ID: 2.23.133.5.4.4
[INFO] [stdout]     Critical: true
[INFO] [stdout]     Value: OctetString { inner: [48, 19, 4, 17, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255] }
[INFO] [stdout] 
[INFO] [stdout] thread 'test_gen_init_devid_csr_mldsa87' (642) panicked at src/csr_rustcrypto.rs:197:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6470d0004021 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6470d0004021 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6470d0004021 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6470d0004021 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6470d0019d3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6470d0019d3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6470d000852c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6470d000852c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6470cffe2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6470cffe2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6470cfffbec9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6470cfedb150 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6470cfedb150 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6470cfffc1f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6470cfffc1f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6470cffe20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6470cffd9a19 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6470cffe2cad - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6470d001a4fc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6470d001a272 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6470cfe444be - <core[6883ba1bc0fe4ed1]::result::Result<(), core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x6470cfe444be - <test_rustcrypto_mldsa[a83d55c69814b58e]::csr_rustcrypto::CsrTemplateBuilder<ml_dsa[a0b64fc67a078d0c]::KeyPair<ml_dsa[a0b64fc67a078d0c]::MlDsa87>>>::tbs_template
[INFO] [stdout]                                at /opt/rustwide/workdir/src/csr_rustcrypto.rs:197:42
[INFO] [stdout]   22:     0x6470cfe4ebcb - test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_init_devid_csr_mldsa87
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:33:25
[INFO] [stdout]   23:     0x6470cfe4dd47 - test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_init_devid_csr_mldsa87::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:13:37
[INFO] [stdout]   24:     0x6470cfe84a36 - <test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_init_devid_csr_mldsa87::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6470cfece48b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x6470cfece48b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x6470cfedbad5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x6470cfedbad5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x6470cfedbad5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x6470cfedbad5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x6470cfed6584 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x6470cfed6584 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x6470cfedec22 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x6470cfedec22 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x6470cfedec22 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x6470cfedec22 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6470cfedec22 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x6470cfedec22 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x6470cfedec22 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x6470d000369f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   44:     0x6470d000369f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x7d087c6afaa4 - <unknown>
[INFO] [stdout]   46:     0x7d087c73ca64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_gen_fmc_alias_csr_mldsa87 stdout ----
[INFO] [stdout] 
[INFO] [stdout] Subject names:
[INFO] [stdout]   2.5.4.5: Any { tag: Tag(0x13: PrintableString), value: BytesOwned { length: Length(64), inner: [67, 65, 67, 49, 55, 55, 70, 66, 54, 65, 48, 70, 50, 51, 57, 50, 54, 51, 53, 51, 54, 65, 48, 51, 54, 51, 55, 56, 67, 69, 57, 48, 69, 49, 66, 52, 57, 68, 48, 70, 57, 52, 50, 69, 66, 68, 51, 48, 55, 54, 65, 48, 65, 51, 49, 70, 68, 70, 48, 57, 70, 69, 68, 49] } }
[INFO] [stdout]   2.5.4.3: Any { tag: Tag(0x0c: UTF8String), value: BytesOwned { length: Length(30), inner: [67, 97, 108, 105, 112, 116, 114, 97, 32, 50, 46, 48, 32, 77, 108, 68, 115, 97, 56, 55, 32, 70, 77, 67, 32, 65, 108, 105, 97, 115] } }
[INFO] [stdout] 
[INFO] [stdout] Public key:
[INFO] [stdout]   Algorithm: 2.16.840.1.101.3.4.3.19
[INFO] [stdout]   Parameters: None
[INFO] [stdout]   Key: BitString { unused_bits: 0, bit_length: 20736, inner: [226, 252, 63, 44, 73, 110, 233, 48, 209, 185, 20, 253, 232, 36, 211, 1, 195, 67, 201, 75, 177, 210, 199, 181, 71, 18, 233, 73, 78, 67, 248, 111, 69, 95, 14, 220, 194, 227, 196, 197, 114, 232, 31, 101, 14, 85, 25, 245, 102, 221, 206, 95, 80, 92, 246, 242, 21, 205, 163, 54, 219, 84, 26, 137, 203, 99, 202, 61, 94, 58, 114, 87, 172, 96, 1, 243, 193, 173, 38, 82, 183, 205, 129, 62, 86, 69, 81, 42, 133, 16, 225, 72, 63, 163, 179, 156, 25, 22, 13, 212, 174, 242, 117, 85, 67, 181, 78, 240, 87, 92, 194, 169, 14, 241, 242, 84, 49, 247, 112, 99, 204, 232, 50, 150, 97, 68, 83, 66, 150, 12, 198, 243, 80, 242, 114, 13, 176, 63, 136, 236, 169, 235, 14, 221, 89, 160, 152, 140, 35, 6, 184, 87, 123, 183, 68, 73, 200, 49, 236, 57, 181, 87, 110, 203, 144, 116, 1, 53, 144, 133, 142, 25, 106, 107, 177, 95, 155, 230, 213, 196, 142, 35, 125, 70, 162, 155, 183, 36, 133, 128, 213, 209, 53, 79, 171, 80, 190, 153, 179, 113, 214, 15, 154, 206, 246, 253, 1, 195, 128, 141, 4, 240, 180, 126, 71, 31, 158, 163, 157, 240, 91, 114, 48, 122, 154, 65, 186, 175, 120, 66, 65, 116, 62, 3, 182, 70, 244, 85, 141, 246, 180, 34, 50, 28, 94, 89, 111, 216, 80, 65, 159, 123, 45, 74, 168, 127, 186, 74, 20, 101, 218, 64, 6, 252, 186, 151, 211, 115, 108, 227, 23, 68, 235, 160, 254, 75, 42, 51, 55, 102, 33, 107, 161, 174, 92, 16, 187, 171, 0, 237, 97, 98, 35, 68, 214, 241, 80, 252, 29, 188, 93, 182, 7, 189, 33, 132, 126, 56, 84, 70, 2, 186, 116, 94, 202, 219, 117, 83, 162, 106, 101, 197, 94, 37, 220, 171, 180, 164, 252, 7, 195, 20, 86, 45, 164, 221, 169, 11, 38, 238, 184, 17, 8, 179, 164, 127, 62, 148, 56, 115, 32, 134, 196, 9, 125, 19, 255, 136, 88, 68, 149, 91, 212, 197, 201, 60, 67, 201, 102, 76, 105, 1, 218, 96, 216, 96, 34, 97, 157, 150, 97, 207, 68, 123, 173, 169, 53, 209, 37, 118, 66, 146, 221, 122, 124, 174, 197, 162, 167, 243, 111, 143, 243, 49, 187, 228, 117, 170, 148, 192, 192, 44, 198, 218, 24, 95, 30, 44, 28, 235, 41, 153, 16, 55, 120, 131, 159, 131, 61, 31, 192, 17, 213, 167, 42, 231, 175, 66, 218, 21, 250, 144, 116, 127, 246, 10, 59, 122, 220, 37, 32, 123, 128, 29, 94, 230, 90, 33, 148, 191, 166, 111, 8, 197, 170, 152, 106, 151, 39, 119, 182, 221, 73, 22, 1, 110, 193, 54, 157, 25, 88, 64, 254, 164, 152, 255, 4, 63, 237, 170, 74, 119, 78, 189, 65, 235, 149, 50, 94, 229, 39, 214, 48, 169, 21, 228, 149, 147, 18, 98, 74, 212, 59, 231, 58, 219, 136, 177, 136, 187, 134, 222, 127, 17, 181, 20, 235, 162, 166, 53, 42, 179, 243, 89, 186, 2, 18, 56, 90, 168, 188, 138, 172, 148, 126, 192, 222, 162, 215, 225, 130, 70, 11, 225, 102, 72, 195, 164, 158, 62, 77, 89, 75, 71, 167, 133, 210, 75, 219, 74, 3, 93, 52, 64, 180, 169, 171, 100, 212, 76, 232, 152, 22, 8, 47, 55, 155, 55, 128, 20, 84, 159, 51, 109, 175, 229, 19, 234, 174, 96, 149, 5, 47, 71, 108, 110, 61, 68, 117, 114, 189, 92, 174, 68, 185, 7, 52, 231, 175, 171, 106, 120, 101, 48, 40, 75, 17, 167, 93, 199, 29, 150, 49, 63, 246, 222, 81, 47, 201, 186, 119, 95, 189, 57, 65, 154, 34, 203, 32, 166, 166, 101, 212, 143, 18, 246, 125, 98, 166, 102, 157, 91, 94, 118, 87, 164, 19, 107, 64, 35, 135, 166, 206, 186, 155, 4, 185, 233, 162, 230, 71, 33, 248, 147, 70, 40, 179, 70, 165, 255, 62, 160, 49, 64, 118, 97, 157, 225, 94, 8, 1, 241, 100, 144, 170, 223, 170, 117, 77, 204, 23, 77, 51, 194, 33, 124, 129, 125, 148, 46, 190, 96, 162, 156, 33, 51, 57, 115, 151, 245, 224, 247, 194, 189, 190, 246, 68, 120, 31, 190, 164, 153, 233, 30, 58, 58, 19, 182, 232, 203, 55, 193, 51, 160, 195, 15, 5, 35, 219, 232, 148, 50, 107, 230, 56, 136, 76, 18, 89, 77, 173, 22, 218, 220, 196, 205, 182, 178, 175, 97, 165, 143, 142, 30, 101, 118, 248, 28, 40, 185, 216, 175, 63, 211, 98, 49, 233, 145, 86, 192, 166, 104, 198, 242, 195, 242, 151, 127, 50, 102, 169, 70, 232, 69, 217, 86, 173, 221, 182, 195, 171, 227, 219, 0, 81, 176, 140, 230, 97, 76, 102, 27, 149, 22, 88, 21, 31, 223, 106, 86, 113, 197, 221, 21, 157, 16, 192, 31, 102, 83, 237, 124, 93, 117, 21, 172, 37, 190, 140, 199, 41, 253, 90, 137, 23, 137, 205, 9, 235, 17, 168, 174, 6, 113, 127, 177, 108, 155, 244, 193, 156, 5, 110, 42, 139, 233, 25, 224, 183, 147, 151, 205, 133, 117, 173, 117, 99, 138, 130, 162, 190, 35, 207, 246, 68, 206, 200, 137, 55, 192, 73, 87, 11, 127, 109, 169, 155, 148, 43, 144, 245, 70, 191, 229, 186, 196, 205, 67, 165, 154, 188, 163, 170, 92, 46, 168, 154, 238, 44, 4, 222, 32, 245, 56, 68, 113, 170, 131, 185, 89, 216, 148, 189, 97, 223, 149, 120, 66, 89, 186, 200, 13, 228, 187, 250, 166, 227, 98, 15, 238, 51, 14, 9, 218, 70, 70, 204, 149, 251, 104, 87, 238, 36, 254, 177, 177, 37, 236, 53, 30, 239, 85, 72, 214, 208, 185, 146, 74, 132, 251, 100, 63, 107, 57, 133, 227, 7, 128, 222, 135, 83, 47, 27, 74, 60, 226, 54, 202, 217, 3, 33, 100, 97, 25, 198, 138, 169, 199, 171, 204, 126, 80, 240, 149, 237, 142, 181, 92, 12, 212, 209, 214, 182, 49, 226, 240, 63, 11, 242, 152, 6, 151, 160, 160, 114, 223, 204, 19, 179, 58, 175, 128, 33, 157, 140, 96, 167, 55, 47, 177, 220, 121, 184, 187, 84, 133, 193, 149, 78, 198, 36, 180, 243, 164, 39, 194, 232, 233, 20, 117, 21, 40, 222, 190, 0, 107, 229, 101, 62, 94, 53, 153, 80, 193, 202, 215, 135, 32, 187, 95, 167, 146, 229, 230, 195, 126, 33, 61, 200, 50, 117, 174, 189, 168, 23, 75, 155, 68, 127, 214, 250, 206, 175, 212, 140, 234, 224, 75, 28, 250, 43, 131, 145, 208, 95, 92, 2, 123, 199, 175, 230, 67, 1, 146, 235, 84, 53, 107, 143, 149, 194, 175, 87, 133, 232, 254, 195, 163, 228, 196, 90, 26, 23, 193, 151, 124, 197, 169, 84, 234, 28, 31, 7, 106, 17, 224, 148, 29, 79, 216, 186, 99, 117, 38, 187, 227, 24, 10, 68, 35, 250, 234, 18, 64, 120, 210, 164, 63, 141, 6, 149, 192, 150, 3, 214, 131, 83, 220, 229, 137, 228, 209, 169, 44, 240, 0, 15, 135, 51, 222, 203, 32, 255, 182, 197, 118, 192, 208, 220, 248, 31, 165, 94, 158, 40, 57, 239, 172, 232, 44, 80, 251, 179, 93, 242, 225, 213, 3, 146, 187, 86, 44, 77, 94, 94, 26, 9, 7, 169, 139, 11, 50, 126, 17, 74, 199, 141, 91, 89, 148, 25, 103, 239, 78, 150, 75, 5, 13, 143, 52, 173, 197, 175, 223, 7, 118, 119, 112, 8, 182, 208, 17, 166, 195, 66, 141, 39, 195, 184, 253, 167, 204, 115, 82, 107, 114, 235, 99, 235, 86, 165, 95, 113, 151, 203, 180, 8, 97, 85, 227, 138, 141, 97, 35, 4, 211, 37, 141, 168, 123, 237, 137, 173, 162, 237, 245, 52, 148, 243, 119, 40, 184, 58, 133, 72, 252, 39, 144, 29, 4, 179, 52, 78, 145, 91, 22, 166, 204, 151, 55, 12, 206, 9, 56, 72, 174, 171, 215, 238, 13, 221, 207, 148, 158, 35, 138, 14, 4, 27, 102, 125, 91, 111, 191, 103, 92, 40, 24, 17, 158, 209, 195, 78, 32, 204, 82, 187, 4, 53, 136, 224, 6, 254, 26, 129, 5, 207, 100, 189, 227, 44, 242, 244, 90, 45, 190, 237, 87, 52, 65, 65, 221, 77, 23, 61, 29, 45, 80, 255, 39, 171, 63, 212, 36, 4, 63, 190, 225, 46, 193, 3, 23, 26, 240, 94, 72, 71, 139, 172, 103, 230, 116, 255, 200, 130, 88, 132, 13, 159, 76, 183, 64, 154, 9, 19, 95, 55, 28, 120, 169, 85, 166, 81, 27, 250, 121, 15, 15, 52, 135, 41, 11, 218, 34, 49, 234, 59, 23, 120, 154, 223, 101, 26, 187, 5, 169, 163, 186, 103, 172, 82, 4, 47, 208, 55, 72, 55, 144, 24, 115, 88, 230, 97, 25, 205, 159, 197, 119, 172, 207, 7, 114, 55, 229, 184, 104, 219, 57, 105, 117, 238, 221, 60, 155, 197, 22, 255, 50, 144, 85, 113, 253, 135, 217, 130, 244, 142, 177, 83, 40, 157, 163, 4, 47, 195, 22, 64, 163, 121, 56, 10, 74, 217, 150, 96, 75, 18, 77, 242, 10, 205, 250, 202, 131, 189, 138, 89, 145, 155, 7, 5, 204, 74, 232, 103, 145, 207, 74, 219, 1, 213, 166, 64, 18, 100, 223, 237, 65, 200, 139, 151, 130, 123, 109, 4, 22, 46, 88, 76, 98, 52, 203, 246, 136, 230, 41, 127, 152, 69, 191, 48, 156, 159, 217, 143, 6, 142, 118, 186, 88, 98, 191, 191, 175, 135, 226, 76, 217, 179, 69, 99, 123, 116, 121, 159, 76, 203, 223, 241, 18, 200, 64, 38, 39, 14, 230, 157, 112, 210, 113, 82, 250, 119, 165, 46, 179, 6, 223, 115, 12, 118, 239, 107, 4, 211, 160, 41, 27, 90, 198, 136, 213, 196, 190, 34, 188, 96, 14, 47, 229, 208, 94, 193, 42, 19, 244, 186, 6, 93, 71, 213, 221, 174, 188, 62, 118, 102, 115, 116, 123, 4, 136, 253, 75, 74, 201, 7, 62, 54, 81, 81, 190, 129, 4, 90, 28, 131, 90, 13, 192, 84, 177, 81, 77, 153, 236, 30, 54, 93, 72, 240, 124, 224, 168, 165, 61, 134, 12, 160, 45, 66, 115, 118, 114, 246, 134, 253, 207, 241, 211, 55, 1, 71, 14, 180, 6, 50, 246, 233, 28, 73, 195, 205, 255, 57, 164, 146, 202, 191, 101, 14, 113, 44, 224, 128, 77, 148, 113, 63, 202, 236, 203, 188, 184, 160, 249, 48, 17, 57, 22, 200, 99, 177, 56, 132, 95, 219, 162, 45, 82, 64, 166, 161, 184, 42, 255, 190, 28, 129, 166, 110, 253, 69, 35, 147, 188, 183, 187, 108, 213, 24, 46, 241, 130, 147, 88, 62, 126, 59, 225, 91, 123, 89, 206, 222, 118, 165, 23, 182, 132, 138, 15, 59, 13, 182, 79, 249, 86, 58, 113, 35, 171, 133, 122, 243, 58, 4, 142, 94, 34, 17, 52, 129, 234, 90, 154, 197, 196, 35, 147, 44, 58, 165, 80, 24, 132, 85, 193, 222, 141, 31, 237, 63, 63, 109, 56, 177, 2, 64, 46, 0, 113, 28, 156, 114, 253, 219, 44, 34, 165, 201, 91, 56, 158, 170, 212, 46, 97, 23, 68, 51, 45, 84, 129, 210, 169, 243, 212, 3, 124, 68, 97, 24, 97, 195, 45, 177, 96, 71, 231, 162, 68, 253, 123, 211, 84, 144, 249, 24, 19, 190, 166, 56, 14, 107, 38, 145, 198, 3, 185, 197, 204, 213, 54, 65, 48, 109, 45, 118, 168, 116, 33, 83, 151, 165, 168, 0, 171, 70, 240, 237, 157, 150, 156, 109, 3, 248, 84, 164, 70, 73, 37, 63, 135, 207, 129, 237, 41, 171, 37, 83, 184, 1, 42, 99, 63, 157, 129, 232, 87, 91, 94, 195, 105, 109, 137, 83, 111, 67, 180, 94, 123, 165, 176, 81, 223, 118, 142, 153, 11, 225, 10, 200, 193, 141, 149, 69, 59, 169, 89, 116, 9, 249, 190, 140, 67, 223, 49, 173, 7, 63, 254, 102, 46, 148, 198, 181, 234, 65, 39, 144, 181, 236, 54, 127, 214, 206, 9, 39, 7, 131, 113, 69, 198, 88, 230, 61, 214, 166, 229, 72, 201, 221, 237, 181, 149, 171, 223, 17, 161, 26, 15, 88, 187, 144, 236, 190, 188, 200, 13, 152, 114, 199, 167, 221, 38, 9, 20, 220, 239, 79, 104, 57, 93, 211, 8, 40, 18, 227, 2, 160, 30, 145, 190, 203, 53, 198, 150, 206, 68, 216, 240, 129, 68, 44, 81, 46, 200, 143, 51, 154, 149, 76, 27, 148, 90, 107, 4, 20, 132, 205, 107, 61, 141, 75, 216, 98, 24, 140, 142, 8, 77, 70, 46, 137, 164, 81, 199, 93, 58, 194, 181, 142, 144, 17, 131, 92, 130, 208, 213, 245, 43, 243, 200, 250, 209, 89, 243, 121, 40, 96, 188, 214, 56, 131, 160, 148, 138, 225, 239, 135, 122, 24, 177, 73, 37, 222, 26, 143, 108, 233, 122, 66, 241, 47, 48, 226, 49, 132, 83, 68, 247, 142, 135, 16, 230, 204, 53, 218, 210, 177, 136, 131, 99, 196, 86, 184, 191, 108, 51, 90, 198, 229, 180, 171, 94, 2, 210, 193, 186, 178, 34, 25, 51, 49, 195, 81, 108, 18, 255, 89, 86, 13, 167, 109, 60, 31, 77, 134, 23, 224, 239, 147, 3, 106, 74, 181, 123, 245, 1, 165, 97, 94, 235, 60, 100, 46, 9, 178, 115, 112, 102, 170, 144, 194, 206, 100, 241, 57, 89, 7, 13, 244, 220, 10, 241, 222, 204, 37, 215, 141, 140, 18, 212, 48, 86, 160, 8, 53, 130, 154, 90, 83, 21, 88, 89, 2, 192, 60, 78, 33, 63, 222, 151, 173, 64, 194, 25, 236, 91, 82, 58, 19, 53, 24, 13, 27, 223, 120, 197, 109, 106, 163, 80, 255, 89, 145, 217, 107, 250, 61, 183, 101, 52, 236, 200, 37, 54, 248, 115, 60, 180, 134, 220, 20, 102, 160, 171, 176, 228, 71, 87, 239, 40, 155, 229, 159, 168, 103, 104, 245, 239, 120, 6, 202, 243, 126, 129, 249, 118, 137, 11, 123, 8, 194, 50, 243, 88, 78, 155, 13, 245, 141, 0, 195, 151, 17, 96, 54, 170, 239, 127, 38, 159, 146, 102, 133, 166, 136, 91, 247, 66, 126, 84, 159, 238, 147, 52, 34, 50, 189, 83, 239, 145, 30, 12, 87, 119, 243, 253, 187, 171, 114, 168, 150, 169, 233, 163, 254, 212, 167, 237, 33, 35, 80, 109, 245, 225, 118, 54, 50, 73, 154, 212, 71, 60, 204, 10, 82, 149, 242, 55, 220, 98, 35, 119, 94, 94, 153, 255, 9, 221, 73, 199, 193, 19, 50, 235, 62, 10, 21, 7, 4, 62, 191, 146, 14, 152, 199, 160, 86, 34, 93, 133, 164, 86, 227, 109, 2, 245, 112, 26, 153, 252, 105, 51, 113, 137, 135, 38, 12, 249, 16, 77, 251, 146, 215, 1, 34, 172, 243, 247, 3, 54, 253, 246, 100, 151, 33, 247, 190, 101, 182, 170, 40, 241, 166, 201, 88, 4, 58, 235, 29, 167, 107, 44, 237, 87, 83, 89, 230, 140, 255, 106, 19, 47, 43, 91, 98, 75, 232, 170] }
[INFO] [stdout] 
[INFO] [stdout] Attributes:
[INFO] [stdout]   OID: 1.2.840.113549.1.9.14
[INFO] [stdout]   Extensions:
[INFO] [stdout]     ID: 2.5.29.19
[INFO] [stdout]     Critical: true
[INFO] [stdout]     Value: OctetString { inner: [48, 6, 1, 1, 255, 2, 1, 5] }
[INFO] [stdout]     ID: 2.23.133.5.4.4
[INFO] [stdout]     Critical: true
[INFO] [stdout]     Value: OctetString { inner: [48, 19, 4, 17, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255] }
[INFO] [stdout] 
[INFO] [stdout] thread 'test_gen_fmc_alias_csr_mldsa87' (641) panicked at src/csr_rustcrypto.rs:197:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6470d0004021 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6470d0004021 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6470d0004021 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6470d0004021 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6470d0019d3a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6470d0019d3a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x6470d000852c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x6470d000852c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x6470cffe2006 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6470cffe2006 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6470cfffbec9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6470cfedb150 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x6470cfedb150 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6470cfffc1f2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x6470cfffc1f2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x6470cffe20b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x6470cffd9a19 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6470cffe2cad - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x6470d001a4fc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6470d001a272 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x6470cfe444be - <core[6883ba1bc0fe4ed1]::result::Result<(), core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x6470cfe444be - <test_rustcrypto_mldsa[a83d55c69814b58e]::csr_rustcrypto::CsrTemplateBuilder<ml_dsa[a0b64fc67a078d0c]::KeyPair<ml_dsa[a0b64fc67a078d0c]::MlDsa87>>>::tbs_template
[INFO] [stdout]                                at /opt/rustwide/workdir/src/csr_rustcrypto.rs:197:42
[INFO] [stdout]   22:     0x6470cfe4e00b - test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_fmc_alias_csr_mldsa87
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:60:25
[INFO] [stdout]   23:     0x6470cfe4dcb7 - test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_fmc_alias_csr_mldsa87::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:40:36
[INFO] [stdout]   24:     0x6470cfe84976 - <test_rustcrypto_mldsa[a83d55c69814b58e]::test_gen_fmc_alias_csr_mldsa87::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6470cfece48b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x6470cfece48b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x6470cfedbad5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x6470cfedbad5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x6470cfedbad5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x6470cfedbad5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x6470cfedbad5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x6470cfed6584 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x6470cfed6584 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x6470cfedec22 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x6470cfedec22 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x6470cfedec22 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x6470cfedec22 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x6470cfedec22 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x6470cfedec22 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x6470cfedec22 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x6470d000369f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   44:     0x6470d000369f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x7d087c6afaa4 - <unknown>
[INFO] [stdout]   46:     0x7d087c73ca64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_gen_fmc_alias_csr_mldsa87
[INFO] [stdout]     test_gen_init_devid_csr_mldsa87
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin test-rustcrypto-mldsa`
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.98.0-beta.1-x86_64-unknown-linux-gnu'.
[INFO] [stderr] help: run `rustup component add --toolchain 1.98.0-beta.1-x86_64-unknown-linux-gnu rustfmt` to install it
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.98.0-beta.1-x86_64-unknown-linux-gnu'.
[INFO] [stderr] help: run `rustup component add --toolchain 1.98.0-beta.1-x86_64-unknown-linux-gnu rustfmt` to install it
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '1.98.0-beta.1-x86_64-unknown-linux-gnu'.
[INFO] [stderr] help: run `rustup component add --toolchain 1.98.0-beta.1-x86_64-unknown-linux-gnu rustfmt` to install it
[INFO] running `Command { std: "docker" "inspect" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07", kill_on_drop: false }`
[INFO] [stdout] 109604a0762a6966cf7fe162341ca7a3279ddb228629b645bae758d35d71ff07
