01KXRWZH4XPB6H93B8FT6J84TS: cargo test (helios)

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

Buildomat Job: 01KXRWZYT8NRMNDZYZKD6EXPSH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T20:42:10.759Zjob assigned to worker 01KXRX0587PW9KXGHQ3SKG8GQP [factory aws, i-0d065761ef1887ccc] (queued for 47 s)
 
22026-07-17T20:42:17.644Zstarting task 0: "setup"
32026-07-17T20:42:17.649Z++ uname -s
42026-07-17T20:42:17.653Z+ kern=SunOS
52026-07-17T20:42:17.653Z+ build_user=build
62026-07-17T20:42:17.653Z+ build_uid=12345
72026-07-17T20:42:17.653Z+ work_dir=/work
82026-07-17T20:42:17.653Z+ input_dir=/input
92026-07-17T20:42:17.653Z+ [[ 0 == 12345 ]]
102026-07-17T20:42:17.653Z+ case "$kern" in
112026-07-17T20:42:17.653Z+ groupadd -g 12345 build
122026-07-17T20:42:17.654Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T20:42:19.659Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T20:42:19.775Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T20:42:19.779Z+ home_fs=zfs
162026-07-17T20:42:19.780Z+ [[ zfs == autofs ]]
172026-07-17T20:42:19.780Z+ mkdir -p /home/build
182026-07-17T20:42:19.780Z+ chown build:build /home/build /work
192026-07-17T20:42:21.751Z+ chmod 0700 /home/build /work
202026-07-17T20:42:21.755Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-17T20:42:21.761Zstarting task 1: "rust-toolchain"
222026-07-17T20:42:21.765Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-07-17T20:42:21.765Z * rust toolchain channel = "1.88"
242026-07-17T20:42:21.765Z * rust toolchain profile = "default"
252026-07-17T20:42:21.765Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-17T20:42:21.765Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T20:42:21.765Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-17T20:42:21.770Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T20:42:21.770Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-07-17T20:42:21.865Zinfo: downloading installer
312026-07-17T20:42:23.280Zwarn: It looks like you have an existing installation of Rust at:
322026-07-17T20:42:23.280Zwarn: /opt/ooce/bin
332026-07-17T20:42:23.280Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-17T20:42:23.281Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-17T20:42:23.281Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-17T20:42:23.281Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-17T20:42:23.281Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-17T20:42:23.281Zerror: cannot install while Rust is installed
392026-07-17T20:42:23.281Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-17T20:42:23.281Zwarn: It looks like you have an existing rustup settings file at:
412026-07-17T20:42:23.281Zwarn: /home/build/.rustup/settings.toml
422026-07-17T20:42:23.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-17T20:42:23.281Zwarn: instead of the one inferred from the default host triple.
442026-07-17T20:42:23.291Zinfo: profile set to default
452026-07-17T20:42:23.291Zinfo: default host triple is x86_64-unknown-illumos
462026-07-17T20:42:23.299Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
472026-07-17T20:42:23.443Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
482026-07-17T20:42:23.451Zinfo: downloading 6 components
492026-07-17T20:42:37.626Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
502026-07-17T20:42:37.626Z
512026-07-17T20:42:37.655Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
522026-07-17T20:42:37.655Z
532026-07-17T20:42:37.658Z
542026-07-17T20:42:37.658ZRust is installed now. Great!
552026-07-17T20:42:37.658Z
562026-07-17T20:42:37.658ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-17T20:42:37.658Zenvironment variable. This has not been done automatically.
582026-07-17T20:42:37.658Z
592026-07-17T20:42:37.658ZTo configure your current shell, you need to source
602026-07-17T20:42:37.658Zthe corresponding env file under $HOME/.cargo.
612026-07-17T20:42:37.658Z
622026-07-17T20:42:37.658ZThis is usually done by running one of the following (note the leading DOT):
632026-07-17T20:42:37.658Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-17T20:42:37.658Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-17T20:42:37.658Zsource "~/.cargo/env.nu" # For nushell
662026-07-17T20:42:37.658Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-17T20:42:37.659Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-17T20:42:37.659Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-17T20:42:37.659Zwarn: no default linker (`cc`) was found in your PATH
702026-07-17T20:42:37.659Zwarn: many Rust crates require a system C toolchain to build
712026-07-17T20:42:37.746Z+ rustup --version
722026-07-17T20:42:37.755Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-17T20:42:37.758Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-17T20:42:37.778Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
752026-07-17T20:42:37.780Z+ cargo --version
762026-07-17T20:42:37.794Zcargo 1.88.0 (873a06493 2025-05-10)
772026-07-17T20:42:37.797Z+ rustc --version
782026-07-17T20:42:37.815Zrustc 1.88.0 (6b00bc388 2025-06-23)
792026-07-17T20:42:37.819Zprocess exited: duration 16054 ms, exit code 0
 
802026-07-17T20:42:37.826Zstarting task 2: "authentication"
812026-07-17T20:42:37.841Zprocess exited: duration 16 ms, exit code 0
 
822026-07-17T20:42:37.847Zstarting task 3: "clone repository"
832026-07-17T20:42:37.850Z+ mkdir -p /work/oxidecomputer/sprockets
842026-07-17T20:42:37.854Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
852026-07-17T20:42:37.886ZCloning into '/work/oxidecomputer/sprockets'...
862026-07-17T20:42:38.485Z+ cd /work/oxidecomputer/sprockets
872026-07-17T20:42:38.485Z+ git fetch origin d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2
882026-07-17T20:42:38.696ZFrom https://github.com/oxidecomputer/sprockets
892026-07-17T20:42:38.697Z * branch d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2 -> FETCH_HEAD
902026-07-17T20:42:38.703Z+ [[ -n fix-version-panic ]]
912026-07-17T20:42:38.708Z++ git branch --show-current
922026-07-17T20:42:38.708Z+ current=main
932026-07-17T20:42:38.708Z+ [[ main != fix-version-panic ]]
942026-07-17T20:42:38.708Z+ git branch -f fix-version-panic d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2
952026-07-17T20:42:38.708Z+ git checkout -f fix-version-panic
962026-07-17T20:42:38.712ZSwitched to branch 'fix-version-panic'
972026-07-17T20:42:38.712Z+ git reset --hard d039b55854d9cbfc8ca5bf1b8af7d32ee1bc13d2
982026-07-17T20:42:38.715ZHEAD is now at d039b55 Reject a malformed version message instead of panicking
992026-07-17T20:42:38.718Zprocess exited: duration 868 ms, exit code 0
 
1002026-07-17T20:42:38.725Zstarting task 4: "build"
1012026-07-17T20:42:38.728Z+ cargo --version
1022026-07-17T20:42:38.738Zcargo 1.88.0 (873a06493 2025-05-10)
1032026-07-17T20:42:38.741Z+ rustc --version
1042026-07-17T20:42:38.761Zrustc 1.88.0 (6b00bc388 2025-06-23)
1052026-07-17T20:42:38.764Z+ cargo test
1062026-07-17T20:42:38.840Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-07-17T20:42:39.289Z Updating crates.io index
1082026-07-17T20:42:39.321Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1092026-07-17T20:42:39.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1102026-07-17T20:42:39.934Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1112026-07-17T20:42:40.454Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1122026-07-17T20:42:40.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-07-17T20:42:41.052Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1142026-07-17T20:42:42.770Z Downloading crates ...
1152026-07-17T20:42:42.826Z Downloaded adler2 v2.0.1
1162026-07-17T20:42:42.834Z Downloaded addr2line v0.24.2
1172026-07-17T20:42:42.840Z Downloaded async-trait v0.1.89
1182026-07-17T20:42:42.843Z Downloaded base16ct v0.2.0
1192026-07-17T20:42:42.847Z Downloaded anyhow v1.0.103
1202026-07-17T20:42:42.850Z Downloaded curve25519-dalek-derive v0.1.1
1212026-07-17T20:42:42.850Z Downloaded anstyle-query v1.1.3
1222026-07-17T20:42:42.852Z Downloaded tokio-macros v2.7.0
1232026-07-17T20:42:42.855Z Downloaded backtrace-ext v0.2.1
1242026-07-17T20:42:42.860Z Downloaded version_check v0.9.5
1252026-07-17T20:42:42.862Z Downloaded toml_write v0.1.2
1262026-07-17T20:42:42.867Z Downloaded untrusted v0.9.0
1272026-07-17T20:42:42.867Z Downloaded bs58 v0.5.1
1282026-07-17T20:42:42.870Z Downloaded itoa v1.0.15
1292026-07-17T20:42:42.870Z Downloaded flagset v0.4.7
1302026-07-17T20:42:42.870Z Downloaded ref-cast v1.0.24
1312026-07-17T20:42:42.872Z Downloaded toml_datetime v0.6.11
1322026-07-17T20:42:42.873Z Downloaded fastrand v2.3.0
1332026-07-17T20:42:42.875Z Downloaded tls_codec v0.4.2
1342026-07-17T20:42:42.875Z Downloaded tinyvec_macros v0.1.1
1352026-07-17T20:42:42.875Z Downloaded ciborium-io v0.2.2
1362026-07-17T20:42:42.878Z Downloaded knuffel-derive v3.2.0
1372026-07-17T20:42:42.881Z Downloaded miette-derive v7.6.0
1382026-07-17T20:42:42.884Z Downloaded cpufeatures v0.2.17
1392026-07-17T20:42:42.884Z Downloaded utf8parse v0.2.2
1402026-07-17T20:42:42.884Z Downloaded thiserror-impl v2.0.18
1412026-07-17T20:42:42.887Z Downloaded thiserror v2.0.18
1422026-07-17T20:42:42.890Z Downloaded block-buffer v0.10.4
1432026-07-17T20:42:42.890Z Downloaded hubpack v0.1.2
1442026-07-17T20:42:42.893Z Downloaded heck v0.4.1
1452026-07-17T20:42:42.893Z Downloaded errno v0.3.13
1462026-07-17T20:42:42.893Z Downloaded thiserror v1.0.69
1472026-07-17T20:42:42.898Z Downloaded dirs-next v2.0.0
1482026-07-17T20:42:42.901Z Downloaded equivalent v1.0.2
1492026-07-17T20:42:42.901Z Downloaded ed25519 v2.2.3
1502026-07-17T20:42:42.904Z Downloaded clap_lex v1.1.0
1512026-07-17T20:42:42.904Z Downloaded time-core v0.1.9
1522026-07-17T20:42:42.904Z Downloaded thiserror-impl v1.0.69
1532026-07-17T20:42:42.907Z Downloaded ref-cast-impl v1.0.24
1542026-07-17T20:42:42.907Z Downloaded textwrap v0.16.2
1552026-07-17T20:42:42.910Z Downloaded is_terminal_polyfill v1.70.1
1562026-07-17T20:42:42.910Z Downloaded is_ci v1.2.0
1572026-07-17T20:42:42.910Z Downloaded cfg-if v1.0.1
1582026-07-17T20:42:42.913Z Downloaded powerfmt v0.2.0
1592026-07-17T20:42:42.918Z Downloaded rand_chacha v0.3.1
1602026-07-17T20:42:42.921Z Downloaded zeroize_derive v1.5.0
1612026-07-17T20:42:42.921Z Downloaded miette-derive v5.10.0
1622026-07-17T20:42:42.924Z Downloaded dyn-clone v1.0.19
1632026-07-17T20:42:42.927Z Downloaded darling_macro v0.23.0
1642026-07-17T20:42:42.927Z Downloaded colorchoice v1.0.4
1652026-07-17T20:42:42.927Z Downloaded unicode-linebreak v0.1.5
1662026-07-17T20:42:42.930Z Downloaded hex v0.4.3
1672026-07-17T20:42:42.934Z Downloaded lazy_static v1.5.0
1682026-07-17T20:42:42.939Z Downloaded rfc6979 v0.4.0
1692026-07-17T20:42:42.942Z Downloaded pin-project-lite v0.2.16
1702026-07-17T20:42:42.944Z Downloaded rustc-demangle v0.1.25
1712026-07-17T20:42:42.944Z Downloaded is-terminal v0.4.16
1722026-07-17T20:42:42.947Z Downloaded hubpack_derive v0.1.1
1732026-07-17T20:42:42.947Z Downloaded heck v0.5.0
1742026-07-17T20:42:42.947Z Downloaded num-integer v0.1.46
1752026-07-17T20:42:42.947Z Downloaded env_filter v2.0.0
1762026-07-17T20:42:42.950Z Downloaded serde-big-array v0.5.1
1772026-07-17T20:42:42.950Z Downloaded keccak v0.1.5
1782026-07-17T20:42:42.953Z Downloaded strsim v0.11.1
1792026-07-17T20:42:42.953Z Downloaded proc-macro-error-attr2 v2.0.0
1802026-07-17T20:42:42.954Z Downloaded ecdsa v0.16.9
1812026-07-17T20:42:42.958Z Downloaded autocfg v1.5.0
1822026-07-17T20:42:42.958Z Downloaded num-iter v0.1.45
1832026-07-17T20:42:42.958Z Downloaded num-conv v0.2.2
1842026-07-17T20:42:42.958Z Downloaded anstyle v1.0.14
1852026-07-17T20:42:42.958Z Downloaded ident_case v1.0.1
1862026-07-17T20:42:42.961Z Downloaded dunce v1.0.5
1872026-07-17T20:42:42.961Z Downloaded ipnet v2.12.0
1882026-07-17T20:42:42.961Z Downloaded jobserver v0.1.34
1892026-07-17T20:42:42.964Z Downloaded ff v0.13.1
1902026-07-17T20:42:42.964Z Downloaded erased-serde v0.3.31
1912026-07-17T20:42:42.964Z Downloaded der_derive v0.7.3
1922026-07-17T20:42:42.967Z Downloaded crypto-common v0.1.6
1932026-07-17T20:42:42.967Z Downloaded generic-array v0.14.7
1942026-07-17T20:42:42.972Z Downloaded rustc_version v0.4.1
1952026-07-17T20:42:42.975Z Downloaded clap_derive v4.6.1
1962026-07-17T20:42:42.978Z Downloaded cmake v0.1.54
1972026-07-17T20:42:42.982Z Downloaded terminal_size v0.4.4
1982026-07-17T20:42:42.985Z Downloaded signature v2.2.0
1992026-07-17T20:42:42.985Z Downloaded supports-hyperlinks v3.2.0
2002026-07-17T20:42:42.988Z Downloaded smawk v0.3.2
2012026-07-17T20:42:42.988Z Downloaded secrecy v0.8.0
2022026-07-17T20:42:42.988Z Downloaded sha1 v0.10.6
2032026-07-17T20:42:42.991Z Downloaded supports-hyperlinks v2.1.0
2042026-07-17T20:42:42.994Z Downloaded dirs-sys-next v0.1.2
2052026-07-17T20:42:42.994Z Downloaded digest v0.10.7
2062026-07-17T20:42:42.994Z Downloaded anstyle-parse v1.0.0
2072026-07-17T20:42:42.997Z Downloaded fs_extra v1.3.0
2082026-07-17T20:42:42.997Z Downloaded deranged v0.5.8
2092026-07-17T20:42:42.997Z Downloaded ciborium-ll v0.2.2
2102026-07-17T20:42:43.004Z Downloaded zmij v1.0.14
2112026-07-17T20:42:43.007Z Downloaded group v0.13.0
2122026-07-17T20:42:43.007Z Downloaded ppv-lite86 v0.2.21
2132026-07-17T20:42:43.007Z Downloaded base64ct v1.8.0
2142026-07-17T20:42:43.007Z Downloaded env_logger v0.11.11
2152026-07-17T20:42:43.010Z Downloaded anstream v1.0.0
2162026-07-17T20:42:43.010Z Downloaded strum v0.26.3
2172026-07-17T20:42:43.013Z Downloaded shlex v1.3.0
2182026-07-17T20:42:43.016Z Downloaded typenum v1.18.0
2192026-07-17T20:42:43.019Z Downloaded time-macros v0.2.31
2202026-07-17T20:42:43.019Z Downloaded proc-macro-error2 v2.0.1
2212026-07-17T20:42:43.022Z Downloaded static_assertions v1.1.0
2222026-07-17T20:42:43.024Z Downloaded toml v0.8.23
2232026-07-17T20:42:43.025Z Downloaded subtle v2.6.1
2242026-07-17T20:42:43.027Z Downloaded supports-unicode v2.1.0
2252026-07-17T20:42:43.027Z Downloaded supports-color v2.1.0
2262026-07-17T20:42:43.027Z Downloaded take_mut v0.2.2
2272026-07-17T20:42:43.027Z Downloaded supports-unicode v3.0.0
2282026-07-17T20:42:43.032Z Downloaded supports-color v3.0.2
2292026-07-17T20:42:43.032Z Downloaded sec1 v0.7.3
2302026-07-17T20:42:43.036Z Downloaded toml_edit v0.22.27
2312026-07-17T20:42:43.036Z Downloaded rand_core v0.6.4
2322026-07-17T20:42:43.036Z Downloaded primeorder v0.13.6
2332026-07-17T20:42:43.039Z Downloaded pkcs8 v0.10.2
2342026-07-17T20:42:43.039Z Downloaded thread_local v1.1.9
2352026-07-17T20:42:43.039Z Downloaded crossbeam-utils v0.8.21
2362026-07-17T20:42:43.042Z Downloaded proc-macro-error v1.0.4
2372026-07-17T20:42:43.042Z Downloaded proc-macro-error-attr v1.0.4
2382026-07-17T20:42:43.042Z Downloaded knus-derive v3.4.0
2392026-07-17T20:42:43.045Z Downloaded diff v0.1.13
2402026-07-17T20:42:43.045Z Downloaded ciborium v0.2.2
2412026-07-17T20:42:43.048Z Downloaded bitflags v2.9.1
2422026-07-17T20:42:43.051Z Downloaded terminal_size v0.1.17
2432026-07-17T20:42:43.051Z Downloaded semver v1.0.26
2442026-07-17T20:42:43.051Z Downloaded rustversion v1.0.21
2452026-07-17T20:42:43.054Z Downloaded tokio-rustls v0.26.2
2462026-07-17T20:42:43.054Z Downloaded pem-rfc7468 v0.7.0
2472026-07-17T20:42:43.057Z Downloaded camino v1.2.4
2482026-07-17T20:42:43.058Z Downloaded tls_codec_derive v0.4.2
2492026-07-17T20:42:43.058Z Downloaded corncobs v0.1.4
2502026-07-17T20:42:43.060Z Downloaded spki v0.7.3
2512026-07-17T20:42:43.061Z Downloaded sha2 v0.10.9
2522026-07-17T20:42:43.061Z Downloaded iana-time-zone v0.1.63
2532026-07-17T20:42:43.067Z Downloaded unicode-ident v1.0.18
2542026-07-17T20:42:43.070Z Downloaded owo-colors v3.5.0
2552026-07-17T20:42:43.073Z Downloaded ahash v0.8.12
2562026-07-17T20:42:43.073Z Downloaded const-oid v0.9.6
2572026-07-17T20:42:43.076Z Downloaded quote v1.0.46
2582026-07-17T20:42:43.079Z Downloaded darling v0.23.0
2592026-07-17T20:42:43.082Z Downloaded num-traits v0.2.19
2602026-07-17T20:42:43.084Z Downloaded log v0.4.33
2612026-07-17T20:42:43.084Z Downloaded slog-async v2.8.0
2622026-07-17T20:42:43.087Z Downloaded serde_spanned v0.6.9
2632026-07-17T20:42:43.087Z Downloaded strum_macros v0.26.4
2642026-07-17T20:42:43.090Z Downloaded signal-hook-registry v1.4.8
2652026-07-17T20:42:43.090Z Downloaded hmac v0.12.1
2662026-07-17T20:42:43.093Z Downloaded pkcs1 v0.7.5
2672026-07-17T20:42:43.096Z Downloaded half v2.6.0
2682026-07-17T20:42:43.099Z Downloaded owo-colors v4.3.0
2692026-07-17T20:42:43.099Z Downloaded zeroize v1.9.0
2702026-07-17T20:42:43.110Z Downloaded serde_with_macros v3.21.0
2712026-07-17T20:42:43.115Z Downloaded indexmap v1.9.3
2722026-07-17T20:42:43.118Z Downloaded clap v4.6.1
2732026-07-17T20:42:43.121Z Downloaded smallvec v1.15.1
2742026-07-17T20:42:43.121Z Downloaded once_cell v1.21.3
2752026-07-17T20:42:43.121Z Downloaded tinyvec v1.12.0
2762026-07-17T20:42:43.124Z Downloaded rustls-pki-types v1.12.0
2772026-07-17T20:42:43.127Z Downloaded spin v0.9.8
2782026-07-17T20:42:43.127Z Downloaded getrandom v0.2.16
2792026-07-17T20:42:43.130Z Downloaded serde_core v1.0.228
2802026-07-17T20:42:43.130Z Downloaded term v0.7.0
2812026-07-17T20:42:43.133Z Downloaded yansi v1.0.1
2822026-07-17T20:42:43.136Z Downloaded slog-term v2.9.1
2832026-07-17T20:42:43.136Z Downloaded getrandom v0.4.3
2842026-07-17T20:42:43.139Z Downloaded elliptic-curve v0.13.8
2852026-07-17T20:42:43.142Z Downloaded darling_core v0.23.0
2862026-07-17T20:42:43.145Z Downloaded base64 v0.21.7
2872026-07-17T20:42:43.148Z Downloaded backtrace v0.3.75
2882026-07-17T20:42:43.148Z Downloaded chumsky v0.9.3
2892026-07-17T20:42:43.151Z Downloaded allocator-api2 v0.2.21
2902026-07-17T20:42:43.154Z Downloaded tempfile v3.27.0
2912026-07-17T20:42:43.154Z Downloaded knuffel v3.2.0
2922026-07-17T20:42:43.157Z Downloaded slog v2.8.2
2932026-07-17T20:42:43.165Z Downloaded textwrap v0.15.2
2942026-07-17T20:42:43.168Z Downloaded bytes v1.10.1
2952026-07-17T20:42:43.174Z Downloaded crypto-bigint v0.5.5
2962026-07-17T20:42:43.176Z Downloaded rand v0.8.7
2972026-07-17T20:42:43.176Z Downloaded proc-macro2 v1.0.106
2982026-07-17T20:42:43.179Z Downloaded base64 v0.22.1
2992026-07-17T20:42:43.180Z Downloaded crossbeam-channel v0.5.15
3002026-07-17T20:42:43.183Z Downloaded miette v5.10.0
3012026-07-17T20:42:43.186Z Downloaded knus v3.4.0
3022026-07-17T20:42:43.186Z Downloaded der v0.7.10
3032026-07-17T20:42:43.189Z Downloaded ed25519-dalek v2.2.0
3042026-07-17T20:42:43.192Z Downloaded rustls-webpki v0.103.3
3052026-07-17T20:42:43.195Z Downloaded miniz_oxide v0.8.9
3062026-07-17T20:42:43.197Z Downloaded cc v1.2.27
3072026-07-17T20:42:43.200Z Downloaded serde_derive v1.0.228
3082026-07-17T20:42:43.200Z Downloaded socket2 v0.6.3
3092026-07-17T20:42:43.203Z Downloaded rsa v0.9.10
3102026-07-17T20:42:43.203Z Downloaded unicode-segmentation v1.12.0
3112026-07-17T20:42:43.206Z Downloaded indexmap v2.9.0
3122026-07-17T20:42:43.209Z Downloaded hashbrown v0.12.3
3132026-07-17T20:42:43.212Z Downloaded serde v1.0.228
3142026-07-17T20:42:43.212Z Downloaded schemars v0.9.0
3152026-07-17T20:42:43.217Z Downloaded pretty_assertions v1.4.1
3162026-07-17T20:42:43.231Z Downloaded miette v7.6.0
3172026-07-17T20:42:43.236Z Downloaded mio v1.2.0
3182026-07-17T20:42:43.239Z Downloaded schemars v1.2.0
3192026-07-17T20:42:43.247Z Downloaded libm v0.2.15
3202026-07-17T20:42:43.253Z Downloaded memchr v2.7.5
3212026-07-17T20:42:43.256Z Downloaded hashbrown v0.15.4
3222026-07-17T20:42:43.258Z Downloaded hashbrown v0.14.5
3232026-07-17T20:42:43.261Z Downloaded x509-cert v0.2.5
3242026-07-17T20:42:43.276Z Downloaded hkdf v0.12.4
3252026-07-17T20:42:43.280Z Downloaded clap_builder v4.6.0
3262026-07-17T20:42:43.283Z Downloaded aho-corasick v1.1.4
3272026-07-17T20:42:43.289Z Downloaded num-bigint-dig v0.8.6
3282026-07-17T20:42:43.297Z Downloaded serde_with v3.21.0
3292026-07-17T20:42:43.303Z Downloaded chrono v0.4.41
3302026-07-17T20:42:43.307Z Downloaded regex v1.13.0
3312026-07-17T20:42:43.310Z Downloaded winnow v0.7.11
3322026-07-17T20:42:43.314Z Downloaded aws-lc-rs v1.17.0
3332026-07-17T20:42:43.320Z Downloaded salty v0.3.0
3342026-07-17T20:42:43.326Z Downloaded serde_json v1.0.149
3352026-07-17T20:42:43.329Z Downloaded time v0.3.53
3362026-07-17T20:42:43.334Z Downloaded syn v2.0.118
3372026-07-17T20:42:43.340Z Downloaded p384 v0.13.1
3382026-07-17T20:42:43.343Z Downloaded gimli v0.31.1
3392026-07-17T20:42:43.346Z Downloaded curve25519-dalek v4.1.3
3402026-07-17T20:42:43.385Z Downloaded unicode-width v0.2.2
3412026-07-17T20:42:43.396Z Downloaded syn v1.0.109
3422026-07-17T20:42:43.401Z Downloaded zerocopy v0.8.54
3432026-07-17T20:42:43.412Z Downloaded unicode-width v0.1.14
3442026-07-17T20:42:43.422Z Downloaded object v0.36.7
3452026-07-17T20:42:43.428Z Downloaded rustls v0.23.28
3462026-07-17T20:42:43.435Z Downloaded sha3 v0.10.8
3472026-07-17T20:42:43.449Z Downloaded regex-syntax v0.8.11
3482026-07-17T20:42:43.459Z Downloaded rustix v1.1.4
3492026-07-17T20:42:43.510Z Downloaded regex-automata v0.4.15
3502026-07-17T20:42:43.540Z Downloaded libc v0.2.185
3512026-07-17T20:42:43.558Z Downloaded tokio v1.52.0
3522026-07-17T20:42:43.622Z Downloaded ring v0.17.14
3532026-07-17T20:42:44.108Z Downloaded aws-lc-sys v0.41.0
3542026-07-17T20:42:44.295Z Compiling proc-macro2 v1.0.106
3552026-07-17T20:42:44.295Z Compiling unicode-ident v1.0.18
3562026-07-17T20:42:44.295Z Compiling quote v1.0.46
3572026-07-17T20:42:44.295Z Compiling libc v0.2.185
3582026-07-17T20:42:44.299Z Compiling cfg-if v1.0.1
3592026-07-17T20:42:44.299Z Compiling version_check v0.9.5
3602026-07-17T20:42:44.299Z Compiling const-oid v0.9.6
3612026-07-17T20:42:44.299Z Compiling subtle v2.6.1
3622026-07-17T20:42:44.443Z Compiling typenum v1.18.0
3632026-07-17T20:42:44.493Z Compiling flagset v0.4.7
3642026-07-17T20:42:44.534Z Compiling serde_core v1.0.228
3652026-07-17T20:42:44.608Z Compiling bitflags v2.9.1
3662026-07-17T20:42:44.652Z Compiling generic-array v0.14.7
3672026-07-17T20:42:44.769Z Compiling zerocopy v0.8.54
3682026-07-17T20:42:44.824Z Compiling strsim v0.11.1
3692026-07-17T20:42:44.911Z Compiling serde v1.0.228
3702026-07-17T20:42:45.123Z Compiling getrandom v0.2.16
3712026-07-17T20:42:45.131Z Compiling heck v0.5.0
3722026-07-17T20:42:45.217Z Compiling base64ct v1.8.0
3732026-07-17T20:42:45.264Z Compiling rand_core v0.6.4
3742026-07-17T20:42:45.296Z Compiling utf8parse v0.2.2
3752026-07-17T20:42:45.325Z Compiling colorchoice v1.0.4
3762026-07-17T20:42:45.427Z Compiling pem-rfc7468 v0.7.0
3772026-07-17T20:42:45.452Z Compiling anstyle-parse v1.0.0
3782026-07-17T20:42:45.471Z Compiling anstyle-query v1.1.3
3792026-07-17T20:42:45.573Z Compiling syn v2.0.118
3802026-07-17T20:42:45.595Z Compiling is_terminal_polyfill v1.70.1
3812026-07-17T20:42:45.603Z Compiling once_cell v1.21.3
3822026-07-17T20:42:45.626Z Compiling anstyle v1.0.14
3832026-07-17T20:42:45.634Z Compiling base16ct v0.2.0
3842026-07-17T20:42:45.679Z Compiling ff v0.13.1
3852026-07-17T20:42:45.837Z Compiling anstream v1.0.0
3862026-07-17T20:42:45.844Z Compiling clap_lex v1.1.0
3872026-07-17T20:42:45.844Z Compiling object v0.36.7
3882026-07-17T20:42:45.844Z Compiling cpufeatures v0.2.17
3892026-07-17T20:42:45.898Z Compiling group v0.13.0
3902026-07-17T20:42:45.998Z Compiling memchr v2.7.5
3912026-07-17T20:42:46.044Z Compiling rustversion v1.0.21
3922026-07-17T20:42:46.068Z Compiling adler2 v2.0.1
3932026-07-17T20:42:46.096Z Compiling semver v1.0.26
3942026-07-17T20:42:46.127Z Compiling autocfg v1.5.0
3952026-07-17T20:42:46.188Z Compiling syn v1.0.109
3962026-07-17T20:42:46.412Z Compiling gimli v0.31.1
3972026-07-17T20:42:46.438Z Compiling libm v0.2.15
3982026-07-17T20:42:46.559Z Compiling num-traits v0.2.19
3992026-07-17T20:42:46.706Z Compiling miniz_oxide v0.8.9
4002026-07-17T20:42:46.733Z Compiling ahash v0.8.12
4012026-07-17T20:42:46.768Z Compiling is_ci v1.2.0
4022026-07-17T20:42:46.787Z Compiling unicode-linebreak v0.1.5
4032026-07-17T20:42:46.906Z Compiling rustc-demangle v0.1.25
4042026-07-17T20:42:47.341Z Compiling unicode-width v0.1.14
4052026-07-17T20:42:47.614Z Compiling rustix v1.1.4
4062026-07-17T20:42:48.140Z Compiling addr2line v0.24.2
4072026-07-17T20:42:48.256Z Compiling ppv-lite86 v0.2.21
4082026-07-17T20:42:48.357Z Compiling rustc_version v0.4.1
4092026-07-17T20:42:48.383Z Compiling errno v0.3.13
4102026-07-17T20:42:48.387Z Compiling allocator-api2 v0.2.21
4112026-07-17T20:42:48.464Z Compiling hex v0.4.3
4122026-07-17T20:42:48.521Z Compiling thiserror v2.0.18
4132026-07-17T20:42:48.566Z Compiling rand_chacha v0.3.1
4142026-07-17T20:42:48.615Z Compiling curve25519-dalek v4.1.3
4152026-07-17T20:42:48.691Z Compiling hashbrown v0.14.5
4162026-07-17T20:42:48.895Z Compiling num-integer v0.1.46
4172026-07-17T20:42:49.049Z Compiling backtrace v0.3.75
4182026-07-17T20:42:49.198Z Compiling keccak v0.1.5
4192026-07-17T20:42:49.201Z Compiling num-bigint-dig v0.8.6
4202026-07-17T20:42:49.215Z Compiling spin v0.9.8
4212026-07-17T20:42:49.255Z Compiling chumsky v0.9.3
4222026-07-17T20:42:49.339Z Compiling lazy_static v1.5.0
4232026-07-17T20:42:49.354Z Compiling terminal_size v0.4.4
4242026-07-17T20:42:49.433Z Compiling num-iter v0.1.45
4252026-07-17T20:42:49.449Z Compiling rand v0.8.7
4262026-07-17T20:42:49.481Z Compiling backtrace-ext v0.2.1
4272026-07-17T20:42:49.504Z Compiling thiserror v1.0.69
4282026-07-17T20:42:49.534Z Compiling zeroize_derive v1.5.0
4292026-07-17T20:42:49.538Z Compiling der_derive v0.7.3
4302026-07-17T20:42:49.654Z Compiling serde_derive v1.0.228
4312026-07-17T20:42:49.817Z Compiling clap_derive v4.6.1
4322026-07-17T20:42:50.071Z Compiling thiserror-impl v2.0.18
4332026-07-17T20:42:50.202Z Compiling zeroize v1.9.0
4342026-07-17T20:42:50.423Z Compiling curve25519-dalek-derive v0.1.1
4352026-07-17T20:42:50.481Z Compiling der v0.7.10
4362026-07-17T20:42:50.714Z Compiling smallvec v1.15.1
4372026-07-17T20:42:50.869Z Compiling block-buffer v0.10.4
4382026-07-17T20:42:50.922Z Compiling crypto-common v0.1.6
4392026-07-17T20:42:51.008Z Compiling crypto-bigint v0.5.5
4402026-07-17T20:42:51.047Z Compiling digest v0.10.7
4412026-07-17T20:42:51.310Z Compiling signature v2.2.0
4422026-07-17T20:42:51.373Z Compiling hmac v0.12.1
4432026-07-17T20:42:51.453Z Compiling spki v0.7.3
4442026-07-17T20:42:51.507Z Compiling hkdf v0.12.4
4452026-07-17T20:42:51.646Z Compiling sha2 v0.10.9
4462026-07-17T20:42:51.657Z Compiling pkcs8 v0.10.2
4472026-07-17T20:42:51.673Z Compiling rfc6979 v0.4.0
4482026-07-17T20:42:51.866Z Compiling sha3 v0.10.8
4492026-07-17T20:42:52.029Z Compiling thiserror-impl v1.0.69
4502026-07-17T20:42:52.060Z Compiling is-terminal v0.4.16
4512026-07-17T20:42:52.129Z Compiling camino v1.2.4
4522026-07-17T20:42:52.158Z Compiling ident_case v1.0.1
4532026-07-17T20:42:52.275Z Compiling darling_core v0.23.0
4542026-07-17T20:42:52.354Z Compiling proc-macro-error-attr v1.0.4
4552026-07-17T20:42:52.392Z Compiling sec1 v0.7.3
4562026-07-17T20:42:52.620Z Compiling sha1 v0.10.6
4572026-07-17T20:42:52.663Z Compiling clap_builder v4.6.0
4582026-07-17T20:42:52.845Z Compiling jobserver v0.1.34
4592026-07-17T20:42:52.862Z Compiling proc-macro-error v1.0.4
4602026-07-17T20:42:52.905Z Compiling owo-colors v4.3.0
4612026-07-17T20:42:53.053Z Compiling shlex v1.3.0
4622026-07-17T20:42:53.088Z Compiling ipnet v2.12.0
4632026-07-17T20:42:53.231Z Compiling cc v1.2.27
4642026-07-17T20:42:53.270Z Compiling elliptic-curve v0.13.8
4652026-07-17T20:42:53.282Z Compiling slog v2.8.2
4662026-07-17T20:42:53.514Z Compiling proc-macro-error-attr2 v2.0.0
4672026-07-17T20:42:53.594Z Compiling half v2.6.0
4682026-07-17T20:42:53.618Z Compiling ciborium-io v0.2.2
4692026-07-17T20:42:53.656Z Compiling unicode-segmentation v1.12.0
4702026-07-17T20:42:53.707Z Compiling smawk v0.3.2
4712026-07-17T20:42:53.841Z Compiling unicode-width v0.2.2
4722026-07-17T20:42:53.841Z Compiling textwrap v0.15.2
4732026-07-17T20:42:53.897Z Compiling ciborium-ll v0.2.2
4742026-07-17T20:42:53.928Z Compiling proc-macro-error2 v2.0.1
4752026-07-17T20:42:54.022Z Compiling heck v0.4.1
4762026-07-17T20:42:54.103Z Compiling textwrap v0.16.2
4772026-07-17T20:42:54.112Z Compiling cmake v0.1.54
4782026-07-17T20:42:54.209Z Compiling clap v4.6.1
4792026-07-17T20:42:54.364Z Compiling erased-serde v0.3.31
4802026-07-17T20:42:54.373Z Compiling darling_macro v0.23.0
4812026-07-17T20:42:54.435Z Compiling supports-unicode v2.1.0
4822026-07-17T20:42:54.438Z Compiling supports-color v2.1.0
4832026-07-17T20:42:54.438Z Compiling supports-hyperlinks v2.1.0
4842026-07-17T20:42:54.578Z Compiling strum_macros v0.26.4
4852026-07-17T20:42:54.597Z Compiling miette-derive v7.6.0
4862026-07-17T20:42:54.645Z Compiling miette-derive v5.10.0
4872026-07-17T20:42:54.796Z Compiling supports-color v3.0.2
4882026-07-17T20:42:54.825Z Compiling terminal_size v0.1.17
4892026-07-17T20:42:54.933Z Compiling darling v0.23.0
4902026-07-17T20:42:54.941Z Compiling supports-unicode v3.0.0
4912026-07-17T20:42:54.949Z Compiling supports-hyperlinks v3.2.0
4922026-07-17T20:42:54.997Z Compiling dunce v1.0.5
4932026-07-17T20:42:55.008Z Compiling serde_with_macros v3.21.0
4942026-07-17T20:42:55.071Z Compiling fs_extra v1.3.0
4952026-07-17T20:42:55.084Z Compiling owo-colors v3.5.0
4962026-07-17T20:42:55.316Z Compiling aws-lc-sys v0.41.0
4972026-07-17T20:42:55.432Z Compiling knuffel-derive v3.2.0
4982026-07-17T20:42:55.716Z Compiling miette v7.6.0
4992026-07-17T20:42:55.730Z Compiling miette v5.10.0
5002026-07-17T20:42:55.781Z Compiling knus-derive v3.4.0
5012026-07-17T20:42:56.091Z Compiling serde_with v3.21.0
5022026-07-17T20:42:56.192Z Compiling ciborium v0.2.2
5032026-07-17T20:42:56.203Z Compiling strum v0.26.3
5042026-07-17T20:42:56.356Z Compiling primeorder v0.13.6
5052026-07-17T20:42:56.601Z Compiling ecdsa v0.16.9
5062026-07-17T20:42:56.785Z Compiling ed25519 v2.2.3
5072026-07-17T20:42:56.798Z Compiling pkcs1 v0.7.5
5082026-07-17T20:42:56.898Z Compiling hubpack_derive v0.1.1
5092026-07-17T20:42:56.974Z Compiling base64 v0.21.7
5102026-07-17T20:42:57.049Z Compiling anyhow v1.0.103
5112026-07-17T20:42:57.077Z Compiling base64 v0.22.1
5122026-07-17T20:42:57.228Z Compiling getrandom v0.4.3
5132026-07-17T20:42:57.260Z Compiling salty v0.3.0
5142026-07-17T20:42:57.293Z Compiling knuffel v3.2.0
5152026-07-17T20:42:57.374Z Compiling knus v3.4.0
5162026-07-17T20:42:57.390Z Compiling hubpack v0.1.2
5172026-07-17T20:42:57.544Z Compiling rsa v0.9.10
5182026-07-17T20:42:57.579Z Compiling ed25519-dalek v2.2.0
5192026-07-17T20:42:57.588Z Compiling p384 v0.13.1
5202026-07-17T20:42:57.648Z Compiling x509-cert v0.2.5
5212026-07-17T20:42:58.416Z Compiling aws-lc-rs v1.17.0
5222026-07-17T20:42:58.444Z Compiling static_assertions v1.1.0
5232026-07-17T20:42:58.545Z Compiling log v0.4.33
5242026-07-17T20:42:58.720Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5252026-07-17T20:42:58.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5262026-07-17T20:42:58.858Z Compiling crossbeam-utils v0.8.21
5272026-07-17T20:42:59.078Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5282026-07-17T20:42:59.116Z Compiling rustls-pki-types v1.12.0
5292026-07-17T20:42:59.169Z Compiling tokio-macros v2.7.0
5302026-07-17T20:42:59.186Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5312026-07-17T20:42:59.305Z Compiling signal-hook-registry v1.4.8
5322026-07-17T20:42:59.439Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5332026-07-17T20:42:59.567Z Compiling socket2 v0.6.3
5342026-07-17T20:42:59.590Z Compiling mio v1.2.0
5352026-07-17T20:42:59.882Z Compiling dirs-sys-next v0.1.2
5362026-07-17T20:42:59.904Z Compiling num-conv v0.2.2
5372026-07-17T20:42:59.995Z Compiling equivalent v1.0.2
5382026-07-17T20:43:00.050Z Compiling hashbrown v0.15.4
5392026-07-17T20:43:00.059Z Compiling rustls v0.23.28
5402026-07-17T20:43:00.071Z Compiling untrusted v0.9.0
5412026-07-17T20:43:00.080Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5422026-07-17T20:43:00.181Z Compiling bytes v1.10.1
5432026-07-17T20:43:00.189Z Compiling pin-project-lite v0.2.16
5442026-07-17T20:43:00.264Z Compiling time-core v0.1.9
5452026-07-17T20:43:00.278Z Compiling dirs-next v2.0.0
5462026-07-17T20:43:00.313Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5472026-07-17T20:43:00.447Z Compiling time-macros v0.2.31
5482026-07-17T20:43:00.538Z Compiling indexmap v2.9.0
5492026-07-17T20:43:00.763Z Compiling tokio v1.52.0
5502026-07-17T20:43:00.780Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5512026-07-17T20:43:00.930Z Compiling env_filter v2.0.0
5522026-07-17T20:43:01.291Z Compiling serde_spanned v0.6.9
5532026-07-17T20:43:01.443Z Compiling toml_datetime v0.6.11
5542026-07-17T20:43:01.680Z Compiling thread_local v1.1.9
5552026-07-17T20:43:01.710Z Compiling toml_write v0.1.2
5562026-07-17T20:43:01.909Z Compiling winnow v0.7.11
5572026-07-17T20:43:01.936Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5582026-07-17T20:43:02.170Z Compiling slog-async v2.8.0
5592026-07-17T20:43:02.462Z Compiling deranged v0.5.8
5602026-07-17T20:43:02.661Z Compiling fastrand v2.3.0
5612026-07-17T20:43:02.861Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5622026-07-17T20:43:02.917Z Compiling powerfmt v0.2.0
5632026-07-17T20:43:03.118Z Compiling toml_edit v0.22.27
5642026-07-17T20:43:03.151Z Compiling tempfile v3.27.0
5652026-07-17T20:43:03.353Z Compiling time v0.3.53
5662026-07-17T20:43:03.550Z Compiling env_logger v0.11.11
5672026-07-17T20:43:03.883Z Compiling crossbeam-channel v0.5.15
5682026-07-17T20:43:03.911Z Compiling term v0.7.0
5692026-07-17T20:43:04.555Z Compiling serde-big-array v0.5.1
5702026-07-17T20:43:04.563Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5712026-07-17T20:43:04.593Z Compiling async-trait v0.1.89
5722026-07-17T20:43:04.693Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5732026-07-17T20:43:04.783Z Compiling corncobs v0.1.4
5742026-07-17T20:43:04.879Z Compiling take_mut v0.2.2
5752026-07-17T20:43:04.987Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5762026-07-17T20:43:05.147Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5772026-07-17T20:43:05.276Z Compiling slog-term v2.9.1
5782026-07-17T20:43:05.400Z Compiling toml v0.8.23
5792026-07-17T20:43:05.907Z Compiling secrecy v0.8.0
5802026-07-17T20:43:06.070Z Compiling yansi v1.0.1
5812026-07-17T20:43:06.086Z Compiling diff v0.1.13
5822026-07-17T20:43:06.345Z Compiling pretty_assertions v1.4.1
5832026-07-17T20:43:07.956Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5842026-07-17T20:43:08.378Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5852026-07-17T20:43:14.431Z Compiling rustls-webpki v0.103.3
5862026-07-17T20:43:16.927Z Compiling tokio-rustls v0.26.2
5872026-07-17T20:43:22.593Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.81s
5882026-07-17T20:43:22.706Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce)
5892026-07-17T20:43:22.709Z
5902026-07-17T20:43:22.709Zrunning 7 tests
5912026-07-17T20:43:22.712Ztest tests::toml_config ... ok
5922026-07-17T20:43:22.733ZJul 17 20:43:21.807Jul 17 20:43:21.807 Jul 17 20:43:21.807 INFO INFO INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborUsing file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborUsing file "", , /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cborcomponent"component:: , sprocketssprocketscomponent
5932026-07-17T20:43:22.733Z
5942026-07-17T20:43:22.733Z: sprockets
5952026-07-17T20:43:22.738ZJul 17 20:43:21.807 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
5962026-07-17T20:43:22.738ZJul 17 20:43:21.807Jul 17 20:43:21.807Jul 17 20:43:21.808 INFOINFO Using file "Using file Jul 17 20:43:21.808"INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "Using file , Using file ""component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor:" , , sprocketscomponent
5972026-07-17T20:43:22.738Z:/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "sprockets,
5982026-07-17T20:43:22.738Zcomponentcomponent:: sprocketssprockets
5992026-07-17T20:43:22.738Z
6002026-07-17T20:43:22.738ZJul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
6012026-07-17T20:43:22.738ZJul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
6022026-07-17T20:43:22.738ZJul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
6032026-07-17T20:43:22.738ZJul 17 20:43:21.808 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
6042026-07-17T20:43:22.738ZJul 17 20:43:21.810 INFO Loaded keys and certs, component: sprockets
6052026-07-17T20:43:22.738ZJul 17 20:43:21.811 INFO Loaded keys and certs, Jul 17 20:43:21.811component :INFO sprocketsLoaded keys and certs
6062026-07-17T20:43:22.738Z, component: sprockets
6072026-07-17T20:43:22.738ZJul 17 20:43:21.811 INFO Loaded keys and certs, component: sprockets
6082026-07-17T20:43:22.741ZJul 17 20:43:21.814 INFO Loaded keys and certs, component: sprockets
6092026-07-17T20:43:22.759ZJul 17 20:43:21.833 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6102026-07-17T20:43:22.765ZJul 17 20:43:21.840 INFO Signature verified successfully, component: sprockets
6112026-07-17T20:43:22.768Ztest client::tests::test_client_verifier ... ok
6122026-07-17T20:43:22.783ZJul 17 20:43:21.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6132026-07-17T20:43:22.787ZJul 17 20:43:21.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: Jul 17 20:43:21.858sprockets
6142026-07-17T20:43:22.788ZINFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6152026-07-17T20:43:22.788ZJul 17 20:43:21.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6162026-07-17T20:43:22.791ZJul 17 20:43:21.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6172026-07-17T20:43:22.792ZJul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets
6182026-07-17T20:43:22.792ZJul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets
6192026-07-17T20:43:22.792ZJul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets
6202026-07-17T20:43:22.792ZJul 17 20:43:21.865 INFO Signature verified successfully, component: sprockets
6212026-07-17T20:43:22.795ZJul 17 20:43:21.868 INFO Signature verified successfully, component: sprockets
6222026-07-17T20:43:22.798ZJul 17 20:43:21.870 INFO Loaded keys and certs, component: sprockets
6232026-07-17T20:43:22.838ZJul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6242026-07-17T20:43:22.841ZJul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6252026-07-17T20:43:22.841ZJul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6262026-07-17T20:43:22.841ZJul 17 20:43:21.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6272026-07-17T20:43:22.844ZJul 17 20:43:21.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6282026-07-17T20:43:22.847ZJul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets
6292026-07-17T20:43:22.847ZJul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets
6302026-07-17T20:43:22.847ZJul 17 20:43:21.919 INFO Signature verified successfully, component: sprockets
6312026-07-17T20:43:22.847ZJul 17 20:43:21.920 INFO Signature verified successfully, component: sprockets
6322026-07-17T20:43:22.849Ztest tests::short_version_message_rejected ... ok
6332026-07-17T20:43:22.849ZJul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets
6342026-07-17T20:43:22.849ZJul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets
6352026-07-17T20:43:22.849ZJul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets
6362026-07-17T20:43:22.849ZJul 17 20:43:21.920 INFO Running with protocol version 2, component: sprockets
6372026-07-17T20:43:22.852ZJul 17 20:43:21.924 INFO Signature verified successfully, component: sprockets
6382026-07-17T20:43:22.852ZJul 17 20:43:21.926 INFO Loaded keys and certs, component: sprockets
6392026-07-17T20:43:22.899ZJul 17 20:43:21.974 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6402026-07-17T20:43:22.905ZJul 17 20:43:21.980 INFO Signature verified successfully, component: sprockets
6412026-07-17T20:43:22.908ZJul 17 20:43:21.983 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
6422026-07-17T20:43:22.908ZJul 17 20:43:21.983 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6432026-07-17T20:43:22.912ZJul 17 20:43:21.983 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
6442026-07-17T20:43:22.912ZJul 17 20:43:21.983 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6452026-07-17T20:43:22.953ZJul 17 20:43:22.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6462026-07-17T20:43:22.958ZJul 17 20:43:22.030 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
6472026-07-17T20:43:22.958ZJul 17 20:43:22.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6482026-07-17T20:43:22.958ZJul 17 20:43:22.031 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
6492026-07-17T20:43:22.958ZJul 17 20:43:22.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6502026-07-17T20:43:22.961ZJul 17 20:43:22.034 INFO Signature verified successfully, component: sprockets
6512026-07-17T20:43:22.964ZJul 17 20:43:22.037 INFO Peer attestation verified, component: sprockets
6522026-07-17T20:43:22.964ZJul 17 20:43:22.037 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6532026-07-17T20:43:22.964Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6542026-07-17T20:43:22.964Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6552026-07-17T20:43:22.964Z corpus Reference measurements
6562026-07-17T20:43:22.964Z(set is empty)
6572026-07-17T20:43:22.964Z, component: sprockets
6582026-07-17T20:43:22.964ZJul 17 20:43:22.038 INFO Peer attestation verified, component: sprockets
6592026-07-17T20:43:22.964ZJul 17 20:43:22.038 INFO Peer measurements appraised successfully, component: sprockets
6602026-07-17T20:43:22.969ZJul 17 20:43:22.043 INFO Peer attestation verified, component: sprockets
6612026-07-17T20:43:22.973ZJul 17 20:43:22.043 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6622026-07-17T20:43:22.973Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6632026-07-17T20:43:22.973Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6642026-07-17T20:43:22.973Z corpus Reference measurements
6652026-07-17T20:43:22.973Z(set is empty)
6662026-07-17T20:43:22.973Z, component: sprockets
6672026-07-17T20:43:22.973Ztest tests::no_corpus ... ok
6682026-07-17T20:43:22.973ZJul 17 20:43:22.044 INFO Peer attestation verified, component: sprockets
6692026-07-17T20:43:22.973ZJul 17 20:43:22.044 INFO Peer measurements appraised successfully, component: sprockets
6702026-07-17T20:43:22.973Ztest tests::basic ... ok
6712026-07-17T20:43:23.008ZJul 17 20:43:22.082 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6722026-07-17T20:43:23.014ZJul 17 20:43:22.089 INFO Signature verified successfully, component: sprockets
6732026-07-17T20:43:23.063ZJul 17 20:43:22.137 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6742026-07-17T20:43:23.068ZJul 17 20:43:22.143 INFO Signature verified successfully, component: sprockets
6752026-07-17T20:43:23.072ZJul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets
6762026-07-17T20:43:23.072ZJul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets
6772026-07-17T20:43:23.072ZJul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets
6782026-07-17T20:43:23.072ZJul 17 20:43:22.144 INFO Running with protocol version 2, component: sprockets
6792026-07-17T20:43:23.077ZJul 17 20:43:22.151 INFO Running with protocol version 2, component: sprockets
6802026-07-17T20:43:23.084ZJul 17 20:43:22.159 INFO Running with protocol version 2, component: sprockets
6812026-07-17T20:43:23.162ZJul 17 20:43:22.236 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
6822026-07-17T20:43:23.162ZJul 17 20:43:22.237 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6832026-07-17T20:43:23.212ZJul 17 20:43:22.284 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
6842026-07-17T20:43:23.213ZJul 17 20:43:22.284 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6852026-07-17T20:43:23.257ZJul 17 20:43:22.332 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
6862026-07-17T20:43:23.257ZJul 17 20:43:22.332 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6872026-07-17T20:43:23.305ZJul 17 20:43:22.380 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
6882026-07-17T20:43:23.305ZJul 17 20:43:22.380 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6892026-07-17T20:43:23.353ZJul 17 20:43:22.427 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
6902026-07-17T20:43:23.353ZJul 17 20:43:22.427 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6912026-07-17T20:43:23.400ZJul 17 20:43:22.475 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
6922026-07-17T20:43:23.400ZJul 17 20:43:22.475 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6932026-07-17T20:43:23.407ZJul 17 20:43:22.482 INFO Peer attestation verified, component: sprockets
6942026-07-17T20:43:23.410ZJul 17 20:43:22.482 INFO Peer measurements appraised successfully, component: sprockets
6952026-07-17T20:43:23.413ZJul 17 20:43:22.488 INFO Peer attestation verified, component: sprockets
6962026-07-17T20:43:23.413ZJul 17 20:43:22.488 INFO Peer measurements appraised successfully, component: sprockets
6972026-07-17T20:43:23.419ZJul 17 20:43:22.494 INFO Peer attestation verified, component: sprockets
6982026-07-17T20:43:23.420ZJul 17 20:43:22.494 INFO Peer measurements appraised successfully, component: sprockets
6992026-07-17T20:43:23.426ZJul 17 20:43:22.501 INFO Peer attestation verified, component: sprockets
7002026-07-17T20:43:23.429ZJul 17 20:43:22.501 INFO Peer measurements appraised successfully, component: sprockets
7012026-07-17T20:43:23.432ZJul 17 20:43:22.507 INFO Peer attestation verified, component: sprockets
7022026-07-17T20:43:23.435ZJul 17 20:43:22.507 INFO Peer measurements appraised successfully, component: sprockets
7032026-07-17T20:43:23.439ZJul 17 20:43:22.514 INFO Peer attestation verified, component: sprockets
7042026-07-17T20:43:23.442ZJul 17 20:43:22.514 INFO Peer measurements appraised successfully, component: sprockets
7052026-07-17T20:43:23.442Ztest tests::spawn_accept ... ok
7062026-07-17T20:43:23.638Ztest tests::unattested_client ... ok
7072026-07-17T20:43:23.638Z
7082026-07-17T20:43:23.638Ztest result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
7092026-07-17T20:43:23.638Z
7102026-07-17T20:43:23.937Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7112026-07-17T20:43:23.940Z
7122026-07-17T20:43:23.940Zrunning 1 test
7132026-07-17T20:43:23.966Ztest tests::sprockets_example_matches_code_based_generation ... ok
7142026-07-17T20:43:23.966Z
7152026-07-17T20:43:23.969Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7162026-07-17T20:43:23.969Z
7172026-07-17T20:43:23.969Z Doc-tests sprockets_tls
7182026-07-17T20:43:24.089Z
7192026-07-17T20:43:24.089Zrunning 0 tests
7202026-07-17T20:43:24.089Z
7212026-07-17T20:43:24.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7222026-07-17T20:43:24.089Z
7232026-07-17T20:43:24.101Z Doc-tests sprockets_tls_test_utils
7242026-07-17T20:43:24.159Z
7252026-07-17T20:43:24.159Zrunning 0 tests
7262026-07-17T20:43:24.159Z
7272026-07-17T20:43:24.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7282026-07-17T20:43:24.159Z
7292026-07-17T20:43:24.195Zprocess exited: duration 45466 ms, exit code 0
 
7302026-07-17T20:43:24.201Zfound 0 output files