01KZF95XNHA12G3PRAD31F3218: test-mgadm

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZF96C7XXF5D9MMKCYY3SK7D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:41.761Zjob assigned to worker 01KZF96T9WWA1ED0Q94BR84V71 [factory aws, i-01f074e43e7da0428] (queued for 1 m 5 s)
 
22026-08-07T23:34:48.443Zstarting task 0: "setup"
32026-08-07T23:34:48.449Z++ uname -s
42026-08-07T23:34:48.452Z+ kern=SunOS
52026-08-07T23:34:48.452Z+ build_user=build
62026-08-07T23:34:48.452Z+ build_uid=12345
72026-08-07T23:34:48.452Z+ work_dir=/work
82026-08-07T23:34:48.452Z+ input_dir=/input
92026-08-07T23:34:48.452Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:48.452Z+ case "$kern" in
112026-08-07T23:34:48.452Z+ groupadd -g 12345 build
122026-08-07T23:34:48.455Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:50.458Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:50.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:50.554Z+ home_fs=zfs
162026-08-07T23:34:50.554Z+ [[ zfs == autofs ]]
172026-08-07T23:34:50.554Z+ mkdir -p /home/build
182026-08-07T23:34:50.554Z+ chown build:build /home/build /work
192026-08-07T23:34:51.555Z+ chmod 0700 /home/build /work
202026-08-07T23:34:51.558Zprocess exited: duration 3112 ms, exit code 0
 
212026-08-07T23:34:51.564Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:51.568Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:51.568Z * rust toolchain channel = "stable"
242026-08-07T23:34:51.568Z * rust toolchain profile = "default"
252026-08-07T23:34:51.568Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T23:34:51.568Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:51.568Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:51.570Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:51.570Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:51.666Zinfo: downloading installer
312026-08-07T23:34:53.025Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:53.025Zwarn: /opt/ooce/bin
332026-08-07T23:34:53.025Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:53.025Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:53.025Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:53.025Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:53.025Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:53.025Zerror: cannot install while Rust is installed
392026-08-07T23:34:53.025Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:53.026Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:53.026Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:53.026Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:53.026Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:53.039Zinfo: profile set to default
452026-08-07T23:34:53.039Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:53.042Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:53.184Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:53.187Zinfo: downloading 6 components
492026-08-07T23:35:08.691Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:08.691Z
512026-08-07T23:35:08.722Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:08.722Z
532026-08-07T23:35:08.722Z
542026-08-07T23:35:08.722ZRust is installed now. Great!
552026-08-07T23:35:08.722Z
562026-08-07T23:35:08.722ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:08.722Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:08.722Z
592026-08-07T23:35:08.722ZTo configure your current shell, you need to source
602026-08-07T23:35:08.722Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:08.722Z
622026-08-07T23:35:08.722ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:08.722Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:08.722Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:08.722Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:08.722Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:08.723Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:08.723Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:08.727Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:08.727Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:08.821Z+ rustup --version
722026-08-07T23:35:08.831Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:08.834Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:08.851Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:08.853Z+ cargo --version
762026-08-07T23:35:08.868Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:08.871Z+ rustc --version
782026-08-07T23:35:08.891Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:08.894Zprocess exited: duration 17326 ms, exit code 0
 
802026-08-07T23:35:08.901Zstarting task 2: "authentication"
812026-08-07T23:35:08.919Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:08.925Zstarting task 3: "clone repository"
832026-08-07T23:35:08.928Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:08.930Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:08.960ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:10.592Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:10.593Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:10.897ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:10.897Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:10.902Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:10.905Z++ git branch --show-current
922026-08-07T23:35:10.905Z+ current=main
932026-08-07T23:35:10.905Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:10.905Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:10.909Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:10.926ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:10.929Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:10.944ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:10.947Zprocess exited: duration 2019 ms, exit code 0
 
1002026-08-07T23:35:10.953Zstarting task 4: "build"
1012026-08-07T23:35:10.957Z+ set -e
1022026-08-07T23:35:10.957Z+ NEXTEST_VERSION=0.9.97
1032026-08-07T23:35:10.957Z+ PLATFORM=illumos
1042026-08-07T23:35:10.957Z+ cargo --version
1052026-08-07T23:35:10.962Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1062026-08-07T23:35:11.101Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-07T23:35:11.104Zinfo: downloading 6 components
1082026-08-07T23:35:26.389Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-08-07T23:35:26.392Z+ rustc --version
1102026-08-07T23:35:26.418Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-08-07T23:35:26.421Z+ cargo install cargo-nextest --version 0.9.97
1122026-08-07T23:35:26.463Z Updating crates.io index
1132026-08-07T23:35:26.565Z Downloading crates ...
1142026-08-07T23:35:26.627Z Downloaded cargo-nextest v0.9.97
1152026-08-07T23:35:26.687Z Installing cargo-nextest v0.9.97
1162026-08-07T23:35:26.690Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-08-07T23:35:26.690Z |
1182026-08-07T23:35:26.690Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-08-07T23:35:26.690Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-08-07T23:35:26.725Z Updating crates.io index
1212026-08-07T23:35:28.761Z Locking 396 packages to latest compatible versions
1222026-08-07T23:35:28.766Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-08-07T23:35:28.769Z Adding duct v0.13.7 (available: v1.1.1)
1242026-08-07T23:35:28.769Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-08-07T23:35:28.769Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-08-07T23:35:28.773Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-08-07T23:35:28.773Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-08-07T23:35:28.773Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1292026-08-07T23:35:28.773Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-08-07T23:35:28.776Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1312026-08-07T23:35:28.776Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-08-07T23:35:28.803Z Downloading crates ...
1332026-08-07T23:35:28.828Z Downloaded atomicwrites v0.4.4
1342026-08-07T23:35:28.831Z Downloaded block-buffer v0.10.4
1352026-08-07T23:35:28.831Z Downloaded anstyle v1.0.14
1362026-08-07T23:35:28.839Z Downloaded bytes v1.12.1
1372026-08-07T23:35:28.844Z Downloaded ahash v0.8.12
1382026-08-07T23:35:28.857Z Downloaded document-features v0.2.12
1392026-08-07T23:35:28.861Z Downloaded async-scoped v0.9.0
1402026-08-07T23:35:28.864Z Downloaded addr2line v0.25.1
1412026-08-07T23:35:28.867Z Downloaded futures-sink v0.3.33
1422026-08-07T23:35:28.870Z Downloaded adler2 v2.0.1
1432026-08-07T23:35:28.870Z Downloaded cfg_aliases v0.2.2
1442026-08-07T23:35:28.870Z Downloaded heck v0.5.0
1452026-08-07T23:35:28.870Z Downloaded anstyle-query v1.1.5
1462026-08-07T23:35:28.870Z Downloaded crypto-common v0.1.7
1472026-08-07T23:35:28.873Z Downloaded rand_core v0.10.1
1482026-08-07T23:35:28.876Z Downloaded backtrace-ext v0.2.1
1492026-08-07T23:35:28.876Z Downloaded quote v1.0.47
1502026-08-07T23:35:28.885Z Downloaded sync_wrapper v1.0.2
1512026-08-07T23:35:28.895Z Downloaded signal-hook-mio v0.2.5
1522026-08-07T23:35:28.895Z Downloaded atomic-waker v1.1.2
1532026-08-07T23:35:28.895Z Downloaded color-spantrace v0.3.0
1542026-08-07T23:35:28.895Z Downloaded cpufeatures v0.2.17
1552026-08-07T23:35:28.899Z Downloaded serde_spanned v1.1.1
1562026-08-07T23:35:28.899Z Downloaded swrite v0.1.0
1572026-08-07T23:35:28.902Z Downloaded cargo-util-schemas v0.2.0
1582026-08-07T23:35:28.905Z Downloaded rustc_version v0.4.1
1592026-08-07T23:35:28.908Z Downloaded clap_lex v1.1.0
1602026-08-07T23:35:28.915Z Downloaded serde_spanned v0.6.9
1612026-08-07T23:35:28.917Z Downloaded cargo-platform v0.2.0
1622026-08-07T23:35:28.921Z Downloaded equivalent v1.0.2
1632026-08-07T23:35:28.921Z Downloaded guppy-workspace-hack v0.1.0
1642026-08-07T23:35:28.925Z Downloaded colorchoice v1.0.5
1652026-08-07T23:35:28.925Z Downloaded fnv v1.0.7
1662026-08-07T23:35:28.925Z Downloaded rustc-hash v2.1.3
1672026-08-07T23:35:28.925Z Downloaded enable-ansi-support v0.2.1
1682026-08-07T23:35:28.930Z Downloaded supports-color v3.0.2
1692026-08-07T23:35:28.933Z Downloaded scopeguard v1.2.0
1702026-08-07T23:35:28.933Z Downloaded serde_ignored v0.1.14
1712026-08-07T23:35:28.944Z Downloaded serde-value v0.7.0
1722026-08-07T23:35:28.945Z Downloaded serde_urlencoded v0.7.1
1732026-08-07T23:35:28.945Z Downloaded cargo_metadata v0.23.1
1742026-08-07T23:35:28.945Z Downloaded anstyle-parse v1.0.0
1752026-08-07T23:35:28.945Z Downloaded cpufeatures v0.3.0
1762026-08-07T23:35:28.949Z Downloaded thread_local v1.1.10
1772026-08-07T23:35:28.949Z Downloaded curve25519-dalek-derive v0.1.1
1782026-08-07T23:35:28.953Z Downloaded futures-core v0.3.33
1792026-08-07T23:35:28.956Z Downloaded cargo-platform v0.3.3
1802026-08-07T23:35:28.957Z Downloaded shared_child v1.1.1
1812026-08-07T23:35:28.957Z Downloaded generic-array v0.14.7
1822026-08-07T23:35:28.959Z Downloaded errno v0.3.14
1832026-08-07T23:35:28.962Z Downloaded cfg-if v1.0.4
1842026-08-07T23:35:28.963Z Downloaded toml_datetime v0.6.11
1852026-08-07T23:35:28.963Z Downloaded signature v2.2.0
1862026-08-07T23:35:28.967Z Downloaded thiserror-impl v1.0.69
1872026-08-07T23:35:28.970Z Downloaded foreign-types v0.3.2
1882026-08-07T23:35:28.970Z Downloaded form_urlencoded v1.2.2
1892026-08-07T23:35:28.970Z Downloaded futures-task v0.3.33
1902026-08-07T23:35:28.971Z Downloaded futures-io v0.3.33
1912026-08-07T23:35:28.971Z Downloaded debug-ignore v1.0.5
1922026-08-07T23:35:28.974Z Downloaded os_pipe v1.2.3
1932026-08-07T23:35:28.974Z Downloaded quinn-udp v0.5.15
1942026-08-07T23:35:28.974Z Downloaded simd-adler32 v0.3.10
1952026-08-07T23:35:28.974Z Downloaded futures-macro v0.3.33
1962026-08-07T23:35:28.977Z Downloaded foreign-types-shared v0.1.1
1972026-08-07T23:35:28.977Z Downloaded sha2 v0.10.9
1982026-08-07T23:35:28.977Z Downloaded smol_str v0.3.6
1992026-08-07T23:35:28.981Z Downloaded pathdiff v0.2.3
2002026-08-07T23:35:28.984Z Downloaded quinn v0.11.11
2012026-08-07T23:35:28.985Z Downloaded autocfg v1.5.1
2022026-08-07T23:35:28.988Z Downloaded camino-tempfile v1.4.1
2032026-08-07T23:35:28.988Z Downloaded strip-ansi-escapes v0.2.1
2042026-08-07T23:35:28.988Z Downloaded supports-unicode v3.0.0
2052026-08-07T23:35:28.988Z Downloaded tokio-macros v2.7.2
2062026-08-07T23:35:28.988Z Downloaded anstream v1.0.0
2072026-08-07T23:35:28.992Z Downloaded subtle v2.6.1
2082026-08-07T23:35:28.995Z Downloaded sigchld v0.2.4
2092026-08-07T23:35:28.995Z Downloaded terminal_size v0.4.4
2102026-08-07T23:35:28.999Z Downloaded try-lock v0.2.5
2112026-08-07T23:35:28.999Z Downloaded typeid v1.0.3
2122026-08-07T23:35:29.002Z Downloaded shell-words v1.1.1
2132026-08-07T23:35:29.003Z Downloaded tinyvec_macros v0.1.1
2142026-08-07T23:35:29.006Z Downloaded supports-hyperlinks v3.2.0
2152026-08-07T23:35:29.006Z Downloaded toml_write v0.1.2
2162026-08-07T23:35:29.006Z Downloaded xattr v1.6.1
2172026-08-07T23:35:29.006Z Downloaded strsim v0.11.1
2182026-08-07T23:35:29.006Z Downloaded want v0.3.1
2192026-08-07T23:35:29.006Z Downloaded humantime-serde v1.1.1
2202026-08-07T23:35:29.009Z Downloaded indent_write v2.2.0
2212026-08-07T23:35:29.009Z Downloaded self-replace v1.5.0
2222026-08-07T23:35:29.012Z Downloaded ppv-lite86 v0.2.21
2232026-08-07T23:35:29.015Z Downloaded serde-untagged v0.1.9
2242026-08-07T23:35:29.015Z Downloaded serde_path_to_error v0.1.20
2252026-08-07T23:35:29.015Z Downloaded convert_case v0.10.0
2262026-08-07T23:35:29.019Z Downloaded base64ct v1.8.3
2272026-08-07T23:35:29.019Z Downloaded either v1.17.0
2282026-08-07T23:35:29.021Z Downloaded target-lexicon v0.13.5
2292026-08-07T23:35:29.022Z Downloaded ed25519 v2.2.3
2302026-08-07T23:35:29.022Z Downloaded fixedbitset v0.5.7
2312026-08-07T23:35:29.025Z Downloaded rand_pcg v0.10.2
2322026-08-07T23:35:29.025Z Downloaded rand_chacha v0.9.0
2332026-08-07T23:35:29.028Z Downloaded percent-encoding v2.3.2
2342026-08-07T23:35:29.028Z Downloaded nextest-workspace-hack v0.1.0
2352026-08-07T23:35:29.031Z Downloaded rand_core v0.9.5
2362026-08-07T23:35:29.031Z Downloaded tower-service v0.3.3
2372026-08-07T23:35:29.034Z Downloaded signal-hook-registry v1.4.8
2382026-08-07T23:35:29.034Z Downloaded thiserror-impl v2.0.19
2392026-08-07T23:35:29.034Z Downloaded tokio-native-tls v0.3.1
2402026-08-07T23:35:29.037Z Downloaded cfg-expr v0.20.8
2412026-08-07T23:35:29.040Z Downloaded spki v0.7.3
2422026-08-07T23:35:29.043Z Downloaded target-spec-miette v0.4.8
2432026-08-07T23:35:29.043Z Downloaded is_ci v1.2.0
2442026-08-07T23:35:29.047Z Downloaded filetime v0.2.29
2452026-08-07T23:35:29.050Z Downloaded future-queue v0.4.0
2462026-08-07T23:35:29.050Z Downloaded futures-executor v0.3.33
2472026-08-07T23:35:29.053Z Downloaded semver v1.0.28
2482026-08-07T23:35:29.053Z Downloaded shlex v2.0.1
2492026-08-07T23:35:29.053Z Downloaded erased-serde v0.4.10
2502026-08-07T23:35:29.056Z Downloaded dialoguer v0.11.0
2512026-08-07T23:35:29.060Z Downloaded fastrand v2.5.0
2522026-08-07T23:35:29.060Z Downloaded owo-colors v4.3.0
2532026-08-07T23:35:29.060Z Downloaded pin-project-internal v1.1.13
2542026-08-07T23:35:29.060Z Downloaded camino v1.2.5
2552026-08-07T23:35:29.063Z Downloaded unicode-xid v0.2.6
2562026-08-07T23:35:29.066Z Downloaded idna_adapter v1.0.0
2572026-08-07T23:35:29.069Z Downloaded lazy_static v1.5.0
2582026-08-07T23:35:29.069Z Downloaded static_assertions v1.1.0
2592026-08-07T23:35:29.069Z Downloaded unicode-linebreak v0.1.5
2602026-08-07T23:35:29.069Z Downloaded utf8parse v0.2.2
2612026-08-07T23:35:29.069Z Downloaded mukti-metadata v0.3.0
2622026-08-07T23:35:29.072Z Downloaded tower-layer v0.3.3
2632026-08-07T23:35:29.075Z Downloaded pkg-config v0.3.33
2642026-08-07T23:35:29.075Z Downloaded thiserror v1.0.69
2652026-08-07T23:35:29.078Z Downloaded thiserror v2.0.19
2662026-08-07T23:35:29.081Z Downloaded number_prefix v0.4.0
2672026-08-07T23:35:29.081Z Downloaded lru-slab v0.1.2
2682026-08-07T23:35:29.090Z Downloaded hex v0.4.3
2692026-08-07T23:35:29.094Z Downloaded slab v0.4.12
2702026-08-07T23:35:29.094Z Downloaded zipsign-api v0.1.5
2712026-08-07T23:35:29.094Z Downloaded openssl-macros v0.1.1
2722026-08-07T23:35:29.094Z Downloaded rustls-pki-types v1.15.1
2732026-08-07T23:35:29.098Z Downloaded clap_derive v4.6.4
2742026-08-07T23:35:29.098Z Downloaded console v0.15.11
2752026-08-07T23:35:29.101Z Downloaded const-oid v0.9.6
2762026-08-07T23:35:29.101Z Downloaded chacha20 v0.10.1
2772026-08-07T23:35:29.101Z Downloaded digest v0.10.7
2782026-08-07T23:35:29.104Z Downloaded rand_core v0.6.4
2792026-08-07T23:35:29.104Z Downloaded rustc-demangle v0.1.28
2802026-08-07T23:35:29.104Z Downloaded self_update v0.42.0
2812026-08-07T23:35:29.108Z Downloaded toml v0.8.23
2822026-08-07T23:35:29.111Z Downloaded untrusted v0.9.0
2832026-08-07T23:35:29.111Z Downloaded home v0.5.12
2842026-08-07T23:35:29.114Z Downloaded nested v0.1.1
2852026-08-07T23:35:29.114Z Downloaded hyper-tls v0.6.0
2862026-08-07T23:35:29.118Z Downloaded bitflags v2.13.1
2872026-08-07T23:35:29.121Z Downloaded futures-channel v0.3.33
2882026-08-07T23:35:29.121Z Downloaded http-body v1.1.0
2892026-08-07T23:35:29.124Z Downloaded ipnet v2.12.1
2902026-08-07T23:35:29.124Z Downloaded tokio-rustls v0.26.4
2912026-08-07T23:35:29.124Z Downloaded zstd-safe v7.2.4
2922026-08-07T23:35:29.127Z Downloaded cargo_metadata v0.20.0
2932026-08-07T23:35:29.127Z Downloaded tinyvec v1.12.0
2942026-08-07T23:35:29.130Z Downloaded crc32fast v1.5.0
2952026-08-07T23:35:29.130Z Downloaded foldhash v0.1.5
2962026-08-07T23:35:29.130Z Downloaded tempfile v3.27.0
2972026-08-07T23:35:29.133Z Downloaded find-msvc-tools v0.1.10
2982026-08-07T23:35:29.133Z Downloaded newtype-uuid v1.4.0
2992026-08-07T23:35:29.137Z Downloaded globset v0.4.20
3002026-08-07T23:35:29.137Z Downloaded duct v0.13.7
3012026-08-07T23:35:29.139Z Downloaded proc-macro2 v1.0.107
3022026-08-07T23:35:29.142Z Downloaded itoa v1.0.18
3032026-08-07T23:35:29.146Z Downloaded urlencoding v2.1.3
3042026-08-07T23:35:29.146Z Downloaded http-body-util v0.1.4
3052026-08-07T23:35:29.149Z Downloaded is_terminal_polyfill v1.70.2
3062026-08-07T23:35:29.149Z Downloaded toml_writer v1.1.2+spec-1.1.0
3072026-08-07T23:35:29.155Z Downloaded indenter v0.3.4
3082026-08-07T23:35:29.159Z Downloaded nextest-metadata v0.12.2
3092026-08-07T23:35:29.162Z Downloaded version_check v0.9.5
3102026-08-07T23:35:29.162Z Downloaded utf8_iter v1.0.4
3112026-08-07T23:35:29.162Z Downloaded xxhash-rust v0.8.18
3122026-08-07T23:35:29.165Z Downloaded unicase v2.9.0
3132026-08-07T23:35:29.172Z Downloaded smallvec v1.15.2
3142026-08-07T23:35:29.175Z Downloaded getrandom v0.2.17
3152026-08-07T23:35:29.178Z Downloaded eyre v0.6.12
3162026-08-07T23:35:29.178Z Downloaded litrs v1.0.0
3172026-08-07T23:35:29.181Z Downloaded pin-project-lite v0.2.17
3182026-08-07T23:35:29.184Z Downloaded once_cell v1.21.4
3192026-08-07T23:35:29.184Z Downloaded openssl-probe v0.2.1
3202026-08-07T23:35:29.187Z Downloaded tracing-error v0.2.1
3212026-08-07T23:35:29.187Z Downloaded derive-where v1.6.1
3222026-08-07T23:35:29.187Z Downloaded hyper-rustls v0.27.9
3232026-08-07T23:35:29.191Z Downloaded ordered-float v2.10.1
3242026-08-07T23:35:29.194Z Downloaded config v0.15.25
3252026-08-07T23:35:29.197Z Downloaded getrandom v0.4.3
3262026-08-07T23:35:29.200Z Downloaded futures v0.3.33
3272026-08-07T23:35:29.206Z Downloaded backtrace v0.3.76
3282026-08-07T23:35:29.210Z Downloaded humantime v2.4.0
3292026-08-07T23:35:29.210Z Downloaded miette-derive v7.6.0
3302026-08-07T23:35:29.210Z Downloaded jobserver v0.1.35
3312026-08-07T23:35:29.210Z Downloaded lock_api v0.4.14
3322026-08-07T23:35:29.210Z Downloaded getrandom v0.3.4
3332026-08-07T23:35:29.213Z Downloaded tracing-core v0.1.36
3342026-08-07T23:35:29.213Z Downloaded zstd v0.13.3
3352026-08-07T23:35:29.216Z Downloaded ryu v1.0.23
3362026-08-07T23:35:29.216Z Downloaded signal-hook v0.3.18
3372026-08-07T23:35:29.216Z Downloaded quick-junit v0.5.2
3382026-08-07T23:35:29.219Z Downloaded zmij v1.0.23
3392026-08-07T23:35:29.223Z Downloaded nextest-filtering v0.15.0
3402026-08-07T23:35:29.226Z Downloaded clap v4.6.6
3412026-08-07T23:35:29.229Z Downloaded base64 v0.22.1
3422026-08-07T23:35:29.232Z Downloaded toml v1.1.4+spec-1.1.0
3432026-08-07T23:35:29.235Z Downloaded parking_lot_core v0.9.12
3442026-08-07T23:35:29.235Z Downloaded borsh v1.8.0
3452026-08-07T23:35:29.241Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3462026-08-07T23:35:29.241Z Downloaded zeroize v1.9.0
3472026-08-07T23:35:29.245Z Downloaded cc v1.4.1
3482026-08-07T23:35:29.249Z Downloaded tokio-stream v0.1.19
3492026-08-07T23:35:29.253Z Downloaded uuid v1.24.0
3502026-08-07T23:35:29.253Z Downloaded target-spec v3.6.0
3512026-08-07T23:35:29.256Z Downloaded native-tls v0.2.18
3522026-08-07T23:35:29.256Z Downloaded tracing-attributes v0.1.31
3532026-08-07T23:35:29.256Z Downloaded unicode-ident v1.0.24
3542026-08-07T23:35:29.262Z Downloaded ed25519-dalek v2.2.0
3552026-08-07T23:35:29.265Z Downloaded serde_derive v1.0.229
3562026-08-07T23:35:29.272Z Downloaded pin-project v1.1.13
3572026-08-07T23:35:29.277Z Downloaded derive_more v2.1.1
3582026-08-07T23:35:29.283Z Downloaded flate2 v1.1.9
3592026-08-07T23:35:29.286Z Downloaded vte v0.14.1
3602026-08-07T23:35:29.286Z Downloaded serde_core v1.0.229
3612026-08-07T23:35:29.286Z Downloaded url v2.5.8
3622026-08-07T23:35:29.289Z Downloaded indicatif v0.17.11
3632026-08-07T23:35:29.292Z Downloaded toml_edit v0.22.27
3642026-08-07T23:35:29.295Z Downloaded serde v1.0.229
3652026-08-07T23:35:29.301Z Downloaded der v0.7.10
3662026-08-07T23:35:29.305Z Downloaded rustls-webpki v0.103.13
3672026-08-07T23:35:29.313Z Downloaded iana-time-zone v0.1.65
3682026-08-07T23:35:29.317Z Downloaded tar v0.4.46
3692026-08-07T23:35:29.319Z Downloaded derive_more-impl v2.1.1
3702026-08-07T23:35:29.322Z Downloaded textwrap v0.16.2
3712026-08-07T23:35:29.325Z Downloaded socket2 v0.6.5
3722026-08-07T23:35:29.331Z Downloaded toml_parser v1.1.3+spec-1.1.0
3732026-08-07T23:35:29.331Z Downloaded pkcs8 v0.10.2
3742026-08-07T23:35:29.331Z Downloaded tracing-log v0.2.0
3752026-08-07T23:35:29.335Z Downloaded mio v1.2.2
3762026-08-07T23:35:29.338Z Downloaded httparse v1.10.1
3772026-08-07T23:35:29.346Z Downloaded aho-corasick v1.1.5
3782026-08-07T23:35:29.352Z Downloaded tower v0.5.3
3792026-08-07T23:35:29.357Z Downloaded sharded-slab v0.1.7
3802026-08-07T23:35:29.360Z Downloaded parking_lot v0.12.5
3812026-08-07T23:35:29.363Z Downloaded http v1.5.0
3822026-08-07T23:35:29.363Z Downloaded rand v0.9.5
3832026-08-07T23:35:29.366Z Downloaded hashbrown v0.15.5
3842026-08-07T23:35:29.374Z Downloaded hyper-util v0.1.20
3852026-08-07T23:35:29.381Z Downloaded openssl-sys v0.9.117
3862026-08-07T23:35:29.384Z Downloaded crossterm v0.29.0
3872026-08-07T23:35:29.387Z Downloaded guppy v0.17.26
3882026-08-07T23:35:29.390Z Downloaded hashbrown v0.17.1
3892026-08-07T23:35:29.393Z Downloaded clap_builder v4.6.6
3902026-08-07T23:35:29.397Z Downloaded num-traits v0.2.19
3912026-08-07T23:35:29.400Z Downloaded log v0.4.33
3922026-08-07T23:35:29.400Z Downloaded rand v0.10.2
3932026-08-07T23:35:29.403Z Downloaded futures-util v0.3.33
3942026-08-07T23:35:29.425Z Downloaded h2 v0.4.15
3952026-08-07T23:35:29.438Z Downloaded winnow v0.7.15
3962026-08-07T23:35:29.443Z Downloaded winnow v1.0.4
3972026-08-07T23:35:29.449Z Downloaded miniz_oxide v0.8.9
3982026-08-07T23:35:29.452Z Downloaded memchr v2.8.3
3992026-08-07T23:35:29.462Z Downloaded chrono v0.4.45
4002026-08-07T23:35:29.467Z Downloaded vcpkg v0.2.15
4012026-08-07T23:35:29.491Z Downloaded ron v0.12.2
4022026-08-07T23:35:29.495Z Downloaded zerocopy v0.8.56
4032026-08-07T23:35:29.506Z Downloaded curve25519-dalek v4.1.3
4042026-08-07T23:35:29.510Z Downloaded indexmap v2.14.0
4052026-08-07T23:35:29.513Z Downloaded nextest-runner v0.80.0
4062026-08-07T23:35:29.519Z Downloaded miette v7.6.0
4072026-08-07T23:35:29.521Z Downloaded regex v1.13.1
4082026-08-07T23:35:29.524Z Downloaded gimli v0.32.3
4092026-08-07T23:35:29.528Z Downloaded bstr v1.13.0
4102026-08-07T23:35:29.532Z Downloaded tokio-util v0.7.19
4112026-08-07T23:35:29.536Z Downloaded color-eyre v0.6.5
4122026-08-07T23:35:29.540Z Downloaded openssl v0.10.81
4132026-08-07T23:35:29.545Z Downloaded quick-xml v0.38.4
4142026-08-07T23:35:29.548Z Downloaded object v0.37.3
4152026-08-07T23:35:29.554Z Downloaded nix v0.30.1
4162026-08-07T23:35:29.560Z Downloaded typenum v1.20.1
4172026-08-07T23:35:29.563Z Downloaded serde_json v1.0.151
4182026-08-07T23:35:29.567Z Downloaded unicode-segmentation v1.13.3
4192026-08-07T23:35:29.572Z Downloaded unicode-normalization v0.1.25
4202026-08-07T23:35:29.577Z Downloaded petgraph v0.8.3
4212026-08-07T23:35:29.590Z Downloaded libc v0.2.189
4222026-08-07T23:35:29.609Z Downloaded pulldown-cmark v0.13.4
4232026-08-07T23:35:29.612Z Downloaded idna v1.1.0
4242026-08-07T23:35:29.615Z Downloaded reqwest v0.12.28
4252026-08-07T23:35:29.618Z Downloaded tower-http v0.6.11
4262026-08-07T23:35:29.623Z Downloaded itertools v0.14.0
4272026-08-07T23:35:29.626Z Downloaded hyper v1.11.0
4282026-08-07T23:35:29.631Z Downloaded portable-atomic v1.14.0
4292026-08-07T23:35:29.652Z Downloaded quick-xml v0.37.5
4302026-08-07T23:35:29.664Z Downloaded quinn-proto v0.11.16
4312026-08-07T23:35:29.681Z Downloaded tracing-subscriber v0.3.23
4322026-08-07T23:35:29.686Z Downloaded webpki-roots v1.0.9
4332026-08-07T23:35:29.729Z Downloaded unicode-width v0.1.14
4342026-08-07T23:35:29.754Z Downloaded unicode-width v0.2.2
4352026-08-07T23:35:29.767Z Downloaded syn v3.0.3
4362026-08-07T23:35:29.774Z Downloaded syn v2.0.119
4372026-08-07T23:35:29.797Z Downloaded regex-syntax v0.8.11
4382026-08-07T23:35:29.808Z Downloaded rustls v0.23.43
4392026-08-07T23:35:29.817Z Downloaded rustix v0.38.44
4402026-08-07T23:35:29.848Z Downloaded rustix v1.1.4
4412026-08-07T23:35:29.886Z Downloaded tracing v0.1.44
4422026-08-07T23:35:29.942Z Downloaded regex-automata v0.4.18
4432026-08-07T23:35:29.988Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4442026-08-07T23:35:30.033Z Downloaded tokio v1.53.1
4452026-08-07T23:35:30.102Z Downloaded recursion v0.5.4
4462026-08-07T23:35:30.116Z Downloaded ring v0.17.14
4472026-08-07T23:35:30.176Z Compiling proc-macro2 v1.0.107
4482026-08-07T23:35:30.179Z Compiling unicode-ident v1.0.24
4492026-08-07T23:35:30.179Z Compiling quote v1.0.47
4502026-08-07T23:35:30.179Z Compiling libc v0.2.189
4512026-08-07T23:35:30.179Z Compiling serde_core v1.0.229
4522026-08-07T23:35:30.179Z Compiling cfg-if v1.0.4
4532026-08-07T23:35:30.179Z Compiling memchr v2.8.3
4542026-08-07T23:35:30.310Z Compiling once_cell v1.21.4
4552026-08-07T23:35:30.416Z Compiling log v0.4.33
4562026-08-07T23:35:30.428Z Compiling pin-project-lite v0.2.17
4572026-08-07T23:35:30.516Z Compiling itoa v1.0.18
4582026-08-07T23:35:30.585Z Compiling serde v1.0.229
4592026-08-07T23:35:30.711Z Compiling smallvec v1.15.2
4602026-08-07T23:35:30.777Z Compiling futures-core v0.3.33
4612026-08-07T23:35:30.935Z Compiling bitflags v2.13.1
4622026-08-07T23:35:30.945Z Compiling hashbrown v0.17.1
4632026-08-07T23:35:30.956Z Compiling find-msvc-tools v0.1.10
4642026-08-07T23:35:31.182Z Compiling shlex v2.0.1
4652026-08-07T23:35:31.309Z Compiling errno v0.3.14
4662026-08-07T23:35:31.359Z Compiling equivalent v1.0.2
4672026-08-07T23:35:31.413Z Compiling signal-hook-registry v1.4.8
4682026-08-07T23:35:31.447Z Compiling jobserver v0.1.35
4692026-08-07T23:35:31.472Z Compiling bytes v1.12.1
4702026-08-07T23:35:31.494Z Compiling syn v3.0.3
4712026-08-07T23:35:31.506Z Compiling syn v2.0.119
4722026-08-07T23:35:31.570Z Compiling mio v1.2.2
4732026-08-07T23:35:31.616Z Compiling rustix v1.1.4
4742026-08-07T23:35:31.758Z Compiling cc v1.4.1
4752026-08-07T23:35:31.857Z Compiling futures-sink v0.3.33
4762026-08-07T23:35:31.976Z Compiling socket2 v0.6.5
4772026-08-07T23:35:32.226Z Compiling slab v0.4.12
4782026-08-07T23:35:32.341Z Compiling zmij v1.0.23
4792026-08-07T23:35:32.431Z Compiling futures-channel v0.3.33
4802026-08-07T23:35:32.654Z Compiling indexmap v2.14.0
4812026-08-07T23:35:32.704Z Compiling tracing-core v0.1.36
4822026-08-07T23:35:32.730Z Compiling serde_json v1.0.151
4832026-08-07T23:35:32.742Z Compiling version_check v0.9.5
4842026-08-07T23:35:32.998Z Compiling getrandom v0.4.3
4852026-08-07T23:35:33.020Z Compiling futures-task v0.3.33
4862026-08-07T23:35:33.192Z Compiling futures-io v0.3.33
4872026-08-07T23:35:33.309Z Compiling unicode-width v0.2.2
4882026-08-07T23:35:33.385Z Compiling camino v1.2.5
4892026-08-07T23:35:33.478Z Compiling percent-encoding v2.3.2
4902026-08-07T23:35:33.795Z Compiling ring v0.17.14
4912026-08-07T23:35:33.806Z Compiling http v1.5.0
4922026-08-07T23:35:33.810Z Compiling simd-adler32 v0.3.10
4932026-08-07T23:35:33.834Z Compiling adler2 v2.0.1
4942026-08-07T23:35:34.006Z Compiling zeroize v1.9.0
4952026-08-07T23:35:34.132Z Compiling autocfg v1.5.1
4962026-08-07T23:35:34.214Z Compiling miniz_oxide v0.8.9
4972026-08-07T23:35:34.390Z Compiling serde_derive v1.0.229
4982026-08-07T23:35:34.486Z Compiling tokio-macros v2.7.2
4992026-08-07T23:35:34.699Z Compiling num-traits v0.2.19
5002026-08-07T23:35:35.180Z Compiling futures-macro v0.3.33
5012026-08-07T23:35:35.234Z Compiling tokio v1.53.1
5022026-08-07T23:35:35.507Z Compiling tracing-attributes v0.1.31
5032026-08-07T23:35:35.663Z Compiling target-lexicon v0.13.5
5042026-08-07T23:35:35.773Z Compiling zerocopy v0.8.56
5052026-08-07T23:35:35.920Z Compiling getrandom v0.3.4
5062026-08-07T23:35:36.017Z Compiling futures-util v0.3.33
5072026-08-07T23:35:36.130Z Compiling object v0.37.3
5082026-08-07T23:35:36.254Z Compiling http-body v1.1.0
5092026-08-07T23:35:36.387Z Compiling rustls-pki-types v1.15.1
5102026-08-07T23:35:36.412Z Compiling form_urlencoded v1.2.2
5112026-08-07T23:35:36.465Z Compiling semver v1.0.28
5122026-08-07T23:35:36.684Z Compiling getrandom v0.2.17
5132026-08-07T23:35:36.698Z Compiling tracing v0.1.44
5142026-08-07T23:35:36.877Z Compiling signal-hook v0.3.18
5152026-08-07T23:35:37.048Z Compiling untrusted v0.9.0
5162026-08-07T23:35:37.084Z Compiling guppy-workspace-hack v0.1.0
5172026-08-07T23:35:37.099Z Compiling thiserror v2.0.19
5182026-08-07T23:35:37.171Z Compiling httparse v1.10.1
5192026-08-07T23:35:37.229Z Compiling utf8_iter v1.0.4
5202026-08-07T23:35:37.287Z Compiling gimli v0.32.3
5212026-08-07T23:35:37.387Z Compiling owo-colors v4.3.0
5222026-08-07T23:35:37.416Z Compiling idna_adapter v1.0.0
5232026-08-07T23:35:37.506Z Compiling fnv v1.0.7
5242026-08-07T23:35:37.572Z Compiling idna v1.1.0
5252026-08-07T23:35:38.581Z Compiling thiserror-impl v2.0.19
5262026-08-07T23:35:38.640Z Compiling generic-array v0.14.7
5272026-08-07T23:35:38.867Z Compiling typeid v1.0.3
5282026-08-07T23:35:39.149Z Compiling rustc-demangle v0.1.28
5292026-08-07T23:35:39.217Z Compiling tokio-util v0.7.19
5302026-08-07T23:35:39.740Z Compiling addr2line v0.25.1
5312026-08-07T23:35:39.967Z Compiling target-spec v3.6.0
5322026-08-07T23:35:40.145Z Compiling rustls v0.23.43
5332026-08-07T23:35:40.181Z Compiling try-lock v0.2.5
5342026-08-07T23:35:40.245Z Compiling pkg-config v0.3.33
5352026-08-07T23:35:40.297Z Compiling fastrand v2.5.0
5362026-08-07T23:35:40.345Z Compiling thiserror v1.0.69
5372026-08-07T23:35:40.358Z Compiling tower-service v0.3.3
5382026-08-07T23:35:40.451Z Compiling atomic-waker v1.1.2
5392026-08-07T23:35:40.583Z Compiling h2 v0.4.15
5402026-08-07T23:35:40.623Z Compiling backtrace v0.3.76
5412026-08-07T23:35:40.667Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5422026-08-07T23:35:40.822Z Compiling tempfile v3.27.0
5432026-08-07T23:35:41.043Z Compiling want v0.3.1
5442026-08-07T23:35:41.252Z Compiling cfg-expr v0.20.8
5452026-08-07T23:35:41.272Z Compiling url v2.5.8
5462026-08-07T23:35:42.206Z Compiling thiserror-impl v1.0.69
5472026-08-07T23:35:42.417Z Compiling terminal_size v0.4.4
5482026-08-07T23:35:42.578Z Compiling aho-corasick v1.1.5
5492026-08-07T23:35:42.619Z Compiling winnow v0.7.15
5502026-08-07T23:35:43.374Z Compiling regex-syntax v0.8.11
5512026-08-07T23:35:43.703Z Compiling rustls-webpki v0.103.13
5522026-08-07T23:35:44.595Z Compiling subtle v2.6.1
5532026-08-07T23:35:44.758Z Compiling erased-serde v0.4.10
5542026-08-07T23:35:45.065Z Compiling typenum v1.20.1
5552026-08-07T23:35:45.512Z Compiling regex-automata v0.4.18
5562026-08-07T23:35:46.448Z Compiling hyper v1.11.0
5572026-08-07T23:35:47.984Z Compiling toml_datetime v0.6.11
5582026-08-07T23:35:48.357Z Compiling serde_spanned v0.6.9
5592026-08-07T23:35:48.404Z Compiling ahash v0.8.12
5602026-08-07T23:35:48.515Z Compiling sync_wrapper v1.0.2
5612026-08-07T23:35:48.632Z Compiling unicode-segmentation v1.13.3
5622026-08-07T23:35:48.653Z Compiling either v1.17.0
5632026-08-07T23:35:48.885Z Compiling tower-layer v0.3.3
5642026-08-07T23:35:49.024Z Compiling foldhash v0.1.5
5652026-08-07T23:35:49.091Z Compiling lazy_static v1.5.0
5662026-08-07T23:35:49.202Z Compiling crc32fast v1.5.0
5672026-08-07T23:35:49.243Z Compiling parking_lot_core v0.9.12
5682026-08-07T23:35:49.489Z Compiling ipnet v2.12.1
5692026-08-07T23:35:49.514Z Compiling base64 v0.22.1
5702026-08-07T23:35:50.012Z Compiling unicode-linebreak v0.1.5
5712026-08-07T23:35:50.178Z Compiling portable-atomic v1.14.0
5722026-08-07T23:35:50.229Z Compiling nextest-workspace-hack v0.1.0
5732026-08-07T23:35:50.287Z Compiling toml_write v0.1.2
5742026-08-07T23:35:50.445Z Compiling is_ci v1.2.0
5752026-08-07T23:35:50.533Z Compiling toml_edit v0.22.27
5762026-08-07T23:35:50.613Z Compiling supports-color v3.0.2
5772026-08-07T23:35:50.678Z Compiling textwrap v0.16.2
5782026-08-07T23:35:50.691Z Compiling hyper-util v0.1.20
5792026-08-07T23:35:50.850Z Compiling tokio-rustls v0.26.4
5802026-08-07T23:35:50.861Z Compiling sharded-slab v0.1.7
5812026-08-07T23:35:51.135Z Compiling hashbrown v0.15.5
5822026-08-07T23:35:51.460Z Compiling tower v0.5.3
5832026-08-07T23:35:51.776Z Compiling convert_case v0.10.0
5842026-08-07T23:35:52.052Z Compiling backtrace-ext v0.2.1
5852026-08-07T23:35:52.071Z Compiling ordered-float v2.10.1
5862026-08-07T23:35:52.308Z Compiling webpki-roots v1.0.9
5872026-08-07T23:35:52.344Z Compiling pathdiff v0.2.3
5882026-08-07T23:35:52.423Z Compiling miette-derive v7.6.0
5892026-08-07T23:35:52.470Z Compiling console v0.15.11
5902026-08-07T23:35:52.635Z Compiling tracing-log v0.2.0
5912026-08-07T23:35:52.985Z Compiling cargo-platform v0.3.3
5922026-08-07T23:35:53.337Z Compiling os_pipe v1.2.3
5932026-08-07T23:35:53.508Z Compiling thread_local v1.1.10
5942026-08-07T23:35:53.512Z Compiling pulldown-cmark v0.13.4
5952026-08-07T23:35:53.533Z Compiling supports-hyperlinks v3.2.0
5962026-08-07T23:35:53.729Z Compiling utf8parse v0.2.2
5972026-08-07T23:35:53.748Z Compiling fixedbitset v0.5.7
5982026-08-07T23:35:53.817Z Compiling zstd-safe v7.2.4
5992026-08-07T23:35:53.839Z Compiling supports-unicode v3.0.0
6002026-08-07T23:35:53.842Z Compiling debug-ignore v1.0.5
6012026-08-07T23:35:53.950Z Compiling winnow v1.0.4
6022026-08-07T23:35:54.017Z Compiling scopeguard v1.2.0
6032026-08-07T23:35:54.050Z Compiling cfg_aliases v0.2.2
6042026-08-07T23:35:54.134Z Compiling ryu v1.0.23
6052026-08-07T23:35:54.260Z Compiling rustix v0.38.44
6062026-08-07T23:35:54.429Z Compiling unicode-width v0.1.14
6072026-08-07T23:35:54.490Z Compiling serde_urlencoded v0.7.1
6082026-08-07T23:35:54.698Z Compiling miette v7.6.0
6092026-08-07T23:35:54.763Z Compiling nix v0.30.1
6102026-08-07T23:35:54.784Z Compiling lock_api v0.4.14
6112026-08-07T23:35:55.027Z Compiling toml_parser v1.1.3+spec-1.1.0
6122026-08-07T23:35:55.130Z Compiling petgraph v0.8.3
6132026-08-07T23:35:55.432Z Compiling anstyle-parse v1.0.0
6142026-08-07T23:35:55.699Z Compiling tracing-subscriber v0.3.23
6152026-08-07T23:35:56.337Z Compiling sigchld v0.2.4
6162026-08-07T23:35:56.534Z Compiling cargo_metadata v0.23.1
6172026-08-07T23:35:57.088Z Compiling serde-untagged v0.1.9
6182026-08-07T23:35:57.101Z Compiling hyper-rustls v0.27.9
6192026-08-07T23:35:57.453Z Compiling serde-value v0.7.0
6202026-08-07T23:35:57.744Z Compiling toml v0.8.23
6212026-08-07T23:35:58.393Z Compiling derive_more-impl v2.1.1
6222026-08-07T23:35:58.679Z Compiling tower-http v0.6.11
6232026-08-07T23:35:59.343Z Compiling itertools v0.14.0
6242026-08-07T23:35:59.458Z Compiling regex v1.13.1
6252026-08-07T23:36:00.016Z Compiling crypto-common v0.1.7
6262026-08-07T23:36:00.041Z Compiling block-buffer v0.10.4
6272026-08-07T23:36:00.148Z Compiling ppv-lite86 v0.2.21
6282026-08-07T23:36:00.191Z Compiling futures-executor v0.3.33
6292026-08-07T23:36:00.426Z Compiling rand_core v0.9.5
6302026-08-07T23:36:00.470Z Compiling http-body-util v0.1.4
6312026-08-07T23:36:00.671Z Compiling pin-project-internal v1.1.13
6322026-08-07T23:36:00.671Z Compiling uuid v1.24.0
6332026-08-07T23:36:00.786Z Compiling serde_spanned v1.1.1
6342026-08-07T23:36:00.854Z Compiling toml_datetime v1.1.1+spec-1.1.0
6352026-08-07T23:36:00.889Z Compiling smol_str v0.3.6
6362026-08-07T23:36:00.931Z Compiling filetime v0.2.29
6372026-08-07T23:36:01.137Z Compiling vte v0.14.1
6382026-08-07T23:36:01.212Z Compiling bstr v1.13.0
6392026-08-07T23:36:01.228Z Compiling self_update v0.42.0
6402026-08-07T23:36:01.264Z Compiling litrs v1.0.0
6412026-08-07T23:36:01.357Z Compiling xattr v1.6.1
6422026-08-07T23:36:01.456Z Compiling tinyvec_macros v0.1.1
6432026-08-07T23:36:01.548Z Compiling is_terminal_polyfill v1.70.2
6442026-08-07T23:36:01.648Z Compiling nested v0.1.1
6452026-08-07T23:36:01.703Z Compiling iana-time-zone v0.1.65
6462026-08-07T23:36:01.739Z Compiling color-spantrace v0.3.0
6472026-08-07T23:36:01.816Z Compiling unicase v2.9.0
6482026-08-07T23:36:01.839Z Compiling eyre v0.6.12
6492026-08-07T23:36:01.896Z Compiling anstyle-query v1.1.5
6502026-08-07T23:36:01.995Z Compiling anstyle v1.0.14
6512026-08-07T23:36:01.999Z Compiling static_assertions v1.1.0
6522026-08-07T23:36:02.020Z Compiling colorchoice v1.0.5
6532026-08-07T23:36:02.033Z Compiling number_prefix v0.4.0
6542026-08-07T23:36:02.076Z Compiling unicode-xid v0.2.6
6552026-08-07T23:36:02.136Z Compiling indicatif v0.17.11
6562026-08-07T23:36:02.180Z Compiling anstream v1.0.0
6572026-08-07T23:36:02.214Z Compiling cargo-util-schemas v0.2.0
6582026-08-07T23:36:02.302Z Compiling guppy v0.17.26
6592026-08-07T23:36:02.446Z Compiling chrono v0.4.45
6602026-08-07T23:36:02.706Z Compiling pin-project v1.1.13
6612026-08-07T23:36:02.810Z Compiling document-features v0.2.12
6622026-08-07T23:36:03.352Z Compiling globset v0.4.20
6632026-08-07T23:36:03.420Z Compiling tinyvec v1.12.0
6642026-08-07T23:36:03.868Z Compiling tar v0.4.46
6652026-08-07T23:36:04.675Z Compiling strip-ansi-escapes v0.2.1
6662026-08-07T23:36:05.162Z Compiling nextest-metadata v0.12.2
6672026-08-07T23:36:05.296Z Compiling toml v1.1.4+spec-1.1.0
6682026-08-07T23:36:05.428Z Compiling newtype-uuid v1.4.0
6692026-08-07T23:36:05.620Z Compiling reqwest v0.12.28
6702026-08-07T23:36:05.746Z Compiling rand_chacha v0.9.0
6712026-08-07T23:36:06.306Z Compiling futures v0.3.33
6722026-08-07T23:36:06.395Z Compiling digest v0.10.7
6732026-08-07T23:36:06.408Z Compiling parking_lot v0.12.5
6742026-08-07T23:36:06.609Z Compiling derive_more v2.1.1
6752026-08-07T23:36:06.622Z Compiling flate2 v1.1.9
6762026-08-07T23:36:06.688Z Compiling tracing-error v0.2.1
6772026-08-07T23:36:06.926Z Compiling shared_child v1.1.1
6782026-08-07T23:36:07.308Z Compiling signal-hook-mio v0.2.5
6792026-08-07T23:36:07.439Z Compiling self-replace v1.5.0
6802026-08-07T23:36:07.582Z Compiling cargo-platform v0.2.0
6812026-08-07T23:36:07.703Z Compiling quick-xml v0.38.4
6822026-08-07T23:36:08.123Z Compiling quick-xml v0.37.5
6832026-08-07T23:36:08.349Z Compiling cpufeatures v0.2.17
6842026-08-07T23:36:08.481Z Compiling urlencoding v2.1.3
6852026-08-07T23:36:08.727Z Compiling clap_lex v1.1.0
6862026-08-07T23:36:08.907Z Compiling strsim v0.11.1
6872026-08-07T23:36:09.087Z Compiling recursion v0.5.4
6882026-08-07T23:36:09.226Z Compiling humantime v2.4.0
6892026-08-07T23:36:09.277Z Compiling shell-words v1.1.1
6902026-08-07T23:36:09.528Z Compiling indenter v0.3.4
6912026-08-07T23:36:09.647Z Compiling heck v0.5.0
6922026-08-07T23:36:09.660Z Compiling humantime-serde v1.1.1
6932026-08-07T23:36:09.721Z Compiling nextest-filtering v0.15.0
6942026-08-07T23:36:09.813Z Compiling clap_builder v4.6.6
6952026-08-07T23:36:09.844Z Compiling clap_derive v4.6.4
6962026-08-07T23:36:10.335Z Compiling sha2 v0.10.9
6972026-08-07T23:36:11.582Z Compiling quick-junit v0.5.2
6982026-08-07T23:36:11.603Z Compiling atomicwrites v0.4.4
6992026-08-07T23:36:11.905Z Compiling cargo_metadata v0.20.0
7002026-08-07T23:36:13.585Z Compiling cargo-nextest v0.9.97
7012026-08-07T23:36:13.894Z Compiling crossterm v0.29.0
7022026-08-07T23:36:15.495Z Compiling duct v0.13.7
7032026-08-07T23:36:16.276Z Compiling zstd v0.13.3
7042026-08-07T23:36:16.710Z Compiling async-scoped v0.9.0
7052026-08-07T23:36:16.763Z Compiling rand v0.9.5
7062026-08-07T23:36:16.890Z Compiling config v0.15.25
7072026-08-07T23:36:16.903Z Compiling unicode-normalization v0.1.25
7082026-08-07T23:36:16.981Z Compiling target-spec-miette v0.4.8
7092026-08-07T23:36:17.063Z Compiling future-queue v0.4.0
7102026-08-07T23:36:17.193Z Compiling mukti-metadata v0.3.0
7112026-08-07T23:36:17.342Z Compiling camino-tempfile v1.4.1
7122026-08-07T23:36:17.375Z Compiling tokio-stream v0.1.19
7132026-08-07T23:36:17.474Z Compiling derive-where v1.6.1
7142026-08-07T23:36:17.477Z Compiling serde_ignored v0.1.14
7152026-08-07T23:36:17.682Z Compiling serde_path_to_error v0.1.20
7162026-08-07T23:36:17.704Z Compiling swrite v0.1.0
7172026-08-07T23:36:17.755Z Compiling hex v0.4.3
7182026-08-07T23:36:17.922Z Compiling xxhash-rust v0.8.18
7192026-08-07T23:36:17.935Z Compiling home v0.5.12
7202026-08-07T23:36:18.043Z Compiling indent_write v2.2.0
7212026-08-07T23:36:18.094Z Compiling color-eyre v0.6.5
7222026-08-07T23:36:18.121Z Compiling clap v4.6.6
7232026-08-07T23:36:18.135Z Compiling dialoguer v0.11.0
7242026-08-07T23:36:18.189Z Compiling enable-ansi-support v0.2.1
7252026-08-07T23:36:18.708Z Compiling nextest-runner v0.80.0
7262026-08-07T23:36:37.415Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-08-07T23:36:37.595Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-08-07T23:36:37.598Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-08-07T23:36:37.723Z+ source .github/buildomat/test-common.sh
7302026-08-07T23:36:37.726Z++ NEXTEST_VERSION=0.9.97
7312026-08-07T23:36:37.726Z++ PLATFORM=illumos
7322026-08-07T23:36:37.727Z++ banner install
7332026-08-07T23:36:37.727Z
7342026-08-07T23:36:37.727Z # # # #### ##### ## # #
7352026-08-07T23:36:37.727Z # ## # # # # # # #
7362026-08-07T23:36:37.727Z # # # # #### # # # # #
7372026-08-07T23:36:37.727Z # # # # # # ###### # #
7382026-08-07T23:36:37.727Z # # ## # # # # # # #
7392026-08-07T23:36:37.727Z # # # #### # # # ###### ######
7402026-08-07T23:36:37.727Z
7412026-08-07T23:36:37.727Z++ set +o errexit
7422026-08-07T23:36:37.730Z++ pkg info clang-15
7432026-08-07T23:36:37.730Z++ grep -qi installed
7442026-08-07T23:36:38.849Zpkg: info: no packages matching the following patterns you specified are
7452026-08-07T23:36:38.849Zinstalled on the system. Try querying remotely instead:
7462026-08-07T23:36:38.849Z
7472026-08-07T23:36:38.849Z clang-15
7482026-08-07T23:36:38.889Z++ [[ 1 != 0 ]]
7492026-08-07T23:36:38.889Z++ set -o errexit
7502026-08-07T23:36:38.892Z++ pfexec pkg install clang-15
7512026-08-07T23:36:45.787Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-08-07T23:36:53.601Z Startup: Caching catalogs ... Done
7532026-08-07T23:37:01.026ZPlanning: Solver setup ... Done
7542026-08-07T23:37:01.067ZPlanning: Running solver ... Done
7552026-08-07T23:37:01.217ZPlanning: Finding local manifests ... Done
7562026-08-07T23:37:01.230ZPlanning: Fetching manifests: 0/2 0% complete
7572026-08-07T23:37:01.318ZPlanning: Fetching manifests: 2/2 100% complete
7582026-08-07T23:37:01.347ZPlanning: Package planning ... Done
7592026-08-07T23:37:01.374ZPlanning: Merging actions ... Done
7602026-08-07T23:37:01.486ZPlanning: Checking for conflicting actions ... Done
7612026-08-07T23:37:01.493ZPlanning: Consolidating action changes ... Done
7622026-08-07T23:37:02.266ZPlanning: Evaluating mediators ... Done
7632026-08-07T23:37:02.271ZPlanning: Planning completed in 8.50 seconds
7642026-08-07T23:37:02.283Z Packages to install: 2
7652026-08-07T23:37:02.283Z Mediators to change: 2
7662026-08-07T23:37:02.288Z Services to change: 1
7672026-08-07T23:37:02.288Z Create boot environment: No
7682026-08-07T23:37:02.288ZCreate backup boot environment: No
7692026-08-07T23:37:02.326Z
7702026-08-07T23:37:02.326ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-08-07T23:37:07.561ZDownload: 2003/3076 items 117.9/211.3MB 55% complete (24.6M/s)
7722026-08-07T23:37:12.793ZDownload: 3058/3076 items 205.7/211.3MB 97% complete (20.2M/s)
7732026-08-07T23:37:13.739ZDownload: Completed 211.31 MB in 11.41 seconds (18.5M/s)
7742026-08-07T23:37:14.880Z Actions: 1/3418 actions (Installing new actions)
7752026-08-07T23:37:18.064Z Actions: Completed 3418 actions in 3.18 seconds.
7762026-08-07T23:37:18.739Z Done
7772026-08-07T23:37:18.739Z Done
7782026-08-07T23:37:19.484Z Done
7792026-08-07T23:37:22.929Z Done
7802026-08-07T23:37:23.002Z Done
7812026-08-07T23:37:23.005Z Done
7822026-08-07T23:37:23.266Z Done
7832026-08-07T23:37:23.982Z++ set -o errexit
7842026-08-07T23:37:23.982Z++ cargo --version
7852026-08-07T23:37:23.991Zcargo 1.97.1 (c980f4866 2026-06-30)
7862026-08-07T23:37:23.994Z++ rustc --version
7872026-08-07T23:37:24.013Zrustc 1.97.1 (8bab26f4f 2026-07-14)
7882026-08-07T23:37:24.016Z++ cargo install cargo-nextest --version 0.9.97
7892026-08-07T23:37:24.068Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7902026-08-07T23:37:24.071Z+ pushd mgadm
7912026-08-07T23:37:24.071Z+ cargo nextest run
7922026-08-07T23:37:24.071Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7932026-08-07T23:37:24.230Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-08-07T23:37:25.198ZFrom https://github.com/oxidecomputer/falcon
7952026-08-07T23:37:25.198Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-08-07T23:37:25.276Z Updating crates.io index
7972026-08-07T23:37:25.279Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-08-07T23:37:25.953ZFrom https://github.com/oxidecomputer/dendrite
7992026-08-07T23:37:25.953Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8002026-08-07T23:37:25.988Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-08-07T23:37:26.290ZFrom https://github.com/oxidecomputer/ispf
8022026-08-07T23:37:26.290Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-08-07T23:37:26.296Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-08-07T23:37:26.707ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-08-07T23:37:26.707Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8062026-08-07T23:37:26.715Z Updating git repository `https://github.com/oxidecomputer/omicron`
8072026-08-07T23:37:38.337ZFrom https://github.com/oxidecomputer/omicron
8082026-08-07T23:37:38.337Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8092026-08-07T23:37:38.759Z Updating git repository `https://github.com/oxidecomputer/opte`
8102026-08-07T23:37:39.851ZFrom https://github.com/oxidecomputer/opte
8112026-08-07T23:37:39.851Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8122026-08-07T23:37:39.881Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8132026-08-07T23:37:41.290ZFrom https://github.com/oxidecomputer/slog-error-chain
8142026-08-07T23:37:41.290Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8152026-08-07T23:37:41.301Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-08-07T23:37:41.594ZFrom https://github.com/illumos/smf-rs
8172026-08-07T23:37:41.594Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-08-07T23:37:41.603Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-08-07T23:37:41.913ZFrom https://github.com/oxidecomputer/network-interface
8202026-08-07T23:37:41.913Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-08-07T23:37:41.920Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-08-07T23:37:42.255ZFrom https://github.com/oxidecomputer/zone
8232026-08-07T23:37:42.255Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-08-07T23:37:42.259Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-08-07T23:37:43.457ZFrom https://github.com/oxidecomputer/propolis
8262026-08-07T23:37:43.458Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-08-07T23:37:43.504Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-08-07T23:37:44.078ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-08-07T23:37:44.078Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-08-07T23:37:44.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-08-07T23:37:44.390ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-08-07T23:37:44.391Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-08-07T23:37:44.396Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-08-07T23:37:44.936ZFrom https://github.com/jmesmon/rust-libzfs
8352026-08-07T23:37:44.936Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-08-07T23:37:44.944Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-08-07T23:37:45.251ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-08-07T23:37:45.251Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-08-07T23:37:45.257Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-08-07T23:37:45.623ZFrom https://github.com/oxidecomputer/lldp
8412026-08-07T23:37:45.623Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-08-07T23:37:45.635Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-08-07T23:37:45.976ZFrom https://github.com/oxidecomputer/tufaceous
8442026-08-07T23:37:45.977Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8452026-08-07T23:37:45.996Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-08-07T23:37:46.626ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-08-07T23:37:46.626Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-08-07T23:37:46.641Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-08-07T23:37:47.798ZFrom https://github.com/oxidecomputer/crucible
8502026-08-07T23:37:47.798Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-08-07T23:37:47.845Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8522026-08-07T23:37:48.168ZFrom https://github.com/oxidecomputer/serde_human_bytes
8532026-08-07T23:37:48.168Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8542026-08-07T23:37:48.183Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-08-07T23:37:49.779ZFrom https://github.com/oxidecomputer/propolis
8562026-08-07T23:37:49.779Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-08-07T23:37:49.826Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-08-07T23:37:50.338ZFrom https://github.com/oxidecomputer/crucible
8592026-08-07T23:37:50.338Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-08-07T23:37:50.405Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-08-07T23:37:50.786ZFrom https://github.com/oxidecomputer/tofino
8622026-08-07T23:37:50.786Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-08-07T23:37:50.797Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-08-07T23:37:51.641ZFrom https://github.com/oxidecomputer/maghemite
8652026-08-07T23:37:51.641Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-08-07T23:37:51.672Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-08-07T23:37:51.963ZFrom https://github.com/oxidecomputer/clickward
8682026-08-07T23:37:51.963Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-08-07T23:37:51.971Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-08-07T23:37:52.256ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-08-07T23:37:52.256Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-08-07T23:37:53.140Z Downloading crates ...
8732026-08-07T23:37:53.200Z Downloaded libsw-core v0.3.2
8742026-08-07T23:37:53.203Z Downloaded icu_properties v2.2.0
8752026-08-07T23:37:53.212Z Downloaded aead v0.5.2
8762026-08-07T23:37:53.215Z Downloaded hostname v0.4.2
8772026-08-07T23:37:53.215Z Downloaded icu_normalizer_data v2.2.0
8782026-08-07T23:37:53.218Z Downloaded block-buffer v0.12.0
8792026-08-07T23:37:53.221Z Downloaded num v0.4.3
8802026-08-07T23:37:53.224Z Downloaded bcs v0.1.6
8812026-08-07T23:37:53.227Z Downloaded cmake v0.1.58
8822026-08-07T23:37:53.227Z Downloaded paste v1.0.15
8832026-08-07T23:37:53.227Z Downloaded constant_time_eq v0.4.2
8842026-08-07T23:37:53.230Z Downloaded is-terminal v0.4.17
8852026-08-07T23:37:53.230Z Downloaded deranged v0.5.8
8862026-08-07T23:37:53.233Z Downloaded ciborium-ll v0.2.2
8872026-08-07T23:37:53.233Z Downloaded ciborium-io v0.2.2
8882026-08-07T23:37:53.233Z Downloaded crossbeam-deque v0.8.6
8892026-08-07T23:37:53.237Z Downloaded libscf-sys v1.2.0
8902026-08-07T23:37:53.237Z Downloaded backon v1.6.0
8912026-08-07T23:37:53.240Z Downloaded async-recursion v1.1.1
8922026-08-07T23:37:53.240Z Downloaded num_enum_derive v0.7.6
8932026-08-07T23:37:53.240Z Downloaded ingot v0.1.1
8942026-08-07T23:37:53.240Z Downloaded argon2 v0.5.3
8952026-08-07T23:37:53.243Z Downloaded ingot-types v0.2.0
8962026-08-07T23:37:53.243Z Downloaded chacha20 v0.9.1
8972026-08-07T23:37:53.243Z Downloaded compression-codecs v0.4.38
8982026-08-07T23:37:53.246Z Downloaded parking_lot_core v0.8.6
8992026-08-07T23:37:53.246Z Downloaded cfg_aliases v0.2.1
9002026-08-07T23:37:53.246Z Downloaded inout v0.1.4
9012026-08-07T23:37:53.249Z Downloaded httpdate v1.0.3
9022026-08-07T23:37:53.249Z Downloaded hubpack v0.1.2
9032026-08-07T23:37:53.249Z Downloaded bitflags v1.3.2
9042026-08-07T23:37:53.252Z Downloaded newtype-uuid v1.3.2
9052026-08-07T23:37:53.255Z Downloaded ingot v0.2.1
9062026-08-07T23:37:53.257Z Downloaded ingot-types v0.1.2
9072026-08-07T23:37:53.258Z Downloaded hubpack_derive v0.1.1
9082026-08-07T23:37:53.260Z Downloaded internet-checksum v0.2.1
9092026-08-07T23:37:53.260Z Downloaded clap_builder v4.6.5
9102026-08-07T23:37:53.263Z Downloaded ident_case v1.0.1
9112026-08-07T23:37:53.266Z Downloaded instant v0.1.13
9122026-08-07T23:37:53.266Z Downloaded keccak v0.1.6
9132026-08-07T23:37:53.269Z Downloaded arrayref v0.3.9
9142026-08-07T23:37:53.274Z Downloaded lru-cache v0.1.2
9152026-08-07T23:37:53.277Z Downloaded http-body v1.0.1
9162026-08-07T23:37:53.280Z Downloaded async-stream-impl v0.3.6
9172026-08-07T23:37:53.283Z Downloaded icu_provider v2.2.0
9182026-08-07T23:37:53.286Z Downloaded compression-core v0.4.32
9192026-08-07T23:37:53.286Z Downloaded idna_adapter v1.2.2
9202026-08-07T23:37:53.289Z Downloaded konst_macro_rules v0.2.19
9212026-08-07T23:37:53.289Z Downloaded async-stream v0.3.6
9222026-08-07T23:37:53.292Z Downloaded linked-hash-map v0.5.6
9232026-08-07T23:37:53.292Z Downloaded num-iter v0.1.45
9242026-08-07T23:37:53.294Z Downloaded clap v4.6.5
9252026-08-07T23:37:53.298Z Downloaded no-std-compat v0.4.1
9262026-08-07T23:37:53.301Z Downloaded num_enum_derive v0.5.11
9272026-08-07T23:37:53.301Z Downloaded newline-converter v0.3.0
9282026-08-07T23:37:53.301Z Downloaded base16ct v1.0.0
9292026-08-07T23:37:53.304Z Downloaded olpc-cjson v0.1.4
9302026-08-07T23:37:53.306Z Downloaded const-random v0.1.18
9312026-08-07T23:37:53.306Z Downloaded crunchy v0.2.4
9322026-08-07T23:37:53.306Z Downloaded macaddr v1.0.1
9332026-08-07T23:37:53.306Z Downloaded match_cfg v0.1.0
9342026-08-07T23:37:53.310Z Downloaded mime v0.3.17
9352026-08-07T23:37:53.310Z Downloaded opaque-debug v0.3.1
9362026-08-07T23:37:53.310Z Downloaded async-trait v0.1.89
9372026-08-07T23:37:53.312Z Downloaded bytecount v0.6.9
9382026-08-07T23:37:53.312Z Downloaded byte-wrapper v0.1.0
9392026-08-07T23:37:53.315Z Downloaded natord v1.0.9
9402026-08-07T23:37:53.318Z Downloaded memmap v0.7.0
9412026-08-07T23:37:53.319Z Downloaded crc8 v0.1.1
9422026-08-07T23:37:53.319Z Downloaded cstr-argument v0.1.2
9432026-08-07T23:37:53.319Z Downloaded dropshot-api-manager-types v0.7.2
9442026-08-07T23:37:53.324Z Downloaded bit-set v0.8.0
9452026-08-07T23:37:53.326Z Downloaded dtrace-parser v0.2.0
9462026-08-07T23:37:53.326Z Downloaded cargo_toml v0.22.3
9472026-08-07T23:37:53.326Z Downloaded chacha20 v0.10.0
9482026-08-07T23:37:53.329Z Downloaded newtype-uuid-macros v0.1.0
9492026-08-07T23:37:53.329Z Downloaded newtype_derive v0.1.6
9502026-08-07T23:37:53.329Z Downloaded parse-display v0.10.0
9512026-08-07T23:37:53.332Z Downloaded num-conv v0.2.2
9522026-08-07T23:37:53.332Z Downloaded omicron-workspace-hack v0.1.0
9532026-08-07T23:37:53.332Z Downloaded arrayvec v0.7.6
9542026-08-07T23:37:53.332Z Downloaded critical-section v1.2.0
9552026-08-07T23:37:53.335Z Downloaded num-derive v0.4.2
9562026-08-07T23:37:53.335Z Downloaded rand_xorshift v0.4.0
9572026-08-07T23:37:53.338Z Downloaded memoffset v0.9.1
9582026-08-07T23:37:53.338Z Downloaded defmt-parser v1.0.0
9592026-08-07T23:37:53.338Z Downloaded ipnet v2.12.0
9602026-08-07T23:37:53.338Z Downloaded crypto-common v0.2.2
9612026-08-07T23:37:53.338Z Downloaded ipnetwork v0.21.1
9622026-08-07T23:37:53.342Z Downloaded humantime v2.3.0
9632026-08-07T23:37:53.345Z Downloaded base16ct v0.2.0
9642026-08-07T23:37:53.345Z Downloaded dtrace-parser v0.3.0
9652026-08-07T23:37:53.348Z Downloaded dof v0.4.0
9662026-08-07T23:37:53.351Z Downloaded num_threads v0.1.7
9672026-08-07T23:37:53.351Z Downloaded managed v0.8.0
9682026-08-07T23:37:53.354Z Downloaded const-random-macro v0.1.16
9692026-08-07T23:37:53.354Z Downloaded icu_normalizer v2.2.0
9702026-08-07T23:37:53.357Z Downloaded konst v0.2.20
9712026-08-07T23:37:53.360Z Downloaded crucible-workspace-hack v0.1.0
9722026-08-07T23:37:53.360Z Downloaded ref-cast-impl v1.0.25
9732026-08-07T23:37:53.362Z Downloaded sigpipe v0.1.3
9742026-08-07T23:37:53.362Z Downloaded cobs v0.3.0
9752026-08-07T23:37:53.362Z Downloaded darling_macro v0.21.3
9762026-08-07T23:37:53.365Z Downloaded darling_macro v0.23.0
9772026-08-07T23:37:53.365Z Downloaded dof v0.3.0
9782026-08-07T23:37:53.365Z Downloaded same-file v1.0.6
9792026-08-07T23:37:53.365Z Downloaded take_mut v0.2.2
9802026-08-07T23:37:53.365Z Downloaded unarray v0.1.4
9812026-08-07T23:37:53.368Z Downloaded time-core v0.1.8
9822026-08-07T23:37:53.368Z Downloaded usdt-attr-macro v0.5.0
9832026-08-07T23:37:53.371Z Downloaded convert_case v0.4.0
9842026-08-07T23:37:53.371Z Downloaded testing_table v0.3.0
9852026-08-07T23:37:53.375Z Downloaded usdt-macro v0.5.0
9862026-08-07T23:37:53.377Z Downloaded tabled_derive v0.7.0
9872026-08-07T23:37:53.381Z Downloaded libsw v3.5.0
9882026-08-07T23:37:53.384Z Downloaded slog-envlogger v2.2.0
9892026-08-07T23:37:53.384Z Downloaded wait-timeout v0.2.1
9902026-08-07T23:37:53.384Z Downloaded zerofrom v0.1.8
9912026-08-07T23:37:53.388Z Downloaded jobserver v0.1.34
9922026-08-07T23:37:53.388Z Downloaded parse-display-derive v0.10.0
9932026-08-07T23:37:53.388Z Downloaded multer v3.1.0
9942026-08-07T23:37:53.391Z Downloaded console v0.16.3
9952026-08-07T23:37:53.391Z Downloaded num_enum v0.7.6
9962026-08-07T23:37:53.393Z Downloaded bs58 v0.5.1
9972026-08-07T23:37:53.396Z Downloaded oxnet v0.1.6
9982026-08-07T23:37:53.399Z Downloaded num-integer v0.1.46
9992026-08-07T23:37:53.399Z Downloaded const_format_proc_macros v0.2.34
10002026-08-07T23:37:53.402Z Downloaded oxide-tokio-rt v0.1.6
10012026-08-07T23:37:53.406Z Downloaded zone v0.3.1
10022026-08-07T23:37:53.409Z Downloaded futures-macro v0.3.32
10032026-08-07T23:37:53.409Z Downloaded enum-as-inner v0.6.1
10042026-08-07T23:37:53.412Z Downloaded gethostname v0.5.0
10052026-08-07T23:37:53.414Z Downloaded hostname v0.3.1
10062026-08-07T23:37:53.417Z Downloaded ingot-macros v0.1.1
10072026-08-07T23:37:53.420Z Downloaded linear-map v1.2.0
10082026-08-07T23:37:53.423Z Downloaded daft-derive v0.1.7
10092026-08-07T23:37:53.426Z Downloaded litemap v0.8.2
10102026-08-07T23:37:53.426Z Downloaded data-encoding v2.11.0
10112026-08-07T23:37:53.429Z Downloaded slog-dtrace v0.3.0
10122026-08-07T23:37:53.429Z Downloaded backoff v0.4.0
10132026-08-07T23:37:53.431Z Downloaded csv-core v0.1.13
10142026-08-07T23:37:53.431Z Downloaded schemars_derive v0.8.22
10152026-08-07T23:37:53.431Z Downloaded cipher v0.4.4
10162026-08-07T23:37:53.435Z Downloaded plain v0.2.3
10172026-08-07T23:37:53.437Z Downloaded byteorder v1.5.0
10182026-08-07T23:37:53.437Z Downloaded daft v0.1.7
10192026-08-07T23:37:53.440Z Downloaded scroll v0.12.0
10202026-08-07T23:37:53.440Z Downloaded strum v0.27.2
10212026-08-07T23:37:53.440Z Downloaded serde_derive_internals v0.29.1
10222026-08-07T23:37:53.443Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10232026-08-07T23:37:53.443Z Downloaded derive-ex v0.1.8
10242026-08-07T23:37:53.446Z Downloaded slog-json v2.6.1
10252026-08-07T23:37:53.449Z Downloaded defmt v0.3.100
10262026-08-07T23:37:53.449Z Downloaded displaydoc v0.2.6
10272026-08-07T23:37:53.452Z Downloaded quick-error v1.2.3
10282026-08-07T23:37:53.452Z Downloaded serde-big-array v0.5.1
10292026-08-07T23:37:53.452Z Downloaded tokio-dtrace v0.1.1
10302026-08-07T23:37:53.455Z Downloaded semver v0.1.20
10312026-08-07T23:37:53.455Z Downloaded siphasher v1.0.3
10322026-08-07T23:37:53.455Z Downloaded snafu-derive v0.8.9
10332026-08-07T23:37:53.455Z Downloaded serde_plain v1.0.2
10342026-08-07T23:37:53.459Z Downloaded structmeta v0.3.0
10352026-08-07T23:37:53.459Z Downloaded stable_deref_trait v1.2.1
10362026-08-07T23:37:53.459Z Downloaded tagptr v0.2.0
10372026-08-07T23:37:53.459Z Downloaded universal-hash v0.5.1
10382026-08-07T23:37:53.467Z Downloaded password-hash v0.5.0
10392026-08-07T23:37:53.471Z Downloaded cookie v0.18.1
10402026-08-07T23:37:53.477Z Downloaded bitflags v2.12.1
10412026-08-07T23:37:53.480Z Downloaded num-rational v0.4.2
10422026-08-07T23:37:53.480Z Downloaded darling v0.21.3
10432026-08-07T23:37:53.480Z Downloaded defmt-macros v1.1.0
10442026-08-07T23:37:53.486Z Downloaded memmap2 v0.9.10
10452026-08-07T23:37:53.486Z Downloaded num-complex v0.4.6
10462026-08-07T23:37:53.486Z Downloaded num_enum v0.5.11
10472026-08-07T23:37:53.489Z Downloaded usdt v0.6.0
10482026-08-07T23:37:53.489Z Downloaded foreign-types-shared v0.3.1
10492026-08-07T23:37:53.489Z Downloaded futures-sink v0.3.32
10502026-08-07T23:37:53.489Z Downloaded dunce v1.0.5
10512026-08-07T23:37:53.489Z Downloaded dyn-clone v1.0.20
10522026-08-07T23:37:53.492Z Downloaded futures-task v0.3.32
10532026-08-07T23:37:53.494Z Downloaded ff v0.13.1
10542026-08-07T23:37:53.494Z Downloaded find-msvc-tools v0.1.9
10552026-08-07T23:37:53.494Z Downloaded globset v0.4.18
10562026-08-07T23:37:53.497Z Downloaded indexmap v1.9.3
10572026-08-07T23:37:53.497Z Downloaded progenitor v0.10.0
10582026-08-07T23:37:53.500Z Downloaded fs-err v3.3.0
10592026-08-07T23:37:53.500Z Downloaded pem v3.0.6
10602026-08-07T23:37:53.500Z Downloaded log v0.4.32
10612026-08-07T23:37:53.503Z Downloaded rustc-hash v2.1.2
10622026-08-07T23:37:53.503Z Downloaded fixedbitset v0.4.2
10632026-08-07T23:37:53.506Z Downloaded proc-macro-error-attr2 v2.0.0
10642026-08-07T23:37:53.506Z Downloaded futures-core v0.3.32
10652026-08-07T23:37:53.509Z Downloaded glob v0.3.3
10662026-08-07T23:37:53.509Z Downloaded port-file v0.1.0
10672026-08-07T23:37:53.512Z Downloaded serial_test_derive v4.0.1
10682026-08-07T23:37:53.515Z Downloaded crossbeam-epoch v0.9.18
10692026-08-07T23:37:53.515Z Downloaded proc-macro-error-attr v1.0.4
10702026-08-07T23:37:53.515Z Downloaded digest v0.11.3
10712026-08-07T23:37:53.517Z Downloaded colored v3.1.1
10722026-08-07T23:37:53.520Z Downloaded icu_collections v2.2.0
10732026-08-07T23:37:53.523Z Downloaded highway v1.3.0
10742026-08-07T23:37:53.526Z Downloaded defmt v1.1.0
10752026-08-07T23:37:53.529Z Downloaded ucd-trie v0.1.7
10762026-08-07T23:37:53.529Z Downloaded whoami v1.6.1
10772026-08-07T23:37:53.529Z Downloaded ciborium v0.2.2
10782026-08-07T23:37:53.531Z Downloaded diff v0.1.13
10792026-08-07T23:37:53.531Z Downloaded poly1305 v0.8.0
10802026-08-07T23:37:53.534Z Downloaded progenitor-macro v0.13.0
10812026-08-07T23:37:53.534Z Downloaded quote v1.0.45
10822026-08-07T23:37:53.537Z Downloaded rustls-pki-types v1.14.1
10832026-08-07T23:37:53.537Z Downloaded serde_repr v0.1.21
10842026-08-07T23:37:53.537Z Downloaded rusty-fork v0.3.1
10852026-08-07T23:37:53.540Z Downloaded thiserror-impl-no-std v2.0.2
10862026-08-07T23:37:53.543Z Downloaded tabled_derive v0.11.0
10872026-08-07T23:37:53.543Z Downloaded const-oid v0.10.2
10882026-08-07T23:37:53.546Z Downloaded hybrid-array v0.4.12
10892026-08-07T23:37:53.546Z Downloaded tinystr v0.8.3
10902026-08-07T23:37:53.546Z Downloaded omicron-zone-package v0.12.3
10912026-08-07T23:37:53.549Z Downloaded thread_local v1.1.9
10922026-08-07T23:37:53.549Z Downloaded smartstring v1.0.1
10932026-08-07T23:37:53.552Z Downloaded blake2 v0.10.6
10942026-08-07T23:37:53.552Z Downloaded chacha20poly1305 v0.10.1
10952026-08-07T23:37:53.554Z Downloaded papergrid v0.11.0
10962026-08-07T23:37:53.557Z Downloaded parking_lot v0.11.2
10972026-08-07T23:37:53.557Z Downloaded cancel-safe-futures v0.1.5
10982026-08-07T23:37:53.560Z Downloaded dropshot_endpoint v0.17.1
10992026-08-07T23:37:53.560Z Downloaded ingot-macros v0.2.0
11002026-08-07T23:37:53.560Z Downloaded crossbeam-utils v0.8.21
11012026-08-07T23:37:53.563Z Downloaded derive_more v0.99.20
11022026-08-07T23:37:53.566Z Downloaded usdt v0.5.0
11032026-08-07T23:37:53.566Z Downloaded papergrid v0.18.0
11042026-08-07T23:37:53.569Z Downloaded walkdir v2.5.0
11052026-08-07T23:37:53.569Z Downloaded zeroize v1.8.2
11062026-08-07T23:37:53.572Z Downloaded usdt-macro v0.6.0
11072026-08-07T23:37:53.572Z Downloaded typify-macro v0.6.2
11082026-08-07T23:37:53.572Z Downloaded usdt-attr-macro v0.6.0
11092026-08-07T23:37:53.572Z Downloaded group v0.13.0
11102026-08-07T23:37:53.572Z Downloaded indicatif v0.18.4
11112026-08-07T23:37:53.575Z Downloaded heck v0.4.1
11122026-08-07T23:37:53.575Z Downloaded thin-vec v0.2.18
11132026-08-07T23:37:53.577Z Downloaded zeroize_derive v1.4.3
11142026-08-07T23:37:53.577Z Downloaded git-stub v1.0.0
11152026-08-07T23:37:53.577Z Downloaded zmij v1.0.21
11162026-08-07T23:37:53.577Z Downloaded fastrand v2.4.1
11172026-08-07T23:37:53.580Z Downloaded icu_locale_core v2.2.0
11182026-08-07T23:37:53.583Z Downloaded proc-macro-error v1.0.4
11192026-08-07T23:37:53.586Z Downloaded rustc_version v0.1.7
11202026-08-07T23:37:53.586Z Downloaded progenitor v0.13.0
11212026-08-07T23:37:53.589Z Downloaded futures-io v0.3.32
11222026-08-07T23:37:53.589Z Downloaded progenitor-macro v0.14.0
11232026-08-07T23:37:53.592Z Downloaded pretty-hex v0.4.2
11242026-08-07T23:37:53.592Z Downloaded ref-cast v1.0.25
11252026-08-07T23:37:53.595Z Downloaded bit-vec v0.8.0
11262026-08-07T23:37:53.598Z Downloaded scroll v0.13.0
11272026-08-07T23:37:53.600Z Downloaded simd-adler32 v0.3.9
11282026-08-07T23:37:53.600Z Downloaded tinyvec v1.11.0
11292026-08-07T23:37:53.604Z Downloaded serde_with_macros v3.21.0
11302026-08-07T23:37:53.604Z Downloaded drift v0.2.0
11312026-08-07T23:37:53.609Z Downloaded scroll_derive v0.13.1
11322026-08-07T23:37:53.612Z Downloaded smf v0.2.3
11332026-08-07T23:37:53.612Z Downloaded topological-sort v0.2.2
11342026-08-07T23:37:53.612Z Downloaded typify-macro v0.4.3
11352026-08-07T23:37:53.612Z Downloaded darling v0.23.0
11362026-08-07T23:37:53.616Z Downloaded waitgroup v0.1.2
11372026-08-07T23:37:53.616Z Downloaded tungstenite v0.21.0
11382026-08-07T23:37:53.619Z Downloaded yoke-derive v0.8.2
11392026-08-07T23:37:53.619Z Downloaded thiserror-no-std v2.0.2
11402026-08-07T23:37:53.619Z Downloaded embedded-io v0.4.0
11412026-08-07T23:37:53.622Z Downloaded float-ord v0.3.2
11422026-08-07T23:37:53.622Z Downloaded proc-macro-crate v1.3.1
11432026-08-07T23:37:53.622Z Downloaded openssl-sys v0.9.116
11442026-08-07T23:37:53.625Z Downloaded strum_macros v0.27.2
11452026-08-07T23:37:53.625Z Downloaded const_format v0.2.36
11462026-08-07T23:37:53.628Z Downloaded smallvec v1.15.1
11472026-08-07T23:37:53.630Z Downloaded term v1.2.1
11482026-08-07T23:37:53.630Z Downloaded bytes v1.11.1
11492026-08-07T23:37:53.633Z Downloaded proc-macro-crate v3.5.0
11502026-08-07T23:37:53.633Z Downloaded powerfmt v0.2.0
11512026-08-07T23:37:53.636Z Downloaded scroll_derive v0.12.1
11522026-08-07T23:37:53.636Z Downloaded fxhash v0.2.1
11532026-08-07T23:37:53.636Z Downloaded untrusted v0.7.1
11542026-08-07T23:37:53.636Z Downloaded spin v0.5.2
11552026-08-07T23:37:53.639Z Downloaded jiff-static v0.2.28
11562026-08-07T23:37:53.639Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-08-07T23:37:53.639Z Downloaded writeable v0.6.3
11582026-08-07T23:37:53.642Z Downloaded fs_extra v1.3.0
11592026-08-07T23:37:53.642Z Downloaded secrecy v0.10.3
11602026-08-07T23:37:53.642Z Downloaded either v1.16.0
11612026-08-07T23:37:53.645Z Downloaded git-stub-vcs v0.1.0
11622026-08-07T23:37:53.645Z Downloaded sha1 v0.11.0
11632026-08-07T23:37:53.648Z Downloaded toml v1.1.2+spec-1.1.0
11642026-08-07T23:37:53.648Z Downloaded zone_cfg_derive v0.3.1
11652026-08-07T23:37:53.651Z Downloaded http v1.4.2
11662026-08-07T23:37:53.651Z Downloaded anyhow v1.0.104
11672026-08-07T23:37:53.654Z Downloaded progenitor-macro v0.10.0
11682026-08-07T23:37:53.657Z Downloaded progenitor-impl v0.10.0
11692026-08-07T23:37:53.657Z Downloaded postcard v1.1.3
11702026-08-07T23:37:53.659Z Downloaded phf_shared v0.12.1
11712026-08-07T23:37:53.659Z Downloaded serde_tokenstream v0.2.3
11722026-08-07T23:37:53.659Z Downloaded rustversion v1.0.22
11732026-08-07T23:37:53.662Z Downloaded proc-macro-error2 v2.0.1
11742026-08-07T23:37:53.665Z Downloaded smawk v0.3.2
11752026-08-07T23:37:53.668Z Downloaded slog-scope v4.4.1
11762026-08-07T23:37:53.671Z Downloaded foreign-types v0.5.0
11772026-08-07T23:37:53.673Z Downloaded thread-id v5.1.0
11782026-08-07T23:37:53.674Z Downloaded tokio-macros v2.7.0
11792026-08-07T23:37:53.676Z Downloaded progenitor-client v0.14.0
11802026-08-07T23:37:53.679Z Downloaded darling_core v0.21.3
11812026-08-07T23:37:53.682Z Downloaded progenitor-extras v0.2.0
11822026-08-07T23:37:53.682Z Downloaded unit-prefix v0.5.2
11832026-08-07T23:37:53.686Z Downloaded slog-term v2.9.2
11842026-08-07T23:37:53.688Z Downloaded darling_core v0.23.0
11852026-08-07T23:37:53.691Z Downloaded synstructure v0.13.2
11862026-08-07T23:37:53.691Z Downloaded similar v2.7.0
11872026-08-07T23:37:53.694Z Downloaded schemars v0.8.22
11882026-08-07T23:37:53.700Z Downloaded spin v0.9.8
11892026-08-07T23:37:53.703Z Downloaded minimal-lexical v0.2.1
11902026-08-07T23:37:53.705Z Downloaded arc-swap v1.9.1
11912026-08-07T23:37:53.708Z Downloaded rustls-native-certs v0.8.4
11922026-08-07T23:37:53.708Z Downloaded slog-bunyan v2.5.0
11932026-08-07T23:37:53.708Z Downloaded zerofrom-derive v0.1.7
11942026-08-07T23:37:53.711Z Downloaded potential_utf v0.1.5
11952026-08-07T23:37:53.711Z Downloaded foreign-types-macros v0.2.3
11962026-08-07T23:37:53.714Z Downloaded sha1 v0.10.6
11972026-08-07T23:37:53.714Z Downloaded yoke v0.8.3
11982026-08-07T23:37:53.718Z Downloaded termtree v0.5.1
11992026-08-07T23:37:53.721Z Downloaded thread-id v4.2.2
12002026-08-07T23:37:53.721Z Downloaded toml_writer v1.1.1+spec-1.1.0
12012026-08-07T23:37:53.725Z Downloaded embedded-io v0.6.1
12022026-08-07T23:37:53.728Z Downloaded tokio-tungstenite v0.21.0
12032026-08-07T23:37:53.734Z Downloaded proc-macro2 v1.0.106
12042026-08-07T23:37:53.736Z Downloaded rand_chacha v0.3.1
12052026-08-07T23:37:53.737Z Downloaded rustls-platform-verifier v0.7.0
12062026-08-07T23:37:53.739Z Downloaded progenitor-client v0.10.0
12072026-08-07T23:37:53.739Z Downloaded structmeta-derive v0.3.0
12082026-08-07T23:37:53.742Z Downloaded hash32 v0.3.1
12092026-08-07T23:37:53.742Z Downloaded rhai_codegen v3.2.0
12102026-08-07T23:37:53.746Z Downloaded strum v0.26.3
12112026-08-07T23:37:53.748Z Downloaded utf-8 v0.7.6
12122026-08-07T23:37:53.749Z Downloaded usdt-impl v0.5.0
12132026-08-07T23:37:53.749Z Downloaded erased-serde v0.3.31
12142026-08-07T23:37:53.760Z Downloaded progenitor-client v0.13.0
12152026-08-07T23:37:53.760Z Downloaded phf v0.12.1
12162026-08-07T23:37:53.760Z Downloaded serial_test v4.0.1
12172026-08-07T23:37:53.760Z Downloaded tabwriter v1.4.1
12182026-08-07T23:37:53.764Z Downloaded resolv-conf v0.7.6
12192026-08-07T23:37:53.764Z Downloaded tiny-keccak v2.0.2
12202026-08-07T23:37:53.764Z Downloaded foldhash v0.2.0
12212026-08-07T23:37:53.764Z Downloaded memchr v2.8.1
12222026-08-07T23:37:53.764Z Downloaded progenitor v0.14.0
12232026-08-07T23:37:53.764Z Downloaded strum_macros v0.26.4
12242026-08-07T23:37:53.764Z Downloaded crypto-bigint v0.5.5
12252026-08-07T23:37:53.767Z Downloaded steno v0.4.1
12262026-08-07T23:37:53.770Z Downloaded base64 v0.21.7
12272026-08-07T23:37:53.773Z Downloaded zerocopy-derive v0.7.35
12282026-08-07T23:37:53.776Z Downloaded elliptic-curve v0.13.8
12292026-08-07T23:37:53.778Z Downloaded zerotrie v0.2.4
12302026-08-07T23:37:53.778Z Downloaded time-macros v0.2.27
12312026-08-07T23:37:53.782Z Downloaded tokio-stream v0.1.18
12322026-08-07T23:37:53.785Z Downloaded usdt-impl v0.6.0
12332026-08-07T23:37:53.785Z Downloaded allocator-api2 v0.2.21
12342026-08-07T23:37:53.785Z Downloaded quinn-udp v0.5.14
12352026-08-07T23:37:53.788Z Downloaded slog-stdlog v4.1.1
12362026-08-07T23:37:53.788Z Downloaded xz2 v0.1.7
12372026-08-07T23:37:53.788Z Downloaded slog-async v2.8.0
12382026-08-07T23:37:53.797Z Downloaded futures-executor v0.3.32
12392026-08-07T23:37:53.806Z Downloaded rustls-pemfile v2.2.0
12402026-08-07T23:37:53.809Z Downloaded zerovec-derive v0.11.3
12412026-08-07T23:37:53.809Z Downloaded crossbeam-channel v0.5.15
12422026-08-07T23:37:53.812Z Downloaded async-compression v0.4.42
12432026-08-07T23:37:53.815Z Downloaded vsss-rs v3.3.4
12442026-08-07T23:37:53.818Z Downloaded cc v1.2.63
12452026-08-07T23:37:53.818Z Downloaded rand v0.8.6
12462026-08-07T23:37:53.823Z Downloaded futures v0.3.32
12472026-08-07T23:37:53.826Z Downloaded toml_edit v0.25.12+spec-1.1.0
12482026-08-07T23:37:53.829Z Downloaded futures-channel v0.3.32
12492026-08-07T23:37:53.833Z Downloaded mio v1.2.1
12502026-08-07T23:37:53.839Z Downloaded getrandom v0.4.2
12512026-08-07T23:37:53.843Z Downloaded pest_generator v2.8.6
12522026-08-07T23:37:53.847Z Downloaded pest_derive v2.8.6
12532026-08-07T23:37:53.849Z Downloaded hashbrown v0.12.3
12542026-08-07T23:37:53.852Z Downloaded pest_meta v2.8.6
12552026-08-07T23:37:53.853Z Downloaded pretty_assertions v1.4.1
12562026-08-07T23:37:53.856Z Downloaded serde_yaml v0.9.34+deprecated
12572026-08-07T23:37:53.859Z Downloaded prettyplease v0.2.37
12582026-08-07T23:37:53.863Z Downloaded snafu v0.8.9
12592026-08-07T23:37:53.866Z Downloaded unsafe-libyaml v0.2.11
12602026-08-07T23:37:53.876Z Downloaded nom v7.1.3
12612026-08-07T23:37:53.879Z Downloaded half v2.7.1
12622026-08-07T23:37:53.882Z Downloaded typify v0.6.2
12632026-08-07T23:37:53.885Z Downloaded toml v0.7.8
12642026-08-07T23:37:53.885Z Downloaded hickory-resolver v0.25.2
12652026-08-07T23:37:53.888Z Downloaded progenitor-impl v0.14.0
12662026-08-07T23:37:53.891Z Downloaded schemars v0.9.0
12672026-08-07T23:37:53.895Z Downloaded yansi v1.0.1
12682026-08-07T23:37:53.898Z Downloaded rand v0.9.4
12692026-08-07T23:37:53.901Z Downloaded test-strategy v0.4.5
12702026-08-07T23:37:53.901Z Downloaded progenitor-impl v0.13.0
12712026-08-07T23:37:53.904Z Downloaded rayon-core v1.13.0
12722026-08-07T23:37:53.911Z Downloaded typify v0.4.3
12732026-08-07T23:37:53.914Z Downloaded toml v0.9.12+spec-1.1.0
12742026-08-07T23:37:53.917Z Downloaded toml_edit v0.19.15
12752026-08-07T23:37:53.924Z Downloaded hickory-resolver v0.24.4
12762026-08-07T23:37:53.927Z Downloaded hmac v0.12.1
12772026-08-07T23:37:53.929Z Downloaded slog v2.8.2
12782026-08-07T23:37:53.929Z Downloaded itertools v0.15.0
12792026-08-07T23:37:53.933Z Downloaded ron v0.12.1
12802026-08-07T23:37:53.938Z Downloaded typed-path v0.9.3
12812026-08-07T23:37:53.941Z Downloaded icu_properties_data v2.2.0
12822026-08-07T23:37:53.947Z Downloaded heapless v0.8.0
12832026-08-07T23:37:53.951Z Downloaded dropshot-api-manager v0.7.2
12842026-08-07T23:37:53.963Z Downloaded itertools v0.12.1
12852026-08-07T23:37:53.967Z Downloaded libm v0.2.16
12862026-08-07T23:37:53.972Z Downloaded nom v8.0.0
12872026-08-07T23:37:53.975Z Downloaded quinn v0.11.9
12882026-08-07T23:37:53.978Z Downloaded qorb v0.4.1
12892026-08-07T23:37:53.980Z Downloaded expectorate v1.2.0
12902026-08-07T23:37:53.983Z Downloaded schemars v1.2.1
12912026-08-07T23:37:53.989Z Downloaded reqwest v0.13.4
12922026-08-07T23:37:53.992Z Downloaded zerocopy-derive v0.8.50
12932026-08-07T23:37:53.997Z Downloaded winnow v0.5.40
12942026-08-07T23:37:54.002Z Downloaded zerocopy v0.7.35
12952026-08-07T23:37:54.011Z Downloaded tokio-util v0.7.18
12962026-08-07T23:37:54.015Z Downloaded blake3 v1.8.5
12972026-08-07T23:37:54.027Z Downloaded hkdf v0.12.4
12982026-08-07T23:37:54.047Z Downloaded pest v2.8.6
12992026-08-07T23:37:54.049Z Downloaded regex v1.12.3
13002026-08-07T23:37:54.052Z Downloaded hashbrown v0.16.1
13012026-08-07T23:37:54.055Z Downloaded zerovec v0.11.6
13022026-08-07T23:37:54.060Z Downloaded portable-atomic v1.13.1
13032026-08-07T23:37:54.066Z Downloaded serde_with v3.21.0
13042026-08-07T23:37:54.073Z Downloaded iddqd v0.4.6
13052026-08-07T23:37:54.078Z Downloaded futures-util v0.3.32
13062026-08-07T23:37:54.085Z Downloaded tough v0.22.0
13072026-08-07T23:37:54.090Z Downloaded aws-lc-rs v1.17.0
13082026-08-07T23:37:54.098Z Downloaded h2 v0.4.14
13092026-08-07T23:37:54.113Z Downloaded aho-corasick v1.1.4
13102026-08-07T23:37:54.116Z Downloaded webpki-roots v1.0.7
13112026-08-07T23:37:54.119Z Downloaded goblin v0.8.2
13122026-08-07T23:37:54.122Z Downloaded rayon v1.12.0
13132026-08-07T23:37:54.128Z Downloaded moka v0.12.15
13142026-08-07T23:37:54.141Z Downloaded proptest v1.11.0
13152026-08-07T23:37:54.146Z Downloaded winnow v1.0.3
13162026-08-07T23:37:54.151Z Downloaded tabled v0.15.0
13172026-08-07T23:37:54.162Z Downloaded tabled v0.21.0
13182026-08-07T23:37:54.169Z Downloaded syn v1.0.109
13192026-08-07T23:37:54.175Z Downloaded time v0.3.47
13202026-08-07T23:37:54.182Z Downloaded goblin v0.10.7
13212026-08-07T23:37:54.186Z Downloaded zerocopy v0.8.50
13222026-08-07T23:37:54.197Z Downloaded bstr v1.12.1
13232026-08-07T23:37:54.206Z Downloaded syn v2.0.117
13242026-08-07T23:37:54.212Z Downloaded nix v0.31.3
13252026-08-07T23:37:54.227Z Downloaded regress v0.10.5
13262026-08-07T23:37:54.231Z Downloaded regress v0.11.1
13272026-08-07T23:37:54.236Z Downloaded openssl v0.10.80
13282026-08-07T23:37:54.242Z Downloaded smoltcp v0.11.0
13292026-08-07T23:37:54.248Z Downloaded openapiv3 v2.2.0
13302026-08-07T23:37:54.255Z Downloaded rhai v1.25.1
13312026-08-07T23:37:54.261Z Downloaded hickory-proto v0.24.4
13322026-08-07T23:37:54.269Z Downloaded regex-syntax v0.8.10
13332026-08-07T23:37:54.274Z Downloaded dropshot v0.17.1
13342026-08-07T23:37:54.288Z Downloaded typify-impl v0.4.3
13352026-08-07T23:37:54.293Z Downloaded hickory-proto v0.25.2
13362026-08-07T23:37:54.301Z Downloaded rustls v0.23.40
13372026-08-07T23:37:54.307Z Downloaded typify-impl v0.6.2
13382026-08-07T23:37:54.314Z Downloaded sled v0.34.7
13392026-08-07T23:37:54.319Z Downloaded lzma-sys v0.1.20
13402026-08-07T23:37:54.338Z Downloaded jiff v0.2.28
13412026-08-07T23:37:54.350Z Downloaded petgraph v0.6.5
13422026-08-07T23:37:54.361Z Downloaded sha3 v0.10.9
13432026-08-07T23:37:54.367Z Downloaded chrono-tz v0.10.4
13442026-08-07T23:37:54.377Z Downloaded regex-automata v0.4.14
13452026-08-07T23:37:54.420Z Downloaded csv v1.4.0
13462026-08-07T23:37:54.501Z Downloaded encoding_rs v0.8.35
13472026-08-07T23:37:55.050Z Downloaded aws-lc-sys v0.41.0
13482026-08-07T23:37:55.978Z Compiling proc-macro2 v1.0.106
13492026-08-07T23:37:55.978Z Compiling quote v1.0.45
13502026-08-07T23:37:55.978Z Compiling unicode-ident v1.0.24
13512026-08-07T23:37:55.978Z Compiling serde_core v1.0.229
13522026-08-07T23:37:55.978Z Compiling cfg-if v1.0.4
13532026-08-07T23:37:55.981Z Compiling serde v1.0.229
13542026-08-07T23:37:55.981Z Compiling libc v0.2.189
13552026-08-07T23:37:55.981Z Compiling memchr v2.8.1
13562026-08-07T23:37:56.174Z Compiling itoa v1.0.18
13572026-08-07T23:37:56.353Z Compiling zmij v1.0.21
13582026-08-07T23:37:56.395Z Compiling autocfg v1.5.1
13592026-08-07T23:37:56.427Z Compiling libm v0.2.16
13602026-08-07T23:37:56.726Z Compiling stable_deref_trait v1.2.1
13612026-08-07T23:37:56.753Z Compiling litemap v0.8.2
13622026-08-07T23:37:56.795Z Compiling writeable v0.6.3
13632026-08-07T23:37:56.907Z Compiling icu_normalizer_data v2.2.0
13642026-08-07T23:37:56.934Z Compiling utf8_iter v1.0.4
13652026-08-07T23:37:56.945Z Compiling icu_properties_data v2.2.0
13662026-08-07T23:37:56.992Z Compiling version_check v0.9.5
13672026-08-07T23:37:57.005Z Compiling percent-encoding v2.3.2
13682026-08-07T23:37:57.191Z Compiling iana-time-zone v0.1.65
13692026-08-07T23:37:57.206Z Compiling equivalent v1.0.2
13702026-08-07T23:37:57.253Z Compiling syn v2.0.117
13712026-08-07T23:37:57.285Z Compiling syn v3.0.3
13722026-08-07T23:37:57.302Z Compiling form_urlencoded v1.2.2
13732026-08-07T23:37:57.358Z Compiling allocator-api2 v0.2.21
13742026-08-07T23:37:57.401Z Compiling pin-project-lite v0.2.17
13752026-08-07T23:37:57.412Z Compiling serde_json v1.0.151
13762026-08-07T23:37:57.474Z Compiling scopeguard v1.2.0
13772026-08-07T23:37:57.491Z Compiling parking_lot_core v0.9.12
13782026-08-07T23:37:57.576Z Compiling dyn-clone v1.0.20
13792026-08-07T23:37:57.654Z Compiling lock_api v0.4.14
13802026-08-07T23:37:57.679Z Compiling hashbrown v0.17.1
13812026-08-07T23:37:57.712Z Compiling num-traits v0.2.19
13822026-08-07T23:37:57.763Z Compiling rand_core v0.10.1
13832026-08-07T23:37:57.884Z Compiling thiserror v2.0.19
13842026-08-07T23:37:57.920Z Compiling getrandom v0.4.2
13852026-08-07T23:37:57.949Z Compiling errno v0.3.14
13862026-08-07T23:37:58.099Z Compiling futures-core v0.3.32
13872026-08-07T23:37:58.269Z Compiling semver v1.0.28
13882026-08-07T23:37:58.329Z Compiling indexmap v2.14.0
13892026-08-07T23:37:58.613Z Compiling zerocopy v0.8.50
13902026-08-07T23:37:58.630Z Compiling heck v0.5.0
13912026-08-07T23:37:58.805Z Compiling futures-sink v0.3.32
13922026-08-07T23:37:58.894Z Compiling uuid v1.24.0
13932026-08-07T23:37:58.909Z Compiling slab v0.4.12
13942026-08-07T23:37:58.978Z Compiling jobserver v0.1.34
13952026-08-07T23:37:59.036Z Compiling shlex v2.0.1
13962026-08-07T23:37:59.083Z Compiling fnv v1.0.7
13972026-08-07T23:37:59.182Z Compiling find-msvc-tools v0.1.9
13982026-08-07T23:37:59.223Z Compiling rustversion v1.0.22
13992026-08-07T23:37:59.305Z Compiling schemars v0.8.22
14002026-08-07T23:37:59.336Z Compiling cc v1.2.63
14012026-08-07T23:37:59.424Z Compiling futures-channel v0.3.32
14022026-08-07T23:37:59.459Z Compiling futures-io v0.3.32
14032026-08-07T23:37:59.562Z Compiling futures-task v0.3.32
14042026-08-07T23:37:59.621Z Compiling socket2 v0.6.5
14052026-08-07T23:37:59.653Z Compiling portable-atomic v1.13.1
14062026-08-07T23:37:59.679Z Compiling bitflags v2.12.1
14072026-08-07T23:37:59.737Z Compiling signal-hook-registry v1.4.8
14082026-08-07T23:37:59.927Z Compiling mio v1.2.1
14092026-08-07T23:38:00.043Z Compiling critical-section v1.2.0
14102026-08-07T23:38:00.083Z Compiling cmake v0.1.58
14112026-08-07T23:38:00.138Z Compiling synstructure v0.13.2
14122026-08-07T23:38:00.150Z Compiling serde_derive_internals v0.29.1
14132026-08-07T23:38:00.249Z Compiling serde_derive v1.0.229
14142026-08-07T23:38:00.429Z Compiling thiserror-impl v2.0.19
14152026-08-07T23:38:00.458Z Compiling dunce v1.0.5
14162026-08-07T23:38:00.556Z Compiling fs_extra v1.3.0
14172026-08-07T23:38:00.645Z Compiling once_cell v1.21.4
14182026-08-07T23:38:00.661Z Compiling base64 v0.22.1
14192026-08-07T23:38:00.732Z Compiling typenum v1.20.1
14202026-08-07T23:38:00.822Z Compiling aws-lc-sys v0.41.0
14212026-08-07T23:38:00.887Z Compiling log v0.4.32
14222026-08-07T23:38:01.004Z Compiling regex-syntax v0.8.10
14232026-08-07T23:38:01.070Z Compiling subtle v2.6.1
14242026-08-07T23:38:01.146Z Compiling slog v2.8.2
14252026-08-07T23:38:01.242Z Compiling byteorder v1.5.0
14262026-08-07T23:38:01.392Z Compiling atomic-waker v1.1.2
14272026-08-07T23:38:01.405Z Compiling zerofrom-derive v0.1.7
14282026-08-07T23:38:01.479Z Compiling yoke-derive v0.8.2
14292026-08-07T23:38:01.522Z Compiling zerovec-derive v0.11.3
14302026-08-07T23:38:01.550Z Compiling displaydoc v0.2.6
14312026-08-07T23:38:01.701Z Compiling schemars_derive v0.8.22
14322026-08-07T23:38:01.720Z Compiling tokio-macros v2.7.0
14332026-08-07T23:38:02.453Z Compiling zerocopy-derive v0.8.50
14342026-08-07T23:38:02.465Z Compiling zeroize_derive v1.4.3
14352026-08-07T23:38:02.571Z Compiling futures-macro v0.3.32
14362026-08-07T23:38:02.657Z Compiling zerofrom v0.1.8
14372026-08-07T23:38:02.777Z Compiling yoke v0.8.3
14382026-08-07T23:38:02.891Z Compiling strsim v0.11.1
14392026-08-07T23:38:02.961Z Compiling zerovec v0.11.6
14402026-08-07T23:38:03.140Z Compiling zerotrie v0.2.4
14412026-08-07T23:38:03.336Z Compiling zeroize v1.8.2
14422026-08-07T23:38:03.432Z Compiling bytes v1.11.1
14432026-08-07T23:38:03.481Z Compiling smallvec v1.15.1
14442026-08-07T23:38:03.508Z Compiling tinystr v0.8.3
14452026-08-07T23:38:03.534Z Compiling potential_utf v0.1.5
14462026-08-07T23:38:03.546Z Compiling chrono v0.4.45
14472026-08-07T23:38:03.693Z Compiling icu_locale_core v2.2.0
14482026-08-07T23:38:03.706Z Compiling icu_collections v2.2.0
14492026-08-07T23:38:03.709Z Compiling futures-util v0.3.32
14502026-08-07T23:38:04.004Z Compiling http v1.4.2
14512026-08-07T23:38:04.071Z Compiling parking_lot v0.12.5
14522026-08-07T23:38:04.236Z Compiling serde_tokenstream v0.2.3
14532026-08-07T23:38:04.478Z Compiling icu_provider v2.2.0
14542026-08-07T23:38:04.517Z Compiling tokio v1.53.1
14552026-08-07T23:38:04.759Z Compiling icu_properties v2.2.0
14562026-08-07T23:38:04.805Z Compiling icu_normalizer v2.2.0
14572026-08-07T23:38:04.984Z Compiling erased-serde v0.3.31
14582026-08-07T23:38:05.046Z Compiling http-body v1.0.1
14592026-08-07T23:38:05.193Z Compiling httparse v1.10.1
14602026-08-07T23:38:05.465Z Compiling ipnet v2.12.0
14612026-08-07T23:38:05.523Z Compiling rustix v1.1.4
14622026-08-07T23:38:05.788Z Compiling idna_adapter v1.2.2
14632026-08-07T23:38:05.925Z Compiling idna v1.1.0
14642026-08-07T23:38:05.975Z Compiling tower-layer v0.3.3
14652026-08-07T23:38:05.986Z Compiling tower-service v0.3.3
14662026-08-07T23:38:06.047Z Compiling untrusted v0.9.0
14672026-08-07T23:38:06.068Z Compiling try-lock v0.2.5
14682026-08-07T23:38:06.126Z Compiling ryu v1.0.23
14692026-08-07T23:38:06.159Z Compiling want v0.3.1
14702026-08-07T23:38:06.171Z Compiling getrandom v0.2.17
14712026-08-07T23:38:06.300Z Compiling url v2.5.8
14722026-08-07T23:38:06.316Z Compiling ucd-trie v0.1.7
14732026-08-07T23:38:06.319Z Compiling httpdate v1.0.3
14742026-08-07T23:38:06.344Z Compiling getrandom v0.3.4
14752026-08-07T23:38:06.565Z Compiling thiserror v1.0.69
14762026-08-07T23:38:06.610Z Compiling pest v2.8.6
14772026-08-07T23:38:06.676Z Compiling ppv-lite86 v0.2.21
14782026-08-07T23:38:06.690Z Compiling rand_core v0.6.4
14792026-08-07T23:38:06.909Z Compiling thiserror-impl v1.0.69
14802026-08-07T23:38:06.992Z Compiling pretty-hex v0.4.2
14812026-08-07T23:38:07.046Z Compiling plain v0.2.3
14822026-08-07T23:38:07.123Z Compiling foldhash v0.2.0
14832026-08-07T23:38:07.147Z Compiling tracing-attributes v0.1.31
14842026-08-07T23:38:07.150Z Compiling tracing-core v0.1.36
14852026-08-07T23:38:07.349Z Compiling paste v1.0.15
14862026-08-07T23:38:07.630Z Compiling pest_meta v2.8.6
14872026-08-07T23:38:07.744Z Compiling ipnetwork v0.21.1
14882026-08-07T23:38:07.908Z Compiling serde_urlencoded v0.7.1
14892026-08-07T23:38:08.134Z Compiling http-body-util v0.1.4
14902026-08-07T23:38:08.146Z Compiling aho-corasick v1.1.4
14912026-08-07T23:38:08.173Z Compiling omicron-workspace-hack v0.1.0
14922026-08-07T23:38:08.356Z Compiling pest_generator v2.8.6
14932026-08-07T23:38:08.384Z Compiling ident_case v1.0.1
14942026-08-07T23:38:08.403Z Compiling tracing v0.1.44
14952026-08-07T23:38:08.507Z Compiling sync_wrapper v1.0.2
14962026-08-07T23:38:08.616Z Compiling winnow v1.0.3
14972026-08-07T23:38:08.707Z Compiling oxnet v0.1.6
14982026-08-07T23:38:08.973Z Compiling regex-automata v0.4.14
14992026-08-07T23:38:08.976Z Compiling pest_derive v2.8.6
15002026-08-07T23:38:09.171Z Compiling hashbrown v0.16.1
15012026-08-07T23:38:09.299Z Compiling daft-derive v0.1.7
15022026-08-07T23:38:09.558Z Compiling fastrand v2.4.1
15032026-08-07T23:38:09.722Z Compiling tokio-util v0.7.18
15042026-08-07T23:38:09.749Z Compiling scroll_derive v0.13.1
15052026-08-07T23:38:10.044Z Compiling powerfmt v0.2.0
15062026-08-07T23:38:10.172Z Compiling time-core v0.1.8
15072026-08-07T23:38:10.253Z Compiling num-conv v0.2.2
15082026-08-07T23:38:10.314Z Compiling aws-lc-rs v1.17.0
15092026-08-07T23:38:10.406Z Compiling time-macros v0.2.27
15102026-08-07T23:38:10.459Z Compiling deranged v0.5.8
15112026-08-07T23:38:10.570Z Compiling scroll v0.13.0
15122026-08-07T23:38:10.611Z Compiling rustls-pki-types v1.14.1
15132026-08-07T23:38:10.837Z Compiling regex v1.12.3
15142026-08-07T23:38:11.091Z Compiling async-trait v0.1.89
15152026-08-07T23:38:11.126Z Compiling num_threads v0.1.7
15162026-08-07T23:38:11.221Z Compiling openssl-probe v0.2.1
15172026-08-07T23:38:11.297Z Compiling anyhow v1.0.104
15182026-08-07T23:38:11.440Z Compiling hex v0.4.3
15192026-08-07T23:38:11.511Z Compiling untrusted v0.7.1
15202026-08-07T23:38:11.636Z Compiling camino v1.2.5
15212026-08-07T23:38:11.680Z Compiling rustls v0.23.40
15222026-08-07T23:38:11.834Z Compiling h2 v0.4.14
15232026-08-07T23:38:11.991Z Compiling crossbeam-utils v0.8.21
15242026-08-07T23:38:12.061Z Compiling usdt-impl v0.6.0
15252026-08-07T23:38:12.074Z Compiling crc32fast v1.5.0
15262026-08-07T23:38:12.299Z Compiling goblin v0.10.7
15272026-08-07T23:38:12.326Z Compiling dtrace-parser v0.3.0
15282026-08-07T23:38:12.630Z Compiling futures-executor v0.3.32
15292026-08-07T23:38:12.783Z Compiling structmeta-derive v0.3.0
15302026-08-07T23:38:12.919Z Compiling thread-id v5.1.0
15312026-08-07T23:38:13.000Z Compiling thread_local v1.1.9
15322026-08-07T23:38:13.124Z Compiling simd-adler32 v0.3.9
15332026-08-07T23:38:13.189Z Compiling cpufeatures v0.3.0
15342026-08-07T23:38:13.280Z Compiling adler2 v2.0.1
15352026-08-07T23:38:13.303Z Compiling futures v0.3.32
15362026-08-07T23:38:13.379Z Compiling miniz_oxide v0.8.9
15372026-08-07T23:38:13.392Z Compiling rand_core v0.9.5
15382026-08-07T23:38:13.605Z Compiling darling_core v0.23.0
15392026-08-07T23:38:13.882Z Compiling structmeta v0.3.0
15402026-08-07T23:38:14.059Z Compiling hyper v1.11.0
15412026-08-07T23:38:14.082Z Compiling newtype-uuid-macros v0.1.0
15422026-08-07T23:38:14.403Z Compiling hybrid-array v0.4.12
15432026-08-07T23:38:14.897Z Compiling slog-async v2.8.0
15442026-08-07T23:38:14.923Z Compiling match_cfg v0.1.0
15452026-08-07T23:38:14.990Z Compiling flate2 v1.1.9
15462026-08-07T23:38:15.176Z Compiling dof v0.4.0
15472026-08-07T23:38:15.192Z Compiling hyper-util v0.1.20
15482026-08-07T23:38:15.432Z Compiling newtype-uuid v1.3.2
15492026-08-07T23:38:15.468Z Compiling quick-error v1.2.3
15502026-08-07T23:38:15.570Z Compiling term v1.2.1
15512026-08-07T23:38:15.717Z Compiling darling_macro v0.23.0
15522026-08-07T23:38:15.771Z Compiling take_mut v0.2.2
15532026-08-07T23:38:15.839Z Compiling compression-core v0.4.32
15542026-08-07T23:38:15.993Z Compiling ref-cast v1.0.25
15552026-08-07T23:38:16.267Z Compiling compression-codecs v0.4.38
15562026-08-07T23:38:16.318Z Compiling darling v0.23.0
15572026-08-07T23:38:16.353Z Compiling daft v0.1.7
15582026-08-07T23:38:16.527Z Compiling crypto-common v0.2.2
15592026-08-07T23:38:16.538Z Compiling block-buffer v0.12.0
15602026-08-07T23:38:16.575Z Compiling rand_chacha v0.9.0
15612026-08-07T23:38:16.617Z Compiling ref-cast-impl v1.0.25
15622026-08-07T23:38:16.691Z Compiling strum_macros v0.26.4
15632026-08-07T23:38:16.850Z Compiling serde_spanned v1.1.1
15642026-08-07T23:38:16.996Z Compiling multer v3.1.0
15652026-08-07T23:38:17.009Z Compiling generic-array v0.14.7
15662026-08-07T23:38:17.229Z Compiling toml_writer v1.1.1+spec-1.1.0
15672026-08-07T23:38:17.232Z Compiling debug-ignore v1.0.5
15682026-08-07T23:38:17.328Z Compiling bit-vec v0.8.0
15692026-08-07T23:38:17.398Z Compiling usdt-macro v0.6.0
15702026-08-07T23:38:17.447Z Compiling usdt-attr-macro v0.6.0
15712026-08-07T23:38:17.481Z Compiling const-oid v0.10.2
15722026-08-07T23:38:17.536Z Compiling bit-set v0.8.0
15732026-08-07T23:38:17.655Z Compiling digest v0.11.3
15742026-08-07T23:38:17.698Z Compiling rand v0.9.4
15752026-08-07T23:38:17.729Z Compiling serde_with_macros v3.21.0
15762026-08-07T23:38:17.827Z Compiling tower v0.5.3
15772026-08-07T23:38:18.360Z Compiling async-stream-impl v0.3.6
15782026-08-07T23:38:18.372Z Compiling strum v0.26.3
15792026-08-07T23:38:18.500Z Compiling dropshot v0.17.1
15802026-08-07T23:38:18.561Z Compiling encoding_rs v0.8.35
15812026-08-07T23:38:18.696Z Compiling spin v0.9.8
15822026-08-07T23:38:18.721Z Compiling syn v1.0.109
15832026-08-07T23:38:18.859Z Compiling unarray v0.1.4
15842026-08-07T23:38:18.968Z Compiling mime v0.3.17
15852026-08-07T23:38:19.009Z Compiling async-stream v0.3.6
15862026-08-07T23:38:19.063Z Compiling tower-http v0.6.11
15872026-08-07T23:38:19.077Z Compiling sha1 v0.11.0
15882026-08-07T23:38:19.247Z Compiling derive-ex v0.1.8
15892026-08-07T23:38:19.285Z Compiling dropshot_endpoint v0.17.1
15902026-08-07T23:38:19.318Z Compiling macaddr v1.0.1
15912026-08-07T23:38:19.482Z Compiling openapiv3 v2.2.0
15922026-08-07T23:38:19.693Z Compiling waitgroup v0.1.2
15932026-08-07T23:38:19.831Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15942026-08-07T23:38:20.035Z Compiling serde_path_to_error v0.1.20
15952026-08-07T23:38:20.297Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15962026-08-07T23:38:20.381Z Compiling tempfile v3.27.0
15972026-08-07T23:38:20.424Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15982026-08-07T23:38:20.600Z Compiling time v0.3.47
15992026-08-07T23:38:20.796Z Compiling test-strategy v0.4.5
16002026-08-07T23:38:20.808Z Compiling rustls-native-certs v0.8.4
16012026-08-07T23:38:20.927Z Compiling strum_macros v0.27.2
16022026-08-07T23:38:21.095Z Compiling instant v0.1.13
16032026-08-07T23:38:21.199Z Compiling crossbeam-channel v0.5.15
16042026-08-07T23:38:21.609Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16052026-08-07T23:38:21.831Z Compiling crypto-common v0.1.7
16062026-08-07T23:38:22.143Z Compiling parse-display-derive v0.10.0
16072026-08-07T23:38:22.240Z Compiling backon v1.6.0
16082026-08-07T23:38:22.269Z Compiling rand_chacha v0.3.1
16092026-08-07T23:38:22.366Z Compiling is-terminal v0.4.17
16102026-08-07T23:38:22.442Z Compiling either v1.16.0
16112026-08-07T23:38:22.464Z Compiling rand v0.8.6
16122026-08-07T23:38:22.650Z Compiling slog-term v2.9.2
16132026-08-07T23:38:22.751Z Compiling strum v0.27.2
16142026-08-07T23:38:22.878Z Compiling slog-json v2.6.1
16152026-08-07T23:38:23.110Z Compiling hostname v0.3.1
16162026-08-07T23:38:23.274Z Compiling toml_parser v1.1.2+spec-1.1.0
16172026-08-07T23:38:23.296Z Compiling toml_datetime v1.1.1+spec-1.1.0
16182026-08-07T23:38:23.455Z Compiling memmap2 v0.9.10
16192026-08-07T23:38:23.590Z Compiling wait-timeout v0.2.1
16202026-08-07T23:38:23.698Z Compiling toml v1.1.2+spec-1.1.0
16212026-08-07T23:38:23.847Z Compiling rusty-fork v0.3.1
16222026-08-07T23:38:23.896Z Compiling slog-bunyan v2.5.0
16232026-08-07T23:38:24.031Z Compiling serde_with v3.21.0
16242026-08-07T23:38:24.063Z Compiling async-compression v0.4.42
16252026-08-07T23:38:24.183Z Compiling rand_xorshift v0.4.0
16262026-08-07T23:38:24.203Z Compiling rustls-pemfile v2.2.0
16272026-08-07T23:38:24.329Z Compiling regress v0.10.5
16282026-08-07T23:38:24.380Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-07T23:38:24.406Z Compiling hostname v0.4.2
16302026-08-07T23:38:24.541Z Compiling humantime v2.3.0
16312026-08-07T23:38:24.861Z Compiling proptest v1.11.0
16322026-08-07T23:38:25.226Z Compiling iddqd v0.4.6
16332026-08-07T23:38:26.159Z Compiling usdt v0.6.0
16342026-08-07T23:38:26.483Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-08-07T23:38:26.522Z Compiling block-buffer v0.10.4
16362026-08-07T23:38:26.650Z Compiling reqwest v0.12.28
16372026-08-07T23:38:26.980Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16382026-08-07T23:38:26.983Z Compiling digest v0.10.7
16392026-08-07T23:38:27.208Z Compiling parse-display v0.10.0
16402026-08-07T23:38:27.211Z Compiling backoff v0.4.0
16412026-08-07T23:38:27.435Z Compiling itertools v0.14.0
16422026-08-07T23:38:27.535Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16432026-08-07T23:38:27.876Z Compiling progenitor-client v0.10.0
16442026-08-07T23:38:28.778Z Compiling regress v0.11.1
16452026-08-07T23:38:28.794Z Compiling utf8parse v0.2.2
16462026-08-07T23:38:28.898Z Compiling anstyle-parse v1.0.0
16472026-08-07T23:38:29.084Z Compiling colorchoice v1.0.5
16482026-08-07T23:38:29.293Z Compiling anstyle v1.0.14
16492026-08-07T23:38:29.712Z Compiling anstyle-query v1.1.5
16502026-08-07T23:38:29.728Z Compiling is_terminal_polyfill v1.70.2
16512026-08-07T23:38:29.821Z Compiling anstream v1.0.0
16522026-08-07T23:38:30.160Z Compiling clap_lex v1.1.0
16532026-08-07T23:38:30.329Z Compiling typify-impl v0.6.2
16542026-08-07T23:38:30.639Z Compiling toml_datetime v0.6.11
16552026-08-07T23:38:30.913Z Compiling zerocopy-derive v0.7.35
16562026-08-07T23:38:30.933Z Compiling convert_case v0.4.0
16572026-08-07T23:38:31.080Z Compiling unicode-width v0.2.2
16582026-08-07T23:38:31.362Z Compiling cpufeatures v0.2.17
16592026-08-07T23:38:31.435Z Compiling derive_more v0.99.20
16602026-08-07T23:38:31.776Z Compiling zerocopy v0.7.35
16612026-08-07T23:38:32.506Z Compiling clap_derive v4.6.4
16622026-08-07T23:38:32.993Z Compiling terminal_size v0.4.4
16632026-08-07T23:38:33.132Z Compiling secrecy v0.10.3
16642026-08-07T23:38:33.218Z Compiling tinyvec_macros v0.1.1
16652026-08-07T23:38:33.289Z Compiling float-ord v0.3.2
16662026-08-07T23:38:33.405Z Compiling crucible-workspace-hack v0.1.0
16672026-08-07T23:38:33.437Z Compiling tinyvec v1.11.0
16682026-08-07T23:38:33.989Z Compiling dtrace-parser v0.2.0
16692026-08-07T23:38:34.080Z Compiling scroll_derive v0.12.1
16702026-08-07T23:38:34.093Z Compiling num-integer v0.1.46
16712026-08-07T23:38:34.096Z Compiling rustc_version v0.4.1
16722026-08-07T23:38:34.213Z Compiling usdt-impl v0.5.0
16732026-08-07T23:38:34.376Z Compiling curve25519-dalek v4.1.3
16742026-08-07T23:38:34.656Z Compiling clap_builder v4.6.5
16752026-08-07T23:38:34.794Z Compiling scroll v0.12.0
16762026-08-07T23:38:34.806Z Compiling dof v0.3.0
16772026-08-07T23:38:35.083Z Compiling hmac v0.12.1
16782026-08-07T23:38:35.107Z Compiling toml_edit v0.25.12+spec-1.1.0
16792026-08-07T23:38:35.145Z Compiling inout v0.1.4
16802026-08-07T23:38:35.218Z Compiling darling_core v0.21.3
16812026-08-07T23:38:35.269Z Compiling ff v0.13.1
16822026-08-07T23:38:35.294Z Compiling thread-id v4.2.2
16832026-08-07T23:38:35.373Z Compiling group v0.13.0
16842026-08-07T23:38:35.579Z Compiling cipher v0.4.4
16852026-08-07T23:38:35.795Z Compiling proc-macro-crate v3.5.0
16862026-08-07T23:38:35.901Z Compiling hkdf v0.12.4
16872026-08-07T23:38:35.988Z Compiling goblin v0.8.2
16882026-08-07T23:38:36.311Z Compiling clap v4.6.5
16892026-08-07T23:38:36.599Z Compiling num-iter v0.1.45
16902026-08-07T23:38:36.613Z Compiling num-rational v0.4.2
16912026-08-07T23:38:36.683Z Compiling typify-macro v0.6.2
16922026-08-07T23:38:36.864Z Compiling thiserror-impl-no-std v2.0.2
16932026-08-07T23:38:37.227Z Compiling universal-hash v0.5.1
16942026-08-07T23:38:37.296Z Compiling darling_macro v0.21.3
16952026-08-07T23:38:37.356Z Compiling crypto-bigint v0.5.5
16962026-08-07T23:38:37.902Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-08-07T23:38:38.098Z Compiling crossbeam-epoch v0.9.18
16982026-08-07T23:38:38.331Z Compiling half v2.7.1
16992026-08-07T23:38:38.508Z Compiling curve25519-dalek-derive v0.1.1
17002026-08-07T23:38:38.555Z Compiling num-complex v0.4.6
17012026-08-07T23:38:38.831Z Compiling typify v0.6.2
17022026-08-07T23:38:38.862Z Compiling base16ct v0.2.0
17032026-08-07T23:38:38.922Z Compiling unsafe-libyaml v0.2.11
17042026-08-07T23:38:38.938Z Compiling opaque-debug v0.3.1
17052026-08-07T23:38:38.953Z Compiling base64ct v1.8.3
17062026-08-07T23:38:39.007Z Compiling ciborium-io v0.2.2
17072026-08-07T23:38:39.021Z Compiling poly1305 v0.8.0
17082026-08-07T23:38:39.103Z Compiling ciborium-ll v0.2.2
17092026-08-07T23:38:39.257Z Compiling password-hash v0.5.0
17102026-08-07T23:38:39.317Z Compiling elliptic-curve v0.13.8
17112026-08-07T23:38:39.439Z Compiling num v0.4.3
17122026-08-07T23:38:39.513Z Compiling serde_yaml v0.9.34+deprecated
17132026-08-07T23:38:40.012Z Compiling thiserror-no-std v2.0.2
17142026-08-07T23:38:40.062Z Compiling darling v0.21.3
17152026-08-07T23:38:40.311Z Compiling num_enum_derive v0.7.6
17162026-08-07T23:38:40.648Z Compiling chacha20 v0.9.1
17172026-08-07T23:38:40.690Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17182026-08-07T23:38:40.864Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-08-07T23:38:41.271Z Compiling blake2 v0.10.6
17202026-08-07T23:38:41.376Z Compiling aead v0.5.2
17212026-08-07T23:38:41.489Z Compiling byte-wrapper v0.1.0
17222026-08-07T23:38:41.539Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17232026-08-07T23:38:41.738Z Compiling proc-macro-error-attr v1.0.4
17242026-08-07T23:38:41.930Z Compiling rustix v0.38.44
17252026-08-07T23:38:41.963Z Compiling heapless v0.8.0
17262026-08-07T23:38:42.003Z Compiling prettyplease v0.2.37
17272026-08-07T23:38:42.237Z Compiling keccak v0.1.6
17282026-08-07T23:38:42.430Z Compiling sha3 v0.10.9
17292026-08-07T23:38:42.735Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-08-07T23:38:42.836Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-08-07T23:38:43.175Z Compiling chacha20poly1305 v0.10.1
17322026-08-07T23:38:43.235Z Compiling argon2 v0.5.3
17332026-08-07T23:38:43.284Z Compiling num_enum v0.7.6
17342026-08-07T23:38:43.402Z Compiling ingot-macros v0.1.1
17352026-08-07T23:38:43.557Z Compiling vsss-rs v3.3.4
17362026-08-07T23:38:43.749Z Compiling ciborium v0.2.2
17372026-08-07T23:38:44.188Z Compiling usdt-attr-macro v0.5.0
17382026-08-07T23:38:44.206Z Compiling usdt-macro v0.5.0
17392026-08-07T23:38:44.854Z Compiling tabwriter v1.4.1
17402026-08-07T23:38:45.317Z Compiling serde_spanned v0.6.9
17412026-08-07T23:38:45.411Z Compiling hash32 v0.3.1
17422026-08-07T23:38:45.556Z Compiling enum-as-inner v0.6.1
17432026-08-07T23:38:45.568Z Compiling proc-macro-error v1.0.4
17442026-08-07T23:38:45.580Z Compiling memmap v0.7.0
17452026-08-07T23:38:45.625Z Compiling memoffset v0.9.1
17462026-08-07T23:38:45.765Z Compiling static_assertions v1.1.0
17472026-08-07T23:38:45.793Z Compiling toml_write v0.1.2
17482026-08-07T23:38:45.839Z Compiling smoltcp v0.11.0
17492026-08-07T23:38:45.860Z Compiling winnow v0.5.40
17502026-08-07T23:38:46.144Z Compiling data-encoding v2.11.0
17512026-08-07T23:38:46.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17522026-08-07T23:38:46.176Z Compiling cfg_aliases v0.2.1
17532026-08-07T23:38:46.176Z Compiling indent_write v2.2.0
17542026-08-07T23:38:46.256Z Compiling winnow v0.7.15
17552026-08-07T23:38:46.327Z Compiling nix v0.31.3
17562026-08-07T23:38:46.399Z Compiling ingot-types v0.1.2
17572026-08-07T23:38:46.630Z Compiling usdt v0.5.0
17582026-08-07T23:38:46.795Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-07T23:38:46.902Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17602026-08-07T23:38:46.992Z Compiling rustls-webpki v0.103.13
17612026-08-07T23:38:47.204Z Compiling toml_edit v0.19.15
17622026-08-07T23:38:47.249Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-08-07T23:38:47.692Z Compiling toml_edit v0.22.27
17642026-08-07T23:38:48.028Z Compiling cobs v0.3.0
17652026-08-07T23:38:48.168Z Compiling serde_repr v0.1.21
17662026-08-07T23:38:48.324Z Compiling pkg-config v0.3.33
17672026-08-07T23:38:48.749Z Compiling colored v3.1.1
17682026-08-07T23:38:48.778Z Compiling vcpkg v0.2.15
17692026-08-07T23:38:48.790Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17702026-08-07T23:38:49.014Z Compiling bitflags v1.3.2
17712026-08-07T23:38:49.094Z Compiling managed v0.8.0
17722026-08-07T23:38:49.167Z Compiling proc-macro-crate v1.3.1
17732026-08-07T23:38:49.319Z Compiling toml v0.8.23
17742026-08-07T23:38:49.331Z Compiling openssl-sys v0.9.116
17752026-08-07T23:38:49.509Z Compiling postcard v1.1.3
17762026-08-07T23:38:50.016Z Compiling ingot v0.1.1
17772026-08-07T23:38:50.262Z Compiling hubpack_derive v0.1.1
17782026-08-07T23:38:50.799Z Compiling tokio-rustls v0.26.4
17792026-08-07T23:38:50.857Z Compiling rustls-platform-verifier v0.7.0
17802026-08-07T23:38:51.064Z Compiling hyper-rustls v0.27.9
17812026-08-07T23:38:51.354Z Compiling reqwest v0.13.4
17822026-08-07T23:38:51.917Z Compiling foreign-types-macros v0.2.3
17832026-08-07T23:38:52.003Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-08-07T23:38:52.320Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-08-07T23:38:52.394Z Compiling heck v0.4.1
17862026-08-07T23:38:52.563Z Compiling progenitor-client v0.14.0
17872026-08-07T23:38:52.575Z Compiling rayon-core v1.13.0
17882026-08-07T23:38:52.605Z Compiling semver v0.1.20
17892026-08-07T23:38:52.798Z Compiling progenitor-extras v0.2.0
17902026-08-07T23:38:52.875Z Compiling swrite v0.1.0
17912026-08-07T23:38:52.974Z Compiling unicode-segmentation v1.13.3
17922026-08-07T23:38:53.042Z Compiling foreign-types-shared v0.3.1
17932026-08-07T23:38:53.168Z Compiling resolv-conf v0.7.6
17942026-08-07T23:38:53.443Z Compiling linked-hash-map v0.5.6
17952026-08-07T23:38:53.446Z Compiling newline-converter v0.3.0
17962026-08-07T23:38:53.555Z Compiling foreign-types v0.5.0
17972026-08-07T23:38:53.591Z Compiling rustc_version v0.1.7
17982026-08-07T23:38:53.636Z Compiling lru-cache v0.1.2
17992026-08-07T23:38:53.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18002026-08-07T23:38:53.796Z Compiling hubpack v0.1.2
18012026-08-07T23:38:53.914Z Compiling num_enum_derive v0.5.11
18022026-08-07T23:38:54.029Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-07T23:38:55.103Z Compiling atomicwrites v0.4.4
18042026-08-07T23:38:55.429Z Compiling hickory-proto v0.24.4
18052026-08-07T23:38:55.725Z Compiling progenitor-impl v0.14.0
18062026-08-07T23:38:56.033Z Compiling progenitor-impl v0.13.0
18072026-08-07T23:38:56.984Z Compiling crossbeam-deque v0.8.6
18082026-08-07T23:38:57.188Z Compiling console v0.15.11
18092026-08-07T23:38:57.859Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18102026-08-07T23:38:58.058Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-07T23:38:58.431Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T23:38:58.444Z Compiling camino-tempfile v1.4.1
18132026-08-07T23:38:58.693Z Compiling chacha20 v0.10.0
18142026-08-07T23:38:58.764Z Compiling serde-big-array v0.5.1
18152026-08-07T23:38:58.967Z Compiling derive-where v1.6.1
18162026-08-07T23:38:59.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18172026-08-07T23:38:59.703Z Compiling num-derive v0.4.2
18182026-08-07T23:38:59.951Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-07T23:39:00.219Z Compiling pin-project-internal v1.1.13
18202026-08-07T23:39:00.233Z Compiling cstr-argument v0.1.2
18212026-08-07T23:39:00.244Z Compiling minimal-lexical v0.2.1
18222026-08-07T23:39:00.391Z Compiling siphasher v1.0.3
18232026-08-07T23:39:00.506Z Compiling similar v2.7.0
18242026-08-07T23:39:00.593Z Compiling lazy_static v1.5.0
18252026-08-07T23:39:00.699Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18262026-08-07T23:39:00.934Z Compiling expectorate v1.2.0
18272026-08-07T23:39:00.948Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-07T23:39:01.078Z Compiling phf_shared v0.12.1
18292026-08-07T23:39:01.091Z Compiling nom v7.1.3
18302026-08-07T23:39:01.181Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18312026-08-07T23:39:01.318Z Compiling pin-project v1.1.13
18322026-08-07T23:39:01.420Z Compiling progenitor-macro v0.13.0
18332026-08-07T23:39:01.445Z Compiling progenitor-macro v0.14.0
18342026-08-07T23:39:01.460Z Compiling rand v0.10.2
18352026-08-07T23:39:01.756Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18362026-08-07T23:39:01.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18372026-08-07T23:39:02.094Z Compiling hickory-resolver v0.24.4
18382026-08-07T23:39:02.449Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18392026-08-07T23:39:02.599Z Compiling num_enum v0.5.11
18402026-08-07T23:39:02.658Z Compiling newtype_derive v0.1.6
18412026-08-07T23:39:02.720Z Compiling progenitor-client v0.13.0
18422026-08-07T23:39:04.369Z Compiling unicode-normalization v0.1.25
18432026-08-07T23:39:04.705Z Compiling tokio-stream v0.1.18
18442026-08-07T23:39:04.804Z Compiling async-recursion v1.1.1
18452026-08-07T23:39:04.846Z Compiling snafu-derive v0.8.9
18462026-08-07T23:39:05.175Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18472026-08-07T23:39:05.479Z Compiling slog-dtrace v0.3.0
18482026-08-07T23:39:05.494Z Compiling csv-core v0.1.13
18492026-08-07T23:39:05.721Z Compiling bstr v1.12.1
18502026-08-07T23:39:05.766Z Compiling cancel-safe-futures v0.1.5
18512026-08-07T23:39:06.023Z Compiling owo-colors v4.3.0
18522026-08-07T23:39:06.222Z Compiling openssl v0.10.80
18532026-08-07T23:39:06.362Z Compiling foldhash v0.1.5
18542026-08-07T23:39:06.501Z Compiling foreign-types-shared v0.1.1
18552026-08-07T23:39:06.551Z Compiling unicode-width v0.1.14
18562026-08-07T23:39:06.580Z Compiling chrono-tz v0.10.4
18572026-08-07T23:39:06.597Z Compiling highway v1.3.0
18582026-08-07T23:39:06.644Z Compiling same-file v1.0.6
18592026-08-07T23:39:06.745Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-07T23:39:06.793Z Compiling unicode-xid v0.2.6
18612026-08-07T23:39:06.812Z Compiling konst_macro_rules v0.2.19
18622026-08-07T23:39:06.823Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-07T23:39:06.827Z Compiling progenitor v0.14.0
18642026-08-07T23:39:06.877Z Compiling progenitor v0.13.0
18652026-08-07T23:39:06.907Z Compiling const_format_proc_macros v0.2.34
18662026-08-07T23:39:06.966Z Compiling konst v0.2.20
18672026-08-07T23:39:06.997Z Compiling walkdir v2.5.0
18682026-08-07T23:39:07.012Z Compiling foreign-types v0.3.2
18692026-08-07T23:39:07.015Z Compiling snafu v0.8.9
18702026-08-07T23:39:07.104Z Compiling hashbrown v0.15.5
18712026-08-07T23:39:07.249Z Compiling globset v0.4.18
18722026-08-07T23:39:07.402Z Compiling csv v1.4.0
18732026-08-07T23:39:07.476Z Compiling qorb v0.4.1
18742026-08-07T23:39:07.640Z Compiling olpc-cjson v0.1.4
18752026-08-07T23:39:07.703Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-07T23:39:08.013Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18772026-08-07T23:39:08.070Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-07T23:39:08.720Z Compiling rayon v1.12.0
18792026-08-07T23:39:09.350Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-07T23:39:09.607Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18812026-08-07T23:39:09.728Z Compiling phf v0.12.1
18822026-08-07T23:39:09.882Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-07T23:39:09.894Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T23:39:10.043Z Compiling zone_cfg_derive v0.3.1
18852026-08-07T23:39:10.303Z Compiling tokio-dtrace v0.1.1
18862026-08-07T23:39:10.574Z Compiling itertools v0.12.1
18872026-08-07T23:39:10.577Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-08-07T23:39:10.747Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18892026-08-07T23:39:10.788Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-08-07T23:39:10.819Z Compiling libsw-core v0.3.2
18912026-08-07T23:39:10.991Z Compiling serde_plain v1.0.2
18922026-08-07T23:39:11.005Z Compiling openssl-macros v0.1.1
18932026-08-07T23:39:11.124Z Compiling pem v3.0.6
18942026-08-07T23:39:11.203Z Compiling cookie v0.18.1
18952026-08-07T23:39:11.379Z Compiling sigpipe v0.1.3
18962026-08-07T23:39:11.435Z Compiling typed-path v0.9.3
18972026-08-07T23:39:11.469Z Compiling fixedbitset v0.5.7
18982026-08-07T23:39:11.490Z Compiling fixedbitset v0.4.2
18992026-08-07T23:39:11.502Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-08-07T23:39:11.723Z Compiling glob v0.3.3
19012026-08-07T23:39:11.726Z Compiling bytecount v0.6.9
19022026-08-07T23:39:11.808Z Compiling jiff v0.2.28
19032026-08-07T23:39:11.837Z Compiling papergrid v0.11.0
19042026-08-07T23:39:11.867Z Compiling zone v0.3.1
19052026-08-07T23:39:11.996Z Compiling petgraph v0.8.3
19062026-08-07T23:39:12.177Z Compiling petgraph v0.6.5
19072026-08-07T23:39:12.587Z Compiling tough v0.22.0
19082026-08-07T23:39:12.662Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-07T23:39:12.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19102026-08-07T23:39:13.652Z Compiling libsw v3.5.0
19112026-08-07T23:39:13.738Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19122026-08-07T23:39:13.831Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19132026-08-07T23:39:13.872Z Compiling oxide-tokio-rt v0.1.6
19142026-08-07T23:39:14.085Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-07T23:39:14.980Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-07T23:39:15.342Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T23:39:15.803Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-07T23:39:15.854Z Compiling const_format v0.2.36
19192026-08-07T23:39:15.993Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T23:39:16.455Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19212026-08-07T23:39:16.495Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T23:39:16.667Z Compiling tabled_derive v0.7.0
19232026-08-07T23:39:16.682Z Compiling gethostname v0.5.0
19242026-08-07T23:39:16.801Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-08-07T23:39:16.860Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19262026-08-07T23:39:16.930Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-07T23:39:16.965Z Compiling bcs v0.1.6
19282026-08-07T23:39:17.052Z Compiling smf v0.2.3
19292026-08-07T23:39:17.083Z Compiling tagptr v0.2.0
19302026-08-07T23:39:17.131Z Compiling unicode-linebreak v0.1.5
19312026-08-07T23:39:17.232Z Compiling termtree v0.5.1
19322026-08-07T23:39:17.285Z Compiling smawk v0.3.2
19332026-08-07T23:39:17.378Z Compiling crunchy v0.2.4
19342026-08-07T23:39:17.391Z Compiling linear-map v1.2.0
19352026-08-07T23:39:17.424Z Compiling whoami v1.6.1
19362026-08-07T23:39:17.577Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-08-07T23:39:17.629Z Compiling tabled v0.15.0
19382026-08-07T23:39:17.684Z Compiling textwrap v0.16.2
19392026-08-07T23:39:17.741Z Compiling moka v0.12.15
19402026-08-07T23:39:18.322Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-08-07T23:39:18.355Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T23:39:18.367Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T23:39:18.801Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-08-07T23:39:18.996Z Compiling steno v0.4.1
19452026-08-07T23:39:19.873Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-07T23:39:20.475Z Compiling hickory-proto v0.25.2
19472026-08-07T23:39:20.852Z Compiling tiny-keccak v2.0.2
19482026-08-07T23:39:21.179Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19492026-08-07T23:39:21.284Z Compiling parking_lot_core v0.8.6
19502026-08-07T23:39:21.535Z Compiling libscf-sys v1.2.0
19512026-08-07T23:39:21.581Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-08-07T23:39:21.684Z Compiling nom v8.0.0
19532026-08-07T23:39:22.208Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19542026-08-07T23:39:22.253Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19552026-08-07T23:39:22.438Z Compiling hickory-resolver v0.25.2
19562026-08-07T23:39:22.493Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19572026-08-07T23:39:22.665Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19582026-08-07T23:39:22.773Z Compiling const-random-macro v0.1.16
19592026-08-07T23:39:22.881Z Compiling ahash v0.8.12
19602026-08-07T23:39:23.059Z Compiling smartstring v1.0.1
19612026-08-07T23:39:23.171Z Compiling const-random v0.1.18
19622026-08-07T23:39:23.247Z Compiling parking_lot v0.11.2
19632026-08-07T23:39:23.364Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-08-07T23:39:23.679Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19652026-08-07T23:39:23.916Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19662026-08-07T23:39:23.931Z Compiling fxhash v0.2.1
19672026-08-07T23:39:24.060Z Compiling arc-swap v1.9.1
19682026-08-07T23:39:24.075Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19692026-08-07T23:39:24.088Z Compiling internet-checksum v0.2.1
19702026-08-07T23:39:24.158Z Compiling sled v0.34.7
19712026-08-07T23:39:24.385Z Compiling slog-scope v4.4.1
19722026-08-07T23:39:24.680Z Compiling itertools v0.15.0
19732026-08-07T23:39:24.775Z Compiling thin-vec v0.2.18
19742026-08-07T23:39:24.801Z Compiling rhai_codegen v3.2.0
19752026-08-07T23:39:25.073Z Compiling slog-stdlog v4.1.1
19762026-08-07T23:39:25.190Z Compiling natord v1.0.9
19772026-08-07T23:39:25.302Z Compiling slog-envlogger v2.2.0
19782026-08-07T23:39:25.907Z Compiling rhai v1.25.1
19792026-08-07T23:39:28.494Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19802026-08-07T23:39:29.791Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19812026-08-07T23:39:29.791Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19822026-08-07T23:39:36.987Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-08-07T23:39:38.611Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-08-07T23:39:39.665Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19852026-08-07T23:39:40.628Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19862026-08-07T23:39:41.464Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19872026-08-07T23:39:42.640Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19882026-08-07T23:39:48.443Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
19892026-08-07T23:40:16.273Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19902026-08-07T23:40:16.468Z────────────
19912026-08-07T23:40:16.468Z Nextest run ID ff0a757c-262f-42c3-bbe5-e9297d5164a6 with nextest profile: default
19922026-08-07T23:40:16.468Z Starting 6 tests across 1 binary
19932026-08-07T23:40:16.479Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
19942026-08-07T23:40:16.482Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
19952026-08-07T23:40:16.482Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
19962026-08-07T23:40:16.482Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
19972026-08-07T23:40:16.482Z PASS [ 0.010s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
19982026-08-07T23:40:16.482Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
19992026-08-07T23:40:16.482Z────────────
20002026-08-07T23:40:16.482Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
20012026-08-07T23:40:16.494Zprocess exited: duration 305495 ms, exit code 0
 
20022026-08-07T23:40:16.500Zfound 0 output files