01KYSYB8GQTD9066B2R6VGJFAZ: cargo test (helios)

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

Buildomat Job: 01KYSYBGBFDD67AJE5KYVPY7WF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T16:41:00.048Zjob assigned to worker 01KYSYBJDEE1HMHNH94Q0CVX15 [factory aws, i-016401e3891ff5dbf] (queued for 53 s)
 
22026-07-30T16:41:06.051Zstarting task 0: "setup"
32026-07-30T16:41:06.057Z++ uname -s
42026-07-30T16:41:06.061Z+ kern=SunOS
52026-07-30T16:41:06.061Z+ build_user=build
62026-07-30T16:41:06.061Z+ build_uid=12345
72026-07-30T16:41:06.061Z+ work_dir=/work
82026-07-30T16:41:06.061Z+ input_dir=/input
92026-07-30T16:41:06.061Z+ [[ 0 == 12345 ]]
102026-07-30T16:41:06.061Z+ case "$kern" in
112026-07-30T16:41:06.061Z+ groupadd -g 12345 build
122026-07-30T16:41:06.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T16:41:08.066Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T16:41:08.158Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T16:41:08.161Z+ home_fs=zfs
162026-07-30T16:41:08.161Z+ [[ zfs == autofs ]]
172026-07-30T16:41:08.161Z+ mkdir -p /home/build
182026-07-30T16:41:08.161Z+ chown build:build /home/build /work
192026-07-30T16:41:10.162Z+ chmod 0700 /home/build /work
202026-07-30T16:41:10.165Zprocess exited: duration 4111 ms, exit code 0
 
212026-07-30T16:41:10.172Zstarting task 1: "rust-toolchain"
222026-07-30T16:41:10.175Z+ printf ' * rust toolchain channel = "%s"\n' 1.88
232026-07-30T16:41:10.175Z * rust toolchain channel = "1.88"
242026-07-30T16:41:10.175Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-30T16:41:10.175Z * rust toolchain profile = "default"
262026-07-30T16:41:10.175Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T16:41:10.175Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T16:41:10.179Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T16:41:10.179Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88 --profile default
302026-07-30T16:41:10.298Zinfo: downloading installer
312026-07-30T16:41:11.696Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T16:41:11.697Zwarn: /opt/ooce/bin
332026-07-30T16:41:11.697Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T16:41:11.697Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T16:41:11.697Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T16:41:11.697Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T16:41:11.697Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T16:41:11.697Zerror: cannot install while Rust is installed
392026-07-30T16:41:11.697Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T16:41:11.697Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T16:41:11.697Zwarn: /home/build/.rustup/settings.toml
422026-07-30T16:41:11.697Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T16:41:11.697Zwarn: instead of the one inferred from the default host triple.
442026-07-30T16:41:11.710Zinfo: profile set to default
452026-07-30T16:41:11.710Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T16:41:11.713Zinfo: syncing channel updates for 1.88-x86_64-unknown-illumos
472026-07-30T16:41:11.860Zinfo: latest update on 2025-06-26 for version 1.88.0 (6b00bc388 2025-06-23)
482026-07-30T16:41:11.863Zinfo: downloading 6 components
492026-07-30T16:41:26.185Zinfo: default toolchain set to 1.88-x86_64-unknown-illumos
502026-07-30T16:41:26.185Z
512026-07-30T16:41:26.214Z 1.88-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
522026-07-30T16:41:26.214Z
532026-07-30T16:41:26.214Z
542026-07-30T16:41:26.214ZRust is installed now. Great!
552026-07-30T16:41:26.214Z
562026-07-30T16:41:26.215ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T16:41:26.218Zenvironment variable. This has not been done automatically.
582026-07-30T16:41:26.218Z
592026-07-30T16:41:26.218ZTo configure your current shell, you need to source
602026-07-30T16:41:26.218Zthe corresponding env file under $HOME/.cargo.
612026-07-30T16:41:26.218Z
622026-07-30T16:41:26.218ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T16:41:26.219Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T16:41:26.219Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T16:41:26.219Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T16:41:26.219Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T16:41:26.219Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T16:41:26.219Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T16:41:26.219Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T16:41:26.219Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T16:41:26.298Z+ rustup --version
722026-07-30T16:41:26.307Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T16:41:26.311Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T16:41:26.329Zinfo: the currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
752026-07-30T16:41:26.333Z+ cargo --version
762026-07-30T16:41:26.345Zcargo 1.88.0 (873a06493 2025-05-10)
772026-07-30T16:41:26.349Z+ rustc --version
782026-07-30T16:41:26.368Zrustc 1.88.0 (6b00bc388 2025-06-23)
792026-07-30T16:41:26.372Zprocess exited: duration 16196 ms, exit code 0
 
802026-07-30T16:41:26.378Zstarting task 2: "authentication"
812026-07-30T16:41:26.395Zprocess exited: duration 16 ms, exit code 0
 
822026-07-30T16:41:26.402Zstarting task 3: "clone repository"
832026-07-30T16:41:26.406Z+ mkdir -p /work/oxidecomputer/sprockets
842026-07-30T16:41:26.409Z+ git clone https://github.com/oxidecomputer/sprockets /work/oxidecomputer/sprockets
852026-07-30T16:41:26.439ZCloning into '/work/oxidecomputer/sprockets'...
862026-07-30T16:41:26.900Z+ cd /work/oxidecomputer/sprockets
872026-07-30T16:41:26.900Z+ git fetch origin 00f3a1937a5eaa79effac2412d6ec5f37871151b
882026-07-30T16:41:27.130ZFrom https://github.com/oxidecomputer/sprockets
892026-07-30T16:41:27.130Z * branch 00f3a1937a5eaa79effac2412d6ec5f37871151b -> FETCH_HEAD
902026-07-30T16:41:27.136Z+ [[ -n bump-dice-util ]]
912026-07-30T16:41:27.139Z++ git branch --show-current
922026-07-30T16:41:27.139Z+ current=main
932026-07-30T16:41:27.139Z+ [[ main != bump-dice-util ]]
942026-07-30T16:41:27.139Z+ git branch -f bump-dice-util 00f3a1937a5eaa79effac2412d6ec5f37871151b
952026-07-30T16:41:27.143Z+ git checkout -f bump-dice-util
962026-07-30T16:41:27.146ZSwitched to branch 'bump-dice-util'
972026-07-30T16:41:27.146Z+ git reset --hard 00f3a1937a5eaa79effac2412d6ec5f37871151b
982026-07-30T16:41:27.149ZHEAD is now at 00f3a19 Bump dice-util
992026-07-30T16:41:27.152Zprocess exited: duration 747 ms, exit code 0
 
1002026-07-30T16:41:27.159Zstarting task 4: "build"
1012026-07-30T16:41:27.162Z+ cargo --version
1022026-07-30T16:41:27.172Zcargo 1.88.0 (873a06493 2025-05-10)
1032026-07-30T16:41:27.175Z+ rustc --version
1042026-07-30T16:41:27.195Zrustc 1.88.0 (6b00bc388 2025-06-23)
1052026-07-30T16:41:27.198Z+ cargo test
1062026-07-30T16:41:27.276Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-07-30T16:41:27.628Z Updating crates.io index
1082026-07-30T16:41:27.660Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1092026-07-30T16:41:28.038Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1102026-07-30T16:41:28.526Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1112026-07-30T16:41:28.961Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1122026-07-30T16:41:29.500Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1132026-07-30T16:41:29.793Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1142026-07-30T16:41:31.955Z Downloading crates ...
1152026-07-30T16:41:32.022Z Downloaded allocator-api2 v0.2.21
1162026-07-30T16:41:32.025Z Downloaded crypto-common v0.1.6
1172026-07-30T16:41:32.028Z Downloaded anstyle-query v1.1.3
1182026-07-30T16:41:32.031Z Downloaded ciborium-ll v0.2.2
1192026-07-30T16:41:32.036Z Downloaded powerfmt v0.2.0
1202026-07-30T16:41:32.039Z Downloaded curve25519-dalek-derive v0.1.1
1212026-07-30T16:41:32.039Z Downloaded backtrace-ext v0.2.1
1222026-07-30T16:41:32.042Z Downloaded knuffel-derive v3.2.0
1232026-07-30T16:41:32.045Z Downloaded ciborium-io v0.2.2
1242026-07-30T16:41:32.048Z Downloaded adler2 v2.0.1
1252026-07-30T16:41:32.051Z Downloaded toml_write v0.1.2
1262026-07-30T16:41:32.051Z Downloaded base16ct v0.2.0
1272026-07-30T16:41:32.054Z Downloaded tinyvec_macros v0.1.1
1282026-07-30T16:41:32.054Z Downloaded num-bigint-dig v0.8.6
1292026-07-30T16:41:32.057Z Downloaded dunce v1.0.5
1302026-07-30T16:41:32.060Z Downloaded hubpack_derive v0.1.1
1312026-07-30T16:41:32.064Z Downloaded flagset v0.4.7
1322026-07-30T16:41:32.064Z Downloaded cpufeatures v0.2.17
1332026-07-30T16:41:32.067Z Downloaded block-buffer v0.10.4
1342026-07-30T16:41:32.067Z Downloaded fastrand v2.3.0
1352026-07-30T16:41:32.067Z Downloaded num-iter v0.1.45
1362026-07-30T16:41:32.071Z Downloaded lazy_static v1.5.0
1372026-07-30T16:41:32.074Z Downloaded is_terminal_polyfill v1.70.1
1382026-07-30T16:41:32.074Z Downloaded hex v0.4.3
1392026-07-30T16:41:32.077Z Downloaded version_check v0.9.5
1402026-07-30T16:41:32.077Z Downloaded cfg-if v1.0.1
1412026-07-30T16:41:32.080Z Downloaded owo-colors v3.5.0
1422026-07-30T16:41:32.083Z Downloaded ident_case v1.0.1
1432026-07-30T16:41:32.083Z Downloaded dyn-clone v1.0.19
1442026-07-30T16:41:32.083Z Downloaded base64ct v1.8.0
1452026-07-30T16:41:32.086Z Downloaded erased-serde v0.3.31
1462026-07-30T16:41:32.086Z Downloaded anstream v1.0.0
1472026-07-30T16:41:32.089Z Downloaded thread_local v1.1.9
1482026-07-30T16:41:32.092Z Downloaded thiserror-impl v1.0.69
1492026-07-30T16:41:32.093Z Downloaded darling_macro v0.23.0
1502026-07-30T16:41:32.093Z Downloaded colorchoice v1.0.4
1512026-07-30T16:41:32.097Z Downloaded dirs-next v2.0.0
1522026-07-30T16:41:32.100Z Downloaded heck v0.5.0
1532026-07-30T16:41:32.100Z Downloaded clap_lex v1.1.0
1542026-07-30T16:41:32.105Z Downloaded is_ci v1.2.0
1552026-07-30T16:41:32.108Z Downloaded hubpack v0.1.2
1562026-07-30T16:41:32.112Z Downloaded toml_datetime v0.6.11
1572026-07-30T16:41:32.115Z Downloaded tls_codec v0.4.2
1582026-07-30T16:41:32.115Z Downloaded generic-array v0.14.7
1592026-07-30T16:41:32.118Z Downloaded keccak v0.1.5
1602026-07-30T16:41:32.118Z Downloaded itoa v1.0.15
1612026-07-30T16:41:32.121Z Downloaded is-terminal v0.4.16
1622026-07-30T16:41:32.121Z Downloaded zeroize v1.9.0
1632026-07-30T16:41:32.124Z Downloaded pkcs8 v0.10.2
1642026-07-30T16:41:32.124Z Downloaded equivalent v1.0.2
1652026-07-30T16:41:32.127Z Downloaded errno v0.3.13
1662026-07-30T16:41:32.127Z Downloaded miette-derive v5.10.0
1672026-07-30T16:41:32.130Z Downloaded autocfg v1.5.0
1682026-07-30T16:41:32.133Z Downloaded ipnet v2.12.0
1692026-07-30T16:41:32.136Z Downloaded ff v0.13.1
1702026-07-30T16:41:32.136Z Downloaded utf8parse v0.2.2
1712026-07-30T16:41:32.136Z Downloaded cmake v0.1.54
1722026-07-30T16:41:32.139Z Downloaded anstyle v1.0.14
1732026-07-30T16:41:32.139Z Downloaded zeroize_derive v1.5.0
1742026-07-30T16:41:32.143Z Downloaded ref-cast v1.0.24
1752026-07-30T16:41:32.146Z Downloaded bs58 v0.5.1
1762026-07-30T16:41:32.149Z Downloaded proc-macro-error-attr v1.0.4
1772026-07-30T16:41:32.153Z Downloaded addr2line v0.24.2
1782026-07-30T16:41:32.155Z Downloaded env_logger v0.11.11
1792026-07-30T16:41:32.158Z Downloaded ref-cast-impl v1.0.24
1802026-07-30T16:41:32.158Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-07-30T16:41:32.158Z Downloaded untrusted v0.9.0
1822026-07-30T16:41:32.161Z Downloaded ciborium v0.2.2
1832026-07-30T16:41:32.161Z Downloaded async-trait v0.1.89
1842026-07-30T16:41:32.164Z Downloaded terminal_size v0.1.17
1852026-07-30T16:41:32.164Z Downloaded subtle v2.6.1
1862026-07-30T16:41:32.164Z Downloaded supports-unicode v3.0.0
1872026-07-30T16:41:32.167Z Downloaded num-conv v0.2.2
1882026-07-30T16:41:32.167Z Downloaded supports-unicode v2.1.0
1892026-07-30T16:41:32.170Z Downloaded supports-hyperlinks v3.2.0
1902026-07-30T16:41:32.170Z Downloaded rfc6979 v0.4.0
1912026-07-30T16:41:32.170Z Downloaded time-core v0.1.9
1922026-07-30T16:41:32.173Z Downloaded env_filter v2.0.0
1932026-07-30T16:41:32.176Z Downloaded secrecy v0.8.0
1942026-07-30T16:41:32.176Z Downloaded tokio-macros v2.7.0
1952026-07-30T16:41:32.179Z Downloaded heck v0.4.1
1962026-07-30T16:41:32.182Z Downloaded serde-big-array v0.5.1
1972026-07-30T16:41:32.182Z Downloaded group v0.13.0
1982026-07-30T16:41:32.182Z Downloaded jobserver v0.1.34
1992026-07-30T16:41:32.185Z Downloaded semver v1.0.26
2002026-07-30T16:41:32.185Z Downloaded unicode-linebreak v0.1.5
2012026-07-30T16:41:32.188Z Downloaded thiserror v1.0.69
2022026-07-30T16:41:32.188Z Downloaded fs_extra v1.3.0
2032026-07-30T16:41:32.191Z Downloaded quote v1.0.46
2042026-07-30T16:41:32.191Z Downloaded owo-colors v4.3.0
2052026-07-30T16:41:32.194Z Downloaded tokio-rustls v0.26.2
2062026-07-30T16:41:32.194Z Downloaded ecdsa v0.16.9
2072026-07-30T16:41:32.197Z Downloaded pem-rfc7468 v0.7.0
2082026-07-30T16:41:32.197Z Downloaded num-integer v0.1.46
2092026-07-30T16:41:32.197Z Downloaded anstyle-parse v1.0.0
2102026-07-30T16:41:32.200Z Downloaded signature v2.2.0
2112026-07-30T16:41:32.200Z Downloaded smawk v0.3.2
2122026-07-30T16:41:32.203Z Downloaded supports-hyperlinks v2.1.0
2132026-07-30T16:41:32.203Z Downloaded miette-derive v7.6.0
2142026-07-30T16:41:32.203Z Downloaded typenum v1.18.0
2152026-07-30T16:41:32.206Z Downloaded digest v0.10.7
2162026-07-30T16:41:32.206Z Downloaded der_derive v0.7.3
2172026-07-30T16:41:32.206Z Downloaded supports-color v2.1.0
2182026-07-30T16:41:32.209Z Downloaded ed25519 v2.2.3
2192026-07-30T16:41:32.209Z Downloaded bitflags v2.9.1
2202026-07-30T16:41:32.212Z Downloaded dirs-sys-next v0.1.2
2212026-07-30T16:41:32.212Z Downloaded camino v1.2.4
2222026-07-30T16:41:32.215Z Downloaded rustc_version v0.4.1
2232026-07-30T16:41:32.215Z Downloaded unicode-ident v1.0.18
2242026-07-30T16:41:32.218Z Downloaded proc-macro-error2 v2.0.1
2252026-07-30T16:41:32.221Z Downloaded diff v0.1.13
2262026-07-30T16:41:32.221Z Downloaded anyhow v1.0.103
2272026-07-30T16:41:32.224Z Downloaded terminal_size v0.4.4
2282026-07-30T16:41:32.224Z Downloaded supports-color v3.0.2
2292026-07-30T16:41:32.227Z Downloaded strsim v0.11.1
2302026-07-30T16:41:32.227Z Downloaded take_mut v0.2.2
2312026-07-30T16:41:32.227Z Downloaded tls_codec_derive v0.4.2
2322026-07-30T16:41:32.227Z Downloaded getrandom v0.2.16
2332026-07-30T16:41:32.230Z Downloaded serde_spanned v0.6.9
2342026-07-30T16:41:32.233Z Downloaded clap_derive v4.6.1
2352026-07-30T16:41:32.233Z Downloaded sha1 v0.10.6
2362026-07-30T16:41:32.236Z Downloaded ppv-lite86 v0.2.21
2372026-07-30T16:41:32.239Z Downloaded signal-hook-registry v1.4.8
2382026-07-30T16:41:32.243Z Downloaded shlex v1.3.0
2392026-07-30T16:41:32.243Z Downloaded thiserror-impl v2.0.18
2402026-07-30T16:41:32.246Z Downloaded primeorder v0.13.6
2412026-07-30T16:41:32.250Z Downloaded ahash v0.8.12
2422026-07-30T16:41:32.250Z Downloaded rustversion v1.0.21
2432026-07-30T16:41:32.253Z Downloaded static_assertions v1.1.0
2442026-07-30T16:41:32.253Z Downloaded knus-derive v3.4.0
2452026-07-30T16:41:32.253Z Downloaded zmij v1.0.14
2462026-07-30T16:41:32.256Z Downloaded hmac v0.12.1
2472026-07-30T16:41:32.259Z Downloaded deranged v0.5.8
2482026-07-30T16:41:32.259Z Downloaded corncobs v0.1.4
2492026-07-30T16:41:32.259Z Downloaded toml v0.8.23
2502026-07-30T16:41:32.262Z Downloaded pin-project-lite v0.2.16
2512026-07-30T16:41:32.265Z Downloaded slog-async v2.8.0
2522026-07-30T16:41:32.265Z Downloaded memchr v2.7.5
2532026-07-30T16:41:32.268Z Downloaded thiserror v2.0.18
2542026-07-30T16:41:32.271Z Downloaded rand_chacha v0.3.1
2552026-07-30T16:41:32.271Z Downloaded indexmap v1.9.3
2562026-07-30T16:41:32.274Z Downloaded iana-time-zone v0.1.63
2572026-07-30T16:41:32.277Z Downloaded const-oid v0.9.6
2582026-07-30T16:41:32.280Z Downloaded chumsky v0.9.3
2592026-07-30T16:41:32.289Z Downloaded tempfile v3.27.0
2602026-07-30T16:41:32.293Z Downloaded strum_macros v0.26.4
2612026-07-30T16:41:32.293Z Downloaded smallvec v1.15.1
2622026-07-30T16:41:32.296Z Downloaded strum v0.26.3
2632026-07-30T16:41:32.296Z Downloaded slog-term v2.9.1
2642026-07-30T16:41:32.296Z Downloaded half v2.6.0
2652026-07-30T16:41:32.299Z Downloaded spki v0.7.3
2662026-07-30T16:41:32.299Z Downloaded sha2 v0.10.9
2672026-07-30T16:41:32.299Z Downloaded proc-macro-error v1.0.4
2682026-07-30T16:41:32.302Z Downloaded once_cell v1.21.3
2692026-07-30T16:41:32.302Z Downloaded sec1 v0.7.3
2702026-07-30T16:41:32.305Z Downloaded elliptic-curve v0.13.8
2712026-07-30T16:41:32.305Z Downloaded darling v0.23.0
2722026-07-30T16:41:32.309Z Downloaded term v0.7.0
2732026-07-30T16:41:32.312Z Downloaded crossbeam-utils v0.8.21
2742026-07-30T16:41:32.315Z Downloaded clap v4.6.1
2752026-07-30T16:41:32.319Z Downloaded darling_core v0.23.0
2762026-07-30T16:41:32.323Z Downloaded rustc-demangle v0.1.25
2772026-07-30T16:41:32.325Z Downloaded rand_core v0.6.4
2782026-07-30T16:41:32.325Z Downloaded proc-macro2 v1.0.106
2792026-07-30T16:41:32.326Z Downloaded slog v2.8.2
2802026-07-30T16:41:32.328Z Downloaded base64 v0.22.1
2812026-07-30T16:41:32.332Z Downloaded socket2 v0.6.3
2822026-07-30T16:41:32.335Z Downloaded knuffel v3.2.0
2832026-07-30T16:41:32.335Z Downloaded getrandom v0.4.3
2842026-07-30T16:41:32.338Z Downloaded time-macros v0.2.31
2852026-07-30T16:41:32.341Z Downloaded pretty_assertions v1.4.1
2862026-07-30T16:41:32.341Z Downloaded log v0.4.33
2872026-07-30T16:41:32.344Z Downloaded spin v0.9.8
2882026-07-30T16:41:32.347Z Downloaded serde_with_macros v3.21.0
2892026-07-30T16:41:32.347Z Downloaded serde_core v1.0.228
2902026-07-30T16:41:32.349Z Downloaded base64 v0.21.7
2912026-07-30T16:41:32.355Z Downloaded num-traits v0.2.19
2922026-07-30T16:41:32.358Z Downloaded crypto-bigint v0.5.5
2932026-07-30T16:41:32.361Z Downloaded pkcs1 v0.7.5
2942026-07-30T16:41:32.364Z Downloaded textwrap v0.16.2
2952026-07-30T16:41:32.367Z Downloaded indexmap v2.9.0
2962026-07-30T16:41:32.370Z Downloaded der v0.7.10
2972026-07-30T16:41:32.373Z Downloaded backtrace v0.3.75
2982026-07-30T16:41:32.376Z Downloaded hashbrown v0.12.3
2992026-07-30T16:41:32.376Z Downloaded serde_derive v1.0.228
3002026-07-30T16:41:32.379Z Downloaded crossbeam-channel v0.5.15
3012026-07-30T16:41:32.382Z Downloaded bytes v1.10.1
3022026-07-30T16:41:32.385Z Downloaded ed25519-dalek v2.2.0
3032026-07-30T16:41:32.388Z Downloaded cc v1.2.27
3042026-07-30T16:41:32.391Z Downloaded rustls-pki-types v1.12.0
3052026-07-30T16:41:32.394Z Downloaded tinyvec v1.12.0
3062026-07-30T16:41:32.400Z Downloaded textwrap v0.15.2
3072026-07-30T16:41:32.403Z Downloaded yansi v1.0.1
3082026-07-30T16:41:32.403Z Downloaded knus v3.4.0
3092026-07-30T16:41:32.419Z Downloaded hashbrown v0.14.5
3102026-07-30T16:41:32.423Z Downloaded toml_edit v0.22.27
3112026-07-30T16:41:32.426Z Downloaded miniz_oxide v0.8.9
3122026-07-30T16:41:32.429Z Downloaded miette v5.10.0
3132026-07-30T16:41:32.436Z Downloaded schemars v0.9.0
3142026-07-30T16:41:32.443Z Downloaded aws-lc-rs v1.17.0
3152026-07-30T16:41:32.448Z Downloaded rand v0.8.7
3162026-07-30T16:41:32.451Z Downloaded hashbrown v0.15.4
3172026-07-30T16:41:32.454Z Downloaded hkdf v0.12.4
3182026-07-30T16:41:32.457Z Downloaded clap_builder v4.6.0
3192026-07-30T16:41:32.460Z Downloaded serde_json v1.0.149
3202026-07-30T16:41:32.463Z Downloaded rsa v0.9.10
3212026-07-30T16:41:32.466Z Downloaded aho-corasick v1.1.4
3222026-07-30T16:41:32.469Z Downloaded serde v1.0.228
3232026-07-30T16:41:32.472Z Downloaded rustls-webpki v0.103.3
3242026-07-30T16:41:32.475Z Downloaded unicode-segmentation v1.12.0
3252026-07-30T16:41:32.478Z Downloaded chrono v0.4.41
3262026-07-30T16:41:32.482Z Downloaded schemars v1.2.0
3272026-07-30T16:41:32.491Z Downloaded x509-cert v0.2.5
3282026-07-30T16:41:32.494Z Downloaded mio v1.2.0
3292026-07-30T16:41:32.497Z Downloaded gimli v0.31.1
3302026-07-30T16:41:32.500Z Downloaded syn v1.0.109
3312026-07-30T16:41:32.506Z Downloaded miette v7.6.0
3322026-07-30T16:41:32.514Z Downloaded syn v2.0.118
3332026-07-30T16:41:32.520Z Downloaded curve25519-dalek v4.1.3
3342026-07-30T16:41:32.567Z Downloaded libm v0.2.15
3352026-07-30T16:41:32.580Z Downloaded regex v1.13.0
3362026-07-30T16:41:32.587Z Downloaded salty v0.3.0
3372026-07-30T16:41:32.590Z Downloaded winnow v0.7.11
3382026-07-30T16:41:32.595Z Downloaded sha3 v0.10.8
3392026-07-30T16:41:32.614Z Downloaded p384 v0.13.1
3402026-07-30T16:41:32.624Z Downloaded unicode-width v0.1.14
3412026-07-30T16:41:32.649Z Downloaded serde_with v3.21.0
3422026-07-30T16:41:32.656Z Downloaded unicode-width v0.2.2
3432026-07-30T16:41:32.703Z Downloaded time v0.3.53
3442026-07-30T16:41:32.710Z Downloaded zerocopy v0.8.54
3452026-07-30T16:41:32.724Z Downloaded object v0.36.7
3462026-07-30T16:41:32.730Z Downloaded rustls v0.23.28
3472026-07-30T16:41:32.748Z Downloaded regex-syntax v0.8.11
3482026-07-30T16:41:32.768Z Downloaded rustix v1.1.4
3492026-07-30T16:41:32.834Z Downloaded regex-automata v0.4.15
3502026-07-30T16:41:32.885Z Downloaded tokio v1.52.0
3512026-07-30T16:41:32.906Z Downloaded libc v0.2.185
3522026-07-30T16:41:32.959Z Downloaded ring v0.17.14
3532026-07-30T16:41:33.198Z Downloaded aws-lc-sys v0.41.0
3542026-07-30T16:41:33.384Z Compiling proc-macro2 v1.0.106
3552026-07-30T16:41:33.384Z Compiling unicode-ident v1.0.18
3562026-07-30T16:41:33.384Z Compiling quote v1.0.46
3572026-07-30T16:41:33.387Z Compiling libc v0.2.185
3582026-07-30T16:41:33.387Z Compiling cfg-if v1.0.1
3592026-07-30T16:41:33.387Z Compiling version_check v0.9.5
3602026-07-30T16:41:33.387Z Compiling const-oid v0.9.6
3612026-07-30T16:41:33.387Z Compiling typenum v1.18.0
3622026-07-30T16:41:33.532Z Compiling subtle v2.6.1
3632026-07-30T16:41:33.575Z Compiling flagset v0.4.7
3642026-07-30T16:41:33.675Z Compiling serde_core v1.0.228
3652026-07-30T16:41:33.689Z Compiling bitflags v2.9.1
3662026-07-30T16:41:33.734Z Compiling generic-array v0.14.7
3672026-07-30T16:41:33.845Z Compiling zerocopy v0.8.54
3682026-07-30T16:41:33.922Z Compiling strsim v0.11.1
3692026-07-30T16:41:34.002Z Compiling serde v1.0.228
3702026-07-30T16:41:34.228Z Compiling getrandom v0.2.16
3712026-07-30T16:41:34.236Z Compiling heck v0.5.0
3722026-07-30T16:41:34.319Z Compiling base64ct v1.8.0
3732026-07-30T16:41:34.363Z Compiling rand_core v0.6.4
3742026-07-30T16:41:34.371Z Compiling utf8parse v0.2.2
3752026-07-30T16:41:34.423Z Compiling once_cell v1.21.3
3762026-07-30T16:41:34.590Z Compiling pem-rfc7468 v0.7.0
3772026-07-30T16:41:34.618Z Compiling anstyle-parse v1.0.0
3782026-07-30T16:41:34.669Z Compiling anstyle-query v1.1.3
3792026-07-30T16:41:34.737Z Compiling syn v2.0.118
3802026-07-30T16:41:34.745Z Compiling colorchoice v1.0.4
3812026-07-30T16:41:34.753Z Compiling is_terminal_polyfill v1.70.1
3822026-07-30T16:41:34.765Z Compiling anstyle v1.0.14
3832026-07-30T16:41:34.795Z Compiling base16ct v0.2.0
3842026-07-30T16:41:34.844Z Compiling ff v0.13.1
3852026-07-30T16:41:34.852Z Compiling clap_lex v1.1.0
3862026-07-30T16:41:34.971Z Compiling anstream v1.0.0
3872026-07-30T16:41:34.972Z Compiling cpufeatures v0.2.17
3882026-07-30T16:41:34.987Z Compiling object v0.36.7
3892026-07-30T16:41:35.040Z Compiling group v0.13.0
3902026-07-30T16:41:35.088Z Compiling semver v1.0.26
3912026-07-30T16:41:35.184Z Compiling syn v1.0.109
3922026-07-30T16:41:35.220Z Compiling gimli v0.31.1
3932026-07-30T16:41:35.300Z Compiling rustversion v1.0.21
3942026-07-30T16:41:35.323Z Compiling autocfg v1.5.0
3952026-07-30T16:41:35.386Z Compiling adler2 v2.0.1
3962026-07-30T16:41:35.512Z Compiling libm v0.2.15
3972026-07-30T16:41:35.520Z Compiling memchr v2.7.5
3982026-07-30T16:41:35.693Z Compiling num-traits v0.2.19
3992026-07-30T16:41:35.742Z Compiling miniz_oxide v0.8.9
4002026-07-30T16:41:35.920Z Compiling ahash v0.8.12
4012026-07-30T16:41:35.948Z Compiling is_ci v1.2.0
4022026-07-30T16:41:36.089Z Compiling rustc-demangle v0.1.25
4032026-07-30T16:41:36.100Z Compiling unicode-linebreak v0.1.5
4042026-07-30T16:41:36.524Z Compiling unicode-width v0.1.14
4052026-07-30T16:41:36.786Z Compiling rustix v1.1.4
4062026-07-30T16:41:37.055Z Compiling addr2line v0.24.2
4072026-07-30T16:41:37.382Z Compiling ppv-lite86 v0.2.21
4082026-07-30T16:41:37.386Z Compiling rustc_version v0.4.1
4092026-07-30T16:41:37.424Z Compiling errno v0.3.13
4102026-07-30T16:41:37.546Z Compiling thiserror v2.0.18
4112026-07-30T16:41:37.562Z Compiling hex v0.4.3
4122026-07-30T16:41:37.657Z Compiling allocator-api2 v0.2.21
4132026-07-30T16:41:37.693Z Compiling num-integer v0.1.46
4142026-07-30T16:41:37.765Z Compiling curve25519-dalek v4.1.3
4152026-07-30T16:41:37.802Z Compiling rand_chacha v0.3.1
4162026-07-30T16:41:37.964Z Compiling hashbrown v0.14.5
4172026-07-30T16:41:38.076Z Compiling spin v0.9.8
4182026-07-30T16:41:38.183Z Compiling num-bigint-dig v0.8.6
4192026-07-30T16:41:38.203Z Compiling keccak v0.1.5
4202026-07-30T16:41:38.292Z Compiling backtrace v0.3.75
4212026-07-30T16:41:38.417Z Compiling chumsky v0.9.3
4222026-07-30T16:41:38.463Z Compiling terminal_size v0.4.4
4232026-07-30T16:41:38.482Z Compiling lazy_static v1.5.0
4242026-07-30T16:41:38.569Z Compiling rand v0.8.7
4252026-07-30T16:41:38.593Z Compiling num-iter v0.1.45
4262026-07-30T16:41:38.605Z Compiling smallvec v1.15.1
4272026-07-30T16:41:38.624Z Compiling zeroize_derive v1.5.0
4282026-07-30T16:41:38.624Z Compiling der_derive v0.7.3
4292026-07-30T16:41:38.699Z Compiling serde_derive v1.0.228
4302026-07-30T16:41:38.809Z Compiling clap_derive v4.6.1
4312026-07-30T16:41:39.198Z Compiling backtrace-ext v0.2.1
4322026-07-30T16:41:39.284Z Compiling zeroize v1.9.0
4332026-07-30T16:41:39.375Z Compiling thiserror-impl v2.0.18
4342026-07-30T16:41:39.592Z Compiling curve25519-dalek-derive v0.1.1
4352026-07-30T16:41:39.621Z Compiling der v0.7.10
4362026-07-30T16:41:39.839Z Compiling thiserror v1.0.69
4372026-07-30T16:41:40.000Z Compiling block-buffer v0.10.4
4382026-07-30T16:41:40.141Z Compiling crypto-common v0.1.6
4392026-07-30T16:41:40.187Z Compiling crypto-bigint v0.5.5
4402026-07-30T16:41:40.266Z Compiling digest v0.10.7
4412026-07-30T16:41:40.464Z Compiling hmac v0.12.1
4422026-07-30T16:41:40.474Z Compiling signature v2.2.0
4432026-07-30T16:41:40.521Z Compiling spki v0.7.3
4442026-07-30T16:41:40.599Z Compiling hkdf v0.12.4
4452026-07-30T16:41:40.673Z Compiling sha2 v0.10.9
4462026-07-30T16:41:40.729Z Compiling pkcs8 v0.10.2
4472026-07-30T16:41:40.742Z Compiling rfc6979 v0.4.0
4482026-07-30T16:41:40.933Z Compiling sha3 v0.10.8
4492026-07-30T16:41:41.051Z Compiling thiserror-impl v1.0.69
4502026-07-30T16:41:41.062Z Compiling is-terminal v0.4.16
4512026-07-30T16:41:41.096Z Compiling ident_case v1.0.1
4522026-07-30T16:41:41.212Z Compiling camino v1.2.4
4532026-07-30T16:41:41.226Z Compiling darling_core v0.23.0
4542026-07-30T16:41:41.528Z Compiling proc-macro-error-attr v1.0.4
4552026-07-30T16:41:41.795Z Compiling sec1 v0.7.3
4562026-07-30T16:41:41.987Z Compiling sha1 v0.10.6
4572026-07-30T16:41:41.987Z Compiling clap_builder v4.6.0
4582026-07-30T16:41:42.063Z Compiling jobserver v0.1.34
4592026-07-30T16:41:42.071Z Compiling proc-macro-error v1.0.4
4602026-07-30T16:41:42.192Z Compiling shlex v1.3.0
4612026-07-30T16:41:42.208Z Compiling owo-colors v4.3.0
4622026-07-30T16:41:42.299Z Compiling ipnet v2.12.0
4632026-07-30T16:41:42.371Z Compiling cc v1.2.27
4642026-07-30T16:41:42.371Z Compiling elliptic-curve v0.13.8
4652026-07-30T16:41:42.578Z Compiling slog v2.8.2
4662026-07-30T16:41:42.692Z Compiling proc-macro-error-attr2 v2.0.0
4672026-07-30T16:41:42.803Z Compiling half v2.6.0
4682026-07-30T16:41:42.811Z Compiling unicode-width v0.2.2
4692026-07-30T16:41:42.815Z Compiling unicode-segmentation v1.12.0
4702026-07-30T16:41:42.873Z Compiling smawk v0.3.2
4712026-07-30T16:41:43.016Z Compiling ciborium-io v0.2.2
4722026-07-30T16:41:43.055Z Compiling cmake v0.1.54
4732026-07-30T16:41:43.098Z Compiling ciborium-ll v0.2.2
4742026-07-30T16:41:43.106Z Compiling heck v0.4.1
4752026-07-30T16:41:43.115Z Compiling proc-macro-error2 v2.0.1
4762026-07-30T16:41:43.180Z Compiling textwrap v0.16.2
4772026-07-30T16:41:43.290Z Compiling textwrap v0.15.2
4782026-07-30T16:41:43.343Z Compiling darling_macro v0.23.0
4792026-07-30T16:41:43.514Z Compiling erased-serde v0.3.31
4802026-07-30T16:41:43.524Z Compiling supports-color v2.1.0
4812026-07-30T16:41:43.565Z Compiling clap v4.6.1
4822026-07-30T16:41:43.642Z Compiling supports-unicode v2.1.0
4832026-07-30T16:41:43.663Z Compiling supports-hyperlinks v2.1.0
4842026-07-30T16:41:43.735Z Compiling strum_macros v0.26.4
4852026-07-30T16:41:43.791Z Compiling miette-derive v5.10.0
4862026-07-30T16:41:43.817Z Compiling miette-derive v7.6.0
4872026-07-30T16:41:43.905Z Compiling darling v0.23.0
4882026-07-30T16:41:43.954Z Compiling supports-color v3.0.2
4892026-07-30T16:41:43.982Z Compiling serde_with_macros v3.21.0
4902026-07-30T16:41:43.991Z Compiling terminal_size v0.1.17
4912026-07-30T16:41:44.089Z Compiling owo-colors v3.5.0
4922026-07-30T16:41:44.101Z Compiling dunce v1.0.5
4932026-07-30T16:41:44.104Z Compiling supports-hyperlinks v3.2.0
4942026-07-30T16:41:44.196Z Compiling supports-unicode v3.0.0
4952026-07-30T16:41:44.244Z Compiling fs_extra v1.3.0
4962026-07-30T16:41:44.496Z Compiling aws-lc-sys v0.41.0
4972026-07-30T16:41:44.732Z Compiling knuffel-derive v3.2.0
4982026-07-30T16:41:44.887Z Compiling knus-derive v3.4.0
4992026-07-30T16:41:44.917Z Compiling miette v5.10.0
5002026-07-30T16:41:45.010Z Compiling miette v7.6.0
5012026-07-30T16:41:45.124Z Compiling serde_with v3.21.0
5022026-07-30T16:41:45.446Z Compiling strum v0.26.3
5032026-07-30T16:41:45.464Z Compiling ciborium v0.2.2
5042026-07-30T16:41:45.573Z Compiling primeorder v0.13.6
5052026-07-30T16:41:45.823Z Compiling ecdsa v0.16.9
5062026-07-30T16:41:46.022Z Compiling ed25519 v2.2.3
5072026-07-30T16:41:46.042Z Compiling pkcs1 v0.7.5
5082026-07-30T16:41:46.209Z Compiling hubpack_derive v0.1.1
5092026-07-30T16:41:46.212Z Compiling getrandom v0.4.3
5102026-07-30T16:41:46.240Z Compiling salty v0.3.0
5112026-07-30T16:41:46.288Z Compiling base64 v0.22.1
5122026-07-30T16:41:46.327Z Compiling base64 v0.21.7
5132026-07-30T16:41:46.469Z Compiling anyhow v1.0.103
5142026-07-30T16:41:46.514Z Compiling knus v3.4.0
5152026-07-30T16:41:46.566Z Compiling knuffel v3.2.0
5162026-07-30T16:41:46.588Z Compiling rsa v0.9.10
5172026-07-30T16:41:46.643Z Compiling ed25519-dalek v2.2.0
5182026-07-30T16:41:46.671Z Compiling p384 v0.13.1
5192026-07-30T16:41:46.702Z Compiling hubpack v0.1.2
5202026-07-30T16:41:46.919Z Compiling x509-cert v0.2.5
5212026-07-30T16:41:47.549Z Compiling static_assertions v1.1.0
5222026-07-30T16:41:47.618Z Compiling aws-lc-rs v1.17.0
5232026-07-30T16:41:47.681Z Compiling log v0.4.33
5242026-07-30T16:41:47.884Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
5252026-07-30T16:41:47.918Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5262026-07-30T16:41:47.958Z Compiling crossbeam-utils v0.8.21
5272026-07-30T16:41:48.189Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
5282026-07-30T16:41:48.269Z Compiling rustls-pki-types v1.12.0
5292026-07-30T16:41:48.362Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
5302026-07-30T16:41:48.452Z Compiling tokio-macros v2.7.0
5312026-07-30T16:41:48.488Z Compiling signal-hook-registry v1.4.8
5322026-07-30T16:41:48.719Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5332026-07-30T16:41:48.744Z Compiling mio v1.2.0
5342026-07-30T16:41:48.796Z Compiling dirs-sys-next v0.1.2
5352026-07-30T16:41:49.098Z Compiling socket2 v0.6.3
5362026-07-30T16:41:49.181Z Compiling rustls v0.23.28
5372026-07-30T16:41:49.185Z Compiling bytes v1.10.1
5382026-07-30T16:41:49.212Z Compiling untrusted v0.9.0
5392026-07-30T16:41:49.227Z Compiling pin-project-lite v0.2.16
5402026-07-30T16:41:49.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
5412026-07-30T16:41:49.329Z Compiling time-core v0.1.9
5422026-07-30T16:41:49.392Z Compiling num-conv v0.2.2
5432026-07-30T16:41:49.510Z Compiling hashbrown v0.15.4
5442026-07-30T16:41:49.543Z Compiling equivalent v1.0.2
5452026-07-30T16:41:49.597Z Compiling time-macros v0.2.31
5462026-07-30T16:41:49.612Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5472026-07-30T16:41:49.671Z Compiling tokio v1.52.0
5482026-07-30T16:41:49.859Z Compiling dirs-next v2.0.0
5492026-07-30T16:41:49.978Z Compiling indexmap v2.9.0
5502026-07-30T16:41:50.023Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
5512026-07-30T16:41:50.509Z Compiling env_filter v2.0.0
5522026-07-30T16:41:50.807Z Compiling serde_spanned v0.6.9
5532026-07-30T16:41:50.851Z Compiling toml_datetime v0.6.11
5542026-07-30T16:41:50.956Z Compiling thread_local v1.1.9
5552026-07-30T16:41:51.119Z Compiling slog-async v2.8.0
5562026-07-30T16:41:51.211Z Compiling deranged v0.5.8
5572026-07-30T16:41:51.411Z Compiling winnow v0.7.11
5582026-07-30T16:41:51.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
5592026-07-30T16:41:51.987Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5602026-07-30T16:41:52.193Z Compiling fastrand v2.3.0
5612026-07-30T16:41:52.201Z Compiling powerfmt v0.2.0
5622026-07-30T16:41:52.398Z Compiling toml_write v0.1.2
5632026-07-30T16:41:52.447Z Compiling tempfile v3.27.0
5642026-07-30T16:41:52.589Z Compiling time v0.3.53
5652026-07-30T16:41:52.649Z Compiling toml_edit v0.22.27
5662026-07-30T16:41:52.841Z Compiling env_logger v0.11.11
5672026-07-30T16:41:53.179Z Compiling crossbeam-channel v0.5.15
5682026-07-30T16:41:53.289Z Compiling term v0.7.0
5692026-07-30T16:41:53.749Z Compiling serde-big-array v0.5.1
5702026-07-30T16:41:53.848Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5712026-07-30T16:41:53.890Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5722026-07-30T16:41:53.938Z Compiling async-trait v0.1.89
5732026-07-30T16:41:54.024Z Compiling take_mut v0.2.2
5742026-07-30T16:41:54.132Z Compiling corncobs v0.1.4
5752026-07-30T16:41:54.310Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
5762026-07-30T16:41:54.339Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
5772026-07-30T16:41:54.467Z Compiling toml v0.8.23
5782026-07-30T16:41:54.735Z Compiling slog-term v2.9.1
5792026-07-30T16:41:55.152Z Compiling secrecy v0.8.0
5802026-07-30T16:41:55.298Z Compiling yansi v1.0.1
5812026-07-30T16:41:55.390Z Compiling diff v0.1.13
5822026-07-30T16:41:55.548Z Compiling pretty_assertions v1.4.1
5832026-07-30T16:41:57.464Z Compiling sprockets-tls v0.1.0 (/work/oxidecomputer/sprockets/tls)
5842026-07-30T16:41:57.582Z Compiling sprockets-tls-test-utils v0.1.0 (/work/oxidecomputer/sprockets/tls/test-utils)
5852026-07-30T16:42:03.848Z Compiling rustls-webpki v0.103.3
5862026-07-30T16:42:06.410Z Compiling tokio-rustls v0.26.2
5872026-07-30T16:42:12.031Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.81s
5882026-07-30T16:42:12.147Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls-3d681f7b3b053871)
5892026-07-30T16:42:12.150Z
5902026-07-30T16:42:12.150Zrunning 6 tests
5912026-07-30T16:42:12.153Ztest tests::toml_config ... ok
5922026-07-30T16:42:12.174ZJul 30 16:42:10.401Jul 30 16:42:10.401 INFOINFO Using file Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor"", , componentcomponent:: sprocketssprockets
5932026-07-30T16:42:12.174Z
5942026-07-30T16:42:12.178ZJul 30 16:42:10.401 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets
5952026-07-30T16:42:12.178ZJul 30 16:42:10.402Jul 30 16:42:10.402 INFOINFO Using file Jul 30 16:42:10.402Using file ""/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor /work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor"INFO" , Using file , "component/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cborcomponent":, : sprocketscomponent
5962026-07-30T16:42:12.178Z:sprockets
5972026-07-30T16:42:12.178Zsprockets
5982026-07-30T16:42:12.178ZJul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets
5992026-07-30T16:42:12.178ZJul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor", component: sprockets
6002026-07-30T16:42:12.178ZJul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-rot.cbor", component: sprockets
6012026-07-30T16:42:12.178ZJul 30 16:42:10.402 INFO Using file "/work/oxidecomputer/sprockets/target/debug/build/sprockets-tls-fa1cd16204ed0078/out/corim-sp.cbor", component: sprockets
6022026-07-30T16:42:12.178ZJul 30 16:42:10.405 INFO Loaded keys and certs, component: sprockets
6032026-07-30T16:42:12.178ZJul 30 16:42:10.405Jul 30 16:42:10.405 INFOINFO Loaded keys and certsLoaded keys and certs, , componentcomponent:: sprocketssprockets
6042026-07-30T16:42:12.178Z
6052026-07-30T16:42:12.182ZJul 30 16:42:10.409 INFO Loaded keys and certs, component: sprockets
6062026-07-30T16:42:12.200ZJul 30 16:42:10.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6072026-07-30T16:42:12.206ZJul 30 16:42:10.435 INFO Signature verified successfully, component: sprockets
6082026-07-30T16:42:12.210Ztest client::tests::test_client_verifier ... ok
6092026-07-30T16:42:12.225ZJul 30 16:42:10.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6102026-07-30T16:42:12.228ZJul 30 16:42:10.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,Jul 30 16:42:10.453O =INFOO xverifier succeeded against root w/ subject: ide Computer Company,CN=test-root-a,C=US, component: sprockets
6112026-07-30T16:42:12.228ZO=Oxide Computer Company,C=US, component: sprockets
6122026-07-30T16:42:12.232ZJul 30 16:42:10.457 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6132026-07-30T16:42:12.232ZJul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets
6142026-07-30T16:42:12.232ZJul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets
6152026-07-30T16:42:12.232ZJul 30 16:42:10.459 INFO Signature verified successfully, component: sprockets
6162026-07-30T16:42:12.235ZJul 30 16:42:10.463 INFO Signature verified successfully, component: sprockets
6172026-07-30T16:42:12.238ZJul 30 16:42:10.465 INFO Loaded keys and certs, component: sprockets
6182026-07-30T16:42:12.279ZJul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6192026-07-30T16:42:12.283ZJul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: Jul 30 16:42:10.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,CN=test-rOo=oOtx-iad,e Computer Company,O=Oxide Computer CompaCn=yU,S, component: sprockets
6202026-07-30T16:42:12.283ZC=US, component: sprockets
6212026-07-30T16:42:12.286ZJul 30 16:42:10.513 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6222026-07-30T16:42:12.286ZJul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets
6232026-07-30T16:42:12.286ZJul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets
6242026-07-30T16:42:12.286ZJul 30 16:42:10.514 INFO Signature verified successfully, component: sprockets
6252026-07-30T16:42:12.286ZJul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets
6262026-07-30T16:42:12.290ZJul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets
6272026-07-30T16:42:12.290ZJul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets
6282026-07-30T16:42:12.290ZJul 30 16:42:10.514 INFO Running with protocol version 2, component: sprockets
6292026-07-30T16:42:12.293ZJul 30 16:42:10.519 INFO Signature verified successfully, component: sprockets
6302026-07-30T16:42:12.293ZJul 30 16:42:10.521 INFO Loaded keys and certs, component: sprockets
6312026-07-30T16:42:12.341ZJul 30 16:42:10.569 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6322026-07-30T16:42:12.347ZJul 30 16:42:10.575 INFO Signature verified successfully, component: sprockets
6332026-07-30T16:42:12.352ZJul 30 16:42:10.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6342026-07-30T16:42:12.352ZJul 30 16:42:10.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6352026-07-30T16:42:12.352ZJul 30 16:42:10.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6362026-07-30T16:42:12.352ZJul 30 16:42:10.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6372026-07-30T16:42:12.396ZJul 30 16:42:10.624 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6382026-07-30T16:42:12.399ZJul 30 16:42:10.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6392026-07-30T16:42:12.399ZJul 30 16:42:10.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6402026-07-30T16:42:12.399ZJul 30 16:42:10.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6412026-07-30T16:42:12.399ZJul 30 16:42:10.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6422026-07-30T16:42:12.402ZJul 30 16:42:10.630 INFO Signature verified successfully, component: sprockets
6432026-07-30T16:42:12.406ZJul 30 16:42:10.631 INFO Peer attestation verified, component: sprockets
6442026-07-30T16:42:12.406ZJul 30 16:42:10.631 INFO Peer measurements appraised successfully, component: sprockets
6452026-07-30T16:42:12.406ZJul 30 16:42:10.632 INFO Peer attestation verified, component: sprockets
6462026-07-30T16:42:12.406ZJul 30 16:42:10.632 WARN Peer (PDV2:913-0000019:RRR:2FAKE002) measurements appraisal failed: Measurements are not a subset of reference measurements: measurement set
6472026-07-30T16:42:12.406Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6482026-07-30T16:42:12.406Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6492026-07-30T16:42:12.406Z corpus Reference measurements
6502026-07-30T16:42:12.406Z(set is empty)
6512026-07-30T16:42:12.406Z, component: sprockets
6522026-07-30T16:42:12.409ZJul 30 16:42:10.638 INFO Peer attestation verified, component: sprockets
6532026-07-30T16:42:12.412ZJul 30 16:42:10.638 INFO Peer measurements appraised successfully, component: sprockets
6542026-07-30T16:42:12.412Ztest tests::basic ... ok
6552026-07-30T16:42:12.412ZJul 30 16:42:10.638 INFO Peer attestation verified, component: sprockets
6562026-07-30T16:42:12.412ZJul 30 16:42:10.638 WARN Peer (PDV2:913-0000019:RRR:2FAKE001) measurements appraisal failed Measurements are not a subset of reference measurements: measurement set
6572026-07-30T16:42:12.413Z sha3-256;be4df4e085175f3de0c8ac4837e1c2c9a34e8983209dac6b549e94154f7cdd9c
6582026-07-30T16:42:12.413Z sha3-256;72fa8f8ea84a42251031366002cbb36281d0131f78cd680436116a720cdd9de5
6592026-07-30T16:42:12.413Z corpus Reference measurements
6602026-07-30T16:42:12.413Z(set is empty)
6612026-07-30T16:42:12.413Z, component: sprockets
6622026-07-30T16:42:12.413Ztest tests::no_corpus ... ok
6632026-07-30T16:42:12.450ZJul 30 16:42:10.678 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6642026-07-30T16:42:12.456ZJul 30 16:42:10.685 INFO Signature verified successfully, component: sprockets
6652026-07-30T16:42:12.505ZJul 30 16:42:10.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets
6662026-07-30T16:42:12.511ZJul 30 16:42:10.739 INFO Signature verified successfully, component: sprockets
6672026-07-30T16:42:12.515ZJul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets
6682026-07-30T16:42:12.515ZJul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets
6692026-07-30T16:42:12.515ZJul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets
6702026-07-30T16:42:12.515ZJul 30 16:42:10.740 INFO Running with protocol version 2, component: sprockets
6712026-07-30T16:42:12.519ZJul 30 16:42:10.748 INFO Running with protocol version 2, component: sprockets
6722026-07-30T16:42:12.527ZJul 30 16:42:10.755 INFO Running with protocol version 2, component: sprockets
6732026-07-30T16:42:12.605ZJul 30 16:42:10.833 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6742026-07-30T16:42:12.605ZJul 30 16:42:10.833 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6752026-07-30T16:42:12.654ZJul 30 16:42:10.881 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6762026-07-30T16:42:12.654ZJul 30 16:42:10.882 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6772026-07-30T16:42:12.702ZJul 30 16:42:10.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6782026-07-30T16:42:12.702ZJul 30 16:42:10.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6792026-07-30T16:42:12.750ZJul 30 16:42:10.977 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6802026-07-30T16:42:12.750ZJul 30 16:42:10.978 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6812026-07-30T16:42:12.797ZJul 30 16:42:11.025 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6822026-07-30T16:42:12.797ZJul 30 16:42:11.025 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6832026-07-30T16:42:12.845ZJul 30 16:42:11.073 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets
6842026-07-30T16:42:12.848ZJul 30 16:42:11.073 INFO TQ & attestation cert chains agree on platform id, component: sprockets
6852026-07-30T16:42:12.852ZJul 30 16:42:11.080 INFO Peer attestation verified, component: sprockets
6862026-07-30T16:42:12.855ZJul 30 16:42:11.080 INFO Peer measurements appraised successfully, component: sprockets
6872026-07-30T16:42:12.858ZJul 30 16:42:11.086 INFO Peer attestation verified, component: sprockets
6882026-07-30T16:42:12.861ZJul 30 16:42:11.086 INFO Peer measurements appraised successfully, component: sprockets
6892026-07-30T16:42:12.866ZJul 30 16:42:11.093 INFO Peer attestation verified, component: sprockets
6902026-07-30T16:42:12.869ZJul 30 16:42:11.093 INFO Peer measurements appraised successfully, component: sprockets
6912026-07-30T16:42:12.872ZJul 30 16:42:11.099 INFO Peer attestation verified, component: sprockets
6922026-07-30T16:42:12.872ZJul 30 16:42:11.099 INFO Peer measurements appraised successfully, component: sprockets
6932026-07-30T16:42:12.878ZJul 30 16:42:11.106 INFO Peer attestation verified, component: sprockets
6942026-07-30T16:42:12.881ZJul 30 16:42:11.106 INFO Peer measurements appraised successfully, component: sprockets
6952026-07-30T16:42:12.884ZJul 30 16:42:11.112 INFO Peer attestation verified, component: sprockets
6962026-07-30T16:42:12.884ZJul 30 16:42:11.112 INFO Peer measurements appraised successfully, component: sprockets
6972026-07-30T16:42:12.887Ztest tests::spawn_accept ... ok
6982026-07-30T16:42:13.097Ztest tests::unattested_client ... ok
6992026-07-30T16:42:13.097Z
7002026-07-30T16:42:13.097Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
7012026-07-30T16:42:13.097Z
7022026-07-30T16:42:13.406Z Running unittests src/lib.rs (target/debug/deps/sprockets_tls_test_utils-cf018f56730d5c4f)
7032026-07-30T16:42:13.409Z
7042026-07-30T16:42:13.409Zrunning 1 test
7052026-07-30T16:42:13.435Ztest tests::sprockets_example_matches_code_based_generation ... ok
7062026-07-30T16:42:13.435Z
7072026-07-30T16:42:13.435Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
7082026-07-30T16:42:13.435Z
7092026-07-30T16:42:13.439Z Doc-tests sprockets_tls
7102026-07-30T16:42:13.555Z
7112026-07-30T16:42:13.555Zrunning 0 tests
7122026-07-30T16:42:13.556Z
7132026-07-30T16:42:13.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7142026-07-30T16:42:13.556Z
7152026-07-30T16:42:13.567Z Doc-tests sprockets_tls_test_utils
7162026-07-30T16:42:13.624Z
7172026-07-30T16:42:13.624Zrunning 0 tests
7182026-07-30T16:42:13.624Z
7192026-07-30T16:42:13.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7202026-07-30T16:42:13.624Z
7212026-07-30T16:42:13.658Zprocess exited: duration 46491 ms, exit code 0
 
7222026-07-30T16:42:13.665Zfound 0 output files