01KXRWZK96GQPYVV083PFS6MXS: cargo test (helios)

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

Buildomat Job: 01KXRX019ERKJW1K8VEPXREAWT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T20:42:21.808Zjob assigned to worker 01KXRX06ASV3A8ME1B8ZZ82TB9 [factory aws, i-017c6cf301b7c108f] (queued for 55 s)
 
22026-07-17T20:42:31.554Zstarting task 0: "setup"
32026-07-17T20:42:31.558Z++ uname -s
42026-07-17T20:42:31.562Z+ kern=SunOS
52026-07-17T20:42:31.562Z+ build_user=build
62026-07-17T20:42:31.562Z+ build_uid=12345
72026-07-17T20:42:31.562Z+ work_dir=/work
82026-07-17T20:42:31.562Z+ input_dir=/input
92026-07-17T20:42:31.562Z+ [[ 0 == 12345 ]]
102026-07-17T20:42:31.562Z+ case "$kern" in
112026-07-17T20:42:31.562Z+ groupadd -g 12345 build
122026-07-17T20:42:31.562Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T20:42:33.571Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T20:42:33.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T20:42:33.677Z+ home_fs=zfs
162026-07-17T20:42:33.677Z+ [[ zfs == autofs ]]
172026-07-17T20:42:33.678Z+ mkdir -p /home/build
182026-07-17T20:42:33.678Z+ chown build:build /home/build /work
192026-07-17T20:42:35.680Z+ chmod 0700 /home/build /work
202026-07-17T20:42:35.682Zprocess exited: duration 4129 ms, exit code 0
 
212026-07-17T20:42:35.691Zstarting task 1: "rust-toolchain"
222026-07-17T20:42:35.694Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-07-17T20:42:35.695Z * rust toolchain channel = "1.88"
242026-07-17T20:42:35.695Z * rust toolchain profile = "default"
252026-07-17T20:42:35.695Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-17T20:42:35.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T20:42:35.696Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-17T20:42:35.700Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T20:42:35.701Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-07-17T20:42:35.816Zinfo: downloading installer
312026-07-17T20:42:37.231Zwarn: It looks like you have an existing installation of Rust at:
322026-07-17T20:42:37.231Zwarn: /opt/ooce/bin
332026-07-17T20:42:37.231Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-17T20:42:37.231Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-17T20:42:37.231Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-17T20:42:37.231Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-17T20:42:37.232Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-17T20:42:37.232Zerror: cannot install while Rust is installed
392026-07-17T20:42:37.232Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-17T20:42:37.232Zwarn: It looks like you have an existing rustup settings file at:
412026-07-17T20:42:37.232Zwarn: /home/build/.rustup/settings.toml
422026-07-17T20:42:37.232Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-17T20:42:37.232Zwarn: instead of the one inferred from the default host triple.
442026-07-17T20:42:37.246Zinfo: profile set to default
452026-07-17T20:42:37.246Zinfo: default host triple is x86_64-unknown-illumos
462026-07-17T20:42:37.249Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
472026-07-17T20:42:37.395Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
482026-07-17T20:42:37.398Zinfo: downloading 6 components
492026-07-17T20:42:51.927Z
502026-07-17T20:42:51.928Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
512026-07-17T20:42:51.957Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
522026-07-17T20:42:51.957Z
532026-07-17T20:42:51.962Z
542026-07-17T20:42:51.962ZRust is installed now. Great!
552026-07-17T20:42:51.962Z
562026-07-17T20:42:51.962ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-17T20:42:51.962Zenvironment variable. This has not been done automatically.
582026-07-17T20:42:51.962Z
592026-07-17T20:42:51.962ZTo configure your current shell, you need to source
602026-07-17T20:42:51.962Zthe corresponding env file under $HOME/.cargo.
612026-07-17T20:42:51.962Z
622026-07-17T20:42:51.962ZThis is usually done by running one of the following (note the leading DOT):
632026-07-17T20:42:51.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-17T20:42:51.962Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-17T20:42:51.962Zsource "~/.cargo/env.nu" # For nushell
662026-07-17T20:42:51.962Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-17T20:42:51.963Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-17T20:42:51.963Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-17T20:42:51.963Zwarn: no default linker (`cc`) was found in your PATH
702026-07-17T20:42:51.963Zwarn: many Rust crates require a system C toolchain to build
712026-07-17T20:42:52.048Z+ rustup --version
722026-07-17T20:42:52.057Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-17T20:42:52.062Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-17T20:42:52.079Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
752026-07-17T20:42:52.083Z+ cargo --version
762026-07-17T20:42:52.097Zcargo 1.88.0 (873a06493 2025-05-10)
772026-07-17T20:42:52.101Z+ rustc --version
782026-07-17T20:42:52.119Zrustc 1.88.0 (6b00bc388 2025-06-23)
792026-07-17T20:42:52.123Zprocess exited: duration 16429 ms, exit code 0
 
802026-07-17T20:42:52.131Zstarting task 2: "authentication"
812026-07-17T20:42:52.146Zprocess exited: duration 16 ms, exit code 0
 
822026-07-17T20:42:52.155Zstarting task 3: "clone repository"
832026-07-17T20:42:52.160Z+ mkdir -p /work/oxidecomputer/sprockets
842026-07-17T20:42:52.163Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
852026-07-17T20:42:52.202ZCloning into '/work/oxidecomputer/sprockets'...
862026-07-17T20:42:52.654Z+ cd /work/oxidecomputer/sprockets
872026-07-17T20:42:52.655Z+ git fetch origin 31a9b3da27d999249cc873e9a3351bc0ec648714
882026-07-17T20:42:52.898ZFrom https://github.com/oxidecomputer/sprockets
892026-07-17T20:42:52.898Z * branch 31a9b3da27d999249cc873e9a3351bc0ec648714 -> FETCH_HEAD
902026-07-17T20:42:52.904Z+ [[ -n fix-message-size ]]
912026-07-17T20:42:52.907Z++ git branch --show-current
922026-07-17T20:42:52.907Z+ current=main
932026-07-17T20:42:52.907Z+ [[ main != fix-message-size ]]
942026-07-17T20:42:52.907Z+ git branch -f fix-message-size 31a9b3da27d999249cc873e9a3351bc0ec648714
952026-07-17T20:42:52.910Z+ git checkout -f fix-message-size
962026-07-17T20:42:52.914ZSwitched to branch 'fix-message-size'
972026-07-17T20:42:52.914Z+ git reset --hard 31a9b3da27d999249cc873e9a3351bc0ec648714
982026-07-17T20:42:52.917ZHEAD is now at 31a9b3d Bound protocol message sizes before allocating
992026-07-17T20:42:52.921Zprocess exited: duration 763 ms, exit code 0
 
1002026-07-17T20:42:52.927Zstarting task 4: "build"
1012026-07-17T20:42:52.930Z+ cargo --version
1022026-07-17T20:42:52.940Zcargo 1.88.0 (873a06493 2025-05-10)
1032026-07-17T20:42:52.943Z+ rustc --version
1042026-07-17T20:42:52.963Zrustc 1.88.0 (6b00bc388 2025-06-23)
1052026-07-17T20:42:52.966Z+ cargo test
1062026-07-17T20:42:53.040Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-07-17T20:42:53.370Z Updating crates.io index
1082026-07-17T20:42:53.402Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1092026-07-17T20:42:53.776Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1102026-07-17T20:42:54.230Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1112026-07-17T20:42:54.503Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1122026-07-17T20:42:54.853Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-07-17T20:42:55.101Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1142026-07-17T20:42:56.834Z Downloading crates ...
1152026-07-17T20:42:56.886Z Downloaded base16ct v0.2.0
1162026-07-17T20:42:56.892Z Downloaded addr2line v0.24.2
1172026-07-17T20:42:56.895Z Downloaded dirs-sys-next v0.1.2
1182026-07-17T20:42:56.896Z Downloaded backtrace-ext v0.2.1
1192026-07-17T20:42:56.896Z Downloaded anstyle-query v1.1.3
1202026-07-17T20:42:56.900Z Downloaded errno v0.3.13
1212026-07-17T20:42:56.903Z Downloaded adler2 v2.0.1
1222026-07-17T20:42:56.903Z Downloaded cmake v0.1.54
1232026-07-17T20:42:56.907Z Downloaded knuffel-derive v3.2.0
1242026-07-17T20:42:56.910Z Downloaded hubpack_derive v0.1.1
1252026-07-17T20:42:56.916Z Downloaded darling_macro v0.23.0
1262026-07-17T20:42:56.919Z Downloaded itoa v1.0.15
1272026-07-17T20:42:56.925Z Downloaded hmac v0.12.1
1282026-07-17T20:42:56.928Z Downloaded crossbeam-utils v0.8.21
1292026-07-17T20:42:56.928Z Downloaded unicode-ident v1.0.18
1302026-07-17T20:42:56.931Z Downloaded unicode-linebreak v0.1.5
1312026-07-17T20:42:56.931Z Downloaded indexmap v1.9.3
1322026-07-17T20:42:56.935Z Downloaded serde_spanned v0.6.9
1332026-07-17T20:42:56.935Z Downloaded num-iter v0.1.45
1342026-07-17T20:42:56.938Z Downloaded untrusted v0.9.0
1352026-07-17T20:42:56.938Z Downloaded hex v0.4.3
1362026-07-17T20:42:56.938Z Downloaded env_filter v2.0.0
1372026-07-17T20:42:56.943Z Downloaded dunce v1.0.5
1382026-07-17T20:42:56.943Z Downloaded elliptic-curve v0.13.8
1392026-07-17T20:42:56.947Z Downloaded ff v0.13.1
1402026-07-17T20:42:56.947Z Downloaded rfc6979 v0.4.0
1412026-07-17T20:42:56.949Z Downloaded proc-macro-error-attr v1.0.4
1422026-07-17T20:42:56.949Z Downloaded darling_core v0.23.0
1432026-07-17T20:42:56.952Z Downloaded thiserror v1.0.69
1442026-07-17T20:42:56.953Z Downloaded rand v0.8.7
1452026-07-17T20:42:56.956Z Downloaded hubpack v0.1.2
1462026-07-17T20:42:56.956Z Downloaded colorchoice v1.0.4
1472026-07-17T20:42:56.956Z Downloaded time-core v0.1.9
1482026-07-17T20:42:56.960Z Downloaded ciborium-io v0.2.2
1492026-07-17T20:42:56.960Z Downloaded cfg-if v1.0.1
1502026-07-17T20:42:56.960Z Downloaded rustc_version v0.4.1
1512026-07-17T20:42:56.964Z Downloaded zeroize_derive v1.5.0
1522026-07-17T20:42:56.964Z Downloaded thiserror-impl v2.0.18
1532026-07-17T20:42:56.964Z Downloaded miette-derive v7.6.0
1542026-07-17T20:42:56.964Z Downloaded ciborium-ll v0.2.2
1552026-07-17T20:42:56.967Z Downloaded fastrand v2.3.0
1562026-07-17T20:42:56.967Z Downloaded lazy_static v1.5.0
1572026-07-17T20:42:56.971Z Downloaded toml_datetime v0.6.11
1582026-07-17T20:42:56.977Z Downloaded shlex v1.3.0
1592026-07-17T20:42:56.977Z Downloaded base64 v0.21.7
1602026-07-17T20:42:56.980Z Downloaded tls_codec v0.4.2
1612026-07-17T20:42:56.980Z Downloaded camino v1.2.4
1622026-07-17T20:42:56.980Z Downloaded bitflags v2.9.1
1632026-07-17T20:42:56.983Z Downloaded utf8parse v0.2.2
1642026-07-17T20:42:56.983Z Downloaded is_terminal_polyfill v1.70.1
1652026-07-17T20:42:56.983Z Downloaded base64 v0.22.1
1662026-07-17T20:42:56.988Z Downloaded owo-colors v4.3.0
1672026-07-17T20:42:56.995Z Downloaded is-terminal v0.4.16
1682026-07-17T20:42:57.001Z Downloaded clap_lex v1.1.0
1692026-07-17T20:42:57.005Z Downloaded keccak v0.1.5
1702026-07-17T20:42:57.005Z Downloaded dyn-clone v1.0.19
1712026-07-17T20:42:57.005Z Downloaded cpufeatures v0.2.17
1722026-07-17T20:42:57.005Z Downloaded version_check v0.9.5
1732026-07-17T20:42:57.008Z Downloaded is_ci v1.2.0
1742026-07-17T20:42:57.009Z Downloaded block-buffer v0.10.4
1752026-07-17T20:42:57.009Z Downloaded dirs-next v2.0.0
1762026-07-17T20:42:57.009Z Downloaded crypto-common v0.1.6
1772026-07-17T20:42:57.014Z Downloaded heck v0.4.1
1782026-07-17T20:42:57.014Z Downloaded curve25519-dalek-derive v0.1.1
1792026-07-17T20:42:57.018Z Downloaded tokio-macros v2.7.0
1802026-07-17T20:42:57.018Z Downloaded heck v0.5.0
1812026-07-17T20:42:57.018Z Downloaded generic-array v0.14.7
1822026-07-17T20:42:57.021Z Downloaded equivalent v1.0.2
1832026-07-17T20:42:57.024Z Downloaded ref-cast v1.0.24
1842026-07-17T20:42:57.028Z Downloaded num-conv v0.2.2
1852026-07-17T20:42:57.028Z Downloaded ident_case v1.0.1
1862026-07-17T20:42:57.028Z Downloaded flagset v0.4.7
1872026-07-17T20:42:57.032Z Downloaded miette-derive v5.10.0
1882026-07-17T20:42:57.032Z Downloaded ed25519 v2.2.3
1892026-07-17T20:42:57.035Z Downloaded rand_chacha v0.3.1
1902026-07-17T20:42:57.035Z Downloaded jobserver v0.1.34
1912026-07-17T20:42:57.038Z Downloaded autocfg v1.5.0
1922026-07-17T20:42:57.039Z Downloaded secrecy v0.8.0
1932026-07-17T20:42:57.042Z Downloaded tinyvec_macros v0.1.1
1942026-07-17T20:42:57.042Z Downloaded toml_write v0.1.2
1952026-07-17T20:42:57.043Z Downloaded signature v2.2.0
1962026-07-17T20:42:57.043Z Downloaded sha1 v0.10.6
1972026-07-17T20:42:57.047Z Downloaded ref-cast-impl v1.0.24
1982026-07-17T20:42:57.047Z Downloaded digest v0.10.7
1992026-07-17T20:42:57.047Z Downloaded proc-macro-error-attr2 v2.0.0
2002026-07-17T20:42:57.051Z Downloaded owo-colors v3.5.0
2012026-07-17T20:42:57.051Z Downloaded ecdsa v0.16.9
2022026-07-17T20:42:57.051Z Downloaded anstyle v1.0.14
2032026-07-17T20:42:57.054Z Downloaded strsim v0.11.1
2042026-07-17T20:42:57.054Z Downloaded strum v0.26.3
2052026-07-17T20:42:57.058Z Downloaded smawk v0.3.2
2062026-07-17T20:42:57.058Z Downloaded terminal_size v0.4.4
2072026-07-17T20:42:57.058Z Downloaded supports-unicode v3.0.0
2082026-07-17T20:42:57.062Z Downloaded serde-big-array v0.5.1
2092026-07-17T20:42:57.062Z Downloaded supports-unicode v2.1.0
2102026-07-17T20:42:57.062Z Downloaded subtle v2.6.1
2112026-07-17T20:42:57.066Z Downloaded supports-hyperlinks v3.2.0
2122026-07-17T20:42:57.066Z Downloaded supports-hyperlinks v2.1.0
2132026-07-17T20:42:57.069Z Downloaded anstyle-parse v1.0.0
2142026-07-17T20:42:57.069Z Downloaded powerfmt v0.2.0
2152026-07-17T20:42:57.069Z Downloaded thiserror-impl v1.0.69
2162026-07-17T20:42:57.073Z Downloaded corncobs v0.1.4
2172026-07-17T20:42:57.073Z Downloaded base64ct v1.8.0
2182026-07-17T20:42:57.073Z Downloaded take_mut v0.2.2
2192026-07-17T20:42:57.073Z Downloaded supports-color v3.0.2
2202026-07-17T20:42:57.079Z Downloaded zeroize v1.9.0
2212026-07-17T20:42:57.079Z Downloaded async-trait v0.1.89
2222026-07-17T20:42:57.082Z Downloaded supports-color v2.1.0
2232026-07-17T20:42:57.082Z Downloaded terminal_size v0.1.17
2242026-07-17T20:42:57.082Z Downloaded ipnet v2.12.0
2252026-07-17T20:42:57.082Z Downloaded proc-macro-error v1.0.4
2262026-07-17T20:42:57.086Z Downloaded pkcs8 v0.10.2
2272026-07-17T20:42:57.086Z Downloaded thiserror v2.0.18
2282026-07-17T20:42:57.089Z Downloaded strum_macros v0.26.4
2292026-07-17T20:42:57.092Z Downloaded tokio-rustls v0.26.2
2302026-07-17T20:42:57.092Z Downloaded rand_core v0.6.4
2312026-07-17T20:42:57.092Z Downloaded num-integer v0.1.46
2322026-07-17T20:42:57.096Z Downloaded der_derive v0.7.3
2332026-07-17T20:42:57.096Z Downloaded slog-async v2.8.0
2342026-07-17T20:42:57.096Z Downloaded tls_codec_derive v0.4.2
2352026-07-17T20:42:57.096Z Downloaded anyhow v1.0.103
2362026-07-17T20:42:57.099Z Downloaded diff v0.1.13
2372026-07-17T20:42:57.104Z Downloaded env_logger v0.11.11
2382026-07-17T20:42:57.104Z Downloaded pin-project-lite v0.2.16
2392026-07-17T20:42:57.107Z Downloaded quote v1.0.46
2402026-07-17T20:42:57.107Z Downloaded getrandom v0.4.3
2412026-07-17T20:42:57.111Z Downloaded getrandom v0.2.16
2422026-07-17T20:42:57.111Z Downloaded crossbeam-channel v0.5.15
2432026-07-17T20:42:57.114Z Downloaded ppv-lite86 v0.2.21
2442026-07-17T20:42:57.114Z Downloaded zmij v1.0.14
2452026-07-17T20:42:57.115Z Downloaded group v0.13.0
2462026-07-17T20:42:57.118Z Downloaded spki v0.7.3
2472026-07-17T20:42:57.119Z Downloaded pem-rfc7468 v0.7.0
2482026-07-17T20:42:57.119Z Downloaded deranged v0.5.8
2492026-07-17T20:42:57.123Z Downloaded knus-derive v3.4.0
2502026-07-17T20:42:57.123Z Downloaded erased-serde v0.3.31
2512026-07-17T20:42:57.123Z Downloaded semver v1.0.26
2522026-07-17T20:42:57.123Z Downloaded iana-time-zone v0.1.63
2532026-07-17T20:42:57.127Z Downloaded primeorder v0.13.6
2542026-07-17T20:42:57.127Z Downloaded darling v0.23.0
2552026-07-17T20:42:57.130Z Downloaded miette v5.10.0
2562026-07-17T20:42:57.130Z Downloaded const-oid v0.9.6
2572026-07-17T20:42:57.134Z Downloaded rustc-demangle v0.1.25
2582026-07-17T20:42:57.134Z Downloaded ciborium v0.2.2
2592026-07-17T20:42:57.134Z Downloaded fs_extra v1.3.0
2602026-07-17T20:42:57.137Z Downloaded clap_derive v4.6.1
2612026-07-17T20:42:57.141Z Downloaded anstream v1.0.0
2622026-07-17T20:42:57.144Z Downloaded signal-hook-registry v1.4.8
2632026-07-17T20:42:57.144Z Downloaded static_assertions v1.1.0
2642026-07-17T20:42:57.144Z Downloaded spin v0.9.8
2652026-07-17T20:42:57.148Z Downloaded slog-term v2.9.1
2662026-07-17T20:42:57.151Z Downloaded pkcs1 v0.7.5
2672026-07-17T20:42:57.155Z Downloaded zerocopy v0.8.54
2682026-07-17T20:42:57.163Z Downloaded sec1 v0.7.3
2692026-07-17T20:42:57.167Z Downloaded thread_local v1.1.9
2702026-07-17T20:42:57.167Z Downloaded toml v0.8.23
2712026-07-17T20:42:57.167Z Downloaded time-macros v0.2.31
2722026-07-17T20:42:57.171Z Downloaded ahash v0.8.12
2732026-07-17T20:42:57.171Z Downloaded rustversion v1.0.21
2742026-07-17T20:42:57.175Z Downloaded proc-macro-error2 v2.0.1
2752026-07-17T20:42:57.175Z Downloaded textwrap v0.15.2
2762026-07-17T20:42:57.178Z Downloaded proc-macro2 v1.0.106
2772026-07-17T20:42:57.179Z Downloaded once_cell v1.21.3
2782026-07-17T20:42:57.179Z Downloaded serde_core v1.0.228
2792026-07-17T20:42:57.182Z Downloaded textwrap v0.16.2
2802026-07-17T20:42:57.182Z Downloaded knuffel v3.2.0
2812026-07-17T20:42:57.186Z Downloaded clap v4.6.1
2822026-07-17T20:42:57.189Z Downloaded slog v2.8.2
2832026-07-17T20:42:57.192Z Downloaded tempfile v3.27.0
2842026-07-17T20:42:57.192Z Downloaded socket2 v0.6.3
2852026-07-17T20:42:57.229Z Downloaded sha2 v0.10.9
2862026-07-17T20:42:57.229Z Downloaded term v0.7.0
2872026-07-17T20:42:57.229Z Downloaded serde_derive v1.0.228
2882026-07-17T20:42:57.229Z Downloaded chumsky v0.9.3
2892026-07-17T20:42:57.229Z Downloaded smallvec v1.15.1
2902026-07-17T20:42:57.229Z Downloaded allocator-api2 v0.2.21
2912026-07-17T20:42:57.229Z Downloaded typenum v1.18.0
2922026-07-17T20:42:57.229Z Downloaded half v2.6.0
2932026-07-17T20:42:57.229Z Downloaded bs58 v0.5.1
2942026-07-17T20:42:57.230Z Downloaded log v0.4.33
2952026-07-17T20:42:57.230Z Downloaded tinyvec v1.12.0
2962026-07-17T20:42:57.230Z Downloaded backtrace v0.3.75
2972026-07-17T20:42:57.230Z Downloaded rustls-pki-types v1.12.0
2982026-07-17T20:42:57.230Z Downloaded toml_edit v0.22.27
2992026-07-17T20:42:57.235Z Downloaded ed25519-dalek v2.2.0
3002026-07-17T20:42:57.235Z Downloaded serde_with_macros v3.21.0
3012026-07-17T20:42:57.239Z Downloaded crypto-bigint v0.5.5
3022026-07-17T20:42:57.242Z Downloaded miniz_oxide v0.8.9
3032026-07-17T20:42:57.242Z Downloaded num-traits v0.2.19
3042026-07-17T20:42:57.242Z Downloaded der v0.7.10
3052026-07-17T20:42:57.246Z Downloaded schemars v0.9.0
3062026-07-17T20:42:57.251Z Downloaded yansi v1.0.1
3072026-07-17T20:42:57.255Z Downloaded hashbrown v0.12.3
3082026-07-17T20:42:57.255Z Downloaded bytes v1.10.1
3092026-07-17T20:42:57.259Z Downloaded indexmap v2.9.0
3102026-07-17T20:42:57.262Z Downloaded knus v3.4.0
3112026-07-17T20:42:57.262Z Downloaded pretty_assertions v1.4.1
3122026-07-17T20:42:57.266Z Downloaded rsa v0.9.10
3132026-07-17T20:42:57.269Z Downloaded schemars v1.2.0
3142026-07-17T20:42:57.274Z Downloaded serde v1.0.228
3152026-07-17T20:42:57.277Z Downloaded memchr v2.7.5
3162026-07-17T20:42:57.281Z Downloaded cc v1.2.27
3172026-07-17T20:42:57.281Z Downloaded hashbrown v0.15.4
3182026-07-17T20:42:57.284Z Downloaded hashbrown v0.14.5
3192026-07-17T20:42:57.288Z Downloaded rustls-webpki v0.103.3
3202026-07-17T20:42:57.288Z Downloaded hkdf v0.12.4
3212026-07-17T20:42:57.292Z Downloaded clap_builder v4.6.0
3222026-07-17T20:42:57.295Z Downloaded mio v1.2.0
3232026-07-17T20:42:57.299Z Downloaded serde_json v1.0.149
3242026-07-17T20:42:57.302Z Downloaded unicode-segmentation v1.12.0
3252026-07-17T20:42:57.308Z Downloaded aho-corasick v1.1.4
3262026-07-17T20:42:57.313Z Downloaded x509-cert v0.2.5
3272026-07-17T20:42:57.322Z Downloaded miette v7.6.0
3282026-07-17T20:42:57.330Z Downloaded serde_with v3.21.0
3292026-07-17T20:42:57.337Z Downloaded num-bigint-dig v0.8.6
3302026-07-17T20:42:57.340Z Downloaded chrono v0.4.41
3312026-07-17T20:42:57.344Z Downloaded syn v1.0.109
3322026-07-17T20:42:57.348Z Downloaded aws-lc-rs v1.17.0
3332026-07-17T20:42:57.353Z Downloaded gimli v0.31.1
3342026-07-17T20:42:57.357Z Downloaded syn v2.0.118
3352026-07-17T20:42:57.363Z Downloaded libm v0.2.15
3362026-07-17T20:42:57.368Z Downloaded curve25519-dalek v4.1.3
3372026-07-17T20:42:57.388Z Downloaded regex v1.13.0
3382026-07-17T20:42:57.392Z Downloaded salty v0.3.0
3392026-07-17T20:42:57.395Z Downloaded winnow v0.7.11
3402026-07-17T20:42:57.400Z Downloaded p384 v0.13.1
3412026-07-17T20:42:57.445Z Downloaded unicode-width v0.1.14
3422026-07-17T20:42:57.455Z Downloaded unicode-width v0.2.2
3432026-07-17T20:42:57.459Z Downloaded object v0.36.7
3442026-07-17T20:42:57.467Z Downloaded time v0.3.53
3452026-07-17T20:42:57.504Z Downloaded rustls v0.23.28
3462026-07-17T20:42:57.522Z Downloaded regex-syntax v0.8.11
3472026-07-17T20:42:57.534Z Downloaded rustix v1.1.4
3482026-07-17T20:42:57.619Z Downloaded regex-automata v0.4.15
3492026-07-17T20:42:57.667Z Downloaded libc v0.2.185
3502026-07-17T20:42:57.687Z Downloaded sha3 v0.10.8
3512026-07-17T20:42:57.690Z Downloaded tokio v1.52.0
3522026-07-17T20:42:57.734Z Downloaded ring v0.17.14
3532026-07-17T20:42:58.006Z Downloaded aws-lc-sys v0.41.0
3542026-07-17T20:42:58.191Z Compiling proc-macro2 v1.0.106
3552026-07-17T20:42:58.191Z Compiling quote v1.0.46
3562026-07-17T20:42:58.191Z Compiling unicode-ident v1.0.18
3572026-07-17T20:42:58.191Z Compiling libc v0.2.185
3582026-07-17T20:42:58.191Z Compiling cfg-if v1.0.1
3592026-07-17T20:42:58.191Z Compiling version_check v0.9.5
3602026-07-17T20:42:58.195Z Compiling const-oid v0.9.6
3612026-07-17T20:42:58.195Z Compiling subtle v2.6.1
3622026-07-17T20:42:58.336Z Compiling typenum v1.18.0
3632026-07-17T20:42:58.386Z Compiling flagset v0.4.7
3642026-07-17T20:42:58.419Z Compiling serde_core v1.0.228
3652026-07-17T20:42:58.500Z Compiling bitflags v2.9.1
3662026-07-17T20:42:58.530Z Compiling generic-array v0.14.7
3672026-07-17T20:42:58.714Z Compiling zerocopy v0.8.54
3682026-07-17T20:42:58.786Z Compiling strsim v0.11.1
3692026-07-17T20:42:58.794Z Compiling serde v1.0.228
3702026-07-17T20:42:59.004Z Compiling heck v0.5.0
3712026-07-17T20:42:59.085Z Compiling getrandom v0.2.16
3722026-07-17T20:42:59.150Z Compiling base64ct v1.8.0
3732026-07-17T20:42:59.171Z Compiling utf8parse v0.2.2
3742026-07-17T20:42:59.194Z Compiling colorchoice v1.0.4
3752026-07-17T20:42:59.256Z Compiling rand_core v0.6.4
3762026-07-17T20:42:59.264Z Compiling anstyle-parse v1.0.0
3772026-07-17T20:42:59.300Z Compiling anstyle-query v1.1.3
3782026-07-17T20:42:59.412Z Compiling pem-rfc7468 v0.7.0
3792026-07-17T20:42:59.452Z Compiling once_cell v1.21.3
3802026-07-17T20:42:59.479Z Compiling is_terminal_polyfill v1.70.1
3812026-07-17T20:42:59.574Z Compiling syn v2.0.118
3822026-07-17T20:42:59.577Z Compiling base16ct v0.2.0
3832026-07-17T20:42:59.606Z Compiling anstyle v1.0.14
3842026-07-17T20:42:59.659Z Compiling ff v0.13.1
3852026-07-17T20:42:59.659Z Compiling clap_lex v1.1.0
3862026-07-17T20:42:59.750Z Compiling object v0.36.7
3872026-07-17T20:42:59.783Z Compiling anstream v1.0.0
3882026-07-17T20:42:59.813Z Compiling cpufeatures v0.2.17
3892026-07-17T20:42:59.880Z Compiling group v0.13.0
3902026-07-17T20:42:59.895Z Compiling adler2 v2.0.1
3912026-07-17T20:42:59.974Z Compiling syn v1.0.109
3922026-07-17T20:43:00.019Z Compiling gimli v0.31.1
3932026-07-17T20:43:00.048Z Compiling semver v1.0.26
3942026-07-17T20:43:00.068Z Compiling memchr v2.7.5
3952026-07-17T20:43:00.094Z Compiling libm v0.2.15
3962026-07-17T20:43:00.338Z Compiling autocfg v1.5.0
3972026-07-17T20:43:00.396Z Compiling rustversion v1.0.21
3982026-07-17T20:43:00.703Z Compiling num-traits v0.2.19
3992026-07-17T20:43:00.727Z Compiling miniz_oxide v0.8.9
4002026-07-17T20:43:00.735Z Compiling ahash v0.8.12
4012026-07-17T20:43:00.792Z Compiling is_ci v1.2.0
4022026-07-17T20:43:00.926Z Compiling unicode-linebreak v0.1.5
4032026-07-17T20:43:00.926Z Compiling rustc-demangle v0.1.25
4042026-07-17T20:43:01.467Z Compiling rustix v1.1.4
4052026-07-17T20:43:01.655Z Compiling addr2line v0.24.2
4062026-07-17T20:43:01.834Z Compiling unicode-width v0.1.14
4072026-07-17T20:43:01.999Z Compiling rustc_version v0.4.1
4082026-07-17T20:43:02.206Z Compiling ppv-lite86 v0.2.21
4092026-07-17T20:43:02.270Z Compiling errno v0.3.13
4102026-07-17T20:43:02.396Z Compiling hex v0.4.3
4112026-07-17T20:43:02.425Z Compiling allocator-api2 v0.2.21
4122026-07-17T20:43:02.470Z Compiling thiserror v2.0.18
4132026-07-17T20:43:02.525Z Compiling rand_chacha v0.3.1
4142026-07-17T20:43:02.638Z Compiling num-integer v0.1.46
4152026-07-17T20:43:02.708Z Compiling hashbrown v0.14.5
4162026-07-17T20:43:02.945Z Compiling backtrace v0.3.75
4172026-07-17T20:43:03.002Z Compiling curve25519-dalek v4.1.3
4182026-07-17T20:43:03.155Z Compiling keccak v0.1.5
4192026-07-17T20:43:03.217Z Compiling num-bigint-dig v0.8.6
4202026-07-17T20:43:03.227Z Compiling spin v0.9.8
4212026-07-17T20:43:03.283Z Compiling terminal_size v0.4.4
4222026-07-17T20:43:03.340Z Compiling lazy_static v1.5.0
4232026-07-17T20:43:03.348Z Compiling backtrace-ext v0.2.1
4242026-07-17T20:43:03.410Z Compiling chumsky v0.9.3
4252026-07-17T20:43:03.419Z Compiling num-iter v0.1.45
4262026-07-17T20:43:03.427Z Compiling rand v0.8.7
4272026-07-17T20:43:03.435Z Compiling zeroize_derive v1.5.0
4282026-07-17T20:43:03.451Z Compiling der_derive v0.7.3
4292026-07-17T20:43:03.520Z Compiling serde_derive v1.0.228
4302026-07-17T20:43:03.520Z Compiling clap_derive v4.6.1
4312026-07-17T20:43:04.037Z Compiling thiserror-impl v2.0.18
4322026-07-17T20:43:04.107Z Compiling zeroize v1.9.0
4332026-07-17T20:43:04.432Z Compiling der v0.7.10
4342026-07-17T20:43:04.539Z Compiling curve25519-dalek-derive v0.1.1
4352026-07-17T20:43:04.569Z Compiling smallvec v1.15.1
4362026-07-17T20:43:04.761Z Compiling block-buffer v0.10.4
4372026-07-17T20:43:04.774Z Compiling crypto-common v0.1.6
4382026-07-17T20:43:04.891Z Compiling digest v0.10.7
4392026-07-17T20:43:04.895Z Compiling crypto-bigint v0.5.5
4402026-07-17T20:43:05.093Z Compiling hmac v0.12.1
4412026-07-17T20:43:05.151Z Compiling signature v2.2.0
4422026-07-17T20:43:05.206Z Compiling spki v0.7.3
4432026-07-17T20:43:05.284Z Compiling hkdf v0.12.4
4442026-07-17T20:43:05.307Z Compiling sha2 v0.10.9
4452026-07-17T20:43:05.435Z Compiling pkcs8 v0.10.2
4462026-07-17T20:43:05.447Z Compiling rfc6979 v0.4.0
4472026-07-17T20:43:05.664Z Compiling sha3 v0.10.8
4482026-07-17T20:43:05.706Z Compiling thiserror v1.0.69
4492026-07-17T20:43:05.747Z Compiling thiserror-impl v1.0.69
4502026-07-17T20:43:05.783Z Compiling is-terminal v0.4.16
4512026-07-17T20:43:05.873Z Compiling ident_case v1.0.1
4522026-07-17T20:43:05.990Z Compiling camino v1.2.4
4532026-07-17T20:43:06.186Z Compiling darling_core v0.23.0
4542026-07-17T20:43:06.292Z Compiling proc-macro-error-attr v1.0.4
4552026-07-17T20:43:06.556Z Compiling sec1 v0.7.3
4562026-07-17T20:43:06.771Z Compiling sha1 v0.10.6
4572026-07-17T20:43:06.777Z Compiling clap_builder v4.6.0
4582026-07-17T20:43:06.816Z Compiling jobserver v0.1.34
4592026-07-17T20:43:06.829Z Compiling proc-macro-error v1.0.4
4602026-07-17T20:43:06.940Z Compiling ipnet v2.12.0
4612026-07-17T20:43:06.987Z Compiling owo-colors v4.3.0
4622026-07-17T20:43:07.012Z Compiling shlex v1.3.0
4632026-07-17T20:43:07.130Z Compiling cc v1.2.27
4642026-07-17T20:43:07.151Z Compiling elliptic-curve v0.13.8
4652026-07-17T20:43:07.355Z Compiling slog v2.8.2
4662026-07-17T20:43:07.462Z Compiling proc-macro-error-attr2 v2.0.0
4672026-07-17T20:43:07.469Z Compiling half v2.6.0
4682026-07-17T20:43:07.585Z Compiling ciborium-io v0.2.2
4692026-07-17T20:43:07.594Z Compiling unicode-segmentation v1.12.0
4702026-07-17T20:43:07.674Z Compiling unicode-width v0.2.2
4712026-07-17T20:43:07.683Z Compiling smawk v0.3.2
4722026-07-17T20:43:07.716Z Compiling ciborium-ll v0.2.2
4732026-07-17T20:43:07.813Z Compiling cmake v0.1.54
4742026-07-17T20:43:07.862Z Compiling proc-macro-error2 v2.0.1
4752026-07-17T20:43:07.924Z Compiling textwrap v0.16.2
4762026-07-17T20:43:07.940Z Compiling heck v0.4.1
4772026-07-17T20:43:07.952Z Compiling textwrap v0.15.2
4782026-07-17T20:43:08.269Z Compiling erased-serde v0.3.31
4792026-07-17T20:43:08.272Z Compiling supports-hyperlinks v2.1.0
4802026-07-17T20:43:08.298Z Compiling darling_macro v0.23.0
4812026-07-17T20:43:08.347Z Compiling clap v4.6.1
4822026-07-17T20:43:08.391Z Compiling supports-color v2.1.0
4832026-07-17T20:43:08.412Z Compiling supports-unicode v2.1.0
4842026-07-17T20:43:08.443Z Compiling strum_macros v0.26.4
4852026-07-17T20:43:08.554Z Compiling miette-derive v5.10.0
4862026-07-17T20:43:08.606Z Compiling miette-derive v7.6.0
4872026-07-17T20:43:08.714Z Compiling supports-color v3.0.2
4882026-07-17T20:43:08.758Z Compiling terminal_size v0.1.17
4892026-07-17T20:43:08.867Z Compiling supports-unicode v3.0.0
4902026-07-17T20:43:08.870Z Compiling fs_extra v1.3.0
4912026-07-17T20:43:08.871Z Compiling dunce v1.0.5
4922026-07-17T20:43:08.889Z Compiling darling v0.23.0
4932026-07-17T20:43:08.963Z Compiling serde_with_macros v3.21.0
4942026-07-17T20:43:08.971Z Compiling supports-hyperlinks v3.2.0
4952026-07-17T20:43:08.997Z Compiling owo-colors v3.5.0
4962026-07-17T20:43:09.119Z Compiling aws-lc-sys v0.41.0
4972026-07-17T20:43:09.451Z Compiling knuffel-derive v3.2.0
4982026-07-17T20:43:09.616Z Compiling miette v5.10.0
4992026-07-17T20:43:09.689Z Compiling knus-derive v3.4.0
5002026-07-17T20:43:09.714Z Compiling miette v7.6.0
5012026-07-17T20:43:09.982Z Compiling ciborium v0.2.2
5022026-07-17T20:43:10.046Z Compiling serde_with v3.21.0
5032026-07-17T20:43:10.055Z Compiling strum v0.26.3
5042026-07-17T20:43:10.176Z Compiling primeorder v0.13.6
5052026-07-17T20:43:10.437Z Compiling ecdsa v0.16.9
5062026-07-17T20:43:10.600Z Compiling pkcs1 v0.7.5
5072026-07-17T20:43:10.737Z Compiling ed25519 v2.2.3
5082026-07-17T20:43:10.807Z Compiling hubpack_derive v0.1.1
5092026-07-17T20:43:10.896Z Compiling base64 v0.21.7
5102026-07-17T20:43:10.952Z Compiling getrandom v0.4.3
5112026-07-17T20:43:10.993Z Compiling salty v0.3.0
5122026-07-17T20:43:11.020Z Compiling base64 v0.22.1
5132026-07-17T20:43:11.109Z Compiling anyhow v1.0.103
5142026-07-17T20:43:11.240Z Compiling knuffel v3.2.0
5152026-07-17T20:43:11.270Z Compiling knus v3.4.0
5162026-07-17T20:43:11.291Z Compiling ed25519-dalek v2.2.0
5172026-07-17T20:43:11.299Z Compiling hubpack v0.1.2
5182026-07-17T20:43:11.319Z Compiling rsa v0.9.10
5192026-07-17T20:43:11.517Z Compiling p384 v0.13.1
5202026-07-17T20:43:11.617Z Compiling x509-cert v0.2.5
5212026-07-17T20:43:12.298Z Compiling static_assertions v1.1.0
5222026-07-17T20:43:12.324Z Compiling aws-lc-rs v1.17.0
5232026-07-17T20:43:12.413Z Compiling log v0.4.33
5242026-07-17T20:43:12.609Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5252026-07-17T20:43:12.622Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5262026-07-17T20:43:12.654Z Compiling crossbeam-utils v0.8.21
5272026-07-17T20:43:12.925Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5282026-07-17T20:43:12.969Z Compiling rustls-pki-types v1.12.0
5292026-07-17T20:43:13.070Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5302026-07-17T20:43:13.188Z Compiling tokio-macros v2.7.0
5312026-07-17T20:43:13.197Z Compiling signal-hook-registry v1.4.8
5322026-07-17T20:43:13.372Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5332026-07-17T20:43:13.414Z Compiling socket2 v0.6.3
5342026-07-17T20:43:13.489Z Compiling mio v1.2.0
5352026-07-17T20:43:13.830Z Compiling dirs-sys-next v0.1.2
5362026-07-17T20:43:13.838Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5372026-07-17T20:43:13.848Z Compiling untrusted v0.9.0
5382026-07-17T20:43:13.886Z Compiling num-conv v0.2.2
5392026-07-17T20:43:13.960Z Compiling time-core v0.1.9
5402026-07-17T20:43:13.964Z Compiling rustls v0.23.28
5412026-07-17T20:43:14.038Z Compiling equivalent v1.0.2
5422026-07-17T20:43:14.052Z Compiling hashbrown v0.15.4
5432026-07-17T20:43:14.116Z Compiling pin-project-lite v0.2.16
5442026-07-17T20:43:14.124Z Compiling bytes v1.10.1
5452026-07-17T20:43:14.139Z Compiling time-macros v0.2.31
5462026-07-17T20:43:14.187Z Compiling dirs-next v2.0.0
5472026-07-17T20:43:14.207Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5482026-07-17T20:43:14.538Z Compiling tokio v1.52.0
5492026-07-17T20:43:14.619Z Compiling indexmap v2.9.0
5502026-07-17T20:43:14.704Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5512026-07-17T20:43:14.824Z Compiling env_filter v2.0.0
5522026-07-17T20:43:15.166Z Compiling toml_datetime v0.6.11
5532026-07-17T20:43:15.375Z Compiling serde_spanned v0.6.9
5542026-07-17T20:43:15.463Z Compiling thread_local v1.1.9
5552026-07-17T20:43:15.504Z Compiling powerfmt v0.2.0
5562026-07-17T20:43:15.705Z Compiling winnow v0.7.11
5572026-07-17T20:43:15.714Z Compiling fastrand v2.3.0
5582026-07-17T20:43:15.972Z Compiling toml_write v0.1.2
5592026-07-17T20:43:16.166Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5602026-07-17T20:43:16.393Z Compiling slog-async v2.8.0
5612026-07-17T20:43:16.533Z Compiling deranged v0.5.8
5622026-07-17T20:43:16.628Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5632026-07-17T20:43:17.111Z Compiling toml_edit v0.22.27
5642026-07-17T20:43:17.184Z Compiling tempfile v3.27.0
5652026-07-17T20:43:17.216Z Compiling env_logger v0.11.11
5662026-07-17T20:43:17.492Z Compiling time v0.3.53
5672026-07-17T20:43:17.542Z Compiling crossbeam-channel v0.5.15
5682026-07-17T20:43:17.573Z Compiling term v0.7.0
5692026-07-17T20:43:18.195Z Compiling serde-big-array v0.5.1
5702026-07-17T20:43:18.209Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5712026-07-17T20:43:18.330Z Compiling async-trait v0.1.89
5722026-07-17T20:43:18.354Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5732026-07-17T20:43:18.523Z Compiling corncobs v0.1.4
5742026-07-17T20:43:18.694Z Compiling take_mut v0.2.2
5752026-07-17T20:43:18.798Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5762026-07-17T20:43:18.921Z Compiling slog-term v2.9.1
5772026-07-17T20:43:18.924Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=861fe4098abc8d0bba2d26a4da7bec68e21f5ba5#861fe409)
5782026-07-17T20:43:19.306Z Compiling toml v0.8.23
5792026-07-17T20:43:19.536Z Compiling secrecy v0.8.0
5802026-07-17T20:43:19.678Z Compiling yansi v1.0.1
5812026-07-17T20:43:19.943Z Compiling diff v0.1.13
5822026-07-17T20:43:20.217Z Compiling pretty_assertions v1.4.1
5832026-07-17T20:43:21.934Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5842026-07-17T20:43:22.194Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5852026-07-17T20:43:28.216Z Compiling rustls-webpki v0.103.3
5862026-07-17T20:43:30.736Z Compiling tokio-rustls v0.26.2
5872026-07-17T20:43:36.377Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.40s
5882026-07-17T20:43:36.492Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-bda51c112a52ddce)
5892026-07-17T20:43:36.495Z
5902026-07-17T20:43:36.495Zrunning 7 tests
5912026-07-17T20:43:36.498Ztest tests::toml_config ... ok
5922026-07-17T20:43:36.519ZJul 17 20:43:35.335Jul 17 20:43:35.335 Jul 17 20:43:35.335 INFOINFO INFO Using file 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/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor""", , componentcomponent, :: component :sprocketssprockets sprockets
5932026-07-17T20:43:36.519Z
5942026-07-17T20:43:36.519Z
5952026-07-17T20:43:36.522ZJul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
5962026-07-17T20:43:36.522ZJul 17 20:43:35.336 INFO Jul 17 20:43:35.336Using file "INFO/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor "Using file Jul 17 20:43:35.336, " component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor:INFO" Using file sprockets", /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cborcomponent"
5972026-07-17T20:43:36.522ZJul 17 20:43:35.336: , sprocketscomponent
5982026-07-17T20:43:36.522Z : INFO sprocketsUsing file
5992026-07-17T20:43:36.522Z"/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
6002026-07-17T20:43:36.522ZJul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
6012026-07-17T20:43:36.522ZJul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
6022026-07-17T20:43:36.523ZJul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-rot.cbor", component: sprockets
6032026-07-17T20:43:36.523ZJul 17 20:43:35.336 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-669bb2e491082565/out/corim-sp.cbor", component: sprockets
6042026-07-17T20:43:36.526ZJul 17 20:43:35.339 INFO Loaded keys and certs, component: sprockets
6052026-07-17T20:43:36.526ZJul 17 20:43:35.339Jul 17 20:43:35.339 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets
6062026-07-17T20:43:36.526Z
6072026-07-17T20:43:36.526ZJul 17 20:43:35.339 INFO Loaded keys and certs, component: sprockets
6082026-07-17T20:43:36.529ZJul 17 20:43:35.343 INFO Loaded keys and certs, component: sprockets
6092026-07-17T20:43:36.546ZJul 17 20:43:35.362 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6102026-07-17T20:43:36.552ZJul 17 20:43:35.369 INFO Signature verified successfully, component: sprockets
6112026-07-17T20:43:36.557Ztest client::tests::test_client_verifier ... ok
6122026-07-17T20:43:36.570ZJul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6132026-07-17T20:43:36.573ZJul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: Jul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-root-a,O=Oxide Computer OC=oOmxpiadney ,Computer Company,C=US, component: sprockets
6142026-07-17T20:43:36.574ZC=US, component: sprockets
6152026-07-17T20:43:36.574ZJul 17 20:43:35.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6162026-07-17T20:43:36.578ZJul 17 20:43:35.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6172026-07-17T20:43:36.578ZJul 17 20:43:35.393 INFO Signature verified successfully, component: sprockets
6182026-07-17T20:43:36.578ZJul 17 20:43:35.393 INFO Signature verified successfully, component: sprockets
6192026-07-17T20:43:36.578ZJul 17 20:43:35.394 INFO Signature verified successfully, component: sprockets
6202026-07-17T20:43:36.578ZJul 17 20:43:35.394 INFO Signature verified successfully, component: sprockets
6212026-07-17T20:43:36.581ZJul 17 20:43:35.397 INFO Signature verified successfully, component: sprockets
6222026-07-17T20:43:36.584ZJul 17 20:43:35.399 INFO Loaded keys and certs, component: sprockets
6232026-07-17T20:43:36.625ZJul 17 20:43:35.441 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6242026-07-17T20:43:36.628ZJul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6252026-07-17T20:43:36.628ZJul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6262026-07-17T20:43:36.628ZJul 17 20:43:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6272026-07-17T20:43:36.631ZJul 17 20:43:35.447 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6282026-07-17T20:43:36.634ZJul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets
6292026-07-17T20:43:36.634ZJul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets
6302026-07-17T20:43:36.634ZJul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets
6312026-07-17T20:43:36.634ZJul 17 20:43:35.448 INFO Signature verified successfully, component: sprockets
6322026-07-17T20:43:36.635ZJul 17 20:43:35.448 INFO Running with protocol version 2, component: sprockets
6332026-07-17T20:43:36.635ZJul 17 20:43:35.448 INFO Running with protocol version 2, component: sprockets
6342026-07-17T20:43:36.635Ztest tests::oversized_message_rejected ... ok
6352026-07-17T20:43:36.635ZJul 17 20:43:35.449 INFO Running with protocol version 2, component: sprockets
6362026-07-17T20:43:36.635ZJul 17 20:43:35.449 INFO Running with protocol version 2, component: sprockets
6372026-07-17T20:43:36.635Ztest tests::unattested_client ... ok
6382026-07-17T20:43:36.639ZJul 17 20:43:35.453 INFO Signature verified successfully, component: sprockets
6392026-07-17T20:43:36.641ZJul 17 20:43:35.455 INFO Loaded keys and certs, component: sprockets
6402026-07-17T20:43:36.686ZJul 17 20:43:35.503 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6412026-07-17T20:43:36.692ZJul 17 20:43:35.509 INFO Signature verified successfully, component: sprockets
6422026-07-17T20:43:36.696ZJul 17 20:43:35.511 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
6432026-07-17T20:43:36.696ZJul 17 20:43:35.511 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6442026-07-17T20:43:36.697ZJul 17 20:43:35.511 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
6452026-07-17T20:43:36.697ZJul 17 20:43:35.512 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6462026-07-17T20:43:36.741ZJul 17 20:43:35.557 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6472026-07-17T20:43:36.745ZJul 17 20:43:35.559 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
6482026-07-17T20:43:36.745ZJul 17 20:43:35.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6492026-07-17T20:43:36.745ZJul 17 20:43:35.559 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
6502026-07-17T20:43:36.745ZJul 17 20:43:35.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6512026-07-17T20:43:36.748ZJul 17 20:43:35.564 INFO Signature verified successfully, component: sprockets
6522026-07-17T20:43:37.754ZJul 17 20:43:35.565 INFO Peer attestation verified, component: sprockets
6532026-07-17T20:43:37.754ZJul 17 20:43:35.565 WARN Peer (PDV2:913-0000019:RRR:20000002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6542026-07-17T20:43:37.754Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6552026-07-17T20:43:37.754Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6562026-07-17T20:43:37.754Z corpus Reference measurements
6572026-07-17T20:43:37.754Z(set is empty)
6582026-07-17T20:43:37.757Z, component: sprockets
6592026-07-17T20:43:37.757ZJul 17 20:43:35.566 INFO Peer attestation verified, component: sprockets
6602026-07-17T20:43:37.757ZJul 17 20:43:35.566 INFO Peer measurements appraised successfully, component: sprockets
6612026-07-17T20:43:37.762ZJul 17 20:43:35.572 INFO Peer attestation verified, component: sprockets
6622026-07-17T20:43:37.762ZJul 17 20:43:35.572 WARN Peer (PDV2:913-0000019:RRR:20000001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6632026-07-17T20:43:37.762Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6642026-07-17T20:43:37.762Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6652026-07-17T20:43:37.762Z corpus Reference measurements
6662026-07-17T20:43:37.762Z(set is empty)
6672026-07-17T20:43:37.762Z, component: sprockets
6682026-07-17T20:43:37.762Ztest tests::no_corpus ... ok
6692026-07-17T20:43:37.762ZJul 17 20:43:35.572 INFO Peer attestation verified, component: sprockets
6702026-07-17T20:43:37.762ZJul 17 20:43:35.572 INFO Peer measurements appraised successfully, component: sprockets
6712026-07-17T20:43:37.762Ztest tests::basic ... ok
6722026-07-17T20:43:37.762ZJul 17 20:43:35.611 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6732026-07-17T20:43:37.762ZJul 17 20:43:35.618 INFO Signature verified successfully, component: sprockets
6742026-07-17T20:43:37.762ZJul 17 20:43:35.665 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6752026-07-17T20:43:37.762ZJul 17 20:43:35.672 INFO Signature verified successfully, component: sprockets
6762026-07-17T20:43:37.762ZJul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets
6772026-07-17T20:43:37.762ZJul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets
6782026-07-17T20:43:37.762ZJul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets
6792026-07-17T20:43:37.762ZJul 17 20:43:35.672 INFO Running with protocol version 2, component: sprockets
6802026-07-17T20:43:37.763ZJul 17 20:43:35.680 INFO Running with protocol version 2, component: sprockets
6812026-07-17T20:43:37.763ZJul 17 20:43:35.687 INFO Running with protocol version 2, component: sprockets
6822026-07-17T20:43:37.763ZJul 17 20:43:35.765 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
6832026-07-17T20:43:37.763ZJul 17 20:43:35.765 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6842026-07-17T20:43:37.763ZJul 17 20:43:35.812 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
6852026-07-17T20:43:37.763ZJul 17 20:43:35.813 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6862026-07-17T20:43:37.763ZJul 17 20:43:35.860 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
6872026-07-17T20:43:37.763ZJul 17 20:43:35.860 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6882026-07-17T20:43:37.763ZJul 17 20:43:35.908 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
6892026-07-17T20:43:37.763ZJul 17 20:43:35.908 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6902026-07-17T20:43:37.763ZJul 17 20:43:35.955 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
6912026-07-17T20:43:37.763ZJul 17 20:43:35.955 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6922026-07-17T20:43:37.765ZJul 17 20:43:36.002 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
6932026-07-17T20:43:37.765ZJul 17 20:43:36.002 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6942026-07-17T20:43:37.765ZJul 17 20:43:36.009 INFO Peer attestation verified, component: sprockets
6952026-07-17T20:43:37.765ZJul 17 20:43:36.009 INFO Peer measurements appraised successfully, component: sprockets
6962026-07-17T20:43:37.765ZJul 17 20:43:36.015 INFO Peer attestation verified, component: sprockets
6972026-07-17T20:43:37.765ZJul 17 20:43:36.015 INFO Peer measurements appraised successfully, component: sprockets
6982026-07-17T20:43:37.766ZJul 17 20:43:36.022 INFO Peer attestation verified, component: sprockets
6992026-07-17T20:43:37.766ZJul 17 20:43:36.022 INFO Peer measurements appraised successfully, component: sprockets
7002026-07-17T20:43:37.766ZJul 17 20:43:36.028 INFO Peer attestation verified, component: sprockets
7012026-07-17T20:43:37.766ZJul 17 20:43:36.028 INFO Peer measurements appraised successfully, component: sprockets
7022026-07-17T20:43:37.766ZJul 17 20:43:36.034 INFO Peer attestation verified, component: sprockets
7032026-07-17T20:43:37.766ZJul 17 20:43:36.035 INFO Peer measurements appraised successfully, component: sprockets
7042026-07-17T20:43:37.766ZJul 17 20:43:36.041 INFO Peer attestation verified, component: sprockets
7052026-07-17T20:43:37.766ZJul 17 20:43:36.041 INFO Peer measurements appraised successfully, component: sprockets
7062026-07-17T20:43:37.766Ztest tests::spawn_accept ... ok
7072026-07-17T20:43:37.766Z
7082026-07-17T20:43:37.766Ztest result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s
7092026-07-17T20:43:37.767Z
7102026-07-17T20:43:37.767Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7112026-07-17T20:43:37.767Z
7122026-07-17T20:43:37.767Zrunning 1 test
7132026-07-17T20:43:37.767Ztest tests::sprockets_example_matches_code_based_generation ... ok
7142026-07-17T20:43:37.767Z
7152026-07-17T20:43:37.767Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7162026-07-17T20:43:37.767Z
7172026-07-17T20:43:37.767Z Doc-tests sprockets_tls
7182026-07-17T20:43:37.767Z
7192026-07-17T20:43:37.767Zrunning 0 tests
7202026-07-17T20:43:37.767Z
7212026-07-17T20:43:37.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7222026-07-17T20:43:37.767Z
7232026-07-17T20:43:37.768Z Doc-tests sprockets_tls_test_utils
7242026-07-17T20:43:37.768Z
7252026-07-17T20:43:37.768Zrunning 0 tests
7262026-07-17T20:43:37.768Z
7272026-07-17T20:43:37.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7282026-07-17T20:43:37.768Z
7292026-07-17T20:43:37.768Zprocess exited: duration 44549 ms, exit code 0
 
7302026-07-17T20:43:37.777Zfound 0 output files