01M298QGFRXW6PPMKF4VVWDE3D: cargo test (helios)

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

Buildomat Job: 01M298QTRBZ73YCBEDV94Q9N0G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-11T22:18:15.733Zjob assigned to worker 01M298R09XKPDMJK76T29T8MB9 [factory aws, i-0fcdac105189a02df] (queued for 57 s)
 
22026-09-11T22:18:22.701Zstarting task 0: "setup"
32026-09-11T22:18:22.704Z++ uname -s
42026-09-11T22:18:22.707Z+ kern=SunOS
52026-09-11T22:18:22.707Z+ build_user=build
62026-09-11T22:18:22.707Z+ build_uid=12345
72026-09-11T22:18:22.707Z+ work_dir=/work
82026-09-11T22:18:22.707Z+ input_dir=/input
92026-09-11T22:18:22.707Z+ [[ 0 == 12345 ]]
102026-09-11T22:18:22.707Z+ case "$kern" in
112026-09-11T22:18:22.707Z+ groupadd -g 12345 build
122026-09-11T22:18:22.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-11T22:18:24.713Z+ zfs create -o mountpoint=/work rpool/work
142026-09-11T22:18:24.828Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-11T22:18:24.831Z+ home_fs=zfs
162026-09-11T22:18:24.831Z+ [[ zfs == autofs ]]
172026-09-11T22:18:24.831Z+ mkdir -p /home/build
182026-09-11T22:18:24.831Z+ chown build:build /home/build /work
192026-09-11T22:18:25.832Z+ chmod 0700 /home/build /work
202026-09-11T22:18:25.835Zprocess exited: duration 3133 ms, exit code 0
 
212026-09-11T22:18:25.841Zstarting task 1: "rust-toolchain"
222026-09-11T22:18:25.845Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-09-11T22:18:25.845Z * rust toolchain channel = "1.88"
242026-09-11T22:18:25.845Z * rust toolchain profile = "default"
252026-09-11T22:18:25.845Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-11T22:18:25.845Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-11T22:18:25.845Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-11T22:18:25.848Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-11T22:18:25.848Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-09-11T22:18:25.967Zinfo: downloading installer
312026-09-11T22:18:27.274Zwarn: It looks like you have an existing installation of Rust at:
322026-09-11T22:18:27.274Zwarn: /opt/ooce/bin
332026-09-11T22:18:27.274Zwarn: This could mean one of the following:
342026-09-11T22:18:27.274Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-11T22:18:27.274Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-11T22:18:27.274Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-11T22:18:27.274Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-11T22:18:27.274Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-11T22:18:27.274Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-11T22:18:27.274Zerror: cannot install while Rust is installed
412026-09-11T22:18:27.274Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-11T22:18:27.288Zinfo: profile set to default
432026-09-11T22:18:27.288Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-11T22:18:27.291Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
452026-09-11T22:18:27.434Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
462026-09-11T22:18:27.437Zinfo: downloading 6 components
472026-09-11T22:18:41.634Z
482026-09-11T22:18:41.634Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
492026-09-11T22:18:41.662Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
502026-09-11T22:18:41.662Z
512026-09-11T22:18:41.665Z
522026-09-11T22:18:41.665ZRust is installed now. Great!
532026-09-11T22:18:41.666Z
542026-09-11T22:18:41.666ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-11T22:18:41.666Zenvironment variable. This has not been done automatically.
562026-09-11T22:18:41.666Z
572026-09-11T22:18:41.666ZTo configure your current shell, you need to source
582026-09-11T22:18:41.666Zthe corresponding env file under $HOME/.cargo.
592026-09-11T22:18:41.666Z
602026-09-11T22:18:41.666ZConsider running the right command for your shell (note the leading DOT):
612026-09-11T22:18:41.666Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-11T22:18:41.666Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-11T22:18:41.666ZCC_x86_64-unknown-illumos = None
642026-09-11T22:18:41.666Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-11T22:18:41.666ZCC_x86_64_unknown_illumos = None
662026-09-11T22:18:41.666Zcargo:rerun-if-env-changed=HOST_CC
672026-09-11T22:18:41.666ZHOST_CC = None
682026-09-11T22:18:41.666Zcargo:rerun-if-env-changed=CC
692026-09-11T22:18:41.666ZCC = None
702026-09-11T22:18:41.666Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-11T22:18:41.823Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-11T22:18:41.823ZCRATE_CC_NO_DEFAULTS = None
732026-09-11T22:18:41.823Zcargo:rerun-if-env-changed=CFLAGS
742026-09-11T22:18:41.823ZCFLAGS = None
752026-09-11T22:18:41.823Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-11T22:18:41.823ZHOST_CFLAGS = None
772026-09-11T22:18:41.823Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-11T22:18:41.823ZCFLAGS_x86_64_unknown_illumos = None
792026-09-11T22:18:41.823Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-11T22:18:41.823ZCFLAGS_x86_64-unknown-illumos = None
812026-09-11T22:18:41.909Z+ rustup --version
822026-09-11T22:18:41.917Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-11T22:18:41.920Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-11T22:18:41.939Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
852026-09-11T22:18:41.942Z+ cargo --version
862026-09-11T22:18:41.953Zcargo 1.88.0 (873a06493 2025-05-10)
872026-09-11T22:18:41.956Z+ rustc --version
882026-09-11T22:18:41.975Zrustc 1.88.0 (6b00bc388 2025-06-23)
892026-09-11T22:18:41.979Zprocess exited: duration 16133 ms, exit code 0
 
902026-09-11T22:18:41.985Zstarting task 2: "authentication"
912026-09-11T22:18:42.003Zprocess exited: duration 17 ms, exit code 0
 
922026-09-11T22:18:42.009Zstarting task 3: "clone repository"
932026-09-11T22:18:42.013Z+ mkdir -p /work/oxidecomputer/sprockets
942026-09-11T22:18:42.016Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
952026-09-11T22:18:42.045ZCloning into '/work/oxidecomputer/sprockets'...
962026-09-11T22:18:42.652Z+ cd /work/oxidecomputer/sprockets
972026-09-11T22:18:42.652Z+ git fetch origin d1c28a95679fe033b0b75aa4f20d565240b78c24
982026-09-11T22:18:42.950ZFrom https://github.com/oxidecomputer/sprockets
992026-09-11T22:18:42.950Z * branch d1c28a95679fe033b0b75aa4f20d565240b78c24 -> FETCH_HEAD
1002026-09-11T22:18:42.955Z+ [[ -n sprockets-auth-tcb-info ]]
1012026-09-11T22:18:42.958Z++ git branch --show-current
1022026-09-11T22:18:42.958Z+ current=main
1032026-09-11T22:18:42.958Z+ [[ main != sprockets-auth-tcb-info ]]
1042026-09-11T22:18:42.958Z+ git branch -f sprockets-auth-tcb-info d1c28a95679fe033b0b75aa4f20d565240b78c24
1052026-09-11T22:18:42.961Z+ git checkout -f sprockets-auth-tcb-info
1062026-09-11T22:18:42.964ZSwitched to branch 'sprockets-auth-tcb-info'
1072026-09-11T22:18:42.964Z+ git reset --hard d1c28a95679fe033b0b75aa4f20d565240b78c24
1082026-09-11T22:18:42.967ZHEAD is now at d1c28a9 Give the sprockets-auth test certs a DICE measurement extension
1092026-09-11T22:18:42.970Zprocess exited: duration 958 ms, exit code 0
 
1102026-09-11T22:18:42.976Zstarting task 4: "build"
1112026-09-11T22:18:42.979Z+ cargo --version
1122026-09-11T22:18:42.988Zcargo 1.88.0 (873a06493 2025-05-10)
1132026-09-11T22:18:42.990Z+ rustc --version
1142026-09-11T22:18:43.010Zrustc 1.88.0 (6b00bc388 2025-06-23)
1152026-09-11T22:18:43.013Z+ cargo test
1162026-09-11T22:18:43.085Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-09-11T22:18:43.493Z Updating crates.io index
1182026-09-11T22:18:43.530Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1192026-09-11T22:18:43.991Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1202026-09-11T22:18:44.614Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1212026-09-11T22:18:45.067Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1222026-09-11T22:18:45.819Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1232026-09-11T22:18:46.126Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1242026-09-11T22:18:48.261Z Downloading crates ...
1252026-09-11T22:18:48.311Z Downloaded anstyle-query v1.1.3
1262026-09-11T22:18:48.318Z Downloaded addr2line v0.24.2
1272026-09-11T22:18:48.322Z Downloaded ciborium-io v0.2.2
1282026-09-11T22:18:48.325Z Downloaded equivalent v1.0.2
1292026-09-11T22:18:48.328Z Downloaded hmac v0.12.1
1302026-09-11T22:18:48.328Z Downloaded dirs-sys-next v0.1.2
1312026-09-11T22:18:48.331Z Downloaded group v0.13.0
1322026-09-11T22:18:48.336Z Downloaded thread_local v1.1.9
1332026-09-11T22:18:48.342Z Downloaded darling v0.23.0
1342026-09-11T22:18:48.346Z Downloaded getrandom v0.2.16
1352026-09-11T22:18:48.349Z Downloaded toml_write v0.1.2
1362026-09-11T22:18:48.351Z Downloaded toml_datetime v0.6.11
1372026-09-11T22:18:48.351Z Downloaded curve25519-dalek-derive v0.1.1
1382026-09-11T22:18:48.354Z Downloaded crossbeam-utils v0.8.21
1392026-09-11T22:18:48.354Z Downloaded unicode-linebreak v0.1.5
1402026-09-11T22:18:48.357Z Downloaded tokio-macros v2.7.0
1412026-09-11T22:18:48.357Z Downloaded corncobs v0.1.4
1422026-09-11T22:18:48.357Z Downloaded tinyvec_macros v0.1.1
1432026-09-11T22:18:48.360Z Downloaded erased-serde v0.3.31
1442026-09-11T22:18:48.360Z Downloaded base64 v0.21.7
1452026-09-11T22:18:48.363Z Downloaded untrusted v0.9.0
1462026-09-11T22:18:48.363Z Downloaded time-core v0.1.9
1472026-09-11T22:18:48.366Z Downloaded ecdsa v0.16.9
1482026-09-11T22:18:48.366Z Downloaded crypto-common v0.1.6
1492026-09-11T22:18:48.369Z Downloaded block-buffer v0.10.4
1502026-09-11T22:18:48.372Z Downloaded fastrand v2.3.0
1512026-09-11T22:18:48.375Z Downloaded knuffel-derive v3.2.0
1522026-09-11T22:18:48.375Z Downloaded schemars v1.2.0
1532026-09-11T22:18:48.382Z Downloaded ref-cast v1.0.24
1542026-09-11T22:18:48.385Z Downloaded thiserror-impl v2.0.18
1552026-09-11T22:18:48.385Z Downloaded ref-cast-impl v1.0.24
1562026-09-11T22:18:48.388Z Downloaded serde_spanned v0.6.9
1572026-09-11T22:18:48.388Z Downloaded is-terminal v0.4.16
1582026-09-11T22:18:48.391Z Downloaded toml v0.8.23
1592026-09-11T22:18:48.391Z Downloaded dirs-next v2.0.0
1602026-09-11T22:18:48.391Z Downloaded darling_macro v0.23.0
1612026-09-11T22:18:48.394Z Downloaded proc-macro-error v1.0.4
1622026-09-11T22:18:48.394Z Downloaded tinyvec v1.12.0
1632026-09-11T22:18:48.397Z Downloaded clap_lex v1.1.0
1642026-09-11T22:18:48.397Z Downloaded base16ct v0.2.0
1652026-09-11T22:18:48.399Z Downloaded utf8parse v0.2.2
1662026-09-11T22:18:48.400Z Downloaded tokio-rustls v0.26.2
1672026-09-11T22:18:48.402Z Downloaded rustc_version v0.4.1
1682026-09-11T22:18:48.402Z Downloaded adler2 v2.0.1
1692026-09-11T22:18:48.402Z Downloaded keccak v0.1.5
1702026-09-11T22:18:48.405Z Downloaded hubpack_derive v0.1.1
1712026-09-11T22:18:48.405Z Downloaded cfg-if v1.0.1
1722026-09-11T22:18:48.406Z Downloaded anstyle-parse v1.0.0
1732026-09-11T22:18:48.409Z Downloaded rfc6979 v0.4.0
1742026-09-11T22:18:48.409Z Downloaded num-iter v0.1.45
1752026-09-11T22:18:48.409Z Downloaded is_terminal_polyfill v1.70.1
1762026-09-11T22:18:48.409Z Downloaded lazy_static v1.5.0
1772026-09-11T22:18:48.412Z Downloaded generic-array v0.14.7
1782026-09-11T22:18:48.412Z Downloaded num-conv v0.2.2
1792026-09-11T22:18:48.412Z Downloaded flagset v0.4.7
1802026-09-11T22:18:48.415Z Downloaded is_ci v1.2.0
1812026-09-11T22:18:48.415Z Downloaded miette-derive v5.10.0
1822026-09-11T22:18:48.415Z Downloaded dyn-clone v1.0.19
1832026-09-11T22:18:48.418Z Downloaded env_filter v2.0.0
1842026-09-11T22:18:48.418Z Downloaded zmij v1.0.14
1852026-09-11T22:18:48.418Z Downloaded unicode-ident v1.0.18
1862026-09-11T22:18:48.421Z Downloaded cpufeatures v0.2.17
1872026-09-11T22:18:48.424Z Downloaded colorchoice v1.0.4
1882026-09-11T22:18:48.424Z Downloaded async-trait v0.1.89
1892026-09-11T22:18:48.427Z Downloaded smawk v0.3.2
1902026-09-11T22:18:48.427Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-09-11T22:18:48.430Z Downloaded hex v0.4.3
1922026-09-11T22:18:48.430Z Downloaded secrecy v0.8.0
1932026-09-11T22:18:48.433Z Downloaded ident_case v1.0.1
1942026-09-11T22:18:48.433Z Downloaded heck v0.5.0
1952026-09-11T22:18:48.433Z Downloaded proc-macro-error-attr v1.0.4
1962026-09-11T22:18:48.433Z Downloaded primeorder v0.13.6
1972026-09-11T22:18:48.435Z Downloaded typenum v1.18.0
1982026-09-11T22:18:48.435Z Downloaded dunce v1.0.5
1992026-09-11T22:18:48.438Z Downloaded ciborium-ll v0.2.2
2002026-09-11T22:18:48.438Z Downloaded backtrace-ext v0.2.1
2012026-09-11T22:18:48.438Z Downloaded heck v0.4.1
2022026-09-11T22:18:48.442Z Downloaded signature v2.2.0
2032026-09-11T22:18:48.445Z Downloaded env_logger v0.11.11
2042026-09-11T22:18:48.448Z Downloaded rand_chacha v0.3.1
2052026-09-11T22:18:48.448Z Downloaded hubpack v0.1.2
2062026-09-11T22:18:48.451Z Downloaded terminal_size v0.1.17
2072026-09-11T22:18:48.454Z Downloaded zeroize_derive v1.5.0
2082026-09-11T22:18:48.454Z Downloaded sha1 v0.10.6
2092026-09-11T22:18:48.457Z Downloaded strum v0.26.3
2102026-09-11T22:18:48.457Z Downloaded supports-color v3.0.2
2112026-09-11T22:18:48.457Z Downloaded take_mut v0.2.2
2122026-09-11T22:18:48.460Z Downloaded shlex v1.3.0
2132026-09-11T22:18:48.460Z Downloaded powerfmt v0.2.0
2142026-09-11T22:18:48.460Z Downloaded serde-big-array v0.5.1
2152026-09-11T22:18:48.463Z Downloaded anstream v1.0.0
2162026-09-11T22:18:48.466Z Downloaded strsim v0.11.1
2172026-09-11T22:18:48.469Z Downloaded miette-derive v7.6.0
2182026-09-11T22:18:48.469Z Downloaded jobserver v0.1.34
2192026-09-11T22:18:48.469Z Downloaded errno v0.3.13
2202026-09-11T22:18:48.472Z Downloaded digest v0.10.7
2212026-09-11T22:18:48.472Z Downloaded deranged v0.5.8
2222026-09-11T22:18:48.472Z Downloaded autocfg v1.5.0
2232026-09-11T22:18:48.475Z Downloaded rustc-demangle v0.1.25
2242026-09-11T22:18:48.475Z Downloaded tls_codec v0.4.2
2252026-09-11T22:18:48.478Z Downloaded ff v0.13.1
2262026-09-11T22:18:48.478Z Downloaded ed25519 v2.2.3
2272026-09-11T22:18:48.481Z Downloaded cmake v0.1.54
2282026-09-11T22:18:48.481Z Downloaded itoa v1.0.15
2292026-09-11T22:18:48.481Z Downloaded supports-hyperlinks v3.2.0
2302026-09-11T22:18:48.481Z Downloaded supports-unicode v2.1.0
2312026-09-11T22:18:48.484Z Downloaded terminal_size v0.4.4
2322026-09-11T22:18:48.484Z Downloaded bitflags v2.9.1
2332026-09-11T22:18:48.487Z Downloaded fs_extra v1.3.0
2342026-09-11T22:18:48.487Z Downloaded bs58 v0.5.1
2352026-09-11T22:18:48.490Z Downloaded owo-colors v4.3.0
2362026-09-11T22:18:48.490Z Downloaded anstyle v1.0.14
2372026-09-11T22:18:48.490Z Downloaded base64ct v1.8.0
2382026-09-11T22:18:48.493Z Downloaded knus-derive v3.4.0
2392026-09-11T22:18:48.493Z Downloaded zeroize v1.9.0
2402026-09-11T22:18:48.496Z Downloaded tls_codec_derive v0.4.2
2412026-09-11T22:18:48.496Z Downloaded der_derive v0.7.3
2422026-09-11T22:18:48.496Z Downloaded supports-unicode v3.0.0
2432026-09-11T22:18:48.498Z Downloaded semver v1.0.26
2442026-09-11T22:18:48.498Z Downloaded proc-macro-error2 v2.0.1
2452026-09-11T22:18:48.502Z Downloaded ipnet v2.12.0
2462026-09-11T22:18:48.502Z Downloaded subtle v2.6.1
2472026-09-11T22:18:48.502Z Downloaded sec1 v0.7.3
2482026-09-11T22:18:48.505Z Downloaded strum_macros v0.26.4
2492026-09-11T22:18:48.505Z Downloaded pkcs8 v0.10.2
2502026-09-11T22:18:48.508Z Downloaded slog-async v2.8.0
2512026-09-11T22:18:48.508Z Downloaded thiserror-impl v1.0.69
2522026-09-11T22:18:48.508Z Downloaded thiserror v2.0.18
2532026-09-11T22:18:48.511Z Downloaded rustversion v1.0.21
2542026-09-11T22:18:48.515Z Downloaded rand_core v0.6.4
2552026-09-11T22:18:48.515Z Downloaded const-oid v0.9.6
2562026-09-11T22:18:48.515Z Downloaded version_check v0.9.5
2572026-09-11T22:18:48.515Z Downloaded static_assertions v1.1.0
2582026-09-11T22:18:48.518Z Downloaded pem-rfc7468 v0.7.0
2592026-09-11T22:18:48.518Z Downloaded once_cell v1.21.3
2602026-09-11T22:18:48.521Z Downloaded ahash v0.8.12
2612026-09-11T22:18:48.521Z Downloaded spki v0.7.3
2622026-09-11T22:18:48.521Z Downloaded signal-hook-registry v1.4.8
2632026-09-11T22:18:48.525Z Downloaded pin-project-lite v0.2.16
2642026-09-11T22:18:48.528Z Downloaded supports-hyperlinks v2.1.0
2652026-09-11T22:18:48.528Z Downloaded slog-term v2.9.1
2662026-09-11T22:18:48.528Z Downloaded thiserror v1.0.69
2672026-09-11T22:18:48.532Z Downloaded log v0.4.33
2682026-09-11T22:18:48.532Z Downloaded sha2 v0.10.9
2692026-09-11T22:18:48.535Z Downloaded hashbrown v0.14.5
2702026-09-11T22:18:48.538Z Downloaded getrandom v0.4.3
2712026-09-11T22:18:48.538Z Downloaded rustls-pki-types v1.12.0
2722026-09-11T22:18:48.541Z Downloaded smallvec v1.15.1
2732026-09-11T22:18:48.544Z Downloaded serde_with_macros v3.21.0
2742026-09-11T22:18:48.544Z Downloaded clap_derive v4.6.1
2752026-09-11T22:18:48.544Z Downloaded owo-colors v3.5.0
2762026-09-11T22:18:48.547Z Downloaded diff v0.1.13
2772026-09-11T22:18:48.547Z Downloaded allocator-api2 v0.2.21
2782026-09-11T22:18:48.550Z Downloaded anyhow v1.0.103
2792026-09-11T22:18:48.553Z Downloaded ppv-lite86 v0.2.21
2802026-09-11T22:18:48.553Z Downloaded elliptic-curve v0.13.8
2812026-09-11T22:18:48.553Z Downloaded clap v4.6.1
2822026-09-11T22:18:48.559Z Downloaded spin v0.9.8
2832026-09-11T22:18:48.561Z Downloaded socket2 v0.6.3
2842026-09-11T22:18:48.562Z Downloaded tempfile v3.27.0
2852026-09-11T22:18:48.565Z Downloaded textwrap v0.16.2
2862026-09-11T22:18:48.565Z Downloaded term v0.7.0
2872026-09-11T22:18:48.568Z Downloaded proc-macro2 v1.0.106
2882026-09-11T22:18:48.568Z Downloaded serde_derive v1.0.228
2892026-09-11T22:18:48.571Z Downloaded pkcs1 v0.7.5
2902026-09-11T22:18:48.571Z Downloaded der v0.7.10
2912026-09-11T22:18:48.574Z Downloaded base64 v0.22.1
2922026-09-11T22:18:48.577Z Downloaded textwrap v0.15.2
2932026-09-11T22:18:48.577Z Downloaded indexmap v1.9.3
2942026-09-11T22:18:48.580Z Downloaded crossbeam-channel v0.5.15
2952026-09-11T22:18:48.583Z Downloaded toml_edit v0.22.27
2962026-09-11T22:18:48.586Z Downloaded half v2.6.0
2972026-09-11T22:18:48.586Z Downloaded chumsky v0.9.3
2982026-09-11T22:18:48.589Z Downloaded miniz_oxide v0.8.9
2992026-09-11T22:18:48.589Z Downloaded slog v2.8.2
3002026-09-11T22:18:48.592Z Downloaded knuffel v3.2.0
3012026-09-11T22:18:48.592Z Downloaded yansi v1.0.1
3022026-09-11T22:18:48.595Z Downloaded crypto-bigint v0.5.5
3032026-09-11T22:18:48.599Z Downloaded darling_core v0.23.0
3042026-09-11T22:18:48.602Z Downloaded indexmap v2.9.0
3052026-09-11T22:18:48.602Z Downloaded backtrace v0.3.75
3062026-09-11T22:18:48.605Z Downloaded hashbrown v0.12.3
3072026-09-11T22:18:48.608Z Downloaded cc v1.2.27
3082026-09-11T22:18:48.611Z Downloaded bytes v1.10.1
3092026-09-11T22:18:48.611Z Downloaded num-traits v0.2.19
3102026-09-11T22:18:48.614Z Downloaded serde_core v1.0.228
3112026-09-11T22:18:48.614Z Downloaded schemars v0.9.0
3122026-09-11T22:18:48.621Z Downloaded rand v0.8.7
3132026-09-11T22:18:48.624Z Downloaded serde v1.0.228
3142026-09-11T22:18:48.626Z Downloaded chrono v0.4.41
3152026-09-11T22:18:48.629Z Downloaded rsa v0.9.10
3162026-09-11T22:18:48.632Z Downloaded pretty_assertions v1.4.1
3172026-09-11T22:18:48.632Z Downloaded rustls-webpki v0.103.3
3182026-09-11T22:18:48.635Z Downloaded knus v3.4.0
3192026-09-11T22:18:48.638Z Downloaded unicode-segmentation v1.12.0
3202026-09-11T22:18:48.638Z Downloaded miette v5.10.0
3212026-09-11T22:18:48.641Z Downloaded memchr v2.7.5
3222026-09-11T22:18:48.644Z Downloaded hashbrown v0.15.4
3232026-09-11T22:18:48.647Z Downloaded ed25519-dalek v2.2.0
3242026-09-11T22:18:48.647Z Downloaded iana-time-zone v0.1.63
3252026-09-11T22:18:48.650Z Downloaded camino v1.2.4
3262026-09-11T22:18:48.650Z Downloaded miette v7.6.0
3272026-09-11T22:18:48.652Z Downloaded mio v1.2.0
3282026-09-11T22:18:48.655Z Downloaded curve25519-dalek v4.1.3
3292026-09-11T22:18:48.659Z Downloaded clap_builder v4.6.0
3302026-09-11T22:18:48.663Z Downloaded x509-cert v0.2.5
3312026-09-11T22:18:48.666Z Downloaded hkdf v0.12.4
3322026-09-11T22:18:48.669Z Downloaded aho-corasick v1.1.4
3332026-09-11T22:18:48.672Z Downloaded serde_with v3.21.0
3342026-09-11T22:18:48.677Z Downloaded aws-lc-rs v1.17.0
3352026-09-11T22:18:48.683Z Downloaded quote v1.0.46
3362026-09-11T22:18:48.686Z Downloaded num-integer v0.1.46
3372026-09-11T22:18:48.686Z Downloaded num-bigint-dig v0.8.6
3382026-09-11T22:18:48.689Z Downloaded gimli v0.31.1
3392026-09-11T22:18:48.692Z Downloaded syn v2.0.118
3402026-09-11T22:18:48.697Z Downloaded serde_json v1.0.149
3412026-09-11T22:18:48.701Z Downloaded ciborium v0.2.2
3422026-09-11T22:18:48.704Z Downloaded time-macros v0.2.31
3432026-09-11T22:18:48.704Z Downloaded supports-color v2.1.0
3442026-09-11T22:18:48.707Z Downloaded regex v1.13.0
3452026-09-11T22:18:48.711Z Downloaded winnow v0.7.11
3462026-09-11T22:18:48.718Z Downloaded libm v0.2.15
3472026-09-11T22:18:48.723Z Downloaded salty v0.3.0
3482026-09-11T22:18:48.736Z Downloaded p384 v0.13.1
3492026-09-11T22:18:48.756Z Downloaded sha3 v0.10.8
3502026-09-11T22:18:48.759Z Downloaded time v0.3.53
3512026-09-11T22:18:48.765Z Downloaded unicode-width v0.2.2
3522026-09-11T22:18:48.768Z Downloaded unicode-width v0.1.14
3532026-09-11T22:18:48.773Z Downloaded zerocopy v0.8.54
3542026-09-11T22:18:48.787Z Downloaded syn v1.0.109
3552026-09-11T22:18:48.813Z Downloaded regex-syntax v0.8.11
3562026-09-11T22:18:48.817Z Downloaded object v0.36.7
3572026-09-11T22:18:48.827Z Downloaded rustls v0.23.28
3582026-09-11T22:18:48.842Z Downloaded rustix v1.1.4
3592026-09-11T22:18:48.888Z Downloaded regex-automata v0.4.15
3602026-09-11T22:18:48.910Z Downloaded tokio v1.52.0
3612026-09-11T22:18:48.931Z Downloaded libc v0.2.185
3622026-09-11T22:18:48.986Z Downloaded ring v0.17.14
3632026-09-11T22:18:49.309Z Downloaded aws-lc-sys v0.41.0
3642026-09-11T22:18:49.495Z Compiling proc-macro2 v1.0.106
3652026-09-11T22:18:49.495Z Compiling unicode-ident v1.0.18
3662026-09-11T22:18:49.495Z Compiling quote v1.0.46
3672026-09-11T22:18:49.495Z Compiling libc v0.2.185
3682026-09-11T22:18:49.498Z Compiling cfg-if v1.0.1
3692026-09-11T22:18:49.498Z Compiling version_check v0.9.5
3702026-09-11T22:18:49.498Z Compiling const-oid v0.9.6
3712026-09-11T22:18:49.498Z Compiling typenum v1.18.0
3722026-09-11T22:18:49.637Z Compiling subtle v2.6.1
3732026-09-11T22:18:49.683Z Compiling flagset v0.4.7
3742026-09-11T22:18:49.775Z Compiling serde_core v1.0.228
3752026-09-11T22:18:49.801Z Compiling bitflags v2.9.1
3762026-09-11T22:18:49.869Z Compiling generic-array v0.14.7
3772026-09-11T22:18:49.994Z Compiling zerocopy v0.8.54
3782026-09-11T22:18:50.026Z Compiling strsim v0.11.1
3792026-09-11T22:18:50.132Z Compiling serde v1.0.228
3802026-09-11T22:18:50.374Z Compiling getrandom v0.2.16
3812026-09-11T22:18:50.430Z Compiling heck v0.5.0
3822026-09-11T22:18:50.433Z Compiling base64ct v1.8.0
3832026-09-11T22:18:50.486Z Compiling rand_core v0.6.4
3842026-09-11T22:18:50.498Z Compiling utf8parse v0.2.2
3852026-09-11T22:18:50.573Z Compiling anstyle-query v1.1.3
3862026-09-11T22:18:50.610Z Compiling anstyle-parse v1.0.0
3872026-09-11T22:18:50.668Z Compiling pem-rfc7468 v0.7.0
3882026-09-11T22:18:50.686Z Compiling once_cell v1.21.3
3892026-09-11T22:18:50.708Z Compiling colorchoice v1.0.4
3902026-09-11T22:18:50.781Z Compiling base16ct v0.2.0
3912026-09-11T22:18:50.813Z Compiling syn v2.0.118
3922026-09-11T22:18:50.832Z Compiling is_terminal_polyfill v1.70.1
3932026-09-11T22:18:50.882Z Compiling anstyle v1.0.14
3942026-09-11T22:18:50.913Z Compiling ff v0.13.1
3952026-09-11T22:18:50.913Z Compiling cpufeatures v0.2.17
3962026-09-11T22:18:50.958Z Compiling object v0.36.7
3972026-09-11T22:18:50.981Z Compiling clap_lex v1.1.0
3982026-09-11T22:18:51.035Z Compiling anstream v1.0.0
3992026-09-11T22:18:51.088Z Compiling group v0.13.0
4002026-09-11T22:18:51.217Z Compiling memchr v2.7.5
4012026-09-11T22:18:51.261Z Compiling libm v0.2.15
4022026-09-11T22:18:51.285Z Compiling syn v1.0.109
4032026-09-11T22:18:51.351Z Compiling semver v1.0.26
4042026-09-11T22:18:51.508Z Compiling adler2 v2.0.1
4052026-09-11T22:18:51.571Z Compiling rustversion v1.0.21
4062026-09-11T22:18:51.590Z Compiling gimli v0.31.1
4072026-09-11T22:18:51.630Z Compiling autocfg v1.5.0
4082026-09-11T22:18:51.715Z Compiling miniz_oxide v0.8.9
4092026-09-11T22:18:51.946Z Compiling ahash v0.8.12
4102026-09-11T22:18:51.969Z Compiling rustc-demangle v0.1.25
4112026-09-11T22:18:51.977Z Compiling num-traits v0.2.19
4122026-09-11T22:18:52.059Z Compiling unicode-linebreak v0.1.5
4132026-09-11T22:18:52.182Z Compiling is_ci v1.2.0
4142026-09-11T22:18:52.663Z Compiling unicode-width v0.1.14
4152026-09-11T22:18:52.838Z Compiling rustix v1.1.4
4162026-09-11T22:18:52.915Z Compiling rustc_version v0.4.1
4172026-09-11T22:18:53.178Z Compiling addr2line v0.24.2
4182026-09-11T22:18:53.325Z Compiling ppv-lite86 v0.2.21
4192026-09-11T22:18:53.428Z Compiling errno v0.3.13
4202026-09-11T22:18:53.506Z Compiling allocator-api2 v0.2.21
4212026-09-11T22:18:53.561Z Compiling thiserror v2.0.18
4222026-09-11T22:18:53.571Z Compiling hex v0.4.3
4232026-09-11T22:18:53.638Z Compiling rand_chacha v0.3.1
4242026-09-11T22:18:53.823Z Compiling hashbrown v0.14.5
4252026-09-11T22:18:54.055Z Compiling num-integer v0.1.46
4262026-09-11T22:18:54.109Z Compiling curve25519-dalek v4.1.3
4272026-09-11T22:18:54.262Z Compiling backtrace v0.3.75
4282026-09-11T22:18:54.330Z Compiling num-bigint-dig v0.8.6
4292026-09-11T22:18:54.351Z Compiling spin v0.9.8
4302026-09-11T22:18:54.366Z Compiling keccak v0.1.5
4312026-09-11T22:18:54.443Z Compiling lazy_static v1.5.0
4322026-09-11T22:18:54.476Z Compiling chumsky v0.9.3
4332026-09-11T22:18:54.487Z Compiling num-iter v0.1.45
4342026-09-11T22:18:54.526Z Compiling terminal_size v0.4.4
4352026-09-11T22:18:54.553Z Compiling rand v0.8.7
4362026-09-11T22:18:54.561Z Compiling zeroize_derive v1.5.0
4372026-09-11T22:18:54.588Z Compiling der_derive v0.7.3
4382026-09-11T22:18:54.620Z Compiling serde_derive v1.0.228
4392026-09-11T22:18:54.651Z Compiling clap_derive v4.6.1
4402026-09-11T22:18:55.184Z Compiling backtrace-ext v0.2.1
4412026-09-11T22:18:55.254Z Compiling zeroize v1.9.0
4422026-09-11T22:18:55.357Z Compiling thiserror-impl v2.0.18
4432026-09-11T22:18:55.562Z Compiling der v0.7.10
4442026-09-11T22:18:55.699Z Compiling curve25519-dalek-derive v0.1.1
4452026-09-11T22:18:55.821Z Compiling smallvec v1.15.1
4462026-09-11T22:18:55.903Z Compiling block-buffer v0.10.4
4472026-09-11T22:18:56.029Z Compiling crypto-common v0.1.6
4482026-09-11T22:18:56.037Z Compiling crypto-bigint v0.5.5
4492026-09-11T22:18:56.152Z Compiling digest v0.10.7
4502026-09-11T22:18:56.340Z Compiling signature v2.2.0
4512026-09-11T22:18:56.351Z Compiling hmac v0.12.1
4522026-09-11T22:18:56.354Z Compiling spki v0.7.3
4532026-09-11T22:18:56.477Z Compiling hkdf v0.12.4
4542026-09-11T22:18:56.550Z Compiling sha2 v0.10.9
4552026-09-11T22:18:56.586Z Compiling pkcs8 v0.10.2
4562026-09-11T22:18:56.636Z Compiling rfc6979 v0.4.0
4572026-09-11T22:18:56.832Z Compiling sha3 v0.10.8
4582026-09-11T22:18:56.853Z Compiling thiserror v1.0.69
4592026-09-11T22:18:56.954Z Compiling thiserror-impl v1.0.69
4602026-09-11T22:18:56.965Z Compiling is-terminal v0.4.16
4612026-09-11T22:18:57.053Z Compiling ident_case v1.0.1
4622026-09-11T22:18:57.123Z Compiling camino v1.2.4
4632026-09-11T22:18:57.324Z Compiling darling_core v0.23.0
4642026-09-11T22:18:57.333Z Compiling proc-macro-error-attr v1.0.4
4652026-09-11T22:18:57.594Z Compiling sec1 v0.7.3
4662026-09-11T22:18:57.796Z Compiling sha1 v0.10.6
4672026-09-11T22:18:57.863Z Compiling clap_builder v4.6.0
4682026-09-11T22:18:57.891Z Compiling jobserver v0.1.34
4692026-09-11T22:18:57.967Z Compiling proc-macro-error v1.0.4
4702026-09-11T22:18:58.016Z Compiling shlex v1.3.0
4712026-09-11T22:18:58.108Z Compiling owo-colors v4.3.0
4722026-09-11T22:18:58.177Z Compiling ipnet v2.12.0
4732026-09-11T22:18:58.190Z Compiling cc v1.2.27
4742026-09-11T22:18:58.204Z Compiling elliptic-curve v0.13.8
4752026-09-11T22:18:58.468Z Compiling slog v2.8.2
4762026-09-11T22:18:58.506Z Compiling proc-macro-error-attr2 v2.0.0
4772026-09-11T22:18:58.686Z Compiling half v2.6.0
4782026-09-11T22:18:58.694Z Compiling smawk v0.3.2
4792026-09-11T22:18:58.694Z Compiling unicode-width v0.2.2
4802026-09-11T22:18:58.825Z Compiling unicode-segmentation v1.12.0
4812026-09-11T22:18:58.881Z Compiling ciborium-io v0.2.2
4822026-09-11T22:18:58.900Z Compiling proc-macro-error2 v2.0.1
4832026-09-11T22:18:58.927Z Compiling textwrap v0.16.2
4842026-09-11T22:18:58.960Z Compiling ciborium-ll v0.2.2
4852026-09-11T22:18:58.968Z Compiling cmake v0.1.54
4862026-09-11T22:18:59.157Z Compiling heck v0.4.1
4872026-09-11T22:18:59.165Z Compiling textwrap v0.15.2
4882026-09-11T22:18:59.337Z Compiling erased-serde v0.3.31
4892026-09-11T22:18:59.385Z Compiling darling_macro v0.23.0
4902026-09-11T22:18:59.393Z Compiling clap v4.6.1
4912026-09-11T22:18:59.436Z Compiling supports-color v2.1.0
4922026-09-11T22:18:59.439Z Compiling supports-unicode v2.1.0
4932026-09-11T22:18:59.463Z Compiling supports-hyperlinks v2.1.0
4942026-09-11T22:18:59.579Z Compiling strum_macros v0.26.4
4952026-09-11T22:18:59.612Z Compiling miette-derive v7.6.0
4962026-09-11T22:18:59.641Z Compiling miette-derive v5.10.0
4972026-09-11T22:18:59.799Z Compiling supports-color v3.0.2
4982026-09-11T22:18:59.854Z Compiling terminal_size v0.1.17
4992026-09-11T22:18:59.968Z Compiling fs_extra v1.3.0
5002026-09-11T22:18:59.977Z Compiling supports-unicode v3.0.0
5012026-09-11T22:18:59.992Z Compiling darling v0.23.0
5022026-09-11T22:19:00.064Z Compiling owo-colors v3.5.0
5032026-09-11T22:19:00.073Z Compiling serde_with_macros v3.21.0
5042026-09-11T22:19:00.108Z Compiling supports-hyperlinks v3.2.0
5052026-09-11T22:19:00.215Z Compiling dunce v1.0.5
5062026-09-11T22:19:00.308Z Compiling aws-lc-sys v0.41.0
5072026-09-11T22:19:00.564Z Compiling knuffel-derive v3.2.0
5082026-09-11T22:19:00.725Z Compiling miette v5.10.0
5092026-09-11T22:19:00.757Z Compiling knus-derive v3.4.0
5102026-09-11T22:19:00.794Z Compiling miette v7.6.0
5112026-09-11T22:19:01.153Z Compiling serde_with v3.21.0
5122026-09-11T22:19:01.169Z Compiling ciborium v0.2.2
5132026-09-11T22:19:01.232Z Compiling strum v0.26.3
5142026-09-11T22:19:01.355Z Compiling primeorder v0.13.6
5152026-09-11T22:19:01.588Z Compiling ecdsa v0.16.9
5162026-09-11T22:19:01.727Z Compiling pkcs1 v0.7.5
5172026-09-11T22:19:01.758Z Compiling ed25519 v2.2.3
5182026-09-11T22:19:01.951Z Compiling hubpack_derive v0.1.1
5192026-09-11T22:19:01.982Z Compiling anyhow v1.0.103
5202026-09-11T22:19:01.990Z Compiling getrandom v0.4.3
5212026-09-11T22:19:02.005Z Compiling base64 v0.22.1
5222026-09-11T22:19:02.128Z Compiling salty v0.3.0
5232026-09-11T22:19:02.138Z Compiling base64 v0.21.7
5242026-09-11T22:19:02.263Z Compiling knus v3.4.0
5252026-09-11T22:19:02.371Z Compiling knuffel v3.2.0
5262026-09-11T22:19:02.403Z Compiling rsa v0.9.10
5272026-09-11T22:19:02.431Z Compiling hubpack v0.1.2
5282026-09-11T22:19:02.447Z Compiling ed25519-dalek v2.2.0
5292026-09-11T22:19:02.492Z Compiling p384 v0.13.1
5302026-09-11T22:19:02.637Z Compiling x509-cert v0.2.5
5312026-09-11T22:19:03.282Z Compiling aws-lc-rs v1.17.0
5322026-09-11T22:19:03.395Z Compiling static_assertions v1.1.0
5332026-09-11T22:19:03.458Z Compiling log v0.4.33
5342026-09-11T22:19:03.581Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5352026-09-11T22:19:03.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5362026-09-11T22:19:03.724Z Compiling crossbeam-utils v0.8.21
5372026-09-11T22:19:03.953Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5382026-09-11T22:19:04.029Z Compiling rustls-pki-types v1.12.0
5392026-09-11T22:19:04.082Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5402026-09-11T22:19:04.193Z Compiling tokio-macros v2.7.0
5412026-09-11T22:19:04.197Z Compiling signal-hook-registry v1.4.8
5422026-09-11T22:19:04.376Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5432026-09-11T22:19:04.472Z Compiling socket2 v0.6.3
5442026-09-11T22:19:04.480Z Compiling dirs-sys-next v0.1.2
5452026-09-11T22:19:04.772Z Compiling mio v1.2.0
5462026-09-11T22:19:04.857Z Compiling equivalent v1.0.2
5472026-09-11T22:19:04.920Z Compiling bytes v1.10.1
5482026-09-11T22:19:04.929Z Compiling untrusted v0.9.0
5492026-09-11T22:19:04.937Z Compiling pin-project-lite v0.2.16
5502026-09-11T22:19:04.944Z Compiling rustls v0.23.28
5512026-09-11T22:19:05.024Z Compiling hashbrown v0.15.4
5522026-09-11T22:19:05.040Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5532026-09-11T22:19:05.149Z Compiling time-core v0.1.9
5542026-09-11T22:19:05.258Z Compiling num-conv v0.2.2
5552026-09-11T22:19:05.320Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5562026-09-11T22:19:05.331Z Compiling tokio v1.52.0
5572026-09-11T22:19:05.407Z Compiling time-macros v0.2.31
5582026-09-11T22:19:05.508Z Compiling indexmap v2.9.0
5592026-09-11T22:19:05.516Z Compiling dirs-next v2.0.0
5602026-09-11T22:19:05.678Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5612026-09-11T22:19:06.052Z Compiling env_filter v2.0.0
5622026-09-11T22:19:06.386Z Compiling serde_spanned v0.6.9
5632026-09-11T22:19:06.529Z Compiling toml_datetime v0.6.11
5642026-09-11T22:19:06.601Z Compiling thread_local v1.1.9
5652026-09-11T22:19:06.785Z Compiling winnow v0.7.11
5662026-09-11T22:19:06.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5672026-09-11T22:19:07.065Z Compiling deranged v0.5.8
5682026-09-11T22:19:07.649Z Compiling powerfmt v0.2.0
5692026-09-11T22:19:07.701Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5702026-09-11T22:19:07.846Z Compiling fastrand v2.3.0
5712026-09-11T22:19:08.023Z Compiling slog-async v2.8.0
5722026-09-11T22:19:08.103Z Compiling toml_write v0.1.2
5732026-09-11T22:19:08.146Z Compiling tempfile v3.27.0
5742026-09-11T22:19:08.193Z Compiling time v0.3.53
5752026-09-11T22:19:08.287Z Compiling toml_edit v0.22.27
5762026-09-11T22:19:08.534Z Compiling env_logger v0.11.11
5772026-09-11T22:19:08.813Z Compiling crossbeam-channel v0.5.15
5782026-09-11T22:19:08.864Z Compiling term v0.7.0
5792026-09-11T22:19:09.411Z Compiling serde-big-array v0.5.1
5802026-09-11T22:19:09.465Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5812026-09-11T22:19:09.500Z Compiling async-trait v0.1.89
5822026-09-11T22:19:09.542Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5832026-09-11T22:19:09.601Z Compiling take_mut v0.2.2
5842026-09-11T22:19:09.706Z Compiling corncobs v0.1.4
5852026-09-11T22:19:09.914Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5862026-09-11T22:19:10.024Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5872026-09-11T22:19:10.152Z Compiling toml v0.8.23
5882026-09-11T22:19:10.300Z Compiling slog-term v2.9.1
5892026-09-11T22:19:10.679Z Compiling secrecy v0.8.0
5902026-09-11T22:19:10.820Z Compiling diff v0.1.13
5912026-09-11T22:19:10.931Z Compiling yansi v1.0.1
5922026-09-11T22:19:11.251Z Compiling pretty_assertions v1.4.1
5932026-09-11T22:19:12.850Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5942026-09-11T22:19:13.106Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5952026-09-11T22:19:19.135Z Compiling rustls-webpki v0.103.3
5962026-09-11T22:19:21.609Z Compiling tokio-rustls v0.26.2
5972026-09-11T22:19:27.185Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.15s
5982026-09-11T22:19:27.300Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-d8b8efd96d324ea2)
5992026-09-11T22:19:27.303Z
6002026-09-11T22:19:27.303Zrunning 6 tests
6012026-09-11T22:19:27.307Ztest tests::toml_config ... ok
6022026-09-11T22:19:27.327ZSep 11 22:19:25.493Sep 11 22:19:25.493 INFOINFO 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"", , componentcomponent:: sprocketssprockets
6032026-09-11T22:19:27.327Z
6042026-09-11T22:19:27.330ZSep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6052026-09-11T22:19:27.330ZSep 11 22:19:25.494Sep 11 22:19:25.494 INFOINFO 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""Sep 11 22:19:25.494, , componentcomponent ::INFO sprockets
6062026-09-11T22:19:27.330ZUsing file sprockets"
6072026-09-11T22:19:27.330Z/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6082026-09-11T22:19:27.330ZSep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6092026-09-11T22:19:27.330ZSep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6102026-09-11T22:19:27.330ZSep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6112026-09-11T22:19:27.330ZSep 11 22:19:25.494 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6122026-09-11T22:19:27.333ZSep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets
6132026-09-11T22:19:27.333ZSep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets
6142026-09-11T22:19:27.333ZSep 11 22:19:25.497 INFO Loaded keys and certs, component: sprockets
6152026-09-11T22:19:27.336ZSep 11 22:19:25.501 INFO Loaded keys and certs, component: sprockets
6162026-09-11T22:19:27.353ZSep 11 22:19:25.520 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6172026-09-11T22:19:27.360ZSep 11 22:19:25.527 INFO Signature verified successfully, component: sprockets
6182026-09-11T22:19:27.363Ztest client::tests::test_client_verifier ... ok
6192026-09-11T22:19:27.378ZSep 11 22:19:25.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6202026-09-11T22:19:27.380ZSep 11 22:19:25.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,Sep 11 22:19:25.545O =INFOO xverifier succeeded against root w/ subject: ide Computer Company,CN=test-root-a,C=US, component: sprockets
6212026-09-11T22:19:27.381ZO=Oxide Computer Company,C=US, component: sprockets
6222026-09-11T22:19:27.383ZSep 11 22:19:25.549 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6232026-09-11T22:19:27.386ZSep 11 22:19:25.551 INFO Signature verified successfully, component: sprockets
6242026-09-11T22:19:27.386ZSep 11 22:19:25.551 INFO Signature verified successfully, component: sprocketsSep 11 22:19:25.551
6252026-09-11T22:19:27.386Z INFO Signature verified successfully, component: sprockets
6262026-09-11T22:19:27.389ZSep 11 22:19:25.555 INFO Signature verified successfully, component: sprockets
6272026-09-11T22:19:27.392ZSep 11 22:19:25.557 INFO Loaded keys and certs, component: sprockets
6282026-09-11T22:19:27.432ZSep 11 22:19:25.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6292026-09-11T22:19:27.435ZSep 11 22:19:25.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=USSep 11 22:19:25.599, componentINFO: verifier succeeded against root w/ subject: sprockets
6302026-09-11T22:19:27.435ZCN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6312026-09-11T22:19:27.438ZSep 11 22:19:25.605 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6322026-09-11T22:19:27.438ZSep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets
6332026-09-11T22:19:27.441ZSep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets
6342026-09-11T22:19:27.441ZSep 11 22:19:25.605 INFO Signature verified successfully, component: sprockets
6352026-09-11T22:19:27.441ZSep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets
6362026-09-11T22:19:27.441ZSep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets
6372026-09-11T22:19:27.441ZSep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets
6382026-09-11T22:19:27.441ZSep 11 22:19:25.606 INFO Running with protocol version 2, component: sprockets
6392026-09-11T22:19:27.444ZSep 11 22:19:25.611 INFO Signature verified successfully, component: sprockets
6402026-09-11T22:19:27.447ZSep 11 22:19:25.613 INFO Loaded keys and certs, component: sprockets
6412026-09-11T22:19:27.494ZSep 11 22:19:25.661 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6422026-09-11T22:19:27.500ZSep 11 22:19:25.667 INFO Signature verified successfully, component: sprockets
6432026-09-11T22:19:27.503ZSep 11 22:19:25.669 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,CSep 11 22:19:25.669= UINFOS "Cert chain from peer ", PDV2:913-0000019:RRR:2FAKE002component" verified against root ": sprockets
6442026-09-11T22:19:27.503ZSep 11 22:19:25.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6452026-09-11T22:19:27.503ZCN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6462026-09-11T22:19:27.503ZSep 11 22:19:25.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6472026-09-11T22:19:27.548ZSep 11 22:19:25.715 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6482026-09-11T22:19:27.551ZSep 11 22:19:25.716 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
6492026-09-11T22:19:27.551ZSep 11 22:19:25.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6502026-09-11T22:19:27.551ZSep 11 22:19:25.716 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
6512026-09-11T22:19:27.551ZSep 11 22:19:25.717 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6522026-09-11T22:19:27.554ZSep 11 22:19:25.721 INFO Signature verified successfully, component: sprockets
6532026-09-11T22:19:27.557ZSep 11 22:19:25.723 INFO Peer attestation verified, component: sprockets
6542026-09-11T22:19:27.557ZSep 11 22:19:25.723 INFO Peer measurements appraised successfully, component: sprockets
6552026-09-11T22:19:27.558ZSep 11 22:19:25.723 INFO Peer attestation verified, component: sprockets
6562026-09-11T22:19:27.558ZSep 11 22:19:25.723 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6572026-09-11T22:19:27.558Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6582026-09-11T22:19:27.558Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6592026-09-11T22:19:27.558Z corpus Reference measurements
6602026-09-11T22:19:27.558Z(set is empty)
6612026-09-11T22:19:27.558Z, component: sprockets
6622026-09-11T22:19:27.562ZSep 11 22:19:25.729 INFO Peer attestation verified, component: sprockets
6632026-09-11T22:19:27.565ZSep 11 22:19:25.730 INFO Peer measurements appraised successfully, component: sprockets
6642026-09-11T22:19:27.565ZSep 11 22:19:25.730 INFO Peer attestation verified, component: sprockets
6652026-09-11T22:19:27.566ZSep 11 22:19:25.730 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6662026-09-11T22:19:27.566Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6672026-09-11T22:19:27.566Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6682026-09-11T22:19:27.566Z corpus Reference measurements
6692026-09-11T22:19:27.566Z(set is empty)
6702026-09-11T22:19:27.566Z, component: sprockets
6712026-09-11T22:19:27.566Ztest tests::basic ... ok
6722026-09-11T22:19:27.566Ztest tests::no_corpus ... ok
6732026-09-11T22:19:27.603ZSep 11 22:19:25.770 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6742026-09-11T22:19:27.609ZSep 11 22:19:25.776 INFO Signature verified successfully, component: sprockets
6752026-09-11T22:19:27.657ZSep 11 22:19:25.824 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6762026-09-11T22:19:27.663ZSep 11 22:19:25.830 INFO Signature verified successfully, component: sprockets
6772026-09-11T22:19:27.666ZSep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets
6782026-09-11T22:19:27.666ZSep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets
6792026-09-11T22:19:27.666ZSep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets
6802026-09-11T22:19:27.666ZSep 11 22:19:25.831 INFO Running with protocol version 2, component: sprockets
6812026-09-11T22:19:27.671ZSep 11 22:19:25.839 INFO Running with protocol version 2, component: sprockets
6822026-09-11T22:19:27.679ZSep 11 22:19:25.846 INFO Running with protocol version 2, component: sprockets
6832026-09-11T22:19:27.757ZSep 11 22:19:25.924 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
6842026-09-11T22:19:27.757ZSep 11 22:19:25.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6852026-09-11T22:19:27.805ZSep 11 22:19:25.972 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
6862026-09-11T22:19:27.805ZSep 11 22:19:25.972 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6872026-09-11T22:19:27.853ZSep 11 22:19:26.020 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
6882026-09-11T22:19:27.853ZSep 11 22:19:26.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6892026-09-11T22:19:27.900ZSep 11 22:19:26.067 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
6902026-09-11T22:19:27.900ZSep 11 22:19:26.067 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6912026-09-11T22:19:27.949ZSep 11 22:19:26.115 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
6922026-09-11T22:19:27.949ZSep 11 22:19:26.115 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6932026-09-11T22:19:27.995ZSep 11 22:19:26.162 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
6942026-09-11T22:19:27.995ZSep 11 22:19:26.162 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6952026-09-11T22:19:28.002ZSep 11 22:19:26.169 INFO Peer attestation verified, component: sprockets
6962026-09-11T22:19:28.005ZSep 11 22:19:26.169 INFO Peer measurements appraised successfully, component: sprockets
6972026-09-11T22:19:28.009ZSep 11 22:19:26.176 INFO Peer attestation verified, component: sprockets
6982026-09-11T22:19:28.011ZSep 11 22:19:26.176 INFO Peer measurements appraised successfully, component: sprockets
6992026-09-11T22:19:28.015ZSep 11 22:19:26.182 INFO Peer attestation verified, component: sprockets
7002026-09-11T22:19:28.015ZSep 11 22:19:26.182 INFO Peer measurements appraised successfully, component: sprockets
7012026-09-11T22:19:28.021ZSep 11 22:19:26.188 INFO Peer attestation verified, component: sprockets
7022026-09-11T22:19:28.025ZSep 11 22:19:26.189 INFO Peer measurements appraised successfully, component: sprockets
7032026-09-11T22:19:28.028ZSep 11 22:19:26.195 INFO Peer attestation verified, component: sprockets
7042026-09-11T22:19:28.031ZSep 11 22:19:26.195 INFO Peer measurements appraised successfully, component: sprockets
7052026-09-11T22:19:28.035ZSep 11 22:19:26.202 INFO Peer attestation verified, component: sprockets
7062026-09-11T22:19:28.038ZSep 11 22:19:26.202 INFO Peer measurements appraised successfully, component: sprockets
7072026-09-11T22:19:28.038Ztest tests::spawn_accept ... ok
7082026-09-11T22:19:28.227Ztest tests::unattested_client ... ok
7092026-09-11T22:19:28.227Z
7102026-09-11T22:19:28.227Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s
7112026-09-11T22:19:28.227Z
7122026-09-11T22:19:28.518Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7132026-09-11T22:19:28.521Z
7142026-09-11T22:19:28.521Zrunning 1 test
7152026-09-11T22:19:28.550Ztest tests::sprockets_example_matches_code_based_generation ... ok
7162026-09-11T22:19:28.550Z
7172026-09-11T22:19:28.550Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7182026-09-11T22:19:28.550Z
7192026-09-11T22:19:28.553Z Doc-tests sprockets_tls
7202026-09-11T22:19:28.670Z
7212026-09-11T22:19:28.670Zrunning 0 tests
7222026-09-11T22:19:28.670Z
7232026-09-11T22:19:28.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7242026-09-11T22:19:28.673Z
7252026-09-11T22:19:28.681Z Doc-tests sprockets_tls_test_utils
7262026-09-11T22:19:28.737Z
7272026-09-11T22:19:28.737Zrunning 0 tests
7282026-09-11T22:19:28.737Z
7292026-09-11T22:19:28.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7302026-09-11T22:19:28.737Z
7312026-09-11T22:19:28.774Zprocess exited: duration 45788 ms, exit code 0
 
7322026-09-11T22:19:28.782Zfound 0 output files