01KXQ3QVQ2GGEN865BSCW3BC3M: cargo test (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KXQ3R3H3KCAX572DEP3K37NA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T04:01:54.839Zjob assigned to worker 01KXQ3R8GKTPW0JVB9GF01TQ8Y [factory aws, i-0fcdd9f9e90b99229] (queued for 57 s)
 
22026-07-17T04:02:01.575Zstarting task 0: "setup"
32026-07-17T04:02:01.579Z++ uname -s
42026-07-17T04:02:01.582Z+ kern=SunOS
52026-07-17T04:02:01.582Z+ build_user=build
62026-07-17T04:02:01.582Z+ build_uid=12345
72026-07-17T04:02:01.582Z+ work_dir=/work
82026-07-17T04:02:01.582Z+ input_dir=/input
92026-07-17T04:02:01.582Z+ [[ 0 == 12345 ]]
102026-07-17T04:02:01.582Z+ case "$kern" in
112026-07-17T04:02:01.582Z+ groupadd -g 12345 build
122026-07-17T04:02:01.585Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T04:02:03.589Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T04:02:03.660Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T04:02:03.663Z+ home_fs=zfs
162026-07-17T04:02:03.663Z+ [[ zfs == autofs ]]
172026-07-17T04:02:03.663Z+ mkdir -p /home/build
182026-07-17T04:02:03.663Z+ chown build:build /home/build /work
192026-07-17T04:02:04.664Z+ chmod 0700 /home/build /work
202026-07-17T04:02:04.668Zprocess exited: duration 3094 ms, exit code 0
 
212026-07-17T04:02:04.675Zstarting task 1: "rust-toolchain"
222026-07-17T04:02:04.679Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-07-17T04:02:04.679Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-17T04:02:04.679Z * rust toolchain channel = "1.88"
252026-07-17T04:02:04.679Z * rust toolchain profile = "default"
262026-07-17T04:02:04.679Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T04:02:04.679Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-17T04:02:04.683Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T04:02:04.683Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-07-17T04:02:04.801Zinfo: downloading installer
312026-07-17T04:02:06.466Zwarn: It looks like you have an existing installation of Rust at:
322026-07-17T04:02:06.466Zwarn: /opt/ooce/bin
332026-07-17T04:02:06.466Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-17T04:02:06.466Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-17T04:02:06.466Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-17T04:02:06.466Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-17T04:02:06.466Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-17T04:02:06.466Zerror: cannot install while Rust is installed
392026-07-17T04:02:06.466Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-17T04:02:06.466Zwarn: It looks like you have an existing rustup settings file at:
412026-07-17T04:02:06.466Zwarn: /home/build/.rustup/settings.toml
422026-07-17T04:02:06.466Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-17T04:02:06.466Zwarn: instead of the one inferred from the default host triple.
442026-07-17T04:02:06.478Zinfo: profile set to default
452026-07-17T04:02:06.478Zinfo: default host triple is x86_64-unknown-illumos
462026-07-17T04:02:06.481Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
472026-07-17T04:02:06.621Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
482026-07-17T04:02:06.624Zinfo: downloading 6 components
492026-07-17T04:02:23.293Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
502026-07-17T04:02:23.293Z
512026-07-17T04:02:23.321Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
522026-07-17T04:02:23.321Z
532026-07-17T04:02:23.321Z
542026-07-17T04:02:23.321ZRust is installed now. Great!
552026-07-17T04:02:23.321Z
562026-07-17T04:02:23.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-17T04:02:23.321Zenvironment variable. This has not been done automatically.
582026-07-17T04:02:23.322Z
592026-07-17T04:02:23.322ZTo configure your current shell, you need to source
602026-07-17T04:02:23.322Zthe corresponding env file under $HOME/.cargo.
612026-07-17T04:02:23.322Z
622026-07-17T04:02:23.322ZThis is usually done by running one of the following (note the leading DOT):
632026-07-17T04:02:23.322Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-17T04:02:23.322Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-17T04:02:23.322Zsource "~/.cargo/env.nu" # For nushell
662026-07-17T04:02:23.322Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-17T04:02:23.322Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-17T04:02:23.322Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-17T04:02:23.325Zwarn: no default linker (`cc`) was found in your PATH
702026-07-17T04:02:23.325Zwarn: many Rust crates require a system C toolchain to build
712026-07-17T04:02:23.409Z+ rustup --version
722026-07-17T04:02:23.418Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-17T04:02:23.421Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-17T04:02:23.440Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
752026-07-17T04:02:23.444Z+ cargo --version
762026-07-17T04:02:23.457Zcargo 1.88.0 (873a06493 2025-05-10)
772026-07-17T04:02:23.460Z+ rustc --version
782026-07-17T04:02:23.479Zrustc 1.88.0 (6b00bc388 2025-06-23)
792026-07-17T04:02:23.482Zprocess exited: duration 18808 ms, exit code 0
 
802026-07-17T04:02:23.488Zstarting task 2: "authentication"
812026-07-17T04:02:23.504Zprocess exited: duration 16 ms, exit code 0
 
822026-07-17T04:02:23.510Zstarting task 3: "clone repository"
832026-07-17T04:02:23.513Z+ mkdir -p /work/oxidecomputer/sprockets
842026-07-17T04:02:23.516Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
852026-07-17T04:02:23.546ZCloning into '/work/oxidecomputer/sprockets'...
862026-07-17T04:02:24.027Z+ cd /work/oxidecomputer/sprockets
872026-07-17T04:02:24.027Z+ git fetch origin d732278b1ed1658fb5979d2e77f85834c652e35c
882026-07-17T04:02:24.366ZFrom https://github.com/oxidecomputer/sprockets
892026-07-17T04:02:24.367Z * branch d732278b1ed1658fb5979d2e77f85834c652e35c -> FETCH_HEAD
902026-07-17T04:02:24.370Z+ [[ -n '' ]]
912026-07-17T04:02:24.370Z+ git reset --hard d732278b1ed1658fb5979d2e77f85834c652e35c
922026-07-17T04:02:24.374ZHEAD is now at d732278 replace use of attest-mock binary w/ API
932026-07-17T04:02:24.376Zprocess exited: duration 864 ms, exit code 0
 
942026-07-17T04:02:24.382Zstarting task 4: "build"
952026-07-17T04:02:24.387Z+ cargo --version
962026-07-17T04:02:24.396Zcargo 1.88.0 (873a06493 2025-05-10)
972026-07-17T04:02:24.399Z+ rustc --version
982026-07-17T04:02:24.419Zrustc 1.88.0 (6b00bc388 2025-06-23)
992026-07-17T04:02:24.422Z+ cargo test
1002026-07-17T04:02:24.496Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1012026-07-17T04:02:24.858Z Updating crates.io index
1022026-07-17T04:02:24.862Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1032026-07-17T04:02:25.176Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1042026-07-17T04:02:25.417Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1052026-07-17T04:02:25.887Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1062026-07-17T04:02:26.377Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1072026-07-17T04:02:26.663Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1082026-07-17T04:02:28.157Z Downloading crates ...
1092026-07-17T04:02:28.209Z Downloaded base16ct v0.2.0
1102026-07-17T04:02:28.216Z Downloaded camino v1.2.4
1112026-07-17T04:02:28.220Z Downloaded cpufeatures v0.2.17
1122026-07-17T04:02:28.223Z Downloaded iana-time-zone v0.1.63
1132026-07-17T04:02:28.226Z Downloaded adler2 v2.0.1
1142026-07-17T04:02:28.229Z Downloaded ahash v0.8.12
1152026-07-17T04:02:28.232Z Downloaded addr2line v0.24.2
1162026-07-17T04:02:28.232Z Downloaded knuffel-derive v3.2.0
1172026-07-17T04:02:28.237Z Downloaded thread_local v1.1.9
1182026-07-17T04:02:28.240Z Downloaded thiserror-impl v1.0.69
1192026-07-17T04:02:28.240Z Downloaded thiserror-impl v2.0.18
1202026-07-17T04:02:28.243Z Downloaded time-core v0.1.9
1212026-07-17T04:02:28.243Z Downloaded hubpack_derive v0.1.1
1222026-07-17T04:02:28.243Z Downloaded group v0.13.0
1232026-07-17T04:02:28.248Z Downloaded time-macros v0.2.31
1242026-07-17T04:02:28.248Z Downloaded tinyvec_macros v0.1.1
1252026-07-17T04:02:28.248Z Downloaded textwrap v0.16.2
1262026-07-17T04:02:28.251Z Downloaded ident_case v1.0.1
1272026-07-17T04:02:28.251Z Downloaded anyhow v1.0.103
1282026-07-17T04:02:28.254Z Downloaded corncobs v0.1.4
1292026-07-17T04:02:28.254Z Downloaded thiserror v1.0.69
1302026-07-17T04:02:29.260Z Downloaded anstream v1.0.0
1312026-07-17T04:02:29.265Z Downloaded thiserror v2.0.18
1322026-07-17T04:02:29.265Z Downloaded tinyvec v1.12.0
1332026-07-17T04:02:29.265Z Downloaded tls_codec v0.4.2
1342026-07-17T04:02:29.265Z Downloaded tls_codec_derive v0.4.2
1352026-07-17T04:02:29.265Z Downloaded async-trait v0.1.89
1362026-07-17T04:02:29.265Z Downloaded hmac v0.12.1
1372026-07-17T04:02:29.265Z Downloaded env_logger v0.11.11
1382026-07-17T04:02:29.265Z Downloaded heck v0.4.1
1392026-07-17T04:02:29.265Z Downloaded tokio-macros v2.7.0
1402026-07-17T04:02:29.266Z Downloaded ipnet v2.12.0
1412026-07-17T04:02:29.266Z Downloaded hex v0.4.3
1422026-07-17T04:02:29.266Z Downloaded colorchoice v1.0.4
1432026-07-17T04:02:29.266Z Downloaded clap_lex v1.1.0
1442026-07-17T04:02:29.266Z Downloaded aho-corasick v1.1.4
1452026-07-17T04:02:29.266Z Downloaded block-buffer v0.10.4
1462026-07-17T04:02:29.266Z Downloaded dyn-clone v1.0.19
1472026-07-17T04:02:29.266Z Downloaded owo-colors v3.5.0
1482026-07-17T04:02:29.266Z Downloaded darling v0.23.0
1492026-07-17T04:02:29.266Z Downloaded ciborium v0.2.2
1502026-07-17T04:02:29.266Z Downloaded version_check v0.9.5
1512026-07-17T04:02:29.266Z Downloaded is_ci v1.2.0
1522026-07-17T04:02:29.266Z Downloaded fastrand v2.3.0
1532026-07-17T04:02:29.266Z Downloaded dirs-sys-next v0.1.2
1542026-07-17T04:02:29.266Z Downloaded serde-big-array v0.5.1
1552026-07-17T04:02:29.266Z Downloaded ref-cast v1.0.24
1562026-07-17T04:02:29.266Z Downloaded cfg-if v1.0.1
1572026-07-17T04:02:29.266Z Downloaded utf8parse v0.2.2
1582026-07-17T04:02:29.266Z Downloaded proc-macro-error-attr2 v2.0.0
1592026-07-17T04:02:29.266Z Downloaded crypto-common v0.1.6
1602026-07-17T04:02:29.266Z Downloaded dirs-next v2.0.0
1612026-07-17T04:02:29.266Z Downloaded anstyle-query v1.1.3
1622026-07-17T04:02:29.266Z Downloaded proc-macro-error-attr v1.0.4
1632026-07-17T04:02:29.266Z Downloaded untrusted v0.9.0
1642026-07-17T04:02:29.266Z Downloaded num-conv v0.2.2
1652026-07-17T04:02:29.266Z Downloaded zeroize_derive v1.5.0
1662026-07-17T04:02:29.266Z Downloaded proc-macro-error v1.0.4
1672026-07-17T04:02:29.266Z Downloaded ff v0.13.1
1682026-07-17T04:02:29.267Z Downloaded is_terminal_polyfill v1.70.1
1692026-07-17T04:02:29.267Z Downloaded curve25519-dalek-derive v0.1.1
1702026-07-17T04:02:29.267Z Downloaded dunce v1.0.5
1712026-07-17T04:02:29.267Z Downloaded darling_macro v0.23.0
1722026-07-17T04:02:29.267Z Downloaded keccak v0.1.5
1732026-07-17T04:02:29.267Z Downloaded rfc6979 v0.4.0
1742026-07-17T04:02:29.267Z Downloaded generic-array v0.14.7
1752026-07-17T04:02:29.267Z Downloaded itoa v1.0.15
1762026-07-17T04:02:29.267Z Downloaded flagset v0.4.7
1772026-07-17T04:02:29.267Z Downloaded unicode-linebreak v0.1.5
1782026-07-17T04:02:29.267Z Downloaded lazy_static v1.5.0
1792026-07-17T04:02:29.267Z Downloaded toml_datetime v0.6.11
1802026-07-17T04:02:29.267Z Downloaded primeorder v0.13.6
1812026-07-17T04:02:29.267Z Downloaded time v0.3.53
1822026-07-17T04:02:29.267Z Downloaded smawk v0.3.2
1832026-07-17T04:02:29.267Z Downloaded miette-derive v5.10.0
1842026-07-17T04:02:29.267Z Downloaded ref-cast-impl v1.0.24
1852026-07-17T04:02:29.267Z Downloaded strsim v0.11.1
1862026-07-17T04:02:29.267Z Downloaded rustc_version v0.4.1
1872026-07-17T04:02:29.267Z Downloaded hubpack v0.1.2
1882026-07-17T04:02:29.267Z Downloaded errno v0.3.13
1892026-07-17T04:02:29.267Z Downloaded terminal_size v0.4.4
1902026-07-17T04:02:29.267Z Downloaded is-terminal v0.4.16
1912026-07-17T04:02:29.267Z Downloaded equivalent v1.0.2
1922026-07-17T04:02:29.267Z Downloaded ciborium-io v0.2.2
1932026-07-17T04:02:29.267Z Downloaded powerfmt v0.2.0
1942026-07-17T04:02:29.267Z Downloaded anstyle v1.0.14
1952026-07-17T04:02:29.267Z Downloaded rand_chacha v0.3.1
1962026-07-17T04:02:29.268Z Downloaded terminal_size v0.1.17
1972026-07-17T04:02:29.268Z Downloaded heck v0.5.0
1982026-07-17T04:02:29.268Z Downloaded take_mut v0.2.2
1992026-07-17T04:02:29.268Z Downloaded der_derive v0.7.3
2002026-07-17T04:02:29.268Z Downloaded toml_write v0.1.2
2012026-07-17T04:02:29.268Z Downloaded deranged v0.5.8
2022026-07-17T04:02:29.268Z Downloaded secrecy v0.8.0
2032026-07-17T04:02:29.268Z Downloaded supports-unicode v2.1.0
2042026-07-17T04:02:29.268Z Downloaded backtrace-ext v0.2.1
2052026-07-17T04:02:29.268Z Downloaded sha1 v0.10.6
2062026-07-17T04:02:29.268Z Downloaded sec1 v0.7.3
2072026-07-17T04:02:29.268Z Downloaded signature v2.2.0
2082026-07-17T04:02:29.268Z Downloaded supports-color v2.1.0
2092026-07-17T04:02:29.268Z Downloaded supports-hyperlinks v3.2.0
2102026-07-17T04:02:29.268Z Downloaded subtle v2.6.1
2112026-07-17T04:02:29.268Z Downloaded supports-color v3.0.2
2122026-07-17T04:02:29.268Z Downloaded strum v0.26.3
2132026-07-17T04:02:29.268Z Downloaded supports-hyperlinks v2.1.0
2142026-07-17T04:02:29.268Z Downloaded proc-macro-error2 v2.0.1
2152026-07-17T04:02:29.268Z Downloaded pem-rfc7468 v0.7.0
2162026-07-17T04:02:29.268Z Downloaded cmake v0.1.54
2172026-07-17T04:02:29.268Z Downloaded bs58 v0.5.1
2182026-07-17T04:02:29.268Z Downloaded ed25519 v2.2.3
2192026-07-17T04:02:29.268Z Downloaded autocfg v1.5.0
2202026-07-17T04:02:29.268Z Downloaded fs_extra v1.3.0
2212026-07-17T04:02:29.268Z Downloaded num-iter v0.1.45
2222026-07-17T04:02:29.268Z Downloaded digest v0.10.7
2232026-07-17T04:02:29.268Z Downloaded supports-unicode v3.0.0
2242026-07-17T04:02:29.269Z Downloaded static_assertions v1.1.0
2252026-07-17T04:02:29.269Z Downloaded pkcs8 v0.10.2
2262026-07-17T04:02:29.269Z Downloaded ecdsa v0.16.9
2272026-07-17T04:02:29.269Z Downloaded knus-derive v3.4.0
2282026-07-17T04:02:29.269Z Downloaded env_filter v2.0.0
2292026-07-17T04:02:29.269Z Downloaded num-integer v0.1.46
2302026-07-17T04:02:29.269Z Downloaded miette-derive v7.6.0
2312026-07-17T04:02:29.273Z Downloaded crossbeam-channel v0.5.15
2322026-07-17T04:02:29.273Z Downloaded rand_core v0.6.4
2332026-07-17T04:02:29.273Z Downloaded ppv-lite86 v0.2.21
2342026-07-17T04:02:29.273Z Downloaded owo-colors v4.3.0
2352026-07-17T04:02:29.273Z Downloaded crossbeam-utils v0.8.21
2362026-07-17T04:02:29.273Z Downloaded backtrace v0.3.75
2372026-07-17T04:02:29.273Z Downloaded erased-serde v0.3.31
2382026-07-17T04:02:29.273Z Downloaded diff v0.1.13
2392026-07-17T04:02:29.273Z Downloaded anstyle-parse v1.0.0
2402026-07-17T04:02:29.273Z Downloaded serde_spanned v0.6.9
2412026-07-17T04:02:29.273Z Downloaded jobserver v0.1.34
2422026-07-17T04:02:29.274Z Downloaded zmij v1.0.14
2432026-07-17T04:02:29.274Z Downloaded pin-project-lite v0.2.16
2442026-07-17T04:02:29.274Z Downloaded shlex v1.3.0
2452026-07-17T04:02:29.274Z Downloaded strum_macros v0.26.4
2462026-07-17T04:02:29.274Z Downloaded spki v0.7.3
2472026-07-17T04:02:29.274Z Downloaded rustversion v1.0.21
2482026-07-17T04:02:29.274Z Downloaded tokio-rustls v0.26.2
2492026-07-17T04:02:29.274Z Downloaded getrandom v0.2.16
2502026-07-17T04:02:29.274Z Downloaded const-oid v0.9.6
2512026-07-17T04:02:29.274Z Downloaded clap_derive v4.6.1
2522026-07-17T04:02:29.274Z Downloaded once_cell v1.21.3
2532026-07-17T04:02:29.274Z Downloaded sha2 v0.10.9
2542026-07-17T04:02:29.274Z Downloaded base64ct v1.8.0
2552026-07-17T04:02:29.274Z Downloaded bitflags v2.9.1
2562026-07-17T04:02:29.274Z Downloaded slog-async v2.8.0
2572026-07-17T04:02:29.274Z Downloaded semver v1.0.26
2582026-07-17T04:02:29.274Z Downloaded elliptic-curve v0.13.8
2592026-07-17T04:02:29.274Z Downloaded hashbrown v0.12.3
2602026-07-17T04:02:29.274Z Downloaded quote v1.0.46
2612026-07-17T04:02:29.274Z Downloaded clap v4.6.1
2622026-07-17T04:02:29.274Z Downloaded unicode-ident v1.0.18
2632026-07-17T04:02:29.274Z Downloaded serde_with_macros v3.21.0
2642026-07-17T04:02:29.274Z Downloaded rustc-demangle v0.1.25
2652026-07-17T04:02:29.274Z Downloaded zeroize v1.9.0
2662026-07-17T04:02:29.274Z Downloaded slog-term v2.9.1
2672026-07-17T04:02:29.274Z Downloaded serde_core v1.0.228
2682026-07-17T04:02:29.274Z Downloaded smallvec v1.15.1
2692026-07-17T04:02:29.274Z Downloaded indexmap v1.9.3
2702026-07-17T04:02:29.274Z Downloaded getrandom v0.4.3
2712026-07-17T04:02:29.275Z Downloaded base64 v0.22.1
2722026-07-17T04:02:29.275Z Downloaded ciborium-ll v0.2.2
2732026-07-17T04:02:29.275Z Downloaded log v0.4.33
2742026-07-17T04:02:29.275Z Downloaded half v2.6.0
2752026-07-17T04:02:29.275Z Downloaded spin v0.9.8
2762026-07-17T04:02:29.275Z Downloaded tempfile v3.27.0
2772026-07-17T04:02:29.275Z Downloaded slog v2.8.2
2782026-07-17T04:02:29.275Z Downloaded toml v0.8.23
2792026-07-17T04:02:29.275Z Downloaded textwrap v0.15.2
2802026-07-17T04:02:29.275Z Downloaded signal-hook-registry v1.4.8
2812026-07-17T04:02:29.275Z Downloaded term v0.7.0
2822026-07-17T04:02:29.275Z Downloaded allocator-api2 v0.2.21
2832026-07-17T04:02:29.275Z Downloaded proc-macro2 v1.0.106
2842026-07-17T04:02:29.275Z Downloaded bytes v1.10.1
2852026-07-17T04:02:29.275Z Downloaded num-traits v0.2.19
2862026-07-17T04:02:29.275Z Downloaded pkcs1 v0.7.5
2872026-07-17T04:02:29.275Z Downloaded indexmap v2.9.0
2882026-07-17T04:02:29.275Z Downloaded darling_core v0.23.0
2892026-07-17T04:02:29.275Z Downloaded serde_derive v1.0.228
2902026-07-17T04:02:29.275Z Downloaded socket2 v0.6.3
2912026-07-17T04:02:29.275Z Downloaded ed25519-dalek v2.2.0
2922026-07-17T04:02:29.275Z Downloaded rustls-pki-types v1.12.0
2932026-07-17T04:02:29.275Z Downloaded miniz_oxide v0.8.9
2942026-07-17T04:02:29.275Z Downloaded yansi v1.0.1
2952026-07-17T04:02:29.275Z Downloaded knuffel v3.2.0
2962026-07-17T04:02:29.275Z Downloaded der v0.7.10
2972026-07-17T04:02:29.275Z Downloaded chumsky v0.9.3
2982026-07-17T04:02:29.275Z Downloaded base64 v0.21.7
2992026-07-17T04:02:29.276Z Downloaded crypto-bigint v0.5.5
3002026-07-17T04:02:29.276Z Downloaded rustls-webpki v0.103.3
3012026-07-17T04:02:29.276Z Downloaded typenum v1.18.0
3022026-07-17T04:02:29.276Z Downloaded pretty_assertions v1.4.1
3032026-07-17T04:02:29.276Z Downloaded knus v3.4.0
3042026-07-17T04:02:29.276Z Downloaded cc v1.2.27
3052026-07-17T04:02:29.276Z Downloaded hashbrown v0.14.5
3062026-07-17T04:02:29.276Z Downloaded schemars v1.2.0
3072026-07-17T04:02:29.276Z Downloaded x509-cert v0.2.5
3082026-07-17T04:02:29.276Z Downloaded hkdf v0.12.4
3092026-07-17T04:02:29.276Z Downloaded clap_builder v4.6.0
3102026-07-17T04:02:29.276Z Downloaded rand v0.8.7
3112026-07-17T04:02:29.276Z Downloaded hashbrown v0.15.4
3122026-07-17T04:02:29.276Z Downloaded serde v1.0.228
3132026-07-17T04:02:29.276Z Downloaded serde_json v1.0.149
3142026-07-17T04:02:29.276Z Downloaded schemars v0.9.0
3152026-07-17T04:02:29.276Z Downloaded miette v5.10.0
3162026-07-17T04:02:29.276Z Downloaded rsa v0.9.10
3172026-07-17T04:02:29.276Z Downloaded memchr v2.7.5
3182026-07-17T04:02:29.276Z Downloaded miette v7.6.0
3192026-07-17T04:02:29.276Z Downloaded toml_edit v0.22.27
3202026-07-17T04:02:29.276Z Downloaded aws-lc-rs v1.17.0
3212026-07-17T04:02:29.276Z Downloaded chrono v0.4.41
3222026-07-17T04:02:29.276Z Downloaded serde_with v3.21.0
3232026-07-17T04:02:29.276Z Downloaded mio v1.2.0
3242026-07-17T04:02:29.276Z Downloaded syn v1.0.109
3252026-07-17T04:02:29.276Z Downloaded curve25519-dalek v4.1.3
3262026-07-17T04:02:29.276Z Downloaded gimli v0.31.1
3272026-07-17T04:02:29.277Z Downloaded unicode-segmentation v1.12.0
3282026-07-17T04:02:29.277Z Downloaded num-bigint-dig v0.8.6
3292026-07-17T04:02:29.277Z Downloaded regex v1.13.0
3302026-07-17T04:02:29.277Z Downloaded libm v0.2.15
3312026-07-17T04:02:29.281Z Downloaded winnow v0.7.11
3322026-07-17T04:02:29.281Z Downloaded salty v0.3.0
3332026-07-17T04:02:29.281Z Downloaded p384 v0.13.1
3342026-07-17T04:02:29.281Z Downloaded sha3 v0.10.8
3352026-07-17T04:02:29.281Z Downloaded zerocopy v0.8.54
3362026-07-17T04:02:29.281Z Downloaded unicode-width v0.2.2
3372026-07-17T04:02:29.281Z Downloaded unicode-width v0.1.14
3382026-07-17T04:02:29.281Z Downloaded syn v2.0.118
3392026-07-17T04:02:29.281Z Downloaded object v0.36.7
3402026-07-17T04:02:29.281Z Downloaded rustls v0.23.28
3412026-07-17T04:02:29.281Z Downloaded regex-syntax v0.8.11
3422026-07-17T04:02:29.281Z Downloaded rustix v1.1.4
3432026-07-17T04:02:29.281Z Downloaded regex-automata v0.4.15
3442026-07-17T04:02:29.281Z Downloaded tokio v1.52.0
3452026-07-17T04:02:29.281Z Downloaded libc v0.2.185
3462026-07-17T04:02:29.281Z Downloaded ring v0.17.14
3472026-07-17T04:02:29.347Z Downloaded aws-lc-sys v0.41.0
3482026-07-17T04:02:29.534Z Compiling proc-macro2 v1.0.106
3492026-07-17T04:02:29.534Z Compiling unicode-ident v1.0.18
3502026-07-17T04:02:29.534Z Compiling quote v1.0.46
3512026-07-17T04:02:29.534Z Compiling libc v0.2.185
3522026-07-17T04:02:29.537Z Compiling cfg-if v1.0.1
3532026-07-17T04:02:29.538Z Compiling version_check v0.9.5
3542026-07-17T04:02:29.613Z Compiling const-oid v0.9.6
3552026-07-17T04:02:29.617Z Compiling subtle v2.6.1
3562026-07-17T04:02:29.679Z Compiling typenum v1.18.0
3572026-07-17T04:02:29.738Z Compiling flagset v0.4.7
3582026-07-17T04:02:29.776Z Compiling serde_core v1.0.228
3592026-07-17T04:02:29.858Z Compiling bitflags v2.9.1
3602026-07-17T04:02:29.891Z Compiling generic-array v0.14.7
3612026-07-17T04:02:30.065Z Compiling zerocopy v0.8.54
3622026-07-17T04:02:30.104Z Compiling strsim v0.11.1
3632026-07-17T04:02:30.154Z Compiling serde v1.0.228
3642026-07-17T04:02:30.432Z Compiling getrandom v0.2.16
3652026-07-17T04:02:30.440Z Compiling base64ct v1.8.0
3662026-07-17T04:02:30.499Z Compiling heck v0.5.0
3672026-07-17T04:02:30.509Z Compiling utf8parse v0.2.2
3682026-07-17T04:02:30.577Z Compiling rand_core v0.6.4
3692026-07-17T04:02:30.608Z Compiling anstyle-parse v1.0.0
3702026-07-17T04:02:30.608Z Compiling base16ct v0.2.0
3712026-07-17T04:02:30.692Z Compiling pem-rfc7468 v0.7.0
3722026-07-17T04:02:30.787Z Compiling once_cell v1.21.3
3732026-07-17T04:02:30.787Z Compiling anstyle v1.0.14
3742026-07-17T04:02:30.801Z Compiling is_terminal_polyfill v1.70.1
3752026-07-17T04:02:30.886Z Compiling syn v2.0.118
3762026-07-17T04:02:30.934Z Compiling colorchoice v1.0.4
3772026-07-17T04:02:30.948Z Compiling anstyle-query v1.1.3
3782026-07-17T04:02:30.996Z Compiling ff v0.13.1
3792026-07-17T04:02:31.008Z Compiling cpufeatures v0.2.17
3802026-07-17T04:02:31.037Z Compiling anstream v1.0.0
3812026-07-17T04:02:31.045Z Compiling clap_lex v1.1.0
3822026-07-17T04:02:31.069Z Compiling object v0.36.7
3832026-07-17T04:02:31.197Z Compiling group v0.13.0
3842026-07-17T04:02:31.287Z Compiling rustversion v1.0.21
3852026-07-17T04:02:31.352Z Compiling gimli v0.31.1
3862026-07-17T04:02:31.371Z Compiling adler2 v2.0.1
3872026-07-17T04:02:31.400Z Compiling autocfg v1.5.0
3882026-07-17T04:02:31.473Z Compiling syn v1.0.109
3892026-07-17T04:02:31.498Z Compiling memchr v2.7.5
3902026-07-17T04:02:31.659Z Compiling semver v1.0.26
3912026-07-17T04:02:31.752Z Compiling libm v0.2.15
3922026-07-17T04:02:31.828Z Compiling num-traits v0.2.19
3932026-07-17T04:02:32.050Z Compiling miniz_oxide v0.8.9
3942026-07-17T04:02:32.069Z Compiling ahash v0.8.12
3952026-07-17T04:02:32.072Z Compiling unicode-linebreak v0.1.5
3962026-07-17T04:02:32.138Z Compiling rustc-demangle v0.1.25
3972026-07-17T04:02:32.307Z Compiling is_ci v1.2.0
3982026-07-17T04:02:32.848Z Compiling rustix v1.1.4
3992026-07-17T04:02:32.909Z Compiling addr2line v0.24.2
4002026-07-17T04:02:33.197Z Compiling unicode-width v0.1.14
4012026-07-17T04:02:33.452Z Compiling ppv-lite86 v0.2.21
4022026-07-17T04:02:33.475Z Compiling rustc_version v0.4.1
4032026-07-17T04:02:33.489Z Compiling errno v0.3.13
4042026-07-17T04:02:33.614Z Compiling thiserror v2.0.18
4052026-07-17T04:02:33.623Z Compiling allocator-api2 v0.2.21
4062026-07-17T04:02:33.739Z Compiling hex v0.4.3
4072026-07-17T04:02:33.757Z Compiling num-integer v0.1.46
4082026-07-17T04:02:33.875Z Compiling curve25519-dalek v4.1.3
4092026-07-17T04:02:33.940Z Compiling hashbrown v0.14.5
4102026-07-17T04:02:33.998Z Compiling rand_chacha v0.3.1
4112026-07-17T04:02:34.157Z Compiling spin v0.9.8
4122026-07-17T04:02:34.280Z Compiling keccak v0.1.5
4132026-07-17T04:02:34.294Z Compiling num-bigint-dig v0.8.6
4142026-07-17T04:02:34.445Z Compiling backtrace v0.3.75
4152026-07-17T04:02:34.488Z Compiling chumsky v0.9.3
4162026-07-17T04:02:34.526Z Compiling terminal_size v0.4.4
4172026-07-17T04:02:34.535Z Compiling lazy_static v1.5.0
4182026-07-17T04:02:34.622Z Compiling rand v0.8.7
4192026-07-17T04:02:34.659Z Compiling num-iter v0.1.45
4202026-07-17T04:02:34.693Z Compiling smallvec v1.15.1
4212026-07-17T04:02:34.701Z Compiling thiserror v1.0.69
4222026-07-17T04:02:34.740Z Compiling zeroize_derive v1.5.0
4232026-07-17T04:02:34.758Z Compiling der_derive v0.7.3
4242026-07-17T04:02:34.892Z Compiling serde_derive v1.0.228
4252026-07-17T04:02:35.039Z Compiling clap_derive v4.6.1
4262026-07-17T04:02:35.287Z Compiling backtrace-ext v0.2.1
4272026-07-17T04:02:35.465Z Compiling thiserror-impl v2.0.18
4282026-07-17T04:02:35.472Z Compiling zeroize v1.9.0
4292026-07-17T04:02:35.717Z Compiling curve25519-dalek-derive v0.1.1
4302026-07-17T04:02:35.788Z Compiling der v0.7.10
4312026-07-17T04:02:36.135Z Compiling block-buffer v0.10.4
4322026-07-17T04:02:36.275Z Compiling crypto-common v0.1.6
4332026-07-17T04:02:36.395Z Compiling digest v0.10.7
4342026-07-17T04:02:36.403Z Compiling crypto-bigint v0.5.5
4352026-07-17T04:02:36.602Z Compiling hmac v0.12.1
4362026-07-17T04:02:36.714Z Compiling signature v2.2.0
4372026-07-17T04:02:36.723Z Compiling hkdf v0.12.4
4382026-07-17T04:02:36.735Z Compiling spki v0.7.3
4392026-07-17T04:02:36.875Z Compiling sha2 v0.10.9
4402026-07-17T04:02:36.957Z Compiling pkcs8 v0.10.2
4412026-07-17T04:02:37.070Z Compiling rfc6979 v0.4.0
4422026-07-17T04:02:37.229Z Compiling sha3 v0.10.8
4432026-07-17T04:02:37.266Z Compiling thiserror-impl v1.0.69
4442026-07-17T04:02:37.280Z Compiling is-terminal v0.4.16
4452026-07-17T04:02:37.362Z Compiling camino v1.2.4
4462026-07-17T04:02:37.370Z Compiling ident_case v1.0.1
4472026-07-17T04:02:37.483Z Compiling darling_core v0.23.0
4482026-07-17T04:02:37.516Z Compiling proc-macro-error-attr v1.0.4
4492026-07-17T04:02:37.720Z Compiling sec1 v0.7.3
4502026-07-17T04:02:37.783Z Compiling sha1 v0.10.6
4512026-07-17T04:02:37.991Z Compiling clap_builder v4.6.0
4522026-07-17T04:02:37.998Z Compiling jobserver v0.1.34
4532026-07-17T04:02:38.128Z Compiling proc-macro-error v1.0.4
4542026-07-17T04:02:38.146Z Compiling ipnet v2.12.0
4552026-07-17T04:02:38.314Z Compiling shlex v1.3.0
4562026-07-17T04:02:38.340Z Compiling owo-colors v4.3.0
4572026-07-17T04:02:38.455Z Compiling cc v1.2.27
4582026-07-17T04:02:38.491Z Compiling elliptic-curve v0.13.8
4592026-07-17T04:02:38.673Z Compiling slog v2.8.2
4602026-07-17T04:02:38.703Z Compiling proc-macro-error-attr2 v2.0.0
4612026-07-17T04:02:38.803Z Compiling half v2.6.0
4622026-07-17T04:02:38.896Z Compiling smawk v0.3.2
4632026-07-17T04:02:38.911Z Compiling ciborium-io v0.2.2
4642026-07-17T04:02:39.003Z Compiling unicode-width v0.2.2
4652026-07-17T04:02:39.024Z Compiling unicode-segmentation v1.12.0
4662026-07-17T04:02:39.048Z Compiling textwrap v0.15.2
4672026-07-17T04:02:39.105Z Compiling proc-macro-error2 v2.0.1
4682026-07-17T04:02:39.131Z Compiling cmake v0.1.54
4692026-07-17T04:02:39.268Z Compiling textwrap v0.16.2
4702026-07-17T04:02:39.363Z Compiling heck v0.4.1
4712026-07-17T04:02:39.384Z Compiling ciborium-ll v0.2.2
4722026-07-17T04:02:39.546Z Compiling clap v4.6.1
4732026-07-17T04:02:39.584Z Compiling darling_macro v0.23.0
4742026-07-17T04:02:39.601Z Compiling erased-serde v0.3.31
4752026-07-17T04:02:39.609Z Compiling supports-color v2.1.0
4762026-07-17T04:02:39.616Z Compiling supports-unicode v2.1.0
4772026-07-17T04:02:39.706Z Compiling supports-hyperlinks v2.1.0
4782026-07-17T04:02:39.760Z Compiling strum_macros v0.26.4
4792026-07-17T04:02:39.840Z Compiling miette-derive v7.6.0
4802026-07-17T04:02:39.875Z Compiling miette-derive v5.10.0
4812026-07-17T04:02:40.057Z Compiling supports-color v3.0.2
4822026-07-17T04:02:40.158Z Compiling terminal_size v0.1.17
4832026-07-17T04:02:40.194Z Compiling darling v0.23.0
4842026-07-17T04:02:40.212Z Compiling owo-colors v3.5.0
4852026-07-17T04:02:40.266Z Compiling supports-hyperlinks v3.2.0
4862026-07-17T04:02:40.274Z Compiling serde_with_macros v3.21.0
4872026-07-17T04:02:40.351Z Compiling dunce v1.0.5
4882026-07-17T04:02:40.406Z Compiling supports-unicode v3.0.0
4892026-07-17T04:02:40.443Z Compiling fs_extra v1.3.0
4902026-07-17T04:02:40.696Z Compiling aws-lc-sys v0.41.0
4912026-07-17T04:02:40.851Z Compiling knuffel-derive v3.2.0
4922026-07-17T04:02:40.916Z Compiling ciborium v0.2.2
4932026-07-17T04:02:41.003Z Compiling miette v7.6.0
4942026-07-17T04:02:41.012Z Compiling miette v5.10.0
4952026-07-17T04:02:41.372Z Compiling serde_with v3.21.0
4962026-07-17T04:02:41.480Z Compiling knus-derive v3.4.0
4972026-07-17T04:02:41.488Z Compiling strum v0.26.3
4982026-07-17T04:02:41.584Z Compiling ecdsa v0.16.9
4992026-07-17T04:02:41.605Z Compiling primeorder v0.13.6
5002026-07-17T04:02:41.845Z Compiling ed25519 v2.2.3
5012026-07-17T04:02:41.947Z Compiling pkcs1 v0.7.5
5022026-07-17T04:02:41.986Z Compiling hubpack_derive v0.1.1
5032026-07-17T04:02:42.103Z Compiling salty v0.3.0
5042026-07-17T04:02:42.266Z Compiling base64 v0.22.1
5052026-07-17T04:02:42.294Z Compiling base64 v0.21.7
5062026-07-17T04:02:42.358Z Compiling getrandom v0.4.3
5072026-07-17T04:02:42.368Z Compiling anyhow v1.0.103
5082026-07-17T04:02:42.473Z Compiling hubpack v0.1.2
5092026-07-17T04:02:42.560Z Compiling knuffel v3.2.0
5102026-07-17T04:02:42.652Z Compiling rsa v0.9.10
5112026-07-17T04:02:42.683Z Compiling ed25519-dalek v2.2.0
5122026-07-17T04:02:42.692Z Compiling p384 v0.13.1
5132026-07-17T04:02:42.895Z Compiling knus v3.4.0
5142026-07-17T04:02:42.904Z Compiling x509-cert v0.2.5
5152026-07-17T04:02:43.645Z Compiling aws-lc-rs v1.17.0
5162026-07-17T04:02:43.663Z Compiling static_assertions v1.1.0
5172026-07-17T04:02:43.725Z Compiling log v0.4.33
5182026-07-17T04:02:43.924Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5192026-07-17T04:02:43.943Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5202026-07-17T04:02:44.006Z Compiling crossbeam-utils v0.8.21
5212026-07-17T04:02:44.237Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5222026-07-17T04:02:44.321Z Compiling rustls-pki-types v1.12.0
5232026-07-17T04:02:44.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5242026-07-17T04:02:44.428Z Compiling tokio-macros v2.7.0
5252026-07-17T04:02:44.500Z Compiling signal-hook-registry v1.4.8
5262026-07-17T04:02:44.660Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5272026-07-17T04:02:44.762Z Compiling dirs-sys-next v0.1.2
5282026-07-17T04:02:44.786Z Compiling mio v1.2.0
5292026-07-17T04:02:45.120Z Compiling socket2 v0.6.3
5302026-07-17T04:02:45.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5312026-07-17T04:02:45.171Z Compiling num-conv v0.2.2
5322026-07-17T04:02:45.322Z Compiling rustls v0.23.28
5332026-07-17T04:02:45.345Z Compiling time-core v0.1.9
5342026-07-17T04:02:45.372Z Compiling untrusted v0.9.0
5352026-07-17T04:02:45.423Z Compiling equivalent v1.0.2
5362026-07-17T04:02:45.487Z Compiling hashbrown v0.15.4
5372026-07-17T04:02:45.505Z Compiling pin-project-lite v0.2.16
5382026-07-17T04:02:45.523Z Compiling bytes v1.10.1
5392026-07-17T04:02:45.531Z Compiling time-macros v0.2.31
5402026-07-17T04:02:45.551Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5412026-07-17T04:02:45.594Z Compiling dirs-next v2.0.0
5422026-07-17T04:02:45.972Z Compiling tokio v1.52.0
5432026-07-17T04:02:45.983Z Compiling indexmap v2.9.0
5442026-07-17T04:02:46.126Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5452026-07-17T04:02:46.248Z Compiling env_filter v2.0.0
5462026-07-17T04:02:46.581Z Compiling toml_datetime v0.6.11
5472026-07-17T04:02:46.729Z Compiling serde_spanned v0.6.9
5482026-07-17T04:02:46.840Z Compiling thread_local v1.1.9
5492026-07-17T04:02:46.874Z Compiling winnow v0.7.11
5502026-07-17T04:02:47.089Z Compiling fastrand v2.3.0
5512026-07-17T04:02:47.341Z Compiling slog-async v2.8.0
5522026-07-17T04:02:47.631Z Compiling toml_write v0.1.2
5532026-07-17T04:02:47.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5542026-07-17T04:02:47.855Z Compiling deranged v0.5.8
5552026-07-17T04:02:48.020Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5562026-07-17T04:02:48.045Z Compiling powerfmt v0.2.0
5572026-07-17T04:02:48.239Z Compiling toml_edit v0.22.27
5582026-07-17T04:02:48.300Z Compiling tempfile v3.27.0
5592026-07-17T04:02:48.693Z Compiling env_logger v0.11.11
5602026-07-17T04:02:48.812Z Compiling time v0.3.53
5612026-07-17T04:02:49.023Z Compiling crossbeam-channel v0.5.15
5622026-07-17T04:02:49.031Z Compiling term v0.7.0
5632026-07-17T04:02:49.682Z Compiling serde-big-array v0.5.1
5642026-07-17T04:02:49.690Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5652026-07-17T04:02:49.757Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5662026-07-17T04:02:49.814Z Compiling async-trait v0.1.89
5672026-07-17T04:02:50.056Z Compiling take_mut v0.2.2
5682026-07-17T04:02:50.173Z Compiling corncobs v0.1.4
5692026-07-17T04:02:50.241Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5702026-07-17T04:02:50.329Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5712026-07-17T04:02:50.362Z Compiling slog-term v2.9.1
5722026-07-17T04:02:50.733Z Compiling toml v0.8.23
5732026-07-17T04:02:51.059Z Compiling secrecy v0.8.0
5742026-07-17T04:02:51.360Z Compiling yansi v1.0.1
5752026-07-17T04:02:51.402Z Compiling diff v0.1.13
5762026-07-17T04:02:51.647Z Compiling pretty_assertions v1.4.1
5772026-07-17T04:02:53.434Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5782026-07-17T04:02:53.562Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5792026-07-17T04:02:59.682Z Compiling rustls-webpki v0.103.3
5802026-07-17T04:03:02.219Z Compiling tokio-rustls v0.26.2
5812026-07-17T04:03:07.858Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.43s
5822026-07-17T04:03:07.973Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce)
5832026-07-17T04:03:07.976Z
5842026-07-17T04:03:07.976Zrunning 6 tests
5852026-07-17T04:03:07.979Ztest tests::toml_config ... ok
5862026-07-17T04:03:07.999ZJul 17 04:03:06.357Jul 17 04:03:06.357 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor"", , componentcomponent:: sprocketssprockets
5872026-07-17T04:03:07.999Z
5882026-07-17T04:03:08.003ZJul 17 04:03:06.358 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
5892026-07-17T04:03:08.003ZJul 17 04:03:06.358Jul 17 04:03:06.358 INFOINFOJul 17 04:03:06.358 Using file INFO" Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor, , component":component :sprockets ,
5902026-07-17T04:03:08.003Zcomponentsprockets:
5912026-07-17T04:03:08.003Z sprockets
5922026-07-17T04:03:08.003ZJul 17 04:03:06.358 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
5932026-07-17T04:03:08.003ZJul 17 04:03:06.358 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
5942026-07-17T04:03:08.003ZJul 17 04:03:06.358 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
5952026-07-17T04:03:08.003ZJul 17 04:03:06.358 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
5962026-07-17T04:03:08.006ZJul 17 04:03:06.361 INFO Loaded keys and certs, component: sprockets
5972026-07-17T04:03:08.006ZJul 17 04:03:06.361 INFO Loaded keys and certs, component: sprockets
5982026-07-17T04:03:08.006ZJul 17 04:03:06.361 INFO Loaded keys and certs, component: sprockets
5992026-07-17T04:03:08.009ZJul 17 04:03:06.365 INFO Loaded keys and certs, component: sprockets
6002026-07-17T04:03:08.026ZJul 17 04:03:06.384 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6012026-07-17T04:03:08.033ZJul 17 04:03:06.391 INFO Signature verified successfully, component: sprockets
6022026-07-17T04:03:08.036Ztest client::tests::test_client_verifier ... ok
6032026-07-17T04:03:08.051ZJul 17 04:03:06.409 INFO verifier succeeded against root w/ subject: CN=test-root-Jul 17 04:03:06.409a ,INFO verifier succeeded against root w/ subject: OCN==Oxtiedset -Croomoptu-tae,r Company,OC==OUxSid, ecomponent :C osprocketsmp
6042026-07-17T04:03:08.051Zuter Company,C=US, component: sprockets
6052026-07-17T04:03:08.054ZJul 17 04:03:06.409 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6062026-07-17T04:03:08.057ZJul 17 04:03:06.413 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6072026-07-17T04:03:08.060ZJul 17 04:03:06.416Jul 17 04:03:06.416 INFOINFO Signature verified successfullySignature verified successfully, , componentcomponent:: sprocketssprockets
6082026-07-17T04:03:08.060Z
6092026-07-17T04:03:08.060ZJul 17 04:03:06.416 INFO Signature verified successfully, component: sprockets
6102026-07-17T04:03:08.063ZJul 17 04:03:06.420 INFO Signature verified successfully, component: sprockets
6112026-07-17T04:03:08.066ZJul 17 04:03:06.422 INFO Loaded keys and certs, component: sprockets
6122026-07-17T04:03:08.106ZJul 17 04:03:06.464 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,Jul 17 04:03:06.464 INFO verifier succeeded against root w/ subject: C=US, component: sprockets
6132026-07-17T04:03:08.109ZCN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6142026-07-17T04:03:08.109ZJul 17 04:03:06.464 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6152026-07-17T04:03:08.112ZJul 17 04:03:06.470 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6162026-07-17T04:03:08.112ZJul 17 04:03:06.471 INFO Signature verified successfully, component: sprockets
6172026-07-17T04:03:08.112ZJul 17 04:03:06.471 INFO Signature verified successfully, component: sprockets
6182026-07-17T04:03:08.115ZJul 17 04:03:06.471 INFO Signature verified successfully, component: sprockets
6192026-07-17T04:03:08.115ZJul 17 04:03:06.471 INFO Running with protocol version 2, component: sprockets
6202026-07-17T04:03:08.115ZJul 17 04:03:06.471 INFO Running with protocol version 2, component: sprockets
6212026-07-17T04:03:08.115ZJul 17 04:03:06.471 INFO Running with protocol version 2, component: sprockets
6222026-07-17T04:03:08.115ZJul 17 04:03:06.471 INFO Running with protocol version 2, component: sprockets
6232026-07-17T04:03:08.118ZJul 17 04:03:06.477 INFO Signature verified successfully, component: sprockets
6242026-07-17T04:03:08.121ZJul 17 04:03:06.479 INFO Loaded keys and certs, component: sprockets
6252026-07-17T04:03:08.168ZJul 17 04:03:06.526 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6262026-07-17T04:03:08.175ZJul 17 04:03:06.533 INFO Signature verified successfully, component: sprockets
6272026-07-17T04:03:08.178ZJul 17 04:03:06.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6282026-07-17T04:03:08.178ZJul 17 04:03:06.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6292026-07-17T04:03:08.178ZJul 17 04:03:06.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6302026-07-17T04:03:08.178ZJul 17 04:03:06.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6312026-07-17T04:03:08.223ZJul 17 04:03:06.581 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6322026-07-17T04:03:08.226ZJul 17 04:03:06.582 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6332026-07-17T04:03:08.226ZJul 17 04:03:06.582 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6342026-07-17T04:03:08.226ZJul 17 04:03:06.582 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6352026-07-17T04:03:08.226ZJul 17 04:03:06.582 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6362026-07-17T04:03:08.229ZJul 17 04:03:06.588 INFO Signature verified successfully, component: sprockets
6372026-07-17T04:03:08.232ZJul 17 04:03:06.588 INFO Peer attestation verified, component: sprockets
6382026-07-17T04:03:08.232ZJul 17 04:03:06.588 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6392026-07-17T04:03:08.233Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6402026-07-17T04:03:08.233Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6412026-07-17T04:03:08.233Z corpus Reference measurements
6422026-07-17T04:03:08.233Z(set is empty)
6432026-07-17T04:03:08.233Z, component: sprockets
6442026-07-17T04:03:08.233ZJul 17 04:03:06.589 INFO Peer attestation verified, component: sprockets
6452026-07-17T04:03:08.233ZJul 17 04:03:06.589 INFO Peer measurements appraised successfully, component: sprockets
6462026-07-17T04:03:08.236ZJul 17 04:03:06.595 INFO Peer attestation verified, component: sprockets
6472026-07-17T04:03:08.236ZJul 17 04:03:06.595 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6482026-07-17T04:03:08.236Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6492026-07-17T04:03:08.236Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6502026-07-17T04:03:08.236Z corpus Reference measurements
6512026-07-17T04:03:08.236Z(set is empty)
6522026-07-17T04:03:08.236Z, component: sprockets
6532026-07-17T04:03:08.261Ztest tests::no_corpus ... ok
6542026-07-17T04:03:08.261ZJul 17 04:03:06.595 INFO Peer attestation verified, component: sprockets
6552026-07-17T04:03:08.261ZJul 17 04:03:06.595 INFO Peer measurements appraised successfully, component: sprockets
6562026-07-17T04:03:08.261Ztest tests::basic ... ok
6572026-07-17T04:03:08.278ZJul 17 04:03:06.636 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6582026-07-17T04:03:08.286ZJul 17 04:03:06.643 INFO Signature verified successfully, component: sprockets
6592026-07-17T04:03:08.333ZJul 17 04:03:06.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6602026-07-17T04:03:08.340ZJul 17 04:03:06.697 INFO Signature verified successfully, component: sprockets
6612026-07-17T04:03:08.343ZJul 17 04:03:06.698 INFO Running with protocol version 2, component: sprockets
6622026-07-17T04:03:08.343ZJul 17 04:03:06.698 INFO Running with protocol version 2, component: sprockets
6632026-07-17T04:03:08.343ZJul 17 04:03:06.698 INFO Running with protocol version 2, component: sprockets
6642026-07-17T04:03:08.343ZJul 17 04:03:06.698 INFO Running with protocol version 2, component: sprockets
6652026-07-17T04:03:08.347ZJul 17 04:03:06.706 INFO Running with protocol version 2, component: sprockets
6662026-07-17T04:03:08.356ZJul 17 04:03:06.713 INFO Running with protocol version 2, component: sprockets
6672026-07-17T04:03:08.434ZJul 17 04:03:06.792 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6682026-07-17T04:03:08.434ZJul 17 04:03:06.792 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6692026-07-17T04:03:08.482ZJul 17 04:03:06.840 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6702026-07-17T04:03:08.482ZJul 17 04:03:06.840 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6712026-07-17T04:03:08.530ZJul 17 04:03:06.888 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6722026-07-17T04:03:08.530ZJul 17 04:03:06.888 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6732026-07-17T04:03:08.578ZJul 17 04:03:06.937 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6742026-07-17T04:03:08.578ZJul 17 04:03:06.937 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6752026-07-17T04:03:08.626ZJul 17 04:03:06.984 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6762026-07-17T04:03:08.626ZJul 17 04:03:06.984 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6772026-07-17T04:03:08.675ZJul 17 04:03:07.033 INFO Cert chain from peer "PDV2:913-0000019:RRR:20000001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6782026-07-17T04:03:08.675ZJul 17 04:03:07.033 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6792026-07-17T04:03:08.681ZJul 17 04:03:07.040 INFO Peer attestation verified, component: sprockets
6802026-07-17T04:03:08.684ZJul 17 04:03:07.040 INFO Peer measurements appraised successfully, component: sprockets
6812026-07-17T04:03:08.688ZJul 17 04:03:07.046 INFO Peer attestation verified, component: sprockets
6822026-07-17T04:03:08.688ZJul 17 04:03:07.046 INFO Peer measurements appraised successfully, component: sprockets
6832026-07-17T04:03:08.694ZJul 17 04:03:07.052 INFO Peer attestation verified, component: sprockets
6842026-07-17T04:03:08.694ZJul 17 04:03:07.053 INFO Peer measurements appraised successfully, component: sprockets
6852026-07-17T04:03:08.701ZJul 17 04:03:07.059 INFO Peer attestation verified, component: sprockets
6862026-07-17T04:03:08.704ZJul 17 04:03:07.059 INFO Peer measurements appraised successfully, component: sprockets
6872026-07-17T04:03:08.707ZJul 17 04:03:07.066 INFO Peer attestation verified, component: sprockets
6882026-07-17T04:03:08.710ZJul 17 04:03:07.066 INFO Peer measurements appraised successfully, component: sprockets
6892026-07-17T04:03:08.714ZJul 17 04:03:07.072 INFO Peer attestation verified, component: sprockets
6902026-07-17T04:03:08.717ZJul 17 04:03:07.072 INFO Peer measurements appraised successfully, component: sprockets
6912026-07-17T04:03:08.717Ztest tests::spawn_accept ... ok
6922026-07-17T04:03:08.914Ztest tests::unattested_client ... ok
6932026-07-17T04:03:08.914Z
6942026-07-17T04:03:08.914Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s
6952026-07-17T04:03:08.914Z
6962026-07-17T04:03:09.212Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
6972026-07-17T04:03:09.215Z
6982026-07-17T04:03:09.215Zrunning 1 test
6992026-07-17T04:03:09.241Ztest tests::sprockets_example_matches_code_based_generation ... ok
7002026-07-17T04:03:09.241Z
7012026-07-17T04:03:09.241Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7022026-07-17T04:03:09.241Z
7032026-07-17T04:03:09.245Z Doc-tests sprockets_tls
7042026-07-17T04:03:09.362Z
7052026-07-17T04:03:09.362Zrunning 0 tests
7062026-07-17T04:03:09.362Z
7072026-07-17T04:03:09.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-07-17T04:03:09.362Z
7092026-07-17T04:03:09.373Z Doc-tests sprockets_tls_test_utils
7102026-07-17T04:03:09.431Z
7112026-07-17T04:03:09.431Zrunning 0 tests
7122026-07-17T04:03:09.431Z
7132026-07-17T04:03:09.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-07-17T04:03:09.431Z
7152026-07-17T04:03:09.467Zprocess exited: duration 45089 ms, exit code 0
 
7162026-07-17T04:03:09.474Zfound 0 output files