01M1HV081WFK97HJHXC9QF1CHV: cargo test (helios)

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

Buildomat Job: 01M1HV0NG141QWVHEJFS0ERFYS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-02T19:55:39.056Zjob assigned to worker 01M1HV0QR2J6XJ0BCNWHZZGQX1 [factory aws, i-0a8a59e952c027976] (queued for 43 s)
 
22026-09-02T19:55:45.943Zstarting task 0: "setup"
32026-09-02T19:55:45.950Z++ uname -s
42026-09-02T19:55:45.953Z+ kern=SunOS
52026-09-02T19:55:45.953Z+ build_user=build
62026-09-02T19:55:45.953Z+ build_uid=12345
72026-09-02T19:55:45.953Z+ work_dir=/work
82026-09-02T19:55:45.953Z+ input_dir=/input
92026-09-02T19:55:45.953Z+ [[ 0 == 12345 ]]
102026-09-02T19:55:45.953Z+ case "$kern" in
112026-09-02T19:55:45.953Z+ groupadd -g 12345 build
122026-09-02T19:55:45.953Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-02T19:55:47.955Z+ zfs create -o mountpoint=/work rpool/work
142026-09-02T19:55:48.042Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-02T19:55:48.045Z+ home_fs=zfs
162026-09-02T19:55:48.045Z+ [[ zfs == autofs ]]
172026-09-02T19:55:48.045Z+ mkdir -p /home/build
182026-09-02T19:55:48.045Z+ chown build:build /home/build /work
192026-09-02T19:55:49.046Z+ chmod 0700 /home/build /work
202026-09-02T19:55:49.049Zprocess exited: duration 3105 ms, exit code 0
 
212026-09-02T19:55:49.055Zstarting task 1: "rust-toolchain"
222026-09-02T19:55:49.059Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-09-02T19:55:49.059Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-02T19:55:49.059Z * rust toolchain channel = "1.88"
252026-09-02T19:55:49.059Z * rust toolchain profile = "default"
262026-09-02T19:55:49.059Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-02T19:55:49.059Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-02T19:55:49.062Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-02T19:55:49.062Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-09-02T19:55:49.180Zinfo: downloading installer
312026-09-02T19:55:50.491Zwarn: It looks like you have an existing installation of Rust at:
322026-09-02T19:55:50.491Zwarn: /opt/ooce/bin
332026-09-02T19:55:50.491Zwarn: This could mean one of the following:
342026-09-02T19:55:50.491Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-02T19:55:50.491Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-02T19:55:50.491Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-02T19:55:50.491Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-02T19:55:50.491Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-02T19:55:50.491Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-02T19:55:50.491Zerror: cannot install while Rust is installed
412026-09-02T19:55:50.491Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-02T19:55:50.505Zinfo: profile set to default
432026-09-02T19:55:50.505Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-02T19:55:50.510Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
452026-09-02T19:55:50.645Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
462026-09-02T19:55:50.648Zinfo: downloading 6 components
472026-09-02T19:56:05.969Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
482026-09-02T19:56:05.969Z
492026-09-02T19:56:05.998Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
502026-09-02T19:56:05.998Z
512026-09-02T19:56:06.002Z
522026-09-02T19:56:06.002ZRust is installed now. Great!
532026-09-02T19:56:06.002Z
542026-09-02T19:56:06.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-02T19:56:06.002Zenvironment variable. This has not been done automatically.
562026-09-02T19:56:06.002Z
572026-09-02T19:56:06.002ZTo configure your current shell, you need to source
582026-09-02T19:56:06.002Zthe corresponding env file under $HOME/.cargo.
592026-09-02T19:56:06.002Z
602026-09-02T19:56:06.002ZConsider running the right command for your shell (note the leading DOT):
612026-09-02T19:56:06.002Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-02T19:56:06.002Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-02T19:56:06.002ZCC_x86_64-unknown-illumos = None
642026-09-02T19:56:06.002Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-02T19:56:06.002ZCC_x86_64_unknown_illumos = None
662026-09-02T19:56:06.002Zcargo:rerun-if-env-changed=HOST_CC
672026-09-02T19:56:06.002ZHOST_CC = None
682026-09-02T19:56:06.002Zcargo:rerun-if-env-changed=CC
692026-09-02T19:56:06.002ZCC = None
702026-09-02T19:56:06.002Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-02T19:56:06.161Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-02T19:56:06.161ZCRATE_CC_NO_DEFAULTS = None
732026-09-02T19:56:06.161Zcargo:rerun-if-env-changed=CFLAGS
742026-09-02T19:56:06.161ZCFLAGS = None
752026-09-02T19:56:06.161Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-02T19:56:06.161ZHOST_CFLAGS = None
772026-09-02T19:56:06.161Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-02T19:56:06.161ZCFLAGS_x86_64_unknown_illumos = None
792026-09-02T19:56:06.161Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-02T19:56:06.161ZCFLAGS_x86_64-unknown-illumos = None
812026-09-02T19:56:06.256Z+ rustup --version
822026-09-02T19:56:06.262Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-02T19:56:06.265Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-02T19:56:06.285Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
852026-09-02T19:56:06.288Z+ cargo --version
862026-09-02T19:56:06.300Zcargo 1.88.0 (873a06493 2025-05-10)
872026-09-02T19:56:06.303Z+ rustc --version
882026-09-02T19:56:06.322Zrustc 1.88.0 (6b00bc388 2025-06-23)
892026-09-02T19:56:06.325Zprocess exited: duration 17267 ms, exit code 0
 
902026-09-02T19:56:06.331Zstarting task 2: "authentication"
912026-09-02T19:56:06.348Zprocess exited: duration 16 ms, exit code 0
 
922026-09-02T19:56:06.353Zstarting task 3: "clone repository"
932026-09-02T19:56:06.357Z+ mkdir -p /work/oxidecomputer/sprockets
942026-09-02T19:56:06.360Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
952026-09-02T19:56:06.389ZCloning into '/work/oxidecomputer/sprockets'...
962026-09-02T19:56:06.975Z+ cd /work/oxidecomputer/sprockets
972026-09-02T19:56:06.975Z+ git fetch origin c23ec775ee2e1faf9eb113919143174116a36e42
982026-09-02T19:56:07.292ZFrom https://github.com/oxidecomputer/sprockets
992026-09-02T19:56:07.292Z * branch c23ec775ee2e1faf9eb113919143174116a36e42 -> FETCH_HEAD
1002026-09-02T19:56:07.297Z+ [[ -n derive_serialize ]]
1012026-09-02T19:56:07.300Z++ git branch --show-current
1022026-09-02T19:56:07.300Z+ current=main
1032026-09-02T19:56:07.300Z+ [[ main != derive_serialize ]]
1042026-09-02T19:56:07.300Z+ git branch -f derive_serialize c23ec775ee2e1faf9eb113919143174116a36e42
1052026-09-02T19:56:07.303Z+ git checkout -f derive_serialize
1062026-09-02T19:56:07.306ZSwitched to branch 'derive_serialize'
1072026-09-02T19:56:07.308Z+ git reset --hard c23ec775ee2e1faf9eb113919143174116a36e42
1082026-09-02T19:56:07.311ZHEAD is now at c23ec77 Derive serialize for SprocketsConfig
1092026-09-02T19:56:07.311Zprocess exited: duration 955 ms, exit code 0
 
1102026-09-02T19:56:07.317Zstarting task 4: "build"
1112026-09-02T19:56:07.320Z+ cargo --version
1122026-09-02T19:56:07.328Zcargo 1.88.0 (873a06493 2025-05-10)
1132026-09-02T19:56:07.331Z+ rustc --version
1142026-09-02T19:56:07.350Zrustc 1.88.0 (6b00bc388 2025-06-23)
1152026-09-02T19:56:07.353Z+ cargo test
1162026-09-02T19:56:07.424Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-09-02T19:56:07.826Z Updating crates.io index
1182026-09-02T19:56:07.855Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1192026-09-02T19:56:08.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1202026-09-02T19:56:08.590Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1212026-09-02T19:56:09.186Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1222026-09-02T19:56:09.691Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1232026-09-02T19:56:10.094Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1242026-09-02T19:56:12.146Z Downloading crates ...
1252026-09-02T19:56:12.208Z Downloaded async-trait v0.1.89
1262026-09-02T19:56:12.212Z Downloaded anstyle-parse v1.0.0
1272026-09-02T19:56:12.212Z Downloaded dyn-clone v1.0.19
1282026-09-02T19:56:12.215Z Downloaded dirs-next v2.0.0
1292026-09-02T19:56:12.215Z Downloaded hubpack_derive v0.1.1
1302026-09-02T19:56:12.215Z Downloaded backtrace-ext v0.2.1
1312026-09-02T19:56:12.218Z Downloaded autocfg v1.5.0
1322026-09-02T19:56:12.218Z Downloaded adler2 v2.0.1
1332026-09-02T19:56:12.221Z Downloaded ed25519 v2.2.3
1342026-09-02T19:56:12.221Z Downloaded base16ct v0.2.0
1352026-09-02T19:56:12.230Z Downloaded allocator-api2 v0.2.21
1362026-09-02T19:56:12.234Z Downloaded addr2line v0.24.2
1372026-09-02T19:56:12.237Z Downloaded untrusted v0.9.0
1382026-09-02T19:56:12.241Z Downloaded typenum v1.18.0
1392026-09-02T19:56:12.247Z Downloaded thiserror v2.0.18
1402026-09-02T19:56:12.251Z Downloaded rand v0.8.7
1412026-09-02T19:56:12.254Z Downloaded unicode-linebreak v0.1.5
1422026-09-02T19:56:12.257Z Downloaded iana-time-zone v0.1.63
1432026-09-02T19:56:12.257Z Downloaded deranged v0.5.8
1442026-09-02T19:56:12.260Z Downloaded ff v0.13.1
1452026-09-02T19:56:12.260Z Downloaded time-core v0.1.9
1462026-09-02T19:56:12.260Z Downloaded tinyvec_macros v0.1.1
1472026-09-02T19:56:12.263Z Downloaded knuffel-derive v3.2.0
1482026-09-02T19:56:12.263Z Downloaded getrandom v0.2.16
1492026-09-02T19:56:12.266Z Downloaded version_check v0.9.5
1502026-09-02T19:56:12.266Z Downloaded zmij v1.0.14
1512026-09-02T19:56:12.270Z Downloaded zeroize_derive v1.5.0
1522026-09-02T19:56:12.270Z Downloaded dunce v1.0.5
1532026-09-02T19:56:12.270Z Downloaded hkdf v0.12.4
1542026-09-02T19:56:12.273Z Downloaded crypto-bigint v0.5.5
1552026-09-02T19:56:12.279Z Downloaded rfc6979 v0.4.0
1562026-09-02T19:56:12.279Z Downloaded num-iter v0.1.45
1572026-09-02T19:56:12.279Z Downloaded clap_lex v1.1.0
1582026-09-02T19:56:12.282Z Downloaded utf8parse v0.2.2
1592026-09-02T19:56:12.282Z Downloaded toml_datetime v0.6.11
1602026-09-02T19:56:12.282Z Downloaded tokio-macros v2.7.0
1612026-09-02T19:56:12.282Z Downloaded miette-derive v5.10.0
1622026-09-02T19:56:12.282Z Downloaded tls_codec v0.4.2
1632026-09-02T19:56:12.286Z Downloaded generic-array v0.14.7
1642026-09-02T19:56:12.286Z Downloaded thread_local v1.1.9
1652026-09-02T19:56:12.286Z Downloaded thiserror-impl v1.0.69
1662026-09-02T19:56:12.289Z Downloaded crypto-common v0.1.6
1672026-09-02T19:56:12.289Z Downloaded toml_write v0.1.2
1682026-09-02T19:56:12.289Z Downloaded rustc_version v0.4.1
1692026-09-02T19:56:12.292Z Downloaded proc-macro-error-attr v1.0.4
1702026-09-02T19:56:12.292Z Downloaded is-terminal v0.4.16
1712026-09-02T19:56:12.292Z Downloaded hubpack v0.1.2
1722026-09-02T19:56:12.292Z Downloaded powerfmt v0.2.0
1732026-09-02T19:56:12.296Z Downloaded lazy_static v1.5.0
1742026-09-02T19:56:12.296Z Downloaded equivalent v1.0.2
1752026-09-02T19:56:12.296Z Downloaded zeroize v1.9.0
1762026-09-02T19:56:12.299Z Downloaded tokio-rustls v0.26.2
1772026-09-02T19:56:12.299Z Downloaded tls_codec_derive v0.4.2
1782026-09-02T19:56:12.299Z Downloaded anstyle-query v1.1.3
1792026-09-02T19:56:12.302Z Downloaded thiserror v1.0.69
1802026-09-02T19:56:12.306Z Downloaded hex v0.4.3
1812026-09-02T19:56:12.306Z Downloaded backtrace v0.3.75
1822026-09-02T19:56:12.310Z Downloaded num-conv v0.2.2
1832026-09-02T19:56:12.310Z Downloaded heck v0.4.1
1842026-09-02T19:56:12.313Z Downloaded block-buffer v0.10.4
1852026-09-02T19:56:12.316Z Downloaded secrecy v0.8.0
1862026-09-02T19:56:12.316Z Downloaded ref-cast-impl v1.0.24
1872026-09-02T19:56:12.319Z Downloaded heck v0.5.0
1882026-09-02T19:56:12.323Z Downloaded rand_chacha v0.3.1
1892026-09-02T19:56:12.323Z Downloaded serde-big-array v0.5.1
1902026-09-02T19:56:12.327Z Downloaded proc-macro-error-attr2 v2.0.0
1912026-09-02T19:56:12.331Z Downloaded fastrand v2.3.0
1922026-09-02T19:56:12.331Z Downloaded errno v0.3.13
1932026-09-02T19:56:12.331Z Downloaded ciborium-ll v0.2.2
1942026-09-02T19:56:12.331Z Downloaded is_ci v1.2.0
1952026-09-02T19:56:12.338Z Downloaded itoa v1.0.15
1962026-09-02T19:56:12.341Z Downloaded flagset v0.4.7
1972026-09-02T19:56:12.341Z Downloaded ident_case v1.0.1
1982026-09-02T19:56:12.341Z Downloaded ciborium-io v0.2.2
1992026-09-02T19:56:12.344Z Downloaded owo-colors v4.3.0
2002026-09-02T19:56:12.344Z Downloaded miette-derive v7.6.0
2012026-09-02T19:56:12.344Z Downloaded schemars v1.2.0
2022026-09-02T19:56:12.355Z Downloaded strum v0.26.3
2032026-09-02T19:56:12.358Z Downloaded unicode-ident v1.0.18
2042026-09-02T19:56:12.358Z Downloaded thiserror-impl v2.0.18
2052026-09-02T19:56:12.358Z Downloaded take_mut v0.2.2
2062026-09-02T19:56:12.358Z Downloaded subtle v2.6.1
2072026-09-02T19:56:12.358Z Downloaded primeorder v0.13.6
2082026-09-02T19:56:12.358Z Downloaded yansi v1.0.1
2092026-09-02T19:56:12.362Z Downloaded pkcs8 v0.10.2
2102026-09-02T19:56:12.362Z Downloaded tinyvec v1.12.0
2112026-09-02T19:56:12.365Z Downloaded serde_spanned v0.6.9
2122026-09-02T19:56:12.365Z Downloaded supports-unicode v3.0.0
2132026-09-02T19:56:12.365Z Downloaded strsim v0.11.1
2142026-09-02T19:56:12.368Z Downloaded supports-color v3.0.2
2152026-09-02T19:56:12.369Z Downloaded sec1 v0.7.3
2162026-09-02T19:56:12.369Z Downloaded supports-hyperlinks v3.2.0
2172026-09-02T19:56:12.369Z Downloaded sha1 v0.10.6
2182026-09-02T19:56:12.372Z Downloaded textwrap v0.16.2
2192026-09-02T19:56:12.372Z Downloaded env_filter v2.0.0
2202026-09-02T19:56:12.372Z Downloaded supports-hyperlinks v2.1.0
2212026-09-02T19:56:12.375Z Downloaded smawk v0.3.2
2222026-09-02T19:56:12.375Z Downloaded proc-macro-error v1.0.4
2232026-09-02T19:56:12.376Z Downloaded group v0.13.0
2242026-09-02T19:56:12.379Z Downloaded dirs-sys-next v0.1.2
2252026-09-02T19:56:12.379Z Downloaded rustc-demangle v0.1.25
2262026-09-02T19:56:12.379Z Downloaded supports-color v2.1.0
2272026-09-02T19:56:12.382Z Downloaded rustversion v1.0.21
2282026-09-02T19:56:12.382Z Downloaded proc-macro-error2 v2.0.1
2292026-09-02T19:56:12.385Z Downloaded num-integer v0.1.46
2302026-09-02T19:56:12.385Z Downloaded rand_core v0.6.4
2312026-09-02T19:56:12.385Z Downloaded cfg-if v1.0.1
2322026-09-02T19:56:12.385Z Downloaded owo-colors v3.5.0
2332026-09-02T19:56:12.388Z Downloaded cmake v0.1.54
2342026-09-02T19:56:12.388Z Downloaded pem-rfc7468 v0.7.0
2352026-09-02T19:56:12.393Z Downloaded knus-derive v3.4.0
2362026-09-02T19:56:12.393Z Downloaded anstyle v1.0.14
2372026-09-02T19:56:12.393Z Downloaded terminal_size v0.4.4
2382026-09-02T19:56:12.393Z Downloaded pin-project-lite v0.2.16
2392026-09-02T19:56:12.396Z Downloaded slog-term v2.9.1
2402026-09-02T19:56:12.396Z Downloaded slog-async v2.8.0
2412026-09-02T19:56:12.399Z Downloaded jobserver v0.1.34
2422026-09-02T19:56:12.399Z Downloaded erased-serde v0.3.31
2432026-09-02T19:56:12.402Z Downloaded semver v1.0.26
2442026-09-02T19:56:12.402Z Downloaded supports-unicode v2.1.0
2452026-09-02T19:56:12.403Z Downloaded time-macros v0.2.31
2462026-09-02T19:56:12.406Z Downloaded terminal_size v0.1.17
2472026-09-02T19:56:12.406Z Downloaded ref-cast v1.0.24
2482026-09-02T19:56:12.406Z Downloaded ppv-lite86 v0.2.21
2492026-09-02T19:56:12.409Z Downloaded pkcs1 v0.7.5
2502026-09-02T19:56:12.409Z Downloaded keccak v0.1.5
2512026-09-02T19:56:12.409Z Downloaded ipnet v2.12.0
2522026-09-02T19:56:12.412Z Downloaded anstream v1.0.0
2532026-09-02T19:56:12.413Z Downloaded ecdsa v0.16.9
2542026-09-02T19:56:12.413Z Downloaded once_cell v1.21.3
2552026-09-02T19:56:12.416Z Downloaded signal-hook-registry v1.4.8
2562026-09-02T19:56:12.416Z Downloaded digest v0.10.7
2572026-09-02T19:56:12.416Z Downloaded curve25519-dalek-derive v0.1.1
2582026-09-02T19:56:12.420Z Downloaded corncobs v0.1.4
2592026-09-02T19:56:12.420Z Downloaded base64ct v1.8.0
2602026-09-02T19:56:12.420Z Downloaded fs_extra v1.3.0
2612026-09-02T19:56:12.423Z Downloaded is_terminal_polyfill v1.70.1
2622026-09-02T19:56:12.423Z Downloaded darling_macro v0.23.0
2632026-09-02T19:56:12.423Z Downloaded cpufeatures v0.2.17
2642026-09-02T19:56:12.423Z Downloaded quote v1.0.46
2652026-09-02T19:56:12.427Z Downloaded env_logger v0.11.11
2662026-09-02T19:56:12.427Z Downloaded spki v0.7.3
2672026-09-02T19:56:12.427Z Downloaded colorchoice v1.0.4
2682026-09-02T19:56:12.430Z Downloaded sha2 v0.10.9
2692026-09-02T19:56:12.433Z Downloaded toml v0.8.23
2702026-09-02T19:56:12.438Z Downloaded term v0.7.0
2712026-09-02T19:56:12.441Z Downloaded proc-macro2 v1.0.106
2722026-09-02T19:56:12.441Z Downloaded bs58 v0.5.1
2732026-09-02T19:56:12.441Z Downloaded spin v0.9.8
2742026-09-02T19:56:12.445Z Downloaded diff v0.1.13
2752026-09-02T19:56:12.445Z Downloaded ahash v0.8.12
2762026-09-02T19:56:12.448Z Downloaded toml_edit v0.22.27
2772026-09-02T19:56:12.452Z Downloaded const-oid v0.9.6
2782026-09-02T19:56:12.455Z Downloaded hmac v0.12.1
2792026-09-02T19:56:12.455Z Downloaded static_assertions v1.1.0
2802026-09-02T19:56:12.455Z Downloaded clap_derive v4.6.1
2812026-09-02T19:56:12.459Z Downloaded strum_macros v0.26.4
2822026-09-02T19:56:12.462Z Downloaded anyhow v1.0.103
2832026-09-02T19:56:12.465Z Downloaded signature v2.2.0
2842026-09-02T19:56:12.465Z Downloaded log v0.4.33
2852026-09-02T19:56:12.465Z Downloaded bitflags v2.9.1
2862026-09-02T19:56:12.468Z Downloaded knus v3.4.0
2872026-09-02T19:56:12.469Z Downloaded pretty_assertions v1.4.1
2882026-09-02T19:56:12.472Z Downloaded num-traits v0.2.19
2892026-09-02T19:56:12.476Z Downloaded slog v2.8.2
2902026-09-02T19:56:12.479Z Downloaded rustls-pki-types v1.12.0
2912026-09-02T19:56:12.482Z Downloaded der_derive v0.7.3
2922026-09-02T19:56:12.482Z Downloaded ciborium v0.2.2
2932026-09-02T19:56:12.485Z Downloaded smallvec v1.15.1
2942026-09-02T19:56:12.485Z Downloaded miniz_oxide v0.8.9
2952026-09-02T19:56:12.490Z Downloaded half v2.6.0
2962026-09-02T19:56:12.490Z Downloaded schemars v0.9.0
2972026-09-02T19:56:12.495Z Downloaded indexmap v1.9.3
2982026-09-02T19:56:12.498Z Downloaded serde_with_macros v3.21.0
2992026-09-02T19:56:12.498Z Downloaded elliptic-curve v0.13.8
3002026-09-02T19:56:12.501Z Downloaded shlex v1.3.0
3012026-09-02T19:56:12.501Z Downloaded rustls-webpki v0.103.3
3022026-09-02T19:56:12.505Z Downloaded socket2 v0.6.3
3032026-09-02T19:56:12.505Z Downloaded rsa v0.9.10
3042026-09-02T19:56:12.508Z Downloaded miette v5.10.0
3052026-09-02T19:56:12.511Z Downloaded getrandom v0.4.3
3062026-09-02T19:56:12.511Z Downloaded unicode-segmentation v1.12.0
3072026-09-02T19:56:12.515Z Downloaded serde_core v1.0.228
3082026-09-02T19:56:12.515Z Downloaded mio v1.2.0
3092026-09-02T19:56:12.518Z Downloaded serde_derive v1.0.228
3102026-09-02T19:56:12.522Z Downloaded base64 v0.22.1
3112026-09-02T19:56:12.522Z Downloaded clap v4.6.1
3122026-09-02T19:56:12.526Z Downloaded serde v1.0.228
3132026-09-02T19:56:12.529Z Downloaded memchr v2.7.5
3142026-09-02T19:56:12.532Z Downloaded x509-cert v0.2.5
3152026-09-02T19:56:12.535Z Downloaded textwrap v0.15.2
3162026-09-02T19:56:12.535Z Downloaded miette v7.6.0
3172026-09-02T19:56:12.539Z Downloaded ed25519-dalek v2.2.0
3182026-09-02T19:56:12.542Z Downloaded knuffel v3.2.0
3192026-09-02T19:56:12.542Z Downloaded chumsky v0.9.3
3202026-09-02T19:56:12.545Z Downloaded darling v0.23.0
3212026-09-02T19:56:12.545Z Downloaded crossbeam-utils v0.8.21
3222026-09-02T19:56:12.549Z Downloaded camino v1.2.4
3232026-09-02T19:56:12.549Z Downloaded der v0.7.10
3242026-09-02T19:56:12.552Z Downloaded tempfile v3.27.0
3252026-09-02T19:56:12.555Z Downloaded indexmap v2.9.0
3262026-09-02T19:56:12.555Z Downloaded darling_core v0.23.0
3272026-09-02T19:56:12.558Z Downloaded num-bigint-dig v0.8.6
3282026-09-02T19:56:12.561Z Downloaded base64 v0.21.7
3292026-09-02T19:56:12.564Z Downloaded bytes v1.10.1
3302026-09-02T19:56:12.571Z Downloaded hashbrown v0.12.3
3312026-09-02T19:56:12.574Z Downloaded crossbeam-channel v0.5.15
3322026-09-02T19:56:12.578Z Downloaded winnow v0.7.11
3332026-09-02T19:56:12.583Z Downloaded libm v0.2.15
3342026-09-02T19:56:12.589Z Downloaded cc v1.2.27
3352026-09-02T19:56:12.593Z Downloaded regex v1.13.0
3362026-09-02T19:56:12.596Z Downloaded salty v0.3.0
3372026-09-02T19:56:12.605Z Downloaded p384 v0.13.1
3382026-09-02T19:56:12.611Z Downloaded hashbrown v0.14.5
3392026-09-02T19:56:12.624Z Downloaded hashbrown v0.15.4
3402026-09-02T19:56:12.640Z Downloaded serde_json v1.0.149
3412026-09-02T19:56:12.644Z Downloaded clap_builder v4.6.0
3422026-09-02T19:56:12.647Z Downloaded time v0.3.53
3432026-09-02T19:56:12.654Z Downloaded unicode-width v0.2.2
3442026-09-02T19:56:12.657Z Downloaded unicode-width v0.1.14
3452026-09-02T19:56:12.661Z Downloaded aho-corasick v1.1.4
3462026-09-02T19:56:12.664Z Downloaded zerocopy v0.8.54
3472026-09-02T19:56:12.674Z Downloaded aws-lc-rs v1.17.0
3482026-09-02T19:56:12.682Z Downloaded object v0.36.7
3492026-09-02T19:56:12.687Z Downloaded serde_with v3.21.0
3502026-09-02T19:56:12.694Z Downloaded syn v1.0.109
3512026-09-02T19:56:12.699Z Downloaded rustls v0.23.28
3522026-09-02T19:56:12.705Z Downloaded regex-syntax v0.8.11
3532026-09-02T19:56:12.709Z Downloaded gimli v0.31.1
3542026-09-02T19:56:12.713Z Downloaded syn v2.0.118
3552026-09-02T19:56:12.719Z Downloaded rustix v1.1.4
3562026-09-02T19:56:12.731Z Downloaded curve25519-dalek v4.1.3
3572026-09-02T19:56:12.735Z Downloaded chrono v0.4.41
3582026-09-02T19:56:12.767Z Downloaded regex-automata v0.4.15
3592026-09-02T19:56:12.794Z Downloaded sha3 v0.10.8
3602026-09-02T19:56:12.809Z Downloaded libc v0.2.185
3612026-09-02T19:56:12.826Z Downloaded tokio v1.52.0
3622026-09-02T19:56:12.870Z Downloaded ring v0.17.14
3632026-09-02T19:56:13.423Z Downloaded aws-lc-sys v0.41.0
3642026-09-02T19:56:13.608Z Compiling proc-macro2 v1.0.106
3652026-09-02T19:56:13.608Z Compiling unicode-ident v1.0.18
3662026-09-02T19:56:13.608Z Compiling quote v1.0.46
3672026-09-02T19:56:13.608Z Compiling libc v0.2.185
3682026-09-02T19:56:13.608Z Compiling cfg-if v1.0.1
3692026-09-02T19:56:13.613Z Compiling version_check v0.9.5
3702026-09-02T19:56:13.613Z Compiling const-oid v0.9.6
3712026-09-02T19:56:13.613Z Compiling subtle v2.6.1
3722026-09-02T19:56:13.752Z Compiling typenum v1.18.0
3732026-09-02T19:56:13.797Z Compiling flagset v0.4.7
3742026-09-02T19:56:13.836Z Compiling serde_core v1.0.228
3752026-09-02T19:56:13.911Z Compiling bitflags v2.9.1
3762026-09-02T19:56:13.970Z Compiling generic-array v0.14.7
3772026-09-02T19:56:14.071Z Compiling zerocopy v0.8.54
3782026-09-02T19:56:14.181Z Compiling strsim v0.11.1
3792026-09-02T19:56:14.272Z Compiling serde v1.0.228
3802026-09-02T19:56:14.472Z Compiling getrandom v0.2.16
3812026-09-02T19:56:14.503Z Compiling base64ct v1.8.0
3822026-09-02T19:56:14.607Z Compiling rand_core v0.6.4
3832026-09-02T19:56:14.647Z Compiling heck v0.5.0
3842026-09-02T19:56:14.655Z Compiling utf8parse v0.2.2
3852026-09-02T19:56:14.755Z Compiling pem-rfc7468 v0.7.0
3862026-09-02T19:56:14.762Z Compiling anstyle-parse v1.0.0
3872026-09-02T19:56:14.835Z Compiling once_cell v1.21.3
3882026-09-02T19:56:14.906Z Compiling syn v2.0.118
3892026-09-02T19:56:14.936Z Compiling anstyle-query v1.1.3
3902026-09-02T19:56:14.950Z Compiling base16ct v0.2.0
3912026-09-02T19:56:15.004Z Compiling anstyle v1.0.14
3922026-09-02T19:56:15.038Z Compiling is_terminal_polyfill v1.70.1
3932026-09-02T19:56:15.047Z Compiling colorchoice v1.0.4
3942026-09-02T19:56:15.128Z Compiling ff v0.13.1
3952026-09-02T19:56:15.136Z Compiling cpufeatures v0.2.17
3962026-09-02T19:56:15.147Z Compiling object v0.36.7
3972026-09-02T19:56:15.200Z Compiling anstream v1.0.0
3982026-09-02T19:56:15.215Z Compiling clap_lex v1.1.0
3992026-09-02T19:56:15.255Z Compiling group v0.13.0
4002026-09-02T19:56:15.430Z Compiling gimli v0.31.1
4012026-09-02T19:56:15.456Z Compiling semver v1.0.26
4022026-09-02T19:56:15.465Z Compiling libm v0.2.15
4032026-09-02T19:56:15.474Z Compiling adler2 v2.0.1
4042026-09-02T19:56:15.516Z Compiling autocfg v1.5.0
4052026-09-02T19:56:15.601Z Compiling rustversion v1.0.21
4062026-09-02T19:56:15.745Z Compiling memchr v2.7.5
4072026-09-02T19:56:15.778Z Compiling syn v1.0.109
4082026-09-02T19:56:15.865Z Compiling num-traits v0.2.19
4092026-09-02T19:56:16.042Z Compiling miniz_oxide v0.8.9
4102026-09-02T19:56:16.068Z Compiling ahash v0.8.12
4112026-09-02T19:56:16.085Z Compiling is_ci v1.2.0
4122026-09-02T19:56:16.214Z Compiling rustc-demangle v0.1.25
4132026-09-02T19:56:16.302Z Compiling unicode-linebreak v0.1.5
4142026-09-02T19:56:16.807Z Compiling unicode-width v0.1.14
4152026-09-02T19:56:17.065Z Compiling addr2line v0.24.2
4162026-09-02T19:56:17.168Z Compiling rustix v1.1.4
4172026-09-02T19:56:17.476Z Compiling ppv-lite86 v0.2.21
4182026-09-02T19:56:17.567Z Compiling rustc_version v0.4.1
4192026-09-02T19:56:17.645Z Compiling errno v0.3.13
4202026-09-02T19:56:17.736Z Compiling hex v0.4.3
4212026-09-02T19:56:17.779Z Compiling allocator-api2 v0.2.21
4222026-09-02T19:56:17.787Z Compiling thiserror v2.0.18
4232026-09-02T19:56:17.829Z Compiling curve25519-dalek v4.1.3
4242026-09-02T19:56:17.899Z Compiling num-integer v0.1.46
4252026-09-02T19:56:17.975Z Compiling rand_chacha v0.3.1
4262026-09-02T19:56:18.085Z Compiling hashbrown v0.14.5
4272026-09-02T19:56:18.319Z Compiling keccak v0.1.5
4282026-09-02T19:56:18.350Z Compiling spin v0.9.8
4292026-09-02T19:56:18.463Z Compiling backtrace v0.3.75
4302026-09-02T19:56:18.477Z Compiling num-bigint-dig v0.8.6
4312026-09-02T19:56:18.575Z Compiling chumsky v0.9.3
4322026-09-02T19:56:18.596Z Compiling terminal_size v0.4.4
4332026-09-02T19:56:18.639Z Compiling lazy_static v1.5.0
4342026-09-02T19:56:18.685Z Compiling zeroize_derive v1.5.0
4352026-09-02T19:56:18.692Z Compiling der_derive v0.7.3
4362026-09-02T19:56:18.722Z Compiling serde_derive v1.0.228
4372026-09-02T19:56:18.722Z Compiling clap_derive v4.6.1
4382026-09-02T19:56:18.796Z Compiling thiserror-impl v2.0.18
4392026-09-02T19:56:19.372Z Compiling zeroize v1.9.0
4402026-09-02T19:56:19.687Z Compiling der v0.7.10
4412026-09-02T19:56:19.765Z Compiling backtrace-ext v0.2.1
4422026-09-02T19:56:19.956Z Compiling curve25519-dalek-derive v0.1.1
4432026-09-02T19:56:20.017Z Compiling crypto-common v0.1.6
4442026-09-02T19:56:20.034Z Compiling block-buffer v0.10.4
4452026-09-02T19:56:20.070Z Compiling crypto-bigint v0.5.5
4462026-09-02T19:56:20.168Z Compiling digest v0.10.7
4472026-09-02T19:56:20.240Z Compiling rand v0.8.7
4482026-09-02T19:56:20.391Z Compiling hmac v0.12.1
4492026-09-02T19:56:20.429Z Compiling signature v2.2.0
4502026-09-02T19:56:20.523Z Compiling hkdf v0.12.4
4512026-09-02T19:56:20.572Z Compiling spki v0.7.3
4522026-09-02T19:56:20.661Z Compiling sha2 v0.10.9
4532026-09-02T19:56:20.769Z Compiling pkcs8 v0.10.2
4542026-09-02T19:56:20.828Z Compiling rfc6979 v0.4.0
4552026-09-02T19:56:20.943Z Compiling sha3 v0.10.8
4562026-09-02T19:56:20.979Z Compiling num-iter v0.1.45
4572026-09-02T19:56:21.035Z Compiling smallvec v1.15.1
4582026-09-02T19:56:21.035Z Compiling thiserror v1.0.69
4592026-09-02T19:56:21.080Z Compiling thiserror-impl v1.0.69
4602026-09-02T19:56:21.147Z Compiling is-terminal v0.4.16
4612026-09-02T19:56:21.238Z Compiling ident_case v1.0.1
4622026-09-02T19:56:21.241Z Compiling camino v1.2.4
4632026-09-02T19:56:21.385Z Compiling darling_core v0.23.0
4642026-09-02T19:56:21.519Z Compiling proc-macro-error-attr v1.0.4
4652026-09-02T19:56:21.783Z Compiling sec1 v0.7.3
4662026-09-02T19:56:22.006Z Compiling sha1 v0.10.6
4672026-09-02T19:56:22.007Z Compiling clap_builder v4.6.0
4682026-09-02T19:56:22.054Z Compiling jobserver v0.1.34
4692026-09-02T19:56:22.141Z Compiling proc-macro-error v1.0.4
4702026-09-02T19:56:22.225Z Compiling shlex v1.3.0
4712026-09-02T19:56:22.331Z Compiling ipnet v2.12.0
4722026-09-02T19:56:22.366Z Compiling owo-colors v4.3.0
4732026-09-02T19:56:22.401Z Compiling cc v1.2.27
4742026-09-02T19:56:22.412Z Compiling elliptic-curve v0.13.8
4752026-09-02T19:56:22.717Z Compiling slog v2.8.2
4762026-09-02T19:56:22.726Z Compiling proc-macro-error-attr2 v2.0.0
4772026-09-02T19:56:22.855Z Compiling half v2.6.0
4782026-09-02T19:56:22.865Z Compiling smawk v0.3.2
4792026-09-02T19:56:22.946Z Compiling unicode-width v0.2.2
4802026-09-02T19:56:22.994Z Compiling unicode-segmentation v1.12.0
4812026-09-02T19:56:23.094Z Compiling ciborium-io v0.2.2
4822026-09-02T19:56:23.103Z Compiling cmake v0.1.54
4832026-09-02T19:56:23.128Z Compiling proc-macro-error2 v2.0.1
4842026-09-02T19:56:23.183Z Compiling textwrap v0.16.2
4852026-09-02T19:56:23.213Z Compiling ciborium-ll v0.2.2
4862026-09-02T19:56:23.357Z Compiling heck v0.4.1
4872026-09-02T19:56:23.383Z Compiling textwrap v0.15.2
4882026-09-02T19:56:23.461Z Compiling darling_macro v0.23.0
4892026-09-02T19:56:23.528Z Compiling clap v4.6.1
4902026-09-02T19:56:23.565Z Compiling erased-serde v0.3.31
4912026-09-02T19:56:23.603Z Compiling supports-color v2.1.0
4922026-09-02T19:56:23.676Z Compiling supports-hyperlinks v2.1.0
4932026-09-02T19:56:23.680Z Compiling supports-unicode v2.1.0
4942026-09-02T19:56:23.812Z Compiling strum_macros v0.26.4
4952026-09-02T19:56:23.821Z Compiling miette-derive v7.6.0
4962026-09-02T19:56:23.830Z Compiling miette-derive v5.10.0
4972026-09-02T19:56:24.014Z Compiling darling v0.23.0
4982026-09-02T19:56:24.033Z Compiling supports-color v3.0.2
4992026-09-02T19:56:24.078Z Compiling terminal_size v0.1.17
5002026-09-02T19:56:24.103Z Compiling serde_with_macros v3.21.0
5012026-09-02T19:56:24.191Z Compiling supports-hyperlinks v3.2.0
5022026-09-02T19:56:24.208Z Compiling dunce v1.0.5
5032026-09-02T19:56:24.272Z Compiling supports-unicode v3.0.0
5042026-09-02T19:56:24.300Z Compiling owo-colors v3.5.0
5052026-09-02T19:56:24.329Z Compiling fs_extra v1.3.0
5062026-09-02T19:56:24.581Z Compiling aws-lc-sys v0.41.0
5072026-09-02T19:56:24.729Z Compiling knuffel-derive v3.2.0
5082026-09-02T19:56:24.967Z Compiling miette v5.10.0
5092026-09-02T19:56:24.996Z Compiling knus-derive v3.4.0
5102026-09-02T19:56:25.006Z Compiling miette v7.6.0
5112026-09-02T19:56:25.198Z Compiling serde_with v3.21.0
5122026-09-02T19:56:25.454Z Compiling ciborium v0.2.2
5132026-09-02T19:56:25.488Z Compiling strum v0.26.3
5142026-09-02T19:56:25.610Z Compiling primeorder v0.13.6
5152026-09-02T19:56:25.849Z Compiling ecdsa v0.16.9
5162026-09-02T19:56:25.991Z Compiling ed25519 v2.2.3
5172026-09-02T19:56:26.000Z Compiling pkcs1 v0.7.5
5182026-09-02T19:56:26.160Z Compiling hubpack_derive v0.1.1
5192026-09-02T19:56:26.215Z Compiling anyhow v1.0.103
5202026-09-02T19:56:26.248Z Compiling base64 v0.21.7
5212026-09-02T19:56:26.258Z Compiling getrandom v0.4.3
5222026-09-02T19:56:26.397Z Compiling salty v0.3.0
5232026-09-02T19:56:26.415Z Compiling base64 v0.22.1
5242026-09-02T19:56:26.549Z Compiling knuffel v3.2.0
5252026-09-02T19:56:26.638Z Compiling knus v3.4.0
5262026-09-02T19:56:26.657Z Compiling hubpack v0.1.2
5272026-09-02T19:56:26.675Z Compiling rsa v0.9.10
5282026-09-02T19:56:26.686Z Compiling p384 v0.13.1
5292026-09-02T19:56:26.709Z Compiling ed25519-dalek v2.2.0
5302026-09-02T19:56:26.870Z Compiling x509-cert v0.2.5
5312026-09-02T19:56:27.630Z Compiling aws-lc-rs v1.17.0
5322026-09-02T19:56:27.638Z Compiling static_assertions v1.1.0
5332026-09-02T19:56:27.698Z Compiling log v0.4.33
5342026-09-02T19:56:27.894Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5352026-09-02T19:56:27.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5362026-09-02T19:56:27.986Z Compiling crossbeam-utils v0.8.21
5372026-09-02T19:56:28.202Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5382026-09-02T19:56:28.295Z Compiling rustls-pki-types v1.12.0
5392026-09-02T19:56:28.361Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5402026-09-02T19:56:28.419Z Compiling tokio-macros v2.7.0
5412026-09-02T19:56:28.475Z Compiling signal-hook-registry v1.4.8
5422026-09-02T19:56:28.614Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5432026-09-02T19:56:28.737Z Compiling dirs-sys-next v0.1.2
5442026-09-02T19:56:28.757Z Compiling mio v1.2.0
5452026-09-02T19:56:29.083Z Compiling socket2 v0.6.3
5462026-09-02T19:56:29.107Z Compiling num-conv v0.2.2
5472026-09-02T19:56:29.172Z Compiling bytes v1.10.1
5482026-09-02T19:56:29.183Z Compiling equivalent v1.0.2
5492026-09-02T19:56:29.251Z Compiling untrusted v0.9.0
5502026-09-02T19:56:29.264Z Compiling pin-project-lite v0.2.16
5512026-09-02T19:56:29.310Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5522026-09-02T19:56:29.354Z Compiling hashbrown v0.15.4
5532026-09-02T19:56:29.364Z Compiling rustls v0.23.28
5542026-09-02T19:56:29.512Z Compiling time-core v0.1.9
5552026-09-02T19:56:29.540Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5562026-09-02T19:56:29.575Z Compiling dirs-next v2.0.0
5572026-09-02T19:56:29.693Z Compiling time-macros v0.2.31
5582026-09-02T19:56:29.693Z Compiling tokio v1.52.0
5592026-09-02T19:56:29.852Z Compiling indexmap v2.9.0
5602026-09-02T19:56:29.941Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5612026-09-02T19:56:30.322Z Compiling env_filter v2.0.0
5622026-09-02T19:56:30.648Z Compiling toml_datetime v0.6.11
5632026-09-02T19:56:30.888Z Compiling serde_spanned v0.6.9
5642026-09-02T19:56:30.913Z Compiling thread_local v1.1.9
5652026-09-02T19:56:31.034Z Compiling deranged v0.5.8
5662026-09-02T19:56:31.159Z Compiling toml_write v0.1.2
5672026-09-02T19:56:31.353Z Compiling slog-async v2.8.0
5682026-09-02T19:56:31.640Z Compiling winnow v0.7.11
5692026-09-02T19:56:31.856Z Compiling fastrand v2.3.0
5702026-09-02T19:56:31.967Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5712026-09-02T19:56:31.988Z Compiling powerfmt v0.2.0
5722026-09-02T19:56:32.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5732026-09-02T19:56:32.184Z Compiling time v0.3.53
5742026-09-02T19:56:32.341Z Compiling tempfile v3.27.0
5752026-09-02T19:56:32.733Z Compiling env_logger v0.11.11
5762026-09-02T19:56:32.914Z Compiling toml_edit v0.22.27
5772026-09-02T19:56:33.032Z Compiling crossbeam-channel v0.5.15
5782026-09-02T19:56:33.063Z Compiling term v0.7.0
5792026-09-02T19:56:33.600Z Compiling serde-big-array v0.5.1
5802026-09-02T19:56:33.690Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5812026-09-02T19:56:33.700Z Compiling async-trait v0.1.89
5822026-09-02T19:56:33.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5832026-09-02T19:56:33.730Z Compiling corncobs v0.1.4
5842026-09-02T19:56:33.897Z Compiling take_mut v0.2.2
5852026-09-02T19:56:34.010Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5862026-09-02T19:56:34.199Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5872026-09-02T19:56:34.325Z Compiling toml v0.8.23
5882026-09-02T19:56:34.444Z Compiling slog-term v2.9.1
5892026-09-02T19:56:35.004Z Compiling secrecy v0.8.0
5902026-09-02T19:56:35.121Z Compiling diff v0.1.13
5912026-09-02T19:56:35.147Z Compiling yansi v1.0.1
5922026-09-02T19:56:35.404Z Compiling pretty_assertions v1.4.1
5932026-09-02T19:56:37.279Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5942026-09-02T19:56:37.480Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5952026-09-02T19:56:43.676Z Compiling rustls-webpki v0.103.3
5962026-09-02T19:56:46.157Z Compiling tokio-rustls v0.26.2
5972026-09-02T19:56:51.748Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.38s
5982026-09-02T19:56:51.860Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-d8b8efd96d324ea2)
5992026-09-02T19:56:51.863Z
6002026-09-02T19:56:51.864Zrunning 6 tests
6012026-09-02T19:56:51.866Ztest tests::toml_config ... ok
6022026-09-02T19:56:51.886ZSep 02 19:56:50.905Sep 02 19:56:50.905 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-02T19:56:51.886Z
6042026-09-02T19:56:51.890ZSep 02 19:56:50.905 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6052026-09-02T19:56:51.890ZSep 02 19:56:50.905Sep 02 19:56:50.905 INFOINFOSep 02 19:56:50.905 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.cbor, componentcomponent":, component:sprockets :sprockets
6062026-09-02T19:56:51.890Zsprockets
6072026-09-02T19:56:51.890Z
6082026-09-02T19:56:51.890ZSep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6092026-09-02T19:56:51.890ZSep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6102026-09-02T19:56:51.890ZSep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-rot.cbor", component: sprockets
6112026-09-02T19:56:51.890ZSep 02 19:56:50.906 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-c6cb7094a2328cca/out/corim-sp.cbor", component: sprockets
6122026-09-02T19:56:51.893ZSep 02 19:56:50.909 INFO Loaded keys and certs, component: sprockets
6132026-09-02T19:56:51.893ZSep 02 19:56:50.909Sep 02 19:56:50.909 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets
6142026-09-02T19:56:51.893Z
6152026-09-02T19:56:51.897ZSep 02 19:56:50.912 INFO Loaded keys and certs, component: sprockets
6162026-09-02T19:56:51.913ZSep 02 19:56:50.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6172026-09-02T19:56:51.920ZSep 02 19:56:50.938 INFO Signature verified successfully, component: sprockets
6182026-09-02T19:56:51.923Ztest client::tests::test_client_verifier ... ok
6192026-09-02T19:56:51.938ZSep 02 19:56:50.957 INFO verifier succeeded against root w/ subject: Sep 02 19:56:50.957 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-root-Oa=,Oxide ComputOe=rO xCiodmep aCnoym,puter Company,C=US, componentSep 02 19:56:50.957: INFOsprockets Cverifier succeeded against root w/ subject:
6202026-09-02T19:56:51.938Z=US, component: sprockets
6212026-09-02T19:56:51.941ZCN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6222026-09-02T19:56:51.944ZSep 02 19:56:50.960 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6232026-09-02T19:56:51.947ZSep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets
6242026-09-02T19:56:51.947ZSep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets
6252026-09-02T19:56:51.947ZSep 02 19:56:50.963 INFO Signature verified successfully, component: sprockets
6262026-09-02T19:56:51.950ZSep 02 19:56:50.967 INFO Signature verified successfully, component: sprockets
6272026-09-02T19:56:51.954ZSep 02 19:56:50.969 INFO Loaded keys and certs, component: sprockets
6282026-09-02T19:56:51.992ZSep 02 19:56:51.011 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6292026-09-02T19:56:51.995ZSep 02 19:56:51.011 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6302026-09-02T19:56:51.995ZSep 02 19:56:51.012 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6312026-09-02T19:56:51.998ZSep 02 19:56:51.016 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6322026-09-02T19:56:51.998ZSep 02 19:56:51.017 INFO Signature verified successfully, component: sprockets
6332026-09-02T19:56:52.001ZSep 02 19:56:51.018 INFO Signature verified successfully, component: sprockets
6342026-09-02T19:56:52.001ZSep 02 19:56:51.018 INFO Signature verified successfully, component: sprockets
6352026-09-02T19:56:52.002ZSep 02 19:56:51.018 INFO Running with protocol version 2, component: sprockets
6362026-09-02T19:56:52.002ZSep 02 19:56:51.018 INFO Running with protocol version 2, component: sprockets
6372026-09-02T19:56:52.002ZSep 02 19:56:51.019 INFO Running with protocol version 2, component: sprockets
6382026-09-02T19:56:52.002ZSep 02 19:56:51.019 INFO Running with protocol version 2, component: sprockets
6392026-09-02T19:56:52.005ZSep 02 19:56:51.023 INFO Signature verified successfully, component: sprockets
6402026-09-02T19:56:52.008ZSep 02 19:56:51.025 INFO Loaded keys and certs, component: sprockets
6412026-09-02T19:56:52.054ZSep 02 19:56:51.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6422026-09-02T19:56:52.060ZSep 02 19:56:51.079 INFO Signature verified successfully, component: sprockets
6432026-09-02T19:56:52.063ZSep 02 19:56:51.081 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
6442026-09-02T19:56:52.063ZSep 02 19:56:51.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6452026-09-02T19:56:52.066ZSep 02 19:56:51.082 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
6462026-09-02T19:56:52.066ZSep 02 19:56:51.082 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6472026-09-02T19:56:52.108ZSep 02 19:56:51.127 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6482026-09-02T19:56:52.111ZSep 02 19:56:51.129 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-02T19:56:52.111ZSep 02 19:56:51.129 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6502026-09-02T19:56:52.114ZSep 02 19:56:51.130 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-02T19:56:52.114ZSep 02 19:56:51.130 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6522026-09-02T19:56:52.114ZSep 02 19:56:51.133 INFO Signature verified successfully, component: sprockets
6532026-09-02T19:56:52.118ZSep 02 19:56:51.136 INFO Peer attestation verified, component: sprockets
6542026-09-02T19:56:52.118ZSep 02 19:56:51.136 INFO Peer measurements appraised successfully, component: sprockets
6552026-09-02T19:56:52.121ZSep 02 19:56:51.137 INFO Peer attestation verified, component: sprockets
6562026-09-02T19:56:52.121ZSep 02 19:56:51.137 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6572026-09-02T19:56:52.121Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6582026-09-02T19:56:52.121Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6592026-09-02T19:56:52.121Z corpus Reference measurements
6602026-09-02T19:56:52.121Z(set is empty)
6612026-09-02T19:56:52.121Z, component: sprockets
6622026-09-02T19:56:52.124ZSep 02 19:56:51.142 INFO Peer attestation verified, component: sprockets
6632026-09-02T19:56:52.124ZSep 02 19:56:51.142 INFO Peer measurements appraised successfully, component: sprockets
6642026-09-02T19:56:52.124Ztest tests::basic ... ok
6652026-09-02T19:56:52.127ZSep 02 19:56:51.143 INFO Peer attestation verified, component: sprockets
6662026-09-02T19:56:52.127ZSep 02 19:56:51.143 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6672026-09-02T19:56:52.127Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6682026-09-02T19:56:52.127Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6692026-09-02T19:56:52.127Z corpus Reference measurements
6702026-09-02T19:56:52.127Z(set is empty)
6712026-09-02T19:56:52.127Z, component: sprockets
6722026-09-02T19:56:52.127Ztest tests::no_corpus ... ok
6732026-09-02T19:56:52.162ZSep 02 19:56:51.181 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6742026-09-02T19:56:52.169ZSep 02 19:56:51.187 INFO Signature verified successfully, component: sprockets
6752026-09-02T19:56:52.216ZSep 02 19:56:51.235 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6762026-09-02T19:56:52.222ZSep 02 19:56:51.241 INFO Signature verified successfully, component: sprockets
6772026-09-02T19:56:52.226ZSep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets
6782026-09-02T19:56:52.226ZSep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets
6792026-09-02T19:56:52.226ZSep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets
6802026-09-02T19:56:52.226ZSep 02 19:56:51.242 INFO Running with protocol version 2, component: sprockets
6812026-09-02T19:56:52.231ZSep 02 19:56:51.249 INFO Running with protocol version 2, component: sprockets
6822026-09-02T19:56:52.238ZSep 02 19:56:51.257 INFO Running with protocol version 2, component: sprockets
6832026-09-02T19:56:52.316ZSep 02 19:56:51.334 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-02T19:56:52.316ZSep 02 19:56:51.335 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6852026-09-02T19:56:52.364ZSep 02 19:56:51.382 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-02T19:56:52.364ZSep 02 19:56:51.382 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6872026-09-02T19:56:52.411ZSep 02 19:56:51.430 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-02T19:56:52.411ZSep 02 19:56:51.430 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6892026-09-02T19:56:52.459ZSep 02 19:56:51.478 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-02T19:56:52.459ZSep 02 19:56:51.478 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6912026-09-02T19:56:52.506ZSep 02 19:56:51.525 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-02T19:56:52.506ZSep 02 19:56:51.525 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6932026-09-02T19:56:52.554ZSep 02 19:56:51.572 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-02T19:56:52.554ZSep 02 19:56:51.573 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6952026-09-02T19:56:52.561ZSep 02 19:56:51.579 INFO Peer attestation verified, component: sprockets
6962026-09-02T19:56:52.564ZSep 02 19:56:51.579 INFO Peer measurements appraised successfully, component: sprockets
6972026-09-02T19:56:52.567ZSep 02 19:56:51.586 INFO Peer attestation verified, component: sprockets
6982026-09-02T19:56:52.567ZSep 02 19:56:51.586 INFO Peer measurements appraised successfully, component: sprockets
6992026-09-02T19:56:52.573ZSep 02 19:56:51.592 INFO Peer attestation verified, component: sprockets
7002026-09-02T19:56:52.573ZSep 02 19:56:51.592 INFO Peer measurements appraised successfully, component: sprockets
7012026-09-02T19:56:52.580ZSep 02 19:56:51.598 INFO Peer attestation verified, component: sprockets
7022026-09-02T19:56:52.583ZSep 02 19:56:51.599 INFO Peer measurements appraised successfully, component: sprockets
7032026-09-02T19:56:52.587ZSep 02 19:56:51.605 INFO Peer attestation verified, component: sprockets
7042026-09-02T19:56:52.590ZSep 02 19:56:51.605 INFO Peer measurements appraised successfully, component: sprockets
7052026-09-02T19:56:52.594ZSep 02 19:56:51.611 INFO Peer attestation verified, component: sprockets
7062026-09-02T19:56:52.594ZSep 02 19:56:51.611 INFO Peer measurements appraised successfully, component: sprockets
7072026-09-02T19:56:52.597Ztest tests::spawn_accept ... ok
7082026-09-02T19:56:52.792Ztest tests::unattested_client ... ok
7092026-09-02T19:56:52.792Z
7102026-09-02T19:56:52.792Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
7112026-09-02T19:56:52.792Z
7122026-09-02T19:56:53.079Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7132026-09-02T19:56:53.083Z
7142026-09-02T19:56:53.083Zrunning 1 test
7152026-09-02T19:56:53.109Ztest tests::sprockets_example_matches_code_based_generation ... ok
7162026-09-02T19:56:53.109Z
7172026-09-02T19:56:53.109Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7182026-09-02T19:56:53.109Z
7192026-09-02T19:56:53.112Z Doc-tests sprockets_tls
7202026-09-02T19:56:53.230Z
7212026-09-02T19:56:53.230Zrunning 0 tests
7222026-09-02T19:56:53.230Z
7232026-09-02T19:56:53.230Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7242026-09-02T19:56:53.230Z
7252026-09-02T19:56:53.241Z Doc-tests sprockets_tls_test_utils
7262026-09-02T19:56:53.297Z
7272026-09-02T19:56:53.297Zrunning 0 tests
7282026-09-02T19:56:53.297Z
7292026-09-02T19:56:53.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7302026-09-02T19:56:53.297Z
7312026-09-02T19:56:53.333Zprocess exited: duration 46009 ms, exit code 0
 
7322026-09-02T19:56:53.340Zfound 0 output files