01KZPCCRJG4168W17NZ6EN592V: cargo test (helios)

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

Buildomat Job: 01KZPCD4CVJBWD3P56BW63JDXF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-10T17:45:19.997Zjob assigned to worker 01KZPCD9NRED3NTVHRT2P5S19H [factory aws, i-020f6ff49c1d31995] (queued for 55 s)
 
22026-08-10T17:45:26.787Zstarting task 0: "setup"
32026-08-10T17:45:26.793Z++ uname -s
42026-08-10T17:45:26.796Z+ kern=SunOS
52026-08-10T17:45:26.796Z+ build_user=build
62026-08-10T17:45:26.796Z+ build_uid=12345
72026-08-10T17:45:26.796Z+ work_dir=/work
82026-08-10T17:45:26.796Z+ input_dir=/input
92026-08-10T17:45:26.796Z+ [[ 0 == 12345 ]]
102026-08-10T17:45:26.796Z+ case "$kern" in
112026-08-10T17:45:26.796Z+ groupadd -g 12345 build
122026-08-10T17:45:26.796Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-10T17:45:28.803Z+ zfs create -o mountpoint=/work rpool/work
142026-08-10T17:45:28.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-10T17:45:28.906Z+ home_fs=zfs
162026-08-10T17:45:28.906Z+ [[ zfs == autofs ]]
172026-08-10T17:45:28.906Z+ mkdir -p /home/build
182026-08-10T17:45:28.906Z+ chown build:build /home/build /work
192026-08-10T17:45:30.906Z+ chmod 0700 /home/build /work
202026-08-10T17:45:30.910Zprocess exited: duration 4120 ms, exit code 0
 
212026-08-10T17:45:30.916Zstarting task 1: "rust-toolchain"
222026-08-10T17:45:30.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-08-10T17:45:30.920Z * rust toolchain channel = "1.88"
242026-08-10T17:45:30.920Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-10T17:45:30.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-10T17:45:30.920Z * rust toolchain profile = "default"
272026-08-10T17:45:30.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-10T17:45:30.923Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-10T17:45:30.923Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-08-10T17:45:31.031Zinfo: downloading installer
312026-08-10T17:45:32.250Zwarn: It looks like you have an existing installation of Rust at:
322026-08-10T17:45:32.250Zwarn: /opt/ooce/bin
332026-08-10T17:45:32.250Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-10T17:45:32.250Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-10T17:45:32.250Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-10T17:45:32.250Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-10T17:45:32.250Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-10T17:45:32.250Zerror: cannot install while Rust is installed
392026-08-10T17:45:32.250Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-10T17:45:32.250Zwarn: It looks like you have an existing rustup settings file at:
412026-08-10T17:45:32.250Zwarn: /home/build/.rustup/settings.toml
422026-08-10T17:45:32.250Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-10T17:45:32.251Zwarn: instead of the one inferred from the default host triple.
442026-08-10T17:45:32.262Zinfo: profile set to default
452026-08-10T17:45:32.263Zinfo: default host triple is x86_64-unknown-illumos
462026-08-10T17:45:32.267Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
472026-08-10T17:45:32.394Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
482026-08-10T17:45:32.399Zinfo: downloading 6 components
492026-08-10T17:45:46.200Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
502026-08-10T17:45:46.200Z
512026-08-10T17:45:46.238Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
522026-08-10T17:45:46.238Z
532026-08-10T17:45:46.238Z
542026-08-10T17:45:46.241ZRust is installed now. Great!
552026-08-10T17:45:46.241Z
562026-08-10T17:45:46.241ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-10T17:45:46.241Zenvironment variable. This has not been done automatically.
582026-08-10T17:45:46.241Z
592026-08-10T17:45:46.241ZTo configure your current shell, you need to source
602026-08-10T17:45:46.241Zthe corresponding env file under $HOME/.cargo.
612026-08-10T17:45:46.241Z
622026-08-10T17:45:46.241ZThis is usually done by running one of the following (note the leading DOT):
632026-08-10T17:45:46.241Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-10T17:45:46.241Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-10T17:45:46.241Zsource "~/.cargo/env.nu" # For nushell
662026-08-10T17:45:46.241Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-10T17:45:46.241Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-10T17:45:46.242Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-10T17:45:46.242Zwarn: no default linker (`cc`) was found in your PATH
702026-08-10T17:45:46.242Zwarn: many Rust crates require a system C toolchain to build
712026-08-10T17:45:46.329Z+ rustup --version
722026-08-10T17:45:46.338Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-10T17:45:46.341Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-10T17:45:46.361Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
752026-08-10T17:45:46.365Z+ cargo --version
762026-08-10T17:45:46.376Zcargo 1.88.0 (873a06493 2025-05-10)
772026-08-10T17:45:46.380Z+ rustc --version
782026-08-10T17:45:46.399Zrustc 1.88.0 (6b00bc388 2025-06-23)
792026-08-10T17:45:46.402Zprocess exited: duration 15483 ms, exit code 0
 
802026-08-10T17:45:46.408Zstarting task 2: "authentication"
812026-08-10T17:45:46.425Zprocess exited: duration 16 ms, exit code 0
 
822026-08-10T17:45:46.431Zstarting task 3: "clone repository"
832026-08-10T17:45:46.435Z+ mkdir -p /work/oxidecomputer/sprockets
842026-08-10T17:45:46.439Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
852026-08-10T17:45:46.467ZCloning into '/work/oxidecomputer/sprockets'...
862026-08-10T17:45:47.065Z+ cd /work/oxidecomputer/sprockets
872026-08-10T17:45:47.065Z+ git fetch origin b8782742d1bd91546887fbc1757a7d024a5469ef
882026-08-10T17:45:47.407ZFrom https://github.com/oxidecomputer/sprockets
892026-08-10T17:45:47.408Z * branch b8782742d1bd91546887fbc1757a7d024a5469ef -> FETCH_HEAD
902026-08-10T17:45:47.414Z+ [[ -n ipcc-feature ]]
912026-08-10T17:45:47.417Z++ git branch --show-current
922026-08-10T17:45:47.417Z+ current=main
932026-08-10T17:45:47.417Z+ [[ main != ipcc-feature ]]
942026-08-10T17:45:47.417Z+ git branch -f ipcc-feature b8782742d1bd91546887fbc1757a7d024a5469ef
952026-08-10T17:45:47.420Z+ git checkout -f ipcc-feature
962026-08-10T17:45:47.424ZSwitched to branch 'ipcc-feature'
972026-08-10T17:45:47.427Z+ git reset --hard b8782742d1bd91546887fbc1757a7d024a5469ef
982026-08-10T17:45:47.430ZHEAD is now at b878274 Put IPCC behind a default-on cargo feature
992026-08-10T17:45:47.430Zprocess exited: duration 997 ms, exit code 0
 
1002026-08-10T17:45:47.436Zstarting task 4: "build"
1012026-08-10T17:45:47.440Z+ cargo --version
1022026-08-10T17:45:47.449Zcargo 1.88.0 (873a06493 2025-05-10)
1032026-08-10T17:45:47.451Z+ rustc --version
1042026-08-10T17:45:47.471Zrustc 1.88.0 (6b00bc388 2025-06-23)
1052026-08-10T17:45:47.475Z+ cargo test
1062026-08-10T17:45:47.554Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-08-10T17:45:47.942Z Updating crates.io index
1082026-08-10T17:45:47.974Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1092026-08-10T17:45:48.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1102026-08-10T17:45:48.734Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1112026-08-10T17:45:49.101Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1122026-08-10T17:45:49.707Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-08-10T17:45:50.012Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1142026-08-10T17:45:51.829Z Downloading crates ...
1152026-08-10T17:45:51.881Z Downloaded colorchoice v1.0.4
1162026-08-10T17:45:51.885Z Downloaded hubpack_derive v0.1.1
1172026-08-10T17:45:51.885Z Downloaded dyn-clone v1.0.19
1182026-08-10T17:45:51.889Z Downloaded anstream v1.0.0
1192026-08-10T17:45:51.895Z Downloaded time-core v0.1.9
1202026-08-10T17:45:51.899Z Downloaded cpufeatures v0.2.17
1212026-08-10T17:45:51.902Z Downloaded thiserror-impl v2.0.18
1222026-08-10T17:45:51.902Z Downloaded thiserror v1.0.69
1232026-08-10T17:45:51.905Z Downloaded log v0.4.33
1242026-08-10T17:45:51.908Z Downloaded toml_datetime v0.6.11
1252026-08-10T17:45:51.911Z Downloaded proc-macro-error2 v2.0.1
1262026-08-10T17:45:51.911Z Downloaded clap_lex v1.1.0
1272026-08-10T17:45:51.915Z Downloaded adler2 v2.0.1
1282026-08-10T17:45:51.915Z Downloaded cmake v0.1.54
1292026-08-10T17:45:51.918Z Downloaded knuffel-derive v3.2.0
1302026-08-10T17:45:51.918Z Downloaded semver v1.0.26
1312026-08-10T17:45:51.921Z Downloaded crossbeam-channel v0.5.15
1322026-08-10T17:45:51.925Z Downloaded ciborium-io v0.2.2
1332026-08-10T17:45:51.925Z Downloaded cfg-if v1.0.1
1342026-08-10T17:45:51.925Z Downloaded proc-macro-error v1.0.4
1352026-08-10T17:45:51.928Z Downloaded tokio-rustls v0.26.2
1362026-08-10T17:45:51.928Z Downloaded ahash v0.8.12
1372026-08-10T17:45:51.931Z Downloaded textwrap v0.16.2
1382026-08-10T17:45:51.935Z Downloaded toml v0.8.23
1392026-08-10T17:45:51.935Z Downloaded rand_core v0.6.4
1402026-08-10T17:45:51.938Z Downloaded quote v1.0.46
1412026-08-10T17:45:51.938Z Downloaded base16ct v0.2.0
1422026-08-10T17:45:51.941Z Downloaded num-traits v0.2.19
1432026-08-10T17:45:51.941Z Downloaded hex v0.4.3
1442026-08-10T17:45:51.945Z Downloaded fastrand v2.3.0
1452026-08-10T17:45:51.945Z Downloaded curve25519-dalek-derive v0.1.1
1462026-08-10T17:45:51.945Z Downloaded ident_case v1.0.1
1472026-08-10T17:45:51.948Z Downloaded rustc-demangle v0.1.25
1482026-08-10T17:45:51.948Z Downloaded zeroize_derive v1.5.0
1492026-08-10T17:45:51.951Z Downloaded errno v0.3.13
1502026-08-10T17:45:51.951Z Downloaded serde-big-array v0.5.1
1512026-08-10T17:45:51.951Z Downloaded tinyvec_macros v0.1.1
1522026-08-10T17:45:51.954Z Downloaded thiserror-impl v1.0.69
1532026-08-10T17:45:51.954Z Downloaded num-conv v0.2.2
1542026-08-10T17:45:51.954Z Downloaded heck v0.4.1
1552026-08-10T17:45:51.957Z Downloaded version_check v0.9.5
1562026-08-10T17:45:51.957Z Downloaded darling_macro v0.23.0
1572026-08-10T17:45:51.957Z Downloaded itoa v1.0.15
1582026-08-10T17:45:51.960Z Downloaded owo-colors v4.3.0
1592026-08-10T17:45:51.961Z Downloaded block-buffer v0.10.4
1602026-08-10T17:45:51.961Z Downloaded toml_edit v0.22.27
1612026-08-10T17:45:51.964Z Downloaded toml_write v0.1.2
1622026-08-10T17:45:51.967Z Downloaded dunce v1.0.5
1632026-08-10T17:45:51.967Z Downloaded backtrace-ext v0.2.1
1642026-08-10T17:45:51.968Z Downloaded anstyle-query v1.1.3
1652026-08-10T17:45:51.971Z Downloaded ciborium v0.2.2
1662026-08-10T17:45:51.971Z Downloaded addr2line v0.24.2
1672026-08-10T17:45:51.974Z Downloaded heck v0.5.0
1682026-08-10T17:45:51.974Z Downloaded equivalent v1.0.2
1692026-08-10T17:45:51.974Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-08-10T17:45:51.977Z Downloaded is-terminal v0.4.16
1712026-08-10T17:45:51.977Z Downloaded flagset v0.4.7
1722026-08-10T17:45:51.977Z Downloaded miette-derive v5.10.0
1732026-08-10T17:45:51.980Z Downloaded env_filter v2.0.0
1742026-08-10T17:45:51.981Z Downloaded crossbeam-utils v0.8.21
1752026-08-10T17:45:51.984Z Downloaded is_terminal_polyfill v1.70.1
1762026-08-10T17:45:51.984Z Downloaded ref-cast-impl v1.0.24
1772026-08-10T17:45:51.984Z Downloaded untrusted v0.9.0
1782026-08-10T17:45:51.987Z Downloaded camino v1.2.4
1792026-08-10T17:45:51.987Z Downloaded tinyvec v1.12.0
1802026-08-10T17:45:51.991Z Downloaded rfc6979 v0.4.0
1812026-08-10T17:45:51.991Z Downloaded pkcs8 v0.10.2
1822026-08-10T17:45:51.994Z Downloaded pem-rfc7468 v0.7.0
1832026-08-10T17:45:51.994Z Downloaded num-integer v0.1.46
1842026-08-10T17:45:51.994Z Downloaded unicode-linebreak v0.1.5
1852026-08-10T17:45:51.998Z Downloaded keccak v0.1.5
1862026-08-10T17:45:51.998Z Downloaded dirs-sys-next v0.1.2
1872026-08-10T17:45:51.998Z Downloaded dirs-next v2.0.0
1882026-08-10T17:45:51.998Z Downloaded crypto-common v0.1.6
1892026-08-10T17:45:52.002Z Downloaded rand_chacha v0.3.1
1902026-08-10T17:45:52.002Z Downloaded powerfmt v0.2.0
1912026-08-10T17:45:52.002Z Downloaded corncobs v0.1.4
1922026-08-10T17:45:52.006Z Downloaded clap v4.6.1
1932026-08-10T17:45:52.009Z Downloaded strsim v0.11.1
1942026-08-10T17:45:52.010Z Downloaded take_mut v0.2.2
1952026-08-10T17:45:52.014Z Downloaded lazy_static v1.5.0
1962026-08-10T17:45:52.014Z Downloaded chumsky v0.9.3
1972026-08-10T17:45:52.014Z Downloaded autocfg v1.5.0
1982026-08-10T17:45:52.017Z Downloaded secrecy v0.8.0
1992026-08-10T17:45:52.017Z Downloaded supports-hyperlinks v3.2.0
2002026-08-10T17:45:52.017Z Downloaded strum v0.26.3
2012026-08-10T17:45:52.017Z Downloaded sha1 v0.10.6
2022026-08-10T17:45:52.020Z Downloaded supports-hyperlinks v2.1.0
2032026-08-10T17:45:52.020Z Downloaded tokio-macros v2.7.0
2042026-08-10T17:45:52.020Z Downloaded hubpack v0.1.2
2052026-08-10T17:45:52.020Z Downloaded supports-color v3.0.2
2062026-08-10T17:45:52.024Z Downloaded supports-color v2.1.0
2072026-08-10T17:45:52.024Z Downloaded proc-macro-error-attr v1.0.4
2082026-08-10T17:45:52.024Z Downloaded supports-unicode v2.1.0
2092026-08-10T17:45:52.024Z Downloaded smawk v0.3.2
2102026-08-10T17:45:52.027Z Downloaded num-iter v0.1.45
2112026-08-10T17:45:52.027Z Downloaded ed25519 v2.2.3
2122026-08-10T17:45:52.027Z Downloaded subtle v2.6.1
2132026-08-10T17:45:52.031Z Downloaded serde_spanned v0.6.9
2142026-08-10T17:45:52.031Z Downloaded erased-serde v0.3.31
2152026-08-10T17:45:52.031Z Downloaded deranged v0.5.8
2162026-08-10T17:45:52.034Z Downloaded generic-array v0.14.7
2172026-08-10T17:45:52.034Z Downloaded fs_extra v1.3.0
2182026-08-10T17:45:52.034Z Downloaded env_logger v0.11.11
2192026-08-10T17:45:52.037Z Downloaded signature v2.2.0
2202026-08-10T17:45:52.037Z Downloaded anstyle-parse v1.0.0
2212026-08-10T17:45:52.037Z Downloaded jobserver v0.1.34
2222026-08-10T17:45:52.040Z Downloaded terminal_size v0.4.4
2232026-08-10T17:45:52.041Z Downloaded rustc_version v0.4.1
2242026-08-10T17:45:52.041Z Downloaded owo-colors v3.5.0
2252026-08-10T17:45:52.044Z Downloaded slog-async v2.8.0
2262026-08-10T17:45:52.044Z Downloaded ipnet v2.12.0
2272026-08-10T17:45:52.044Z Downloaded group v0.13.0
2282026-08-10T17:45:52.047Z Downloaded anstyle v1.0.14
2292026-08-10T17:45:52.047Z Downloaded primeorder v0.13.6
2302026-08-10T17:45:52.047Z Downloaded pin-project-lite v0.2.16
2312026-08-10T17:45:52.050Z Downloaded digest v0.10.7
2322026-08-10T17:45:52.050Z Downloaded zeroize v1.9.0
2332026-08-10T17:45:52.054Z Downloaded ecdsa v0.16.9
2342026-08-10T17:45:52.054Z Downloaded async-trait v0.1.89
2352026-08-10T17:45:52.057Z Downloaded utf8parse v0.2.2
2362026-08-10T17:45:52.057Z Downloaded ff v0.13.1
2372026-08-10T17:45:52.057Z Downloaded der_derive v0.7.3
2382026-08-10T17:45:52.057Z Downloaded const-oid v0.9.6
2392026-08-10T17:45:52.060Z Downloaded clap_derive v4.6.1
2402026-08-10T17:45:52.060Z Downloaded ppv-lite86 v0.2.21
2412026-08-10T17:45:52.061Z Downloaded terminal_size v0.1.17
2422026-08-10T17:45:52.064Z Downloaded getrandom v0.2.16
2432026-08-10T17:45:52.064Z Downloaded miette-derive v7.6.0
2442026-08-10T17:45:52.064Z Downloaded knus-derive v3.4.0
2452026-08-10T17:45:52.067Z Downloaded base64ct v1.8.0
2462026-08-10T17:45:52.067Z Downloaded is_ci v1.2.0
2472026-08-10T17:45:52.067Z Downloaded time-macros v0.2.31
2482026-08-10T17:45:52.070Z Downloaded static_assertions v1.1.0
2492026-08-10T17:45:52.070Z Downloaded thiserror v2.0.18
2502026-08-10T17:45:52.074Z Downloaded strum_macros v0.26.4
2512026-08-10T17:45:52.077Z Downloaded rustversion v1.0.21
2522026-08-10T17:45:52.077Z Downloaded slog-term v2.9.1
2532026-08-10T17:45:52.077Z Downloaded shlex v1.3.0
2542026-08-10T17:45:52.080Z Downloaded tls_codec_derive v0.4.2
2552026-08-10T17:45:52.081Z Downloaded thread_local v1.1.9
2562026-08-10T17:45:52.081Z Downloaded darling v0.23.0
2572026-08-10T17:45:52.084Z Downloaded supports-unicode v3.0.0
2582026-08-10T17:45:52.084Z Downloaded hmac v0.12.1
2592026-08-10T17:45:52.087Z Downloaded sec1 v0.7.3
2602026-08-10T17:45:52.087Z Downloaded ciborium-ll v0.2.2
2612026-08-10T17:45:52.087Z Downloaded spki v0.7.3
2622026-08-10T17:45:52.087Z Downloaded tls_codec v0.4.2
2632026-08-10T17:45:52.090Z Downloaded iana-time-zone v0.1.63
2642026-08-10T17:45:52.090Z Downloaded serde_with_macros v3.21.0
2652026-08-10T17:45:52.094Z Downloaded diff v0.1.13
2662026-08-10T17:45:52.094Z Downloaded bs58 v0.5.1
2672026-08-10T17:45:52.094Z Downloaded ref-cast v1.0.24
2682026-08-10T17:45:52.097Z Downloaded anyhow v1.0.103
2692026-08-10T17:45:52.104Z Downloaded sha2 v0.10.9
2702026-08-10T17:45:52.108Z Downloaded crypto-bigint v0.5.5
2712026-08-10T17:45:52.111Z Downloaded spin v0.9.8
2722026-08-10T17:45:52.111Z Downloaded term v0.7.0
2732026-08-10T17:45:52.114Z Downloaded pkcs1 v0.7.5
2742026-08-10T17:45:52.114Z Downloaded once_cell v1.21.3
2752026-08-10T17:45:52.117Z Downloaded allocator-api2 v0.2.21
2762026-08-10T17:45:52.121Z Downloaded unicode-ident v1.0.18
2772026-08-10T17:45:52.124Z Downloaded zmij v1.0.14
2782026-08-10T17:45:52.124Z Downloaded bitflags v2.9.1
2792026-08-10T17:45:52.127Z Downloaded tempfile v3.27.0
2802026-08-10T17:45:52.130Z Downloaded signal-hook-registry v1.4.8
2812026-08-10T17:45:52.135Z Downloaded slog v2.8.2
2822026-08-10T17:45:52.135Z Downloaded rustls-pki-types v1.12.0
2832026-08-10T17:45:52.138Z Downloaded getrandom v0.4.3
2842026-08-10T17:45:52.138Z Downloaded cc v1.2.27
2852026-08-10T17:45:52.142Z Downloaded serde_derive v1.0.228
2862026-08-10T17:45:52.146Z Downloaded smallvec v1.15.1
2872026-08-10T17:45:52.149Z Downloaded typenum v1.18.0
2882026-08-10T17:45:52.152Z Downloaded elliptic-curve v0.13.8
2892026-08-10T17:45:52.155Z Downloaded base64 v0.22.1
2902026-08-10T17:45:52.155Z Downloaded textwrap v0.15.2
2912026-08-10T17:45:52.178Z Downloaded serde_core v1.0.228
2922026-08-10T17:45:52.178Z Downloaded darling_core v0.23.0
2932026-08-10T17:45:52.178Z Downloaded socket2 v0.6.3
2942026-08-10T17:45:52.178Z Downloaded miniz_oxide v0.8.9
2952026-08-10T17:45:52.178Z Downloaded indexmap v1.9.3
2962026-08-10T17:45:52.178Z Downloaded half v2.6.0
2972026-08-10T17:45:52.178Z Downloaded backtrace v0.3.75
2982026-08-10T17:45:52.178Z Downloaded knuffel v3.2.0
2992026-08-10T17:45:52.178Z Downloaded rustls-webpki v0.103.3
3002026-08-10T17:45:52.178Z Downloaded base64 v0.21.7
3012026-08-10T17:45:52.178Z Downloaded bytes v1.10.1
3022026-08-10T17:45:52.183Z Downloaded ed25519-dalek v2.2.0
3032026-08-10T17:45:52.187Z Downloaded knus v3.4.0
3042026-08-10T17:45:52.190Z Downloaded yansi v1.0.1
3052026-08-10T17:45:52.193Z Downloaded der v0.7.10
3062026-08-10T17:45:52.198Z Downloaded schemars v0.9.0
3072026-08-10T17:45:52.201Z Downloaded indexmap v2.9.0
3082026-08-10T17:45:52.205Z Downloaded schemars v1.2.0
3092026-08-10T17:45:52.210Z Downloaded x509-cert v0.2.5
3102026-08-10T17:45:52.213Z Downloaded hashbrown v0.12.3
3112026-08-10T17:45:52.216Z Downloaded proc-macro2 v1.0.106
3122026-08-10T17:45:52.219Z Downloaded serde v1.0.228
3132026-08-10T17:45:52.220Z Downloaded pretty_assertions v1.4.1
3142026-08-10T17:45:52.223Z Downloaded hashbrown v0.14.5
3152026-08-10T17:45:52.226Z Downloaded rand v0.8.7
3162026-08-10T17:45:52.226Z Downloaded hashbrown v0.15.4
3172026-08-10T17:45:52.230Z Downloaded miette v7.6.0
3182026-08-10T17:45:52.234Z Downloaded clap_builder v4.6.0
3192026-08-10T17:45:52.241Z Downloaded rsa v0.9.10
3202026-08-10T17:45:52.245Z Downloaded mio v1.2.0
3212026-08-10T17:45:52.248Z Downloaded miette v5.10.0
3222026-08-10T17:45:52.251Z Downloaded unicode-segmentation v1.12.0
3232026-08-10T17:45:52.254Z Downloaded memchr v2.7.5
3242026-08-10T17:45:52.258Z Downloaded aho-corasick v1.1.4
3252026-08-10T17:45:52.261Z Downloaded hkdf v0.12.4
3262026-08-10T17:45:52.261Z Downloaded winnow v0.7.11
3272026-08-10T17:45:52.267Z Downloaded num-bigint-dig v0.8.6
3282026-08-10T17:45:52.271Z Downloaded chrono v0.4.41
3292026-08-10T17:45:52.274Z Downloaded serde_with v3.21.0
3302026-08-10T17:45:52.281Z Downloaded aws-lc-rs v1.17.0
3312026-08-10T17:45:52.288Z Downloaded syn v1.0.109
3322026-08-10T17:45:52.292Z Downloaded gimli v0.31.1
3332026-08-10T17:45:52.296Z Downloaded curve25519-dalek v4.1.3
3342026-08-10T17:45:52.301Z Downloaded syn v2.0.118
3352026-08-10T17:45:52.307Z Downloaded regex v1.13.0
3362026-08-10T17:45:52.310Z Downloaded libm v0.2.15
3372026-08-10T17:45:52.315Z Downloaded serde_json v1.0.149
3382026-08-10T17:45:52.323Z Downloaded salty v0.3.0
3392026-08-10T17:45:52.349Z Downloaded p384 v0.13.1
3402026-08-10T17:45:52.355Z Downloaded unicode-width v0.1.14
3412026-08-10T17:45:52.387Z Downloaded time v0.3.53
3422026-08-10T17:45:52.399Z Downloaded unicode-width v0.2.2
3432026-08-10T17:45:52.411Z Downloaded zerocopy v0.8.54
3442026-08-10T17:45:52.447Z Downloaded object v0.36.7
3452026-08-10T17:45:52.452Z Downloaded regex-syntax v0.8.11
3462026-08-10T17:45:52.456Z Downloaded rustls v0.23.28
3472026-08-10T17:45:52.496Z Downloaded rustix v1.1.4
3482026-08-10T17:45:52.560Z Downloaded regex-automata v0.4.15
3492026-08-10T17:45:52.590Z Downloaded libc v0.2.185
3502026-08-10T17:45:52.608Z Downloaded tokio v1.52.0
3512026-08-10T17:45:52.628Z Downloaded sha3 v0.10.8
3522026-08-10T17:45:52.661Z Downloaded ring v0.17.14
3532026-08-10T17:45:52.901Z Downloaded aws-lc-sys v0.41.0
3542026-08-10T17:45:53.085Z Compiling proc-macro2 v1.0.106
3552026-08-10T17:45:53.085Z Compiling quote v1.0.46
3562026-08-10T17:45:53.085Z Compiling unicode-ident v1.0.18
3572026-08-10T17:45:53.085Z Compiling libc v0.2.185
3582026-08-10T17:45:53.085Z Compiling cfg-if v1.0.1
3592026-08-10T17:45:53.089Z Compiling version_check v0.9.5
3602026-08-10T17:45:53.089Z Compiling const-oid v0.9.6
3612026-08-10T17:45:53.089Z Compiling typenum v1.18.0
3622026-08-10T17:45:53.227Z Compiling subtle v2.6.1
3632026-08-10T17:45:53.276Z Compiling flagset v0.4.7
3642026-08-10T17:45:53.371Z Compiling serde_core v1.0.228
3652026-08-10T17:45:53.394Z Compiling bitflags v2.9.1
3662026-08-10T17:45:53.426Z Compiling generic-array v0.14.7
3672026-08-10T17:45:53.565Z Compiling zerocopy v0.8.54
3682026-08-10T17:45:53.607Z Compiling strsim v0.11.1
3692026-08-10T17:45:53.678Z Compiling serde v1.0.228
3702026-08-10T17:45:53.897Z Compiling getrandom v0.2.16
3712026-08-10T17:45:53.912Z Compiling base64ct v1.8.0
3722026-08-10T17:45:54.003Z Compiling heck v0.5.0
3732026-08-10T17:45:54.022Z Compiling rand_core v0.6.4
3742026-08-10T17:45:54.062Z Compiling utf8parse v0.2.2
3752026-08-10T17:45:54.062Z Compiling base16ct v0.2.0
3762026-08-10T17:45:54.150Z Compiling pem-rfc7468 v0.7.0
3772026-08-10T17:45:54.165Z Compiling anstyle-parse v1.0.0
3782026-08-10T17:45:54.240Z Compiling once_cell v1.21.3
3792026-08-10T17:45:54.334Z Compiling colorchoice v1.0.4
3802026-08-10T17:45:54.381Z Compiling syn v2.0.118
3812026-08-10T17:45:54.395Z Compiling anstyle v1.0.14
3822026-08-10T17:45:54.426Z Compiling anstyle-query v1.1.3
3832026-08-10T17:45:54.435Z Compiling is_terminal_polyfill v1.70.1
3842026-08-10T17:45:54.512Z Compiling ff v0.13.1
3852026-08-10T17:45:54.520Z Compiling clap_lex v1.1.0
3862026-08-10T17:45:54.527Z Compiling object v0.36.7
3872026-08-10T17:45:54.606Z Compiling anstream v1.0.0
3882026-08-10T17:45:54.637Z Compiling cpufeatures v0.2.17
3892026-08-10T17:45:54.704Z Compiling group v0.13.0
3902026-08-10T17:45:54.749Z Compiling autocfg v1.5.0
3912026-08-10T17:45:54.773Z Compiling memchr v2.7.5
3922026-08-10T17:45:54.842Z Compiling rustversion v1.0.21
3932026-08-10T17:45:54.874Z Compiling adler2 v2.0.1
3942026-08-10T17:45:54.910Z Compiling semver v1.0.26
3952026-08-10T17:45:55.000Z Compiling libm v0.2.15
3962026-08-10T17:45:55.093Z Compiling gimli v0.31.1
3972026-08-10T17:45:55.181Z Compiling syn v1.0.109
3982026-08-10T17:45:55.320Z Compiling num-traits v0.2.19
3992026-08-10T17:45:55.461Z Compiling miniz_oxide v0.8.9
4002026-08-10T17:45:55.535Z Compiling ahash v0.8.12
4012026-08-10T17:45:55.561Z Compiling unicode-linebreak v0.1.5
4022026-08-10T17:45:55.564Z Compiling rustc-demangle v0.1.25
4032026-08-10T17:45:55.775Z Compiling is_ci v1.2.0
4042026-08-10T17:45:56.279Z Compiling rustix v1.1.4
4052026-08-10T17:45:56.554Z Compiling unicode-width v0.1.14
4062026-08-10T17:45:56.820Z Compiling addr2line v0.24.2
4072026-08-10T17:45:56.884Z Compiling ppv-lite86 v0.2.21
4082026-08-10T17:45:57.068Z Compiling rustc_version v0.4.1
4092026-08-10T17:45:57.153Z Compiling errno v0.3.13
4102026-08-10T17:45:57.174Z Compiling allocator-api2 v0.2.21
4112026-08-10T17:45:57.206Z Compiling hex v0.4.3
4122026-08-10T17:45:57.291Z Compiling thiserror v2.0.18
4132026-08-10T17:45:57.343Z Compiling curve25519-dalek v4.1.3
4142026-08-10T17:45:57.451Z Compiling hashbrown v0.14.5
4152026-08-10T17:45:57.625Z Compiling num-integer v0.1.46
4162026-08-10T17:45:57.673Z Compiling rand_chacha v0.3.1
4172026-08-10T17:45:57.826Z Compiling backtrace v0.3.75
4182026-08-10T17:45:57.962Z Compiling spin v0.9.8
4192026-08-10T17:45:58.035Z Compiling num-bigint-dig v0.8.6
4202026-08-10T17:45:58.082Z Compiling keccak v0.1.5
4212026-08-10T17:45:58.090Z Compiling lazy_static v1.5.0
4222026-08-10T17:45:58.119Z Compiling terminal_size v0.4.4
4232026-08-10T17:45:58.160Z Compiling chumsky v0.9.3
4242026-08-10T17:45:58.171Z Compiling rand v0.8.7
4252026-08-10T17:45:58.247Z Compiling backtrace-ext v0.2.1
4262026-08-10T17:45:58.266Z Compiling num-iter v0.1.45
4272026-08-10T17:45:58.334Z Compiling zeroize_derive v1.5.0
4282026-08-10T17:45:58.369Z Compiling der_derive v0.7.3
4292026-08-10T17:45:58.400Z Compiling serde_derive v1.0.228
4302026-08-10T17:45:58.420Z Compiling clap_derive v4.6.1
4312026-08-10T17:45:58.788Z Compiling thiserror-impl v2.0.18
4322026-08-10T17:45:58.994Z Compiling zeroize v1.9.0
4332026-08-10T17:45:59.188Z Compiling curve25519-dalek-derive v0.1.1
4342026-08-10T17:45:59.296Z Compiling smallvec v1.15.1
4352026-08-10T17:45:59.306Z Compiling der v0.7.10
4362026-08-10T17:45:59.520Z Compiling thiserror v1.0.69
4372026-08-10T17:45:59.644Z Compiling crypto-common v0.1.6
4382026-08-10T17:45:59.767Z Compiling block-buffer v0.10.4
4392026-08-10T17:45:59.830Z Compiling crypto-bigint v0.5.5
4402026-08-10T17:45:59.899Z Compiling digest v0.10.7
4412026-08-10T17:46:00.054Z Compiling thiserror-impl v1.0.69
4422026-08-10T17:46:00.100Z Compiling hmac v0.12.1
4432026-08-10T17:46:00.139Z Compiling signature v2.2.0
4442026-08-10T17:46:00.233Z Compiling hkdf v0.12.4
4452026-08-10T17:46:00.280Z Compiling spki v0.7.3
4462026-08-10T17:46:00.538Z Compiling sha2 v0.10.9
4472026-08-10T17:46:00.611Z Compiling pkcs8 v0.10.2
4482026-08-10T17:46:00.643Z Compiling rfc6979 v0.4.0
4492026-08-10T17:46:00.761Z Compiling sha3 v0.10.8
4502026-08-10T17:46:00.919Z Compiling is-terminal v0.4.16
4512026-08-10T17:46:00.928Z Compiling ident_case v1.0.1
4522026-08-10T17:46:01.008Z Compiling camino v1.2.4
4532026-08-10T17:46:01.057Z Compiling darling_core v0.23.0
4542026-08-10T17:46:01.201Z Compiling proc-macro-error-attr v1.0.4
4552026-08-10T17:46:01.286Z Compiling sec1 v0.7.3
4562026-08-10T17:46:01.330Z Compiling sha1 v0.10.6
4572026-08-10T17:46:01.467Z Compiling clap_builder v4.6.0
4582026-08-10T17:46:01.548Z Compiling jobserver v0.1.34
4592026-08-10T17:46:01.556Z Compiling proc-macro-error v1.0.4
4602026-08-10T17:46:01.640Z Compiling owo-colors v4.3.0
4612026-08-10T17:46:01.783Z Compiling ipnet v2.12.0
4622026-08-10T17:46:01.795Z Compiling shlex v1.3.0
4632026-08-10T17:46:01.960Z Compiling cc v1.2.27
4642026-08-10T17:46:02.006Z Compiling elliptic-curve v0.13.8
4652026-08-10T17:46:02.014Z Compiling slog v2.8.2
4662026-08-10T17:46:02.241Z Compiling proc-macro-error-attr2 v2.0.0
4672026-08-10T17:46:02.306Z Compiling half v2.6.0
4682026-08-10T17:46:02.315Z Compiling unicode-segmentation v1.12.0
4692026-08-10T17:46:02.370Z Compiling ciborium-io v0.2.2
4702026-08-10T17:46:02.479Z Compiling smawk v0.3.2
4712026-08-10T17:46:02.562Z Compiling unicode-width v0.2.2
4722026-08-10T17:46:02.610Z Compiling textwrap v0.15.2
4732026-08-10T17:46:02.650Z Compiling proc-macro-error2 v2.0.1
4742026-08-10T17:46:02.688Z Compiling cmake v0.1.54
4752026-08-10T17:46:02.779Z Compiling textwrap v0.16.2
4762026-08-10T17:46:02.827Z Compiling heck v0.4.1
4772026-08-10T17:46:02.905Z Compiling ciborium-ll v0.2.2
4782026-08-10T17:46:03.001Z Compiling clap v4.6.1
4792026-08-10T17:46:03.113Z Compiling erased-serde v0.3.31
4802026-08-10T17:46:03.113Z Compiling supports-color v2.1.0
4812026-08-10T17:46:03.141Z Compiling supports-unicode v2.1.0
4822026-08-10T17:46:03.164Z Compiling darling_macro v0.23.0
4832026-08-10T17:46:03.228Z Compiling supports-hyperlinks v2.1.0
4842026-08-10T17:46:03.282Z Compiling miette-derive v5.10.0
4852026-08-10T17:46:03.325Z Compiling miette-derive v7.6.0
4862026-08-10T17:46:03.379Z Compiling strum_macros v0.26.4
4872026-08-10T17:46:03.522Z Compiling supports-color v3.0.2
4882026-08-10T17:46:03.577Z Compiling terminal_size v0.1.17
4892026-08-10T17:46:03.672Z Compiling supports-hyperlinks v3.2.0
4902026-08-10T17:46:03.690Z Compiling supports-unicode v3.0.0
4912026-08-10T17:46:03.712Z Compiling darling v0.23.0
4922026-08-10T17:46:03.782Z Compiling owo-colors v3.5.0
4932026-08-10T17:46:03.790Z Compiling serde_with_macros v3.21.0
4942026-08-10T17:46:03.807Z Compiling fs_extra v1.3.0
4952026-08-10T17:46:03.817Z Compiling dunce v1.0.5
4962026-08-10T17:46:04.049Z Compiling aws-lc-sys v0.41.0
4972026-08-10T17:46:04.245Z Compiling knuffel-derive v3.2.0
4982026-08-10T17:46:04.329Z Compiling miette v5.10.0
4992026-08-10T17:46:04.447Z Compiling miette v7.6.0
5002026-08-10T17:46:04.464Z Compiling ciborium v0.2.2
5012026-08-10T17:46:04.861Z Compiling serde_with v3.21.0
5022026-08-10T17:46:04.913Z Compiling knus-derive v3.4.0
5032026-08-10T17:46:04.987Z Compiling strum v0.26.3
5042026-08-10T17:46:05.007Z Compiling ecdsa v0.16.9
5052026-08-10T17:46:05.110Z Compiling primeorder v0.13.6
5062026-08-10T17:46:05.356Z Compiling pkcs1 v0.7.5
5072026-08-10T17:46:05.380Z Compiling ed25519 v2.2.3
5082026-08-10T17:46:05.485Z Compiling hubpack_derive v0.1.1
5092026-08-10T17:46:05.633Z Compiling base64 v0.22.1
5102026-08-10T17:46:05.673Z Compiling base64 v0.21.7
5112026-08-10T17:46:05.707Z Compiling getrandom v0.4.3
5122026-08-10T17:46:05.807Z Compiling anyhow v1.0.103
5132026-08-10T17:46:05.938Z Compiling salty v0.3.0
5142026-08-10T17:46:05.980Z Compiling hubpack v0.1.2
5152026-08-10T17:46:05.995Z Compiling knuffel v3.2.0
5162026-08-10T17:46:06.070Z Compiling rsa v0.9.10
5172026-08-10T17:46:06.199Z Compiling ed25519-dalek v2.2.0
5182026-08-10T17:46:06.217Z Compiling p384 v0.13.1
5192026-08-10T17:46:06.386Z Compiling knus v3.4.0
5202026-08-10T17:46:06.421Z Compiling x509-cert v0.2.5
5212026-08-10T17:46:07.132Z Compiling aws-lc-rs v1.17.0
5222026-08-10T17:46:07.166Z Compiling static_assertions v1.1.0
5232026-08-10T17:46:07.231Z Compiling log v0.4.33
5242026-08-10T17:46:07.425Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5252026-08-10T17:46:07.433Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5262026-08-10T17:46:07.528Z Compiling crossbeam-utils v0.8.21
5272026-08-10T17:46:07.722Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5282026-08-10T17:46:07.837Z Compiling rustls-pki-types v1.12.0
5292026-08-10T17:46:07.865Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5302026-08-10T17:46:07.874Z Compiling tokio-macros v2.7.0
5312026-08-10T17:46:07.979Z Compiling signal-hook-registry v1.4.8
5322026-08-10T17:46:08.179Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5332026-08-10T17:46:08.266Z Compiling dirs-sys-next v0.1.2
5342026-08-10T17:46:08.282Z Compiling mio v1.2.0
5352026-08-10T17:46:08.563Z Compiling socket2 v0.6.3
5362026-08-10T17:46:08.572Z Compiling time-core v0.1.9
5372026-08-10T17:46:08.639Z Compiling untrusted v0.9.0
5382026-08-10T17:46:08.746Z Compiling rustls v0.23.28
5392026-08-10T17:46:08.749Z Compiling bytes v1.10.1
5402026-08-10T17:46:08.749Z Compiling pin-project-lite v0.2.16
5412026-08-10T17:46:08.767Z Compiling equivalent v1.0.2
5422026-08-10T17:46:08.844Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5432026-08-10T17:46:08.844Z Compiling num-conv v0.2.2
5442026-08-10T17:46:08.954Z Compiling hashbrown v0.15.4
5452026-08-10T17:46:08.984Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5462026-08-10T17:46:08.993Z Compiling time-macros v0.2.31
5472026-08-10T17:46:09.078Z Compiling dirs-next v2.0.0
5482026-08-10T17:46:09.194Z Compiling tokio v1.52.0
5492026-08-10T17:46:09.427Z Compiling indexmap v2.9.0
5502026-08-10T17:46:09.431Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5512026-08-10T17:46:09.869Z Compiling env_filter v2.0.0
5522026-08-10T17:46:10.157Z Compiling serde_spanned v0.6.9
5532026-08-10T17:46:10.203Z Compiling toml_datetime v0.6.11
5542026-08-10T17:46:10.303Z Compiling thread_local v1.1.9
5552026-08-10T17:46:10.515Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5562026-08-10T17:46:10.589Z Compiling deranged v0.5.8
5572026-08-10T17:46:10.741Z Compiling slog-async v2.8.0
5582026-08-10T17:46:11.037Z Compiling fastrand v2.3.0
5592026-08-10T17:46:11.297Z Compiling toml_write v0.1.2
5602026-08-10T17:46:11.310Z Compiling powerfmt v0.2.0
5612026-08-10T17:46:11.431Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5622026-08-10T17:46:11.488Z Compiling winnow v0.7.11
5632026-08-10T17:46:11.505Z Compiling time v0.3.53
5642026-08-10T17:46:11.577Z Compiling tempfile v3.27.0
5652026-08-10T17:46:12.011Z Compiling env_logger v0.11.11
5662026-08-10T17:46:12.346Z Compiling crossbeam-channel v0.5.15
5672026-08-10T17:46:12.471Z Compiling term v0.7.0
5682026-08-10T17:46:12.796Z Compiling toml_edit v0.22.27
5692026-08-10T17:46:12.927Z Compiling serde-big-array v0.5.1
5702026-08-10T17:46:13.060Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5712026-08-10T17:46:13.067Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5722026-08-10T17:46:13.118Z Compiling async-trait v0.1.89
5732026-08-10T17:46:13.174Z Compiling take_mut v0.2.2
5742026-08-10T17:46:13.280Z Compiling corncobs v0.1.4
5752026-08-10T17:46:13.451Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5762026-08-10T17:46:13.507Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5772026-08-10T17:46:13.631Z Compiling slog-term v2.9.1
5782026-08-10T17:46:14.055Z Compiling secrecy v0.8.0
5792026-08-10T17:46:14.195Z Compiling toml v0.8.23
5802026-08-10T17:46:14.278Z Compiling yansi v1.0.1
5812026-08-10T17:46:14.578Z Compiling diff v0.1.13
5822026-08-10T17:46:14.858Z Compiling pretty_assertions v1.4.1
5832026-08-10T17:46:16.613Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5842026-08-10T17:46:16.751Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5852026-08-10T17:46:23.116Z Compiling rustls-webpki v0.103.3
5862026-08-10T17:46:25.601Z Compiling tokio-rustls v0.26.2
5872026-08-10T17:46:31.114Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.62s
5882026-08-10T17:46:31.228Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-d8b8efd96d324ea2)
5892026-08-10T17:46:31.232Z
5902026-08-10T17:46:31.232Zrunning 6 tests
5912026-08-10T17:46:31.235Ztest tests::toml_config ... ok
5922026-08-10T17:46:31.254ZAug 10 17:46:29.570Aug 10 17:46:29.570 INFO INFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor"", component: , sprocketscomponent:
5932026-08-10T17:46:31.254Zsprockets
5942026-08-10T17:46:31.258ZAug 10 17:46:29.571 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
5952026-08-10T17:46:31.258ZAug 10 17:46:29.571Aug 10 17:46:29.571Aug 10 17:46:29.571 INFOINFO INFOUsing file " Using file Using file /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor""", /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cborcomponent":, " componentsprockets,
5962026-08-10T17:46:31.258Zcomponent: :sprockets
5972026-08-10T17:46:31.258Zsprockets
5982026-08-10T17:46:31.258ZAug 10 17:46:29.571 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
5992026-08-10T17:46:31.258ZAug 10 17:46:29.571 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6002026-08-10T17:46:31.258ZAug 10 17:46:29.571 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6012026-08-10T17:46:31.258ZAug 10 17:46:29.571 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6022026-08-10T17:46:31.261ZAug 10 17:46:29.574 INFO Loaded keys and certs, component: sprockets
6032026-08-10T17:46:31.261ZAug 10 17:46:29.574 INFO Loaded keys and certs, component: sprockets
6042026-08-10T17:46:31.261ZAug 10 17:46:29.574 INFO Loaded keys and certs, component: sprockets
6052026-08-10T17:46:31.264ZAug 10 17:46:29.578 INFO Loaded keys and certs, component: sprockets
6062026-08-10T17:46:31.281ZAug 10 17:46:29.597 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6072026-08-10T17:46:31.288ZAug 10 17:46:29.604 INFO Signature verified successfully, component: sprockets
6082026-08-10T17:46:31.292Ztest client::tests::test_client_verifier ... ok
6092026-08-10T17:46:31.305ZAug 10 17:46:29.622 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, Aug 10 17:46:29.622component :INFO sprocketsverifier succeeded against root w/ subject:
6102026-08-10T17:46:31.308ZCN=test-root-a,O=Oxide CompAug 10 17:46:29.622u tINFOe rverifier succeeded against root w/ subject: Company,CNC==UtSes, tcomponent-:r osprocketsot
6112026-08-10T17:46:31.308Z-a,O=Oxide Computer Company,C=US, component: sprockets
6122026-08-10T17:46:31.311ZAug 10 17:46:29.625 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6132026-08-10T17:46:31.314ZAug 10 17:46:29.628 INFO Signature verified successfully, component: sprockets
6142026-08-10T17:46:31.314ZAug 10 17:46:29.628 INFO Signature verified successfully, component: sprockets
6152026-08-10T17:46:31.314ZAug 10 17:46:29.628 INFO Signature verified successfully, component: sprockets
6162026-08-10T17:46:31.317ZAug 10 17:46:29.632 INFO Signature verified successfully, component: sprockets
6172026-08-10T17:46:31.317ZAug 10 17:46:29.634 INFO Loaded keys and certs, component: sprockets
6182026-08-10T17:46:31.360ZAug 10 17:46:29.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6192026-08-10T17:46:31.363ZAug 10 17:46:29.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6202026-08-10T17:46:31.363ZAug 10 17:46:29.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6212026-08-10T17:46:31.366ZAug 10 17:46:29.681 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6222026-08-10T17:46:31.366ZAug 10 17:46:29.682 INFO Signature verified successfully, component: sprockets
6232026-08-10T17:46:31.366ZAug 10 17:46:29.683 INFO Signature verified successfully, component: sprockets
6242026-08-10T17:46:31.370ZAug 10 17:46:29.683 INFO Signature verified successfully, component: sprockets
6252026-08-10T17:46:31.370ZAug 10 17:46:29.683 INFO Running with protocol version 2, component: sprockets
6262026-08-10T17:46:31.370ZAug 10 17:46:29.683 INFO Running with protocol version 2, component: sprockets
6272026-08-10T17:46:31.370ZAug 10 17:46:29.683 INFO Running with protocol version 2, component: sprockets
6282026-08-10T17:46:31.370ZAug 10 17:46:29.683 INFO Running with protocol version 2, component: sprockets
6292026-08-10T17:46:31.373ZAug 10 17:46:29.688 INFO Signature verified successfully, component: sprockets
6302026-08-10T17:46:31.376ZAug 10 17:46:29.690 INFO Loaded keys and certs, component: sprockets
6312026-08-10T17:46:31.421ZAug 10 17:46:29.737 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6322026-08-10T17:46:31.427ZAug 10 17:46:29.743 INFO Signature verified successfully, component: sprockets
6332026-08-10T17:46:31.430ZAug 10 17:46:29.746 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6342026-08-10T17:46:31.431ZAug 10 17:46:29.746 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6352026-08-10T17:46:31.431ZAug 10 17:46:29.746 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6362026-08-10T17:46:31.431ZAug 10 17:46:29.746 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6372026-08-10T17:46:31.476ZAug 10 17:46:29.792 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6382026-08-10T17:46:31.479ZAug 10 17:46:29.794 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6392026-08-10T17:46:31.479ZAug 10 17:46:29.794 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6402026-08-10T17:46:31.479ZAug 10 17:46:29.794 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6412026-08-10T17:46:31.479ZAug 10 17:46:29.794 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6422026-08-10T17:46:31.482ZAug 10 17:46:29.798 INFO Signature verified successfully, component: sprockets
6432026-08-10T17:46:31.485ZAug 10 17:46:29.800 INFO Peer attestation verified, component: sprockets
6442026-08-10T17:46:31.485ZAug 10 17:46:29.800 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6452026-08-10T17:46:31.485Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6462026-08-10T17:46:31.485Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6472026-08-10T17:46:31.485Z corpus Reference measurements
6482026-08-10T17:46:31.485Z(set is empty)
6492026-08-10T17:46:31.485Z, component: sprockets
6502026-08-10T17:46:31.485ZAug 10 17:46:29.800 INFO Peer attestation verified, component: sprockets
6512026-08-10T17:46:31.485ZAug 10 17:46:29.800 INFO Peer measurements appraised successfully, component: sprockets
6522026-08-10T17:46:31.490ZAug 10 17:46:29.807 INFO Peer attestation verified, component: sprockets
6532026-08-10T17:46:31.493ZAug 10 17:46:29.807 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6542026-08-10T17:46:31.493Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6552026-08-10T17:46:31.493Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6562026-08-10T17:46:31.493Z corpus Reference measurements
6572026-08-10T17:46:31.493Z(set is empty)
6582026-08-10T17:46:31.493Z, component: sprockets
6592026-08-10T17:46:31.493ZAug 10 17:46:29.807 INFO Peer attestation verified, component: sprockets
6602026-08-10T17:46:31.493Ztest tests::no_corpus ... ok
6612026-08-10T17:46:31.493ZAug 10 17:46:29.807 INFO Peer measurements appraised successfully, component: sprockets
6622026-08-10T17:46:31.493Ztest tests::basic ... ok
6632026-08-10T17:46:31.530ZAug 10 17:46:29.846 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6642026-08-10T17:46:31.536ZAug 10 17:46:29.852 INFO Signature verified successfully, component: sprockets
6652026-08-10T17:46:31.584ZAug 10 17:46:29.900 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6662026-08-10T17:46:31.590ZAug 10 17:46:29.907 INFO Signature verified successfully, component: sprockets
6672026-08-10T17:46:31.594ZAug 10 17:46:29.907 INFO Running with protocol version 2, component: sprockets
6682026-08-10T17:46:31.594ZAug 10 17:46:29.907 INFO Running with protocol version 2, component: sprockets
6692026-08-10T17:46:31.594ZAug 10 17:46:29.907 INFO Running with protocol version 2, component: sprockets
6702026-08-10T17:46:31.594ZAug 10 17:46:29.907 INFO Running with protocol version 2, component: sprockets
6712026-08-10T17:46:31.598ZAug 10 17:46:29.915 INFO Running with protocol version 2, component: sprockets
6722026-08-10T17:46:31.606ZAug 10 17:46:29.922 INFO Running with protocol version 2, component: sprockets
6732026-08-10T17:46:31.687ZAug 10 17:46:30.000 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6742026-08-10T17:46:31.687ZAug 10 17:46:30.000 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6752026-08-10T17:46:31.732ZAug 10 17:46:30.048 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6762026-08-10T17:46:31.732ZAug 10 17:46:30.048 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6772026-08-10T17:46:31.779ZAug 10 17:46:30.095 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6782026-08-10T17:46:31.779ZAug 10 17:46:30.095 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6792026-08-10T17:46:31.827ZAug 10 17:46:30.143 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6802026-08-10T17:46:31.827ZAug 10 17:46:30.143 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6812026-08-10T17:46:31.876ZAug 10 17:46:30.190 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6822026-08-10T17:46:31.876ZAug 10 17:46:30.190 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6832026-08-10T17:46:31.922ZAug 10 17:46:30.238 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6842026-08-10T17:46:31.922ZAug 10 17:46:30.238 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6852026-08-10T17:46:31.929ZAug 10 17:46:30.245 INFO Peer attestation verified, component: sprockets
6862026-08-10T17:46:31.932ZAug 10 17:46:30.245 INFO Peer measurements appraised successfully, component: sprockets
6872026-08-10T17:46:31.935ZAug 10 17:46:30.251 INFO Peer attestation verified, component: sprockets
6882026-08-10T17:46:31.935ZAug 10 17:46:30.251 INFO Peer measurements appraised successfully, component: sprockets
6892026-08-10T17:46:31.941ZAug 10 17:46:30.257 INFO Peer attestation verified, component: sprockets
6902026-08-10T17:46:31.941ZAug 10 17:46:30.257 INFO Peer measurements appraised successfully, component: sprockets
6912026-08-10T17:46:31.948ZAug 10 17:46:30.264 INFO Peer attestation verified, component: sprockets
6922026-08-10T17:46:31.952ZAug 10 17:46:30.264 INFO Peer measurements appraised successfully, component: sprockets
6932026-08-10T17:46:31.955ZAug 10 17:46:30.270 INFO Peer attestation verified, component: sprockets
6942026-08-10T17:46:31.955ZAug 10 17:46:30.270 INFO Peer measurements appraised successfully, component: sprockets
6952026-08-10T17:46:31.960ZAug 10 17:46:30.277 INFO Peer attestation verified, component: sprockets
6962026-08-10T17:46:31.963ZAug 10 17:46:30.277 INFO Peer measurements appraised successfully, component: sprockets
6972026-08-10T17:46:31.963Ztest tests::spawn_accept ... ok
6982026-08-10T17:46:32.147Ztest tests::unattested_client ... ok
6992026-08-10T17:46:32.147Z
7002026-08-10T17:46:32.147Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s
7012026-08-10T17:46:32.147Z
7022026-08-10T17:46:32.440Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7032026-08-10T17:46:32.444Z
7042026-08-10T17:46:32.444Zrunning 1 test
7052026-08-10T17:46:32.469Ztest tests::sprockets_example_matches_code_based_generation ... ok
7062026-08-10T17:46:32.469Z
7072026-08-10T17:46:32.469Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7082026-08-10T17:46:32.469Z
7092026-08-10T17:46:32.472Z Doc-tests sprockets_tls
7102026-08-10T17:46:32.594Z
7112026-08-10T17:46:32.594Zrunning 0 tests
7122026-08-10T17:46:32.594Z
7132026-08-10T17:46:32.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-08-10T17:46:32.594Z
7152026-08-10T17:46:32.604Z Doc-tests sprockets_tls_test_utils
7162026-08-10T17:46:32.661Z
7172026-08-10T17:46:32.661Zrunning 0 tests
7182026-08-10T17:46:32.661Z
7192026-08-10T17:46:32.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-08-10T17:46:32.664Z
7212026-08-10T17:46:32.699Zprocess exited: duration 45258 ms, exit code 0
 
7222026-08-10T17:46:32.706Zfound 0 output files