01KZDBVRZNN5S3P7M1EV4668CB: 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: 01KZDBW887TCGNR66HKT79QBJS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:43:08.631Zjob assigned to worker 01KZDBWQWKYSNQZBE4GE4HX26M [factory aws, i-024a035a666c90303] (queued for 1 m 7 s)
 
22026-08-07T05:43:15.588Zstarting task 0: "setup"
32026-08-07T05:43:15.591Z++ uname -s
42026-08-07T05:43:15.594Z+ kern=SunOS
52026-08-07T05:43:15.594Z+ build_user=build
62026-08-07T05:43:15.594Z+ build_uid=12345
72026-08-07T05:43:15.594Z+ work_dir=/work
82026-08-07T05:43:15.594Z+ input_dir=/input
92026-08-07T05:43:15.594Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:15.594Z+ case "$kern" in
112026-08-07T05:43:15.594Z+ groupadd -g 12345 build
122026-08-07T05:43:15.596Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:17.600Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:17.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:17.708Z+ home_fs=zfs
162026-08-07T05:43:17.708Z+ [[ zfs == autofs ]]
172026-08-07T05:43:17.708Z+ mkdir -p /home/build
182026-08-07T05:43:17.708Z+ chown build:build /home/build /work
192026-08-07T05:43:19.709Z+ chmod 0700 /home/build /work
202026-08-07T05:43:19.712Zprocess exited: duration 4124 ms, exit code 0
 
212026-08-07T05:43:19.718Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:19.722Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:19.722Z * rust toolchain channel = "stable"
242026-08-07T05:43:19.722Z * rust toolchain profile = "default"
252026-08-07T05:43:19.722Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T05:43:19.722Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T05:43:19.722Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:19.725Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:19.725Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:19.844Zinfo: downloading installer
312026-08-07T05:43:21.227Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:21.228Zwarn: /opt/ooce/bin
332026-08-07T05:43:21.228Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:21.228Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:21.228Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:21.228Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:21.228Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:21.228Zerror: cannot install while Rust is installed
392026-08-07T05:43:21.228Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:21.228Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:21.228Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:21.228Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:21.228Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:21.241Zinfo: profile set to default
452026-08-07T05:43:21.241Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:21.244Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:21.376Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:21.379Zinfo: downloading 6 components
492026-08-07T05:43:36.526Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:36.526Z
512026-08-07T05:43:36.554Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:36.554Z
532026-08-07T05:43:36.555Z
542026-08-07T05:43:36.555ZRust is installed now. Great!
552026-08-07T05:43:36.555Z
562026-08-07T05:43:36.558ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:36.558Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:36.558Z
592026-08-07T05:43:36.558ZTo configure your current shell, you need to source
602026-08-07T05:43:36.558Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:36.558Z
622026-08-07T05:43:36.558ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:36.558Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:36.558Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:36.558Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:36.558Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:36.558Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:36.558Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:36.558Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:36.558Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:36.655Z+ rustup --version
722026-08-07T05:43:36.663Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:36.666Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:36.684Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:36.687Z+ cargo --version
762026-08-07T05:43:36.702Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:36.704Z+ rustc --version
782026-08-07T05:43:36.723Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:36.726Zprocess exited: duration 17007 ms, exit code 0
 
802026-08-07T05:43:36.731Zstarting task 2: "authentication"
812026-08-07T05:43:36.747Zprocess exited: duration 15 ms, exit code 0
 
822026-08-07T05:43:36.752Zstarting task 3: "clone repository"
832026-08-07T05:43:36.755Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:36.758Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:36.791ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:38.364Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:38.364Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:38.758ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:38.758Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:38.765Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:38.767Z++ git branch --show-current
922026-08-07T05:43:38.767Z+ current=main
932026-08-07T05:43:38.767Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:38.767Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:38.770Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:38.790ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:38.793Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:38.811ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:38.814Zprocess exited: duration 2059 ms, exit code 0
 
1002026-08-07T05:43:38.819Zstarting task 4: "build"
1012026-08-07T05:43:38.822Z+ set -e
1022026-08-07T05:43:38.822Z+ NEXTEST_VERSION=0.9.97
1032026-08-07T05:43:38.823Z+ PLATFORM=illumos
1042026-08-07T05:43:38.823Z+ cargo --version
1052026-08-07T05:43:38.828Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1062026-08-07T05:43:38.984Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-07T05:43:38.987Zinfo: downloading 6 components
1082026-08-07T05:43:54.296Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-08-07T05:43:54.299Z+ rustc --version
1102026-08-07T05:43:54.326Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-08-07T05:43:54.329Z+ cargo install cargo-nextest --version 0.9.97
1122026-08-07T05:43:54.371Z Updating crates.io index
1132026-08-07T05:43:54.466Z Downloading crates ...
1142026-08-07T05:43:54.515Z Downloaded cargo-nextest v0.9.97
1152026-08-07T05:43:54.573Z Installing cargo-nextest v0.9.97
1162026-08-07T05:43:54.576Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1172026-08-07T05:43:54.576Z |
1182026-08-07T05:43:54.576Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1192026-08-07T05:43:54.576Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1202026-08-07T05:43:54.613Z Updating crates.io index
1212026-08-07T05:43:56.514Z Locking 396 packages to latest compatible versions
1222026-08-07T05:43:56.518Z Adding dialoguer v0.11.0 (available: v0.12.0)
1232026-08-07T05:43:56.521Z Adding duct v0.13.7 (available: v1.1.1)
1242026-08-07T05:43:56.521Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1252026-08-07T05:43:56.521Z Adding generic-array v0.14.7 (available: v0.14.9)
1262026-08-07T05:43:56.525Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1272026-08-07T05:43:56.525Z Adding itertools v0.14.0 (available: v0.15.0)
1282026-08-07T05:43:56.525Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1292026-08-07T05:43:56.525Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1302026-08-07T05:43:56.528Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1312026-08-07T05:43:56.530Z Adding quick-junit v0.5.2 (available: v0.7.0)
1322026-08-07T05:43:56.558Z Downloading crates ...
1332026-08-07T05:43:56.578Z Downloaded addr2line v0.25.1
1342026-08-07T05:43:56.581Z Downloaded chacha20 v0.10.1
1352026-08-07T05:43:56.584Z Downloaded adler2 v2.0.1
1362026-08-07T05:43:56.587Z Downloaded base64ct v1.8.3
1372026-08-07T05:43:56.587Z Downloaded getrandom v0.3.4
1382026-08-07T05:43:56.593Z Downloaded backtrace-ext v0.2.1
1392026-08-07T05:43:56.596Z Downloaded clap v4.6.6
1402026-08-07T05:43:56.599Z Downloaded cfg_aliases v0.2.2
1412026-08-07T05:43:56.602Z Downloaded anstyle-query v1.1.5
1422026-08-07T05:43:56.602Z Downloaded base64 v0.22.1
1432026-08-07T05:43:56.605Z Downloaded ahash v0.8.12
1442026-08-07T05:43:56.616Z Downloaded quick-junit v0.5.2
1452026-08-07T05:43:56.623Z Downloaded tokio-macros v2.7.2
1462026-08-07T05:43:56.625Z Downloaded supports-hyperlinks v3.2.0
1472026-08-07T05:43:56.630Z Downloaded clap_derive v4.6.4
1482026-08-07T05:43:56.630Z Downloaded self_update v0.42.0
1492026-08-07T05:43:56.633Z Downloaded serde_spanned v0.6.9
1502026-08-07T05:43:56.633Z Downloaded block-buffer v0.10.4
1512026-08-07T05:43:56.635Z Downloaded serde-untagged v0.1.9
1522026-08-07T05:43:56.635Z Downloaded shell-words v1.1.1
1532026-08-07T05:43:56.635Z Downloaded thiserror v1.0.69
1542026-08-07T05:43:56.638Z Downloaded bstr v1.13.0
1552026-08-07T05:43:56.642Z Downloaded quinn v0.11.11
1562026-08-07T05:43:56.644Z Downloaded target-lexicon v0.13.5
1572026-08-07T05:43:56.647Z Downloaded atomicwrites v0.4.4
1582026-08-07T05:43:56.647Z Downloaded async-scoped v0.9.0
1592026-08-07T05:43:56.647Z Downloaded cargo-platform v0.2.0
1602026-08-07T05:43:56.647Z Downloaded cargo-platform v0.3.3
1612026-08-07T05:43:56.647Z Downloaded anstream v1.0.0
1622026-08-07T05:43:56.650Z Downloaded anstyle-parse v1.0.0
1632026-08-07T05:43:56.650Z Downloaded bytes v1.12.1
1642026-08-07T05:43:56.655Z Downloaded color-spantrace v0.3.0
1652026-08-07T05:43:56.658Z Downloaded fnv v1.0.7
1662026-08-07T05:43:56.658Z Downloaded futures-task v0.3.33
1672026-08-07T05:43:56.658Z Downloaded rustc_version v0.4.1
1682026-08-07T05:43:56.658Z Downloaded pin-project-lite v0.2.17
1692026-08-07T05:43:56.661Z Downloaded rustc-demangle v0.1.28
1702026-08-07T05:43:56.663Z Downloaded futures-sink v0.3.33
1712026-08-07T05:43:56.663Z Downloaded atomic-waker v1.1.2
1722026-08-07T05:43:56.667Z Downloaded cargo-util-schemas v0.2.0
1732026-08-07T05:43:56.672Z Downloaded crypto-common v0.1.7
1742026-08-07T05:43:56.675Z Downloaded heck v0.5.0
1752026-08-07T05:43:56.677Z Downloaded debug-ignore v1.0.5
1762026-08-07T05:43:56.680Z Downloaded guppy-workspace-hack v0.1.0
1772026-08-07T05:43:56.680Z Downloaded serde-value v0.7.0
1782026-08-07T05:43:56.683Z Downloaded untrusted v0.9.0
1792026-08-07T05:43:56.683Z Downloaded foreign-types-shared v0.1.1
1802026-08-07T05:43:56.683Z Downloaded futures-io v0.3.33
1812026-08-07T05:43:56.686Z Downloaded supports-unicode v3.0.0
1822026-08-07T05:43:56.689Z Downloaded cpufeatures v0.3.0
1832026-08-07T05:43:56.689Z Downloaded signature v2.2.0
1842026-08-07T05:43:56.692Z Downloaded document-features v0.2.12
1852026-08-07T05:43:56.692Z Downloaded errno v0.3.14
1862026-08-07T05:43:56.694Z Downloaded serde_ignored v0.1.14
1872026-08-07T05:43:56.694Z Downloaded enable-ansi-support v0.2.1
1882026-08-07T05:43:56.694Z Downloaded futures-macro v0.3.33
1892026-08-07T05:43:56.694Z Downloaded cpufeatures v0.2.17
1902026-08-07T05:43:56.697Z Downloaded generic-array v0.14.7
1912026-08-07T05:43:56.699Z Downloaded pin-project-internal v1.1.13
1922026-08-07T05:43:56.699Z Downloaded proc-macro2 v1.0.107
1932026-08-07T05:43:56.702Z Downloaded quinn-udp v0.5.15
1942026-08-07T05:43:56.702Z Downloaded form_urlencoded v1.2.2
1952026-08-07T05:43:56.705Z Downloaded cfg-if v1.0.4
1962026-08-07T05:43:56.705Z Downloaded foreign-types v0.3.2
1972026-08-07T05:43:56.707Z Downloaded shared_child v1.1.1
1982026-08-07T05:43:56.708Z Downloaded futures-core v0.3.33
1992026-08-07T05:43:56.710Z Downloaded serde_spanned v1.1.1
2002026-08-07T05:43:56.713Z Downloaded rand_pcg v0.10.2
2012026-08-07T05:43:56.715Z Downloaded equivalent v1.0.2
2022026-08-07T05:43:56.715Z Downloaded pathdiff v0.2.3
2032026-08-07T05:43:56.718Z Downloaded subtle v2.6.1
2042026-08-07T05:43:56.718Z Downloaded rustc-hash v2.1.3
2052026-08-07T05:43:56.720Z Downloaded curve25519-dalek-derive v0.1.1
2062026-08-07T05:43:56.720Z Downloaded openssl-macros v0.1.1
2072026-08-07T05:43:56.720Z Downloaded autocfg v1.5.1
2082026-08-07T05:43:56.720Z Downloaded camino-tempfile v1.4.1
2092026-08-07T05:43:56.723Z Downloaded cargo_metadata v0.23.1
2102026-08-07T05:43:56.727Z Downloaded foldhash v0.1.5
2112026-08-07T05:43:56.729Z Downloaded futures-executor v0.3.33
2122026-08-07T05:43:56.729Z Downloaded sync_wrapper v1.0.2
2132026-08-07T05:43:56.732Z Downloaded colorchoice v1.0.5
2142026-08-07T05:43:56.732Z Downloaded xattr v1.6.1
2152026-08-07T05:43:56.734Z Downloaded toml_datetime v0.6.11
2162026-08-07T05:43:56.735Z Downloaded camino v1.2.5
2172026-08-07T05:43:56.737Z Downloaded find-msvc-tools v0.1.9
2182026-08-07T05:43:56.740Z Downloaded utf8_iter v1.0.4
2192026-08-07T05:43:56.740Z Downloaded strip-ansi-escapes v0.2.1
2202026-08-07T05:43:56.740Z Downloaded terminal_size v0.4.4
2212026-08-07T05:43:56.742Z Downloaded anstyle v1.0.14
2222026-08-07T05:43:56.742Z Downloaded cargo_metadata v0.20.0
2232026-08-07T05:43:56.747Z Downloaded serde_urlencoded v0.7.1
2242026-08-07T05:43:56.749Z Downloaded supports-color v3.0.2
2252026-08-07T05:43:56.749Z Downloaded swrite v0.1.0
2262026-08-07T05:43:56.749Z Downloaded thread_local v1.1.10
2272026-08-07T05:43:56.749Z Downloaded tinyvec_macros v0.1.1
2282026-08-07T05:43:56.749Z Downloaded idna_adapter v1.0.0
2292026-08-07T05:43:56.749Z Downloaded lru-slab v0.1.2
2302026-08-07T05:43:56.753Z Downloaded sigchld v0.2.4
2312026-08-07T05:43:56.755Z Downloaded strsim v0.11.1
2322026-08-07T05:43:56.755Z Downloaded nextest-workspace-hack v0.1.0
2332026-08-07T05:43:56.758Z Downloaded signal-hook-mio v0.2.5
2342026-08-07T05:43:56.760Z Downloaded http-body v1.1.0
2352026-08-07T05:43:56.763Z Downloaded dialoguer v0.11.0
2362026-08-07T05:43:56.763Z Downloaded erased-serde v0.4.10
2372026-08-07T05:43:56.765Z Downloaded ed25519 v2.2.3
2382026-08-07T05:43:56.765Z Downloaded either v1.17.0
2392026-08-07T05:43:56.765Z Downloaded rand_chacha v0.9.0
2402026-08-07T05:43:56.768Z Downloaded convert_case v0.10.0
2412026-08-07T05:43:56.768Z Downloaded digest v0.10.7
2422026-08-07T05:43:56.768Z Downloaded filetime v0.2.29
2432026-08-07T05:43:56.770Z Downloaded fixedbitset v0.5.7
2442026-08-07T05:43:56.770Z Downloaded globset v0.4.20
2452026-08-07T05:43:56.770Z Downloaded os_pipe v1.2.3
2462026-08-07T05:43:56.774Z Downloaded thiserror-impl v1.0.69
2472026-08-07T05:43:56.774Z Downloaded clap_lex v1.1.0
2482026-08-07T05:43:56.774Z Downloaded quote v1.0.47
2492026-08-07T05:43:56.776Z Downloaded future-queue v0.4.0
2502026-08-07T05:43:56.776Z Downloaded tokio-native-tls v0.3.1
2512026-08-07T05:43:56.783Z Downloaded percent-encoding v2.3.2
2522026-08-07T05:43:56.786Z Downloaded utf8parse v0.2.2
2532026-08-07T05:43:56.788Z Downloaded want v0.3.1
2542026-08-07T05:43:56.788Z Downloaded try-lock v0.2.5
2552026-08-07T05:43:56.788Z Downloaded futures-channel v0.3.33
2562026-08-07T05:43:56.791Z Downloaded is_ci v1.2.0
2572026-08-07T05:43:56.794Z Downloaded mukti-metadata v0.3.0
2582026-08-07T05:43:56.794Z Downloaded rand_core v0.9.5
2592026-08-07T05:43:56.796Z Downloaded rand_core v0.6.4
2602026-08-07T05:43:56.796Z Downloaded slab v0.4.12
2612026-08-07T05:43:56.799Z Downloaded thiserror v2.0.19
2622026-08-07T05:43:56.801Z Downloaded duct v0.13.7
2632026-08-07T05:43:56.801Z Downloaded unicase v2.9.0
2642026-08-07T05:43:56.804Z Downloaded target-spec-miette v0.4.8
2652026-08-07T05:43:56.804Z Downloaded simd-adler32 v0.3.10
2662026-08-07T05:43:56.808Z Downloaded rand_core v0.10.1
2672026-08-07T05:43:56.808Z Downloaded scopeguard v1.2.0
2682026-08-07T05:43:56.808Z Downloaded self-replace v1.5.0
2692026-08-07T05:43:56.808Z Downloaded ppv-lite86 v0.2.21
2702026-08-07T05:43:56.810Z Downloaded ordered-float v2.10.1
2712026-08-07T05:43:56.816Z Downloaded serde_path_to_error v0.1.20
2722026-08-07T05:43:56.819Z Downloaded sha2 v0.10.9
2732026-08-07T05:43:56.819Z Downloaded smol_str v0.3.6
2742026-08-07T05:43:56.821Z Downloaded zstd-safe v7.2.4
2752026-08-07T05:43:56.821Z Downloaded shlex v2.0.1
2762026-08-07T05:43:56.826Z Downloaded static_assertions v1.1.0
2772026-08-07T05:43:56.828Z Downloaded hyper-tls v0.6.0
2782026-08-07T05:43:56.828Z Downloaded is_terminal_polyfill v1.70.2
2792026-08-07T05:43:56.828Z Downloaded nested v0.1.1
2802026-08-07T05:43:56.833Z Downloaded hex v0.4.3
2812026-08-07T05:43:56.836Z Downloaded toml_write v0.1.2
2822026-08-07T05:43:56.836Z Downloaded http-body-util v0.1.4
2832026-08-07T05:43:56.838Z Downloaded thiserror-impl v2.0.19
2842026-08-07T05:43:56.838Z Downloaded tracing-error v0.2.1
2852026-08-07T05:43:56.838Z Downloaded rustls-pki-types v1.15.1
2862026-08-07T05:43:56.844Z Downloaded fastrand v2.5.0
2872026-08-07T05:43:56.851Z Downloaded unicode-linebreak v0.1.5
2882026-08-07T05:43:56.856Z Downloaded smallvec v1.15.2
2892026-08-07T05:43:56.859Z Downloaded console v0.15.11
2902026-08-07T05:43:56.862Z Downloaded tracing-log v0.2.0
2912026-08-07T05:43:56.862Z Downloaded zstd v0.13.3
2922026-08-07T05:43:56.864Z Downloaded itoa v1.0.18
2932026-08-07T05:43:56.864Z Downloaded owo-colors v4.3.0
2942026-08-07T05:43:56.864Z Downloaded version_check v0.9.5
2952026-08-07T05:43:56.867Z Downloaded urlencoding v2.1.3
2962026-08-07T05:43:56.870Z Downloaded home v0.5.12
2972026-08-07T05:43:56.870Z Downloaded tower-service v0.3.3
2982026-08-07T05:43:56.872Z Downloaded humantime-serde v1.1.1
2992026-08-07T05:43:56.872Z Downloaded cfg-expr v0.20.8
3002026-08-07T05:43:56.875Z Downloaded indenter v0.3.4
3012026-08-07T05:43:56.877Z Downloaded pkg-config v0.3.33
3022026-08-07T05:43:56.880Z Downloaded tokio-rustls v0.26.4
3032026-08-07T05:43:56.880Z Downloaded hyper-rustls v0.27.9
3042026-08-07T05:43:56.883Z Downloaded pkcs8 v0.10.2
3052026-08-07T05:43:56.883Z Downloaded tower-layer v0.3.3
3062026-08-07T05:43:56.883Z Downloaded jobserver v0.1.35
3072026-08-07T05:43:56.885Z Downloaded semver v1.0.28
3082026-08-07T05:43:56.885Z Downloaded bitflags v2.13.1
3092026-08-07T05:43:56.888Z Downloaded spki v0.7.3
3102026-08-07T05:43:56.891Z Downloaded newtype-uuid v1.4.0
3112026-08-07T05:43:56.893Z Downloaded indent_write v2.2.0
3122026-08-07T05:43:56.894Z Downloaded openssl-probe v0.2.1
3132026-08-07T05:43:56.896Z Downloaded signal-hook-registry v1.4.8
3142026-08-07T05:43:56.896Z Downloaded target-spec v3.6.0
3152026-08-07T05:43:56.896Z Downloaded xxhash-rust v0.8.18
3162026-08-07T05:43:56.899Z Downloaded humantime v2.4.0
3172026-08-07T05:43:56.905Z Downloaded unicode-xid v0.2.6
3182026-08-07T05:43:56.911Z Downloaded ipnet v2.12.1
3192026-08-07T05:43:56.914Z Downloaded tinyvec v1.12.0
3202026-08-07T05:43:56.916Z Downloaded zeroize v1.9.0
3212026-08-07T05:43:56.916Z Downloaded tokio-stream v0.1.19
3222026-08-07T05:43:56.919Z Downloaded typeid v1.0.3
3232026-08-07T05:43:56.919Z Downloaded derive-where v1.6.1
3242026-08-07T05:43:56.921Z Downloaded number_prefix v0.4.0
3252026-08-07T05:43:56.924Z Downloaded parking_lot_core v0.9.12
3262026-08-07T05:43:56.924Z Downloaded rustls-webpki v0.103.13
3272026-08-07T05:43:56.927Z Downloaded eyre v0.6.12
3282026-08-07T05:43:56.929Z Downloaded futures v0.3.33
3292026-08-07T05:43:56.932Z Downloaded getrandom v0.2.17
3302026-08-07T05:43:56.932Z Downloaded getrandom v0.4.3
3312026-08-07T05:43:56.934Z Downloaded native-tls v0.2.18
3322026-08-07T05:43:56.934Z Downloaded toml_writer v1.1.2+spec-1.1.0
3332026-08-07T05:43:56.937Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3342026-08-07T05:43:56.937Z Downloaded const-oid v0.9.6
3352026-08-07T05:43:56.939Z Downloaded nextest-metadata v0.12.2
3362026-08-07T05:43:56.939Z Downloaded textwrap v0.16.2
3372026-08-07T05:43:56.942Z Downloaded lock_api v0.4.14
3382026-08-07T05:43:56.942Z Downloaded config v0.15.25
3392026-08-07T05:43:56.944Z Downloaded zmij v1.0.23
3402026-08-07T05:43:56.944Z Downloaded serde_core v1.0.229
3412026-08-07T05:43:56.947Z Downloaded tempfile v3.27.0
3422026-08-07T05:43:56.949Z Downloaded tracing-attributes v0.1.31
3432026-08-07T05:43:56.952Z Downloaded crc32fast v1.5.0
3442026-08-07T05:43:56.952Z Downloaded httparse v1.10.1
3452026-08-07T05:43:56.954Z Downloaded socket2 v0.6.5
3462026-08-07T05:43:56.954Z Downloaded signal-hook v0.3.18
3472026-08-07T05:43:56.957Z Downloaded serde_derive v1.0.229
3482026-08-07T05:43:56.959Z Downloaded toml v0.8.23
3492026-08-07T05:43:56.962Z Downloaded once_cell v1.21.4
3502026-08-07T05:43:56.962Z Downloaded lazy_static v1.5.0
3512026-08-07T05:43:56.962Z Downloaded toml v1.1.4+spec-1.1.0
3522026-08-07T05:43:56.965Z Downloaded miette-derive v7.6.0
3532026-08-07T05:43:56.965Z Downloaded vte v0.14.1
3542026-08-07T05:43:56.968Z Downloaded ryu v1.0.23
3552026-08-07T05:43:56.974Z Downloaded zipsign-api v0.1.5
3562026-08-07T05:43:56.979Z Downloaded nextest-filtering v0.15.0
3572026-08-07T05:43:56.991Z Downloaded borsh v1.8.0
3582026-08-07T05:43:56.994Z Downloaded iana-time-zone v0.1.65
3592026-08-07T05:43:56.997Z Downloaded backtrace v0.3.76
3602026-08-07T05:43:57.000Z Downloaded flate2 v1.1.9
3612026-08-07T05:43:57.003Z Downloaded der v0.7.10
3622026-08-07T05:43:57.005Z Downloaded sharded-slab v0.1.7
3632026-08-07T05:43:57.005Z Downloaded toml_parser v1.1.3+spec-1.1.0
3642026-08-07T05:43:57.008Z Downloaded indicatif v0.17.11
3652026-08-07T05:43:57.010Z Downloaded parking_lot v0.12.5
3662026-08-07T05:43:57.013Z Downloaded rand v0.10.2
3672026-08-07T05:43:57.016Z Downloaded tar v0.4.46
3682026-08-07T05:43:57.020Z Downloaded uuid v1.24.0
3692026-08-07T05:43:57.022Z Downloaded log v0.4.33
3702026-08-07T05:43:57.022Z Downloaded pulldown-cmark v0.13.4
3712026-08-07T05:43:57.025Z Downloaded pin-project v1.1.13
3722026-08-07T05:43:57.031Z Downloaded num-traits v0.2.19
3732026-08-07T05:43:57.035Z Downloaded litrs v1.0.0
3742026-08-07T05:43:57.037Z Downloaded ed25519-dalek v2.2.0
3752026-08-07T05:43:57.037Z Downloaded derive_more v2.1.1
3762026-08-07T05:43:57.044Z Downloaded cc v1.4.0
3772026-08-07T05:43:57.046Z Downloaded openssl-sys v0.9.117
3782026-08-07T05:43:57.049Z Downloaded unicode-ident v1.0.24
3792026-08-07T05:43:57.054Z Downloaded serde v1.0.229
3802026-08-07T05:43:57.056Z Downloaded tracing-core v0.1.36
3812026-08-07T05:43:57.059Z Downloaded miniz_oxide v0.8.9
3822026-08-07T05:43:57.069Z Downloaded derive_more-impl v2.1.1
3832026-08-07T05:43:57.074Z Downloaded unicode-segmentation v1.13.3
3842026-08-07T05:43:57.077Z Downloaded indexmap v2.14.0
3852026-08-07T05:43:57.080Z Downloaded rand v0.9.5
3862026-08-07T05:43:57.082Z Downloaded url v2.5.8
3872026-08-07T05:43:57.088Z Downloaded toml_edit v0.22.27
3882026-08-07T05:43:57.111Z Downloaded http v1.5.0
3892026-08-07T05:43:57.113Z Downloaded mio v1.2.2
3902026-08-07T05:43:57.123Z Downloaded ron v0.12.2
3912026-08-07T05:43:57.128Z Downloaded miette v7.6.0
3922026-08-07T05:43:57.131Z Downloaded memchr v2.8.3
3932026-08-07T05:43:57.137Z Downloaded hyper-util v0.1.20
3942026-08-07T05:43:57.140Z Downloaded crossterm v0.29.0
3952026-08-07T05:43:57.145Z Downloaded tower v0.5.3
3962026-08-07T05:43:57.155Z Downloaded clap_builder v4.6.6
3972026-08-07T05:43:57.158Z Downloaded unicode-normalization v0.1.25
3982026-08-07T05:43:57.161Z Downloaded regex v1.13.1
3992026-08-07T05:43:57.163Z Downloaded reqwest v0.12.28
4002026-08-07T05:43:57.166Z Downloaded typenum v1.20.1
4012026-08-07T05:43:57.168Z Downloaded serde_json v1.0.151
4022026-08-07T05:43:57.171Z Downloaded idna v1.1.0
4032026-08-07T05:43:57.174Z Downloaded quick-xml v0.38.4
4042026-08-07T05:43:57.177Z Downloaded hashbrown v0.15.5
4052026-08-07T05:43:57.179Z Downloaded guppy v0.17.26
4062026-08-07T05:43:57.183Z Downloaded tokio-util v0.7.19
4072026-08-07T05:43:57.187Z Downloaded aho-corasick v1.1.5
4082026-08-07T05:43:57.192Z Downloaded futures-util v0.3.33
4092026-08-07T05:43:57.198Z Downloaded hashbrown v0.17.1
4102026-08-07T05:43:57.212Z Downloaded h2 v0.4.15
4112026-08-07T05:43:57.216Z Downloaded itertools v0.14.0
4122026-08-07T05:43:57.219Z Downloaded tower-http v0.6.11
4132026-08-07T05:43:57.224Z Downloaded quick-xml v0.37.5
4142026-08-07T05:43:57.227Z Downloaded winnow v1.0.4
4152026-08-07T05:43:57.234Z Downloaded winnow v0.7.15
4162026-08-07T05:43:57.238Z Downloaded portable-atomic v1.14.0
4172026-08-07T05:43:57.242Z Downloaded hyper v1.11.0
4182026-08-07T05:43:57.249Z Downloaded tracing-subscriber v0.3.23
4192026-08-07T05:43:57.269Z Downloaded webpki-roots v1.0.9
4202026-08-07T05:43:57.272Z Downloaded quinn-proto v0.11.16
4212026-08-07T05:43:57.275Z Downloaded chrono v0.4.45
4222026-08-07T05:43:57.285Z Downloaded vcpkg v0.2.15
4232026-08-07T05:43:57.311Z Downloaded gimli v0.32.3
4242026-08-07T05:43:57.315Z Downloaded syn v3.0.3
4252026-08-07T05:43:57.322Z Downloaded unicode-width v0.2.2
4262026-08-07T05:43:57.326Z Downloaded syn v2.0.119
4272026-08-07T05:43:57.332Z Downloaded rustls v0.23.43
4282026-08-07T05:43:57.338Z Downloaded unicode-width v0.1.14
4292026-08-07T05:43:57.341Z Downloaded zerocopy v0.8.56
4302026-08-07T05:43:57.351Z Downloaded nextest-runner v0.80.0
4312026-08-07T05:43:57.359Z Downloaded curve25519-dalek v4.1.3
4322026-08-07T05:43:57.361Z Downloaded openssl v0.10.81
4332026-08-07T05:43:57.366Z Downloaded rustix v0.38.44
4342026-08-07T05:43:57.378Z Downloaded object v0.37.3
4352026-08-07T05:43:57.384Z Downloaded regex-syntax v0.8.11
4362026-08-07T05:43:57.388Z Downloaded nix v0.30.1
4372026-08-07T05:43:57.394Z Downloaded rustix v1.1.4
4382026-08-07T05:43:57.406Z Downloaded tracing v0.1.44
4392026-08-07T05:43:57.416Z Downloaded regex-automata v0.4.18
4402026-08-07T05:43:57.431Z Downloaded color-eyre v0.6.5
4412026-08-07T05:43:57.462Z Downloaded petgraph v0.8.3
4422026-08-07T05:43:57.474Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4432026-08-07T05:43:57.483Z Downloaded libc v0.2.189
4442026-08-07T05:43:57.503Z Downloaded tokio v1.53.1
4452026-08-07T05:43:57.526Z Downloaded ring v0.17.14
4462026-08-07T05:43:57.548Z Downloaded recursion v0.5.4
4472026-08-07T05:43:57.591Z Compiling proc-macro2 v1.0.107
4482026-08-07T05:43:57.593Z Compiling quote v1.0.47
4492026-08-07T05:43:57.594Z Compiling libc v0.2.189
4502026-08-07T05:43:57.594Z Compiling unicode-ident v1.0.24
4512026-08-07T05:43:57.594Z Compiling serde_core v1.0.229
4522026-08-07T05:43:57.594Z Compiling cfg-if v1.0.4
4532026-08-07T05:43:57.594Z Compiling memchr v2.8.3
4542026-08-07T05:43:57.722Z Compiling once_cell v1.21.4
4552026-08-07T05:43:57.792Z Compiling log v0.4.33
4562026-08-07T05:43:57.845Z Compiling pin-project-lite v0.2.17
4572026-08-07T05:43:57.936Z Compiling serde v1.0.229
4582026-08-07T05:43:57.972Z Compiling itoa v1.0.18
4592026-08-07T05:43:58.113Z Compiling futures-core v0.3.33
4602026-08-07T05:43:58.213Z Compiling smallvec v1.15.2
4612026-08-07T05:43:58.269Z Compiling bitflags v2.13.1
4622026-08-07T05:43:58.280Z Compiling equivalent v1.0.2
4632026-08-07T05:43:58.364Z Compiling hashbrown v0.17.1
4642026-08-07T05:43:58.458Z Compiling find-msvc-tools v0.1.9
4652026-08-07T05:43:58.661Z Compiling errno v0.3.14
4662026-08-07T05:43:58.686Z Compiling shlex v2.0.1
4672026-08-07T05:43:58.710Z Compiling bytes v1.12.1
4682026-08-07T05:43:58.833Z Compiling signal-hook-registry v1.4.8
4692026-08-07T05:43:58.880Z Compiling jobserver v0.1.35
4702026-08-07T05:43:58.906Z Compiling mio v1.2.2
4712026-08-07T05:43:58.924Z Compiling futures-sink v0.3.33
4722026-08-07T05:43:59.003Z Compiling syn v3.0.3
4732026-08-07T05:43:59.032Z Compiling syn v2.0.119
4742026-08-07T05:43:59.044Z Compiling rustix v1.1.4
4752026-08-07T05:43:59.193Z Compiling cc v1.4.0
4762026-08-07T05:43:59.280Z Compiling socket2 v0.6.5
4772026-08-07T05:43:59.562Z Compiling zmij v1.0.23
4782026-08-07T05:43:59.596Z Compiling slab v0.4.12
4792026-08-07T05:43:59.809Z Compiling futures-channel v0.3.33
4802026-08-07T05:43:59.884Z Compiling tracing-core v0.1.36
4812026-08-07T05:44:00.022Z Compiling indexmap v2.14.0
4822026-08-07T05:44:00.079Z Compiling version_check v0.9.5
4832026-08-07T05:44:00.171Z Compiling serde_json v1.0.151
4842026-08-07T05:44:00.414Z Compiling futures-io v0.3.33
4852026-08-07T05:44:00.459Z Compiling futures-task v0.3.33
4862026-08-07T05:44:00.607Z Compiling getrandom v0.4.3
4872026-08-07T05:44:00.678Z Compiling unicode-width v0.2.2
4882026-08-07T05:44:00.847Z Compiling camino v1.2.5
4892026-08-07T05:44:00.885Z Compiling percent-encoding v2.3.2
4902026-08-07T05:44:00.987Z Compiling ring v0.17.14
4912026-08-07T05:44:01.109Z Compiling http v1.5.0
4922026-08-07T05:44:01.156Z Compiling simd-adler32 v0.3.10
4932026-08-07T05:44:01.212Z Compiling zeroize v1.9.0
4942026-08-07T05:44:01.434Z Compiling autocfg v1.5.1
4952026-08-07T05:44:01.515Z Compiling adler2 v2.0.1
4962026-08-07T05:44:01.683Z Compiling miniz_oxide v0.8.9
4972026-08-07T05:44:01.803Z Compiling num-traits v0.2.19
4982026-08-07T05:44:01.850Z Compiling serde_derive v1.0.229
4992026-08-07T05:44:02.043Z Compiling tokio-macros v2.7.2
5002026-08-07T05:44:02.685Z Compiling zerocopy v0.8.56
5012026-08-07T05:44:02.688Z Compiling futures-macro v0.3.33
5022026-08-07T05:44:02.829Z Compiling tokio v1.53.1
5032026-08-07T05:44:03.084Z Compiling tracing-attributes v0.1.31
5042026-08-07T05:44:03.134Z Compiling object v0.37.3
5052026-08-07T05:44:03.163Z Compiling target-lexicon v0.13.5
5062026-08-07T05:44:03.299Z Compiling getrandom v0.3.4
5072026-08-07T05:44:03.546Z Compiling futures-util v0.3.33
5082026-08-07T05:44:03.639Z Compiling http-body v1.1.0
5092026-08-07T05:44:03.667Z Compiling rustls-pki-types v1.15.1
5102026-08-07T05:44:03.670Z Compiling form_urlencoded v1.2.2
5112026-08-07T05:44:03.795Z Compiling semver v1.0.28
5122026-08-07T05:44:03.943Z Compiling getrandom v0.2.17
5132026-08-07T05:44:04.135Z Compiling guppy-workspace-hack v0.1.0
5142026-08-07T05:44:04.269Z Compiling tracing v0.1.44
5152026-08-07T05:44:04.345Z Compiling thiserror v2.0.19
5162026-08-07T05:44:04.428Z Compiling owo-colors v4.3.0
5172026-08-07T05:44:04.506Z Compiling signal-hook v0.3.18
5182026-08-07T05:44:04.622Z Compiling idna_adapter v1.0.0
5192026-08-07T05:44:04.671Z Compiling httparse v1.10.1
5202026-08-07T05:44:04.714Z Compiling fnv v1.0.7
5212026-08-07T05:44:04.726Z Compiling untrusted v0.9.0
5222026-08-07T05:44:04.742Z Compiling utf8_iter v1.0.4
5232026-08-07T05:44:04.819Z Compiling gimli v0.32.3
5242026-08-07T05:44:04.862Z Compiling idna v1.1.0
5252026-08-07T05:44:05.814Z Compiling thiserror-impl v2.0.19
5262026-08-07T05:44:06.180Z Compiling generic-array v0.14.7
5272026-08-07T05:44:06.410Z Compiling rustc-demangle v0.1.28
5282026-08-07T05:44:06.502Z Compiling typeid v1.0.3
5292026-08-07T05:44:06.781Z Compiling addr2line v0.25.1
5302026-08-07T05:44:06.978Z Compiling tokio-util v0.7.19
5312026-08-07T05:44:07.229Z Compiling thiserror v1.0.69
5322026-08-07T05:44:07.391Z Compiling pkg-config v0.3.33
5332026-08-07T05:44:07.482Z Compiling tower-service v0.3.3
5342026-08-07T05:44:07.537Z Compiling atomic-waker v1.1.2
5352026-08-07T05:44:07.579Z Compiling rustls v0.23.43
5362026-08-07T05:44:07.667Z Compiling target-spec v3.6.0
5372026-08-07T05:44:07.786Z Compiling try-lock v0.2.5
5382026-08-07T05:44:07.816Z Compiling fastrand v2.5.0
5392026-08-07T05:44:07.903Z Compiling want v0.3.1
5402026-08-07T05:44:07.957Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5412026-08-07T05:44:08.083Z Compiling tempfile v3.27.0
5422026-08-07T05:44:08.095Z Compiling h2 v0.4.15
5432026-08-07T05:44:08.417Z Compiling cfg-expr v0.20.8
5442026-08-07T05:44:08.432Z Compiling url v2.5.8
5452026-08-07T05:44:08.900Z Compiling backtrace v0.3.76
5462026-08-07T05:44:09.377Z Compiling thiserror-impl v1.0.69
5472026-08-07T05:44:09.437Z Compiling terminal_size v0.4.4
5482026-08-07T05:44:09.613Z Compiling aho-corasick v1.1.5
5492026-08-07T05:44:09.945Z Compiling winnow v0.7.15
5502026-08-07T05:44:10.513Z Compiling subtle v2.6.1
5512026-08-07T05:44:10.677Z Compiling erased-serde v0.4.10
5522026-08-07T05:44:10.825Z Compiling rustls-webpki v0.103.13
5532026-08-07T05:44:10.964Z Compiling regex-syntax v0.8.11
5542026-08-07T05:44:11.890Z Compiling typenum v1.20.1
5552026-08-07T05:44:12.611Z Compiling regex-automata v0.4.18
5562026-08-07T05:44:13.824Z Compiling hyper v1.11.0
5572026-08-07T05:44:14.959Z Compiling toml_datetime v0.6.11
5582026-08-07T05:44:15.338Z Compiling serde_spanned v0.6.9
5592026-08-07T05:44:15.507Z Compiling ahash v0.8.12
5602026-08-07T05:44:15.764Z Compiling sync_wrapper v1.0.2
5612026-08-07T05:44:15.880Z Compiling crc32fast v1.5.0
5622026-08-07T05:44:15.968Z Compiling toml_write v0.1.2
5632026-08-07T05:44:16.169Z Compiling unicode-linebreak v0.1.5
5642026-08-07T05:44:16.209Z Compiling tower-layer v0.3.3
5652026-08-07T05:44:16.413Z Compiling is_ci v1.2.0
5662026-08-07T05:44:16.433Z Compiling unicode-segmentation v1.13.3
5672026-08-07T05:44:16.582Z Compiling foldhash v0.1.5
5682026-08-07T05:44:16.806Z Compiling base64 v0.22.1
5692026-08-07T05:44:16.831Z Compiling portable-atomic v1.14.0
5702026-08-07T05:44:17.278Z Compiling lazy_static v1.5.0
5712026-08-07T05:44:17.314Z Compiling ipnet v2.12.1
5722026-08-07T05:44:17.389Z Compiling parking_lot_core v0.9.12
5732026-08-07T05:44:17.528Z Compiling either v1.17.0
5742026-08-07T05:44:17.582Z Compiling nextest-workspace-hack v0.1.0
5752026-08-07T05:44:17.678Z Compiling hyper-util v0.1.20
5762026-08-07T05:44:17.762Z Compiling sharded-slab v0.1.7
5772026-08-07T05:44:17.855Z Compiling tokio-rustls v0.26.4
5782026-08-07T05:44:18.146Z Compiling convert_case v0.10.0
5792026-08-07T05:44:18.393Z Compiling hashbrown v0.15.5
5802026-08-07T05:44:18.409Z Compiling supports-color v3.0.2
5812026-08-07T05:44:18.420Z Compiling textwrap v0.16.2
5822026-08-07T05:44:18.485Z Compiling tower v0.5.3
5832026-08-07T05:44:18.677Z Compiling toml_edit v0.22.27
5842026-08-07T05:44:19.066Z Compiling backtrace-ext v0.2.1
5852026-08-07T05:44:19.328Z Compiling ordered-float v2.10.1
5862026-08-07T05:44:19.602Z Compiling webpki-roots v1.0.9
5872026-08-07T05:44:19.635Z Compiling miette-derive v7.6.0
5882026-08-07T05:44:19.715Z Compiling pathdiff v0.2.3
5892026-08-07T05:44:19.753Z Compiling console v0.15.11
5902026-08-07T05:44:19.842Z Compiling tracing-log v0.2.0
5912026-08-07T05:44:20.188Z Compiling cargo-platform v0.3.3
5922026-08-07T05:44:20.310Z Compiling os_pipe v1.2.3
5932026-08-07T05:44:20.484Z Compiling thread_local v1.1.10
5942026-08-07T05:44:20.730Z Compiling debug-ignore v1.0.5
5952026-08-07T05:44:20.744Z Compiling ryu v1.0.23
5962026-08-07T05:44:20.840Z Compiling fixedbitset v0.5.7
5972026-08-07T05:44:21.038Z Compiling scopeguard v1.2.0
5982026-08-07T05:44:21.133Z Compiling pulldown-cmark v0.13.4
5992026-08-07T05:44:21.147Z Compiling unicode-width v0.1.14
6002026-08-07T05:44:21.174Z Compiling supports-unicode v3.0.0
6012026-08-07T05:44:21.345Z Compiling rustix v0.38.44
6022026-08-07T05:44:21.348Z Compiling utf8parse v0.2.2
6032026-08-07T05:44:21.369Z Compiling cfg_aliases v0.2.2
6042026-08-07T05:44:21.441Z Compiling supports-hyperlinks v3.2.0
6052026-08-07T05:44:21.453Z Compiling zstd-safe v7.2.4
6062026-08-07T05:44:21.470Z Compiling winnow v1.0.4
6072026-08-07T05:44:21.662Z Compiling miette v7.6.0
6082026-08-07T05:44:21.700Z Compiling nix v0.30.1
6092026-08-07T05:44:21.773Z Compiling anstyle-parse v1.0.0
6102026-08-07T05:44:22.061Z Compiling lock_api v0.4.14
6112026-08-07T05:44:22.081Z Compiling petgraph v0.8.3
6122026-08-07T05:44:22.365Z Compiling serde_urlencoded v0.7.1
6132026-08-07T05:44:22.644Z Compiling toml_parser v1.1.3+spec-1.1.0
6142026-08-07T05:44:22.921Z Compiling tracing-subscriber v0.3.23
6152026-08-07T05:44:23.945Z Compiling sigchld v0.2.4
6162026-08-07T05:44:24.042Z Compiling cargo_metadata v0.23.1
6172026-08-07T05:44:24.144Z Compiling toml v0.8.23
6182026-08-07T05:44:24.210Z Compiling hyper-rustls v0.27.9
6192026-08-07T05:44:24.871Z Compiling serde-value v0.7.0
6202026-08-07T05:44:25.544Z Compiling serde-untagged v0.1.9
6212026-08-07T05:44:25.914Z Compiling tower-http v0.6.11
6222026-08-07T05:44:26.014Z Compiling derive_more-impl v2.1.1
6232026-08-07T05:44:26.629Z Compiling itertools v0.14.0
6242026-08-07T05:44:26.864Z Compiling regex v1.13.1
6252026-08-07T05:44:26.935Z Compiling crypto-common v0.1.7
6262026-08-07T05:44:27.072Z Compiling block-buffer v0.10.4
6272026-08-07T05:44:27.217Z Compiling ppv-lite86 v0.2.21
6282026-08-07T05:44:27.229Z Compiling futures-executor v0.3.33
6292026-08-07T05:44:27.569Z Compiling rand_core v0.9.5
6302026-08-07T05:44:27.732Z Compiling http-body-util v0.1.4
6312026-08-07T05:44:27.816Z Compiling pin-project-internal v1.1.13
6322026-08-07T05:44:28.025Z Compiling uuid v1.24.0
6332026-08-07T05:44:28.069Z Compiling toml_datetime v1.1.1+spec-1.1.0
6342026-08-07T05:44:28.130Z Compiling smol_str v0.3.6
6352026-08-07T05:44:28.282Z Compiling serde_spanned v1.1.1
6362026-08-07T05:44:28.428Z Compiling filetime v0.2.29
6372026-08-07T05:44:28.468Z Compiling vte v0.14.1
6382026-08-07T05:44:28.479Z Compiling bstr v1.13.0
6392026-08-07T05:44:28.631Z Compiling static_assertions v1.1.0
6402026-08-07T05:44:28.686Z Compiling xattr v1.6.1
6412026-08-07T05:44:28.703Z Compiling anstyle v1.0.14
6422026-08-07T05:44:28.744Z Compiling tinyvec_macros v0.1.1
6432026-08-07T05:44:28.815Z Compiling colorchoice v1.0.5
6442026-08-07T05:44:28.869Z Compiling unicode-xid v0.2.6
6452026-08-07T05:44:28.934Z Compiling number_prefix v0.4.0
6462026-08-07T05:44:28.966Z Compiling nested v0.1.1
6472026-08-07T05:44:29.003Z Compiling is_terminal_polyfill v1.70.2
6482026-08-07T05:44:29.096Z Compiling self_update v0.42.0
6492026-08-07T05:44:29.108Z Compiling eyre v0.6.12
6502026-08-07T05:44:29.155Z Compiling unicase v2.9.0
6512026-08-07T05:44:29.167Z Compiling litrs v1.0.0
6522026-08-07T05:44:29.328Z Compiling color-spantrace v0.3.0
6532026-08-07T05:44:29.340Z Compiling anstyle-query v1.1.5
6542026-08-07T05:44:29.343Z Compiling iana-time-zone v0.1.65
6552026-08-07T05:44:29.431Z Compiling anstream v1.0.0
6562026-08-07T05:44:29.458Z Compiling chrono v0.4.45
6572026-08-07T05:44:29.608Z Compiling document-features v0.2.12
6582026-08-07T05:44:29.659Z Compiling guppy v0.17.26
6592026-08-07T05:44:29.674Z Compiling indicatif v0.17.11
6602026-08-07T05:44:29.918Z Compiling cargo-util-schemas v0.2.0
6612026-08-07T05:44:30.152Z Compiling globset v0.4.20
6622026-08-07T05:44:30.766Z Compiling pin-project v1.1.13
6632026-08-07T05:44:30.874Z Compiling tinyvec v1.12.0
6642026-08-07T05:44:31.310Z Compiling tar v0.4.46
6652026-08-07T05:44:32.359Z Compiling strip-ansi-escapes v0.2.1
6662026-08-07T05:44:32.752Z Compiling toml v1.1.4+spec-1.1.0
6672026-08-07T05:44:32.779Z Compiling nextest-metadata v0.12.2
6682026-08-07T05:44:32.844Z Compiling newtype-uuid v1.4.0
6692026-08-07T05:44:33.021Z Compiling reqwest v0.12.28
6702026-08-07T05:44:33.033Z Compiling rand_chacha v0.9.0
6712026-08-07T05:44:33.392Z Compiling futures v0.3.33
6722026-08-07T05:44:33.476Z Compiling digest v0.10.7
6732026-08-07T05:44:33.588Z Compiling parking_lot v0.12.5
6742026-08-07T05:44:33.701Z Compiling derive_more v2.1.1
6752026-08-07T05:44:33.783Z Compiling flate2 v1.1.9
6762026-08-07T05:44:33.846Z Compiling shared_child v1.1.1
6772026-08-07T05:44:34.162Z Compiling tracing-error v0.2.1
6782026-08-07T05:44:34.484Z Compiling signal-hook-mio v0.2.5
6792026-08-07T05:44:34.619Z Compiling self-replace v1.5.0
6802026-08-07T05:44:34.685Z Compiling cargo-platform v0.2.0
6812026-08-07T05:44:34.885Z Compiling quick-xml v0.38.4
6822026-08-07T05:44:35.223Z Compiling quick-xml v0.37.5
6832026-08-07T05:44:35.733Z Compiling clap_lex v1.1.0
6842026-08-07T05:44:36.056Z Compiling strsim v0.11.1
6852026-08-07T05:44:36.087Z Compiling indenter v0.3.4
6862026-08-07T05:44:36.218Z Compiling cpufeatures v0.2.17
6872026-08-07T05:44:36.293Z Compiling recursion v0.5.4
6882026-08-07T05:44:36.485Z Compiling humantime v2.4.0
6892026-08-07T05:44:36.655Z Compiling urlencoding v2.1.3
6902026-08-07T05:44:36.759Z Compiling shell-words v1.1.1
6912026-08-07T05:44:36.871Z Compiling heck v0.5.0
6922026-08-07T05:44:36.910Z Compiling humantime-serde v1.1.1
6932026-08-07T05:44:37.005Z Compiling nextest-filtering v0.15.0
6942026-08-07T05:44:37.064Z Compiling sha2 v0.10.9
6952026-08-07T05:44:37.067Z Compiling clap_derive v4.6.4
6962026-08-07T05:44:37.928Z Compiling clap_builder v4.6.6
6972026-08-07T05:44:38.814Z Compiling quick-junit v0.5.2
6982026-08-07T05:44:38.828Z Compiling atomicwrites v0.4.4
6992026-08-07T05:44:39.114Z Compiling cargo_metadata v0.20.0
7002026-08-07T05:44:40.880Z Compiling cargo-nextest v0.9.97
7012026-08-07T05:44:41.195Z Compiling crossterm v0.29.0
7022026-08-07T05:44:43.139Z Compiling duct v0.13.7
7032026-08-07T05:44:43.661Z Compiling async-scoped v0.9.0
7042026-08-07T05:44:43.754Z Compiling config v0.15.25
7052026-08-07T05:44:43.854Z Compiling rand v0.9.5
7062026-08-07T05:44:44.317Z Compiling unicode-normalization v0.1.25
7072026-08-07T05:44:44.329Z Compiling target-spec-miette v0.4.8
7082026-08-07T05:44:44.580Z Compiling zstd v0.13.3
7092026-08-07T05:44:44.633Z Compiling future-queue v0.4.0
7102026-08-07T05:44:44.730Z Compiling mukti-metadata v0.3.0
7112026-08-07T05:44:44.854Z Compiling camino-tempfile v1.4.1
7122026-08-07T05:44:44.893Z Compiling tokio-stream v0.1.19
7132026-08-07T05:44:44.920Z Compiling derive-where v1.6.1
7142026-08-07T05:44:45.010Z Compiling serde_path_to_error v0.1.20
7152026-08-07T05:44:45.225Z Compiling serde_ignored v0.1.14
7162026-08-07T05:44:45.379Z Compiling home v0.5.12
7172026-08-07T05:44:45.441Z Compiling indent_write v2.2.0
7182026-08-07T05:44:45.454Z Compiling hex v0.4.3
7192026-08-07T05:44:45.468Z Compiling swrite v0.1.0
7202026-08-07T05:44:45.544Z Compiling xxhash-rust v0.8.18
7212026-08-07T05:44:45.573Z Compiling color-eyre v0.6.5
7222026-08-07T05:44:45.609Z Compiling clap v4.6.6
7232026-08-07T05:44:45.691Z Compiling dialoguer v0.11.0
7242026-08-07T05:44:45.723Z Compiling enable-ansi-support v0.2.1
7252026-08-07T05:44:46.188Z Compiling nextest-runner v0.80.0
7262026-08-07T05:45:04.897Z Finished `release` profile [optimized] target(s) in 1m 10s
7272026-08-07T05:45:05.075Z Installing /home/build/.cargo/bin/cargo-nextest
7282026-08-07T05:45:05.077Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7292026-08-07T05:45:05.200Z+ source .github/buildomat/test-common.sh
7302026-08-07T05:45:05.202Z++ NEXTEST_VERSION=0.9.97
7312026-08-07T05:45:05.202Z++ PLATFORM=illumos
7322026-08-07T05:45:05.202Z++ banner install
7332026-08-07T05:45:05.202Z
7342026-08-07T05:45:05.202Z # # # #### ##### ## # #
7352026-08-07T05:45:05.203Z # ## # # # # # # #
7362026-08-07T05:45:05.203Z # # # # #### # # # # #
7372026-08-07T05:45:05.203Z # # # # # # ###### # #
7382026-08-07T05:45:05.203Z # # ## # # # # # # #
7392026-08-07T05:45:05.203Z # # # #### # # # ###### ######
7402026-08-07T05:45:05.203Z
7412026-08-07T05:45:05.203Z++ set +o errexit
7422026-08-07T05:45:05.206Z++ pkg info clang-15
7432026-08-07T05:45:05.206Z++ grep -qi installed
7442026-08-07T05:45:06.394Zpkg: info: no packages matching the following patterns you specified are
7452026-08-07T05:45:06.394Zinstalled on the system. Try querying remotely instead:
7462026-08-07T05:45:06.394Z
7472026-08-07T05:45:06.394Z clang-15
7482026-08-07T05:45:06.437Z++ [[ 1 != 0 ]]
7492026-08-07T05:45:06.437Z++ set -o errexit
7502026-08-07T05:45:06.440Z++ pfexec pkg install clang-15
7512026-08-07T05:45:13.058Z Startup: Refreshing catalog 'helios-dev' ... Done
7522026-08-07T05:45:20.977Z Startup: Caching catalogs ... Done
7532026-08-07T05:45:28.332ZPlanning: Solver setup ... Done
7542026-08-07T05:45:28.373ZPlanning: Running solver ... Done
7552026-08-07T05:45:28.523ZPlanning: Finding local manifests ... Done
7562026-08-07T05:45:28.536ZPlanning: Fetching manifests: 0/2 0% complete
7572026-08-07T05:45:28.616ZPlanning: Fetching manifests: 2/2 100% complete
7582026-08-07T05:45:28.646ZPlanning: Package planning ... Done
7592026-08-07T05:45:28.672ZPlanning: Merging actions ... Done
7602026-08-07T05:45:28.784ZPlanning: Checking for conflicting actions ... Done
7612026-08-07T05:45:28.790ZPlanning: Consolidating action changes ... Done
7622026-08-07T05:45:29.444ZPlanning: Evaluating mediators ... Done
7632026-08-07T05:45:29.449ZPlanning: Planning completed in 8.30 seconds
7642026-08-07T05:45:29.460Z Packages to install: 2
7652026-08-07T05:45:29.460Z Mediators to change: 2
7662026-08-07T05:45:29.463Z Services to change: 1
7672026-08-07T05:45:29.463Z Create boot environment: No
7682026-08-07T05:45:29.463ZCreate backup boot environment: No
7692026-08-07T05:45:29.499Z
7702026-08-07T05:45:29.499ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7712026-08-07T05:45:34.501ZDownload: 2057/3076 items 118.2/211.3MB 55% complete (23.9M/s)
7722026-08-07T05:45:38.444ZDownload: Completed 211.31 MB in 8.94 seconds (23.6M/s)
7732026-08-07T05:45:38.579Z Actions: 1/3418 actions (Installing new actions)
7742026-08-07T05:45:41.732Z Actions: Completed 3418 actions in 3.15 seconds.
7752026-08-07T05:45:42.392Z Done
7762026-08-07T05:45:42.392Z Done
7772026-08-07T05:45:43.126Z Done
7782026-08-07T05:45:46.512Z Done
7792026-08-07T05:45:46.583Z Done
7802026-08-07T05:45:46.588Z Done
7812026-08-07T05:45:46.883Z Done
7822026-08-07T05:45:47.596Z++ set -o errexit
7832026-08-07T05:45:47.596Z++ cargo --version
7842026-08-07T05:45:47.605Zcargo 1.97.1 (c980f4866 2026-06-30)
7852026-08-07T05:45:47.608Z++ rustc --version
7862026-08-07T05:45:47.628Zrustc 1.97.1 (8bab26f4f 2026-07-14)
7872026-08-07T05:45:47.631Z++ cargo install cargo-nextest --version 0.9.97
7882026-08-07T05:45:47.684Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7892026-08-07T05:45:47.686Z+ pushd mgadm
7902026-08-07T05:45:47.687Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7912026-08-07T05:45:47.687Z+ cargo nextest run
7922026-08-07T05:45:47.846Z Updating crates.io index
7932026-08-07T05:45:47.849Z Updating git repository `https://github.com/oxidecomputer/omicron`
7942026-08-07T05:45:53.702ZFrom https://github.com/oxidecomputer/omicron
7952026-08-07T05:45:53.702Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7962026-08-07T05:45:54.137Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-08-07T05:45:54.951ZFrom https://github.com/oxidecomputer/falcon
7982026-08-07T05:45:54.951Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7992026-08-07T05:45:55.028Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8002026-08-07T05:45:55.454ZFrom https://github.com/oxidecomputer/dendrite
8012026-08-07T05:45:55.454Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
8022026-08-07T05:45:55.489Z Updating git repository `https://github.com/oxidecomputer/ispf`
8032026-08-07T05:45:55.779ZFrom https://github.com/oxidecomputer/ispf
8042026-08-07T05:45:55.779Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8052026-08-07T05:45:55.784Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8062026-08-07T05:45:56.194ZFrom https://github.com/oxidecomputer/netadm-sys
8072026-08-07T05:45:56.194Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8082026-08-07T05:45:56.202Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-08-07T05:45:56.952ZFrom https://github.com/oxidecomputer/opte
8102026-08-07T05:45:56.952Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8112026-08-07T05:45:56.983Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8122026-08-07T05:45:57.250ZFrom https://github.com/oxidecomputer/slog-error-chain
8132026-08-07T05:45:57.250Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8142026-08-07T05:45:57.261Z Updating git repository `https://github.com/illumos/smf-rs`
8152026-08-07T05:45:57.532ZFrom https://github.com/illumos/smf-rs
8162026-08-07T05:45:57.532Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8172026-08-07T05:45:57.540Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8182026-08-07T05:45:57.813ZFrom https://github.com/oxidecomputer/poptrie
8192026-08-07T05:45:57.814Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8202026-08-07T05:45:57.821Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8212026-08-07T05:45:58.120ZFrom https://github.com/oxidecomputer/network-interface
8222026-08-07T05:45:58.120Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8232026-08-07T05:45:58.126Z Updating git repository `https://github.com/oxidecomputer/zone`
8242026-08-07T05:45:58.414ZFrom https://github.com/oxidecomputer/zone
8252026-08-07T05:45:58.414Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8262026-08-07T05:45:58.421Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-08-07T05:45:58.782ZFrom https://github.com/oxidecomputer/lldp
8282026-08-07T05:45:58.782Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-08-07T05:45:58.799Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8302026-08-07T05:45:59.152ZFrom https://github.com/oxidecomputer/tufaceous
8312026-08-07T05:45:59.152Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8322026-08-07T05:45:59.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
8332026-08-07T05:45:59.782ZFrom https://github.com/oxidecomputer/propolis
8342026-08-07T05:45:59.782Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8352026-08-07T05:45:59.825Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8362026-08-07T05:46:00.304ZFrom https://github.com/oxidecomputer/transceiver-control
8372026-08-07T05:46:00.304Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8382026-08-07T05:46:00.314Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8392026-08-07T05:46:00.629ZFrom https://github.com/oxidecomputer/dlpi-sys
8402026-08-07T05:46:00.629Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8412026-08-07T05:46:00.633Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8422026-08-07T05:46:00.948ZFrom https://github.com/jmesmon/rust-libzfs
8432026-08-07T05:46:00.948Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8442026-08-07T05:46:00.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8452026-08-07T05:46:01.242ZFrom https://github.com/oxidecomputer/rusty-doors
8462026-08-07T05:46:01.242Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8472026-08-07T05:46:01.259Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8482026-08-07T05:46:01.760ZFrom https://github.com/oxidecomputer/management-gateway-service
8492026-08-07T05:46:01.760Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8502026-08-07T05:46:01.774Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8512026-08-07T05:46:02.049ZFrom https://github.com/oxidecomputer/serde_human_bytes
8522026-08-07T05:46:02.049Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8532026-08-07T05:46:02.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-08-07T05:46:02.863ZFrom https://github.com/oxidecomputer/crucible
8552026-08-07T05:46:02.863Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8562026-08-07T05:46:02.914Z Updating git repository `https://github.com/oxidecomputer/propolis`
8572026-08-07T05:46:03.375ZFrom https://github.com/oxidecomputer/propolis
8582026-08-07T05:46:03.375Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8592026-08-07T05:46:03.422Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-08-07T05:46:03.950ZFrom https://github.com/oxidecomputer/crucible
8612026-08-07T05:46:03.950Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8622026-08-07T05:46:04.017Z Updating git repository `https://github.com/oxidecomputer/tofino`
8632026-08-07T05:46:04.403ZFrom https://github.com/oxidecomputer/tofino
8642026-08-07T05:46:04.403Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8652026-08-07T05:46:04.414Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8662026-08-07T05:46:05.308ZFrom https://github.com/oxidecomputer/maghemite
8672026-08-07T05:46:05.308Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8682026-08-07T05:46:05.340Z Updating git repository `https://github.com/oxidecomputer/clickward`
8692026-08-07T05:46:05.637ZFrom https://github.com/oxidecomputer/clickward
8702026-08-07T05:46:05.637Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8712026-08-07T05:46:05.645Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8722026-08-07T05:46:05.966ZFrom https://github.com/oxidecomputer/illumos-devinfo
8732026-08-07T05:46:05.966Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8742026-08-07T05:46:06.819Z Downloading crates ...
8752026-08-07T05:46:06.875Z Downloaded aead v0.5.2
8762026-08-07T05:46:06.878Z Downloaded ingot v0.2.1
8772026-08-07T05:46:06.885Z Downloaded newtype-uuid-macros v0.1.0
8782026-08-07T05:46:06.888Z Downloaded bytecount v0.6.9
8792026-08-07T05:46:06.888Z Downloaded no-std-compat v0.4.1
8802026-08-07T05:46:06.890Z Downloaded inout v0.1.4
8812026-08-07T05:46:06.890Z Downloaded internet-checksum v0.2.1
8822026-08-07T05:46:06.890Z Downloaded is-terminal v0.4.17
8832026-08-07T05:46:06.890Z Downloaded enum-as-inner v0.6.1
8842026-08-07T05:46:06.894Z Downloaded httpdate v1.0.3
8852026-08-07T05:46:06.896Z Downloaded ident_case v1.0.1
8862026-08-07T05:46:06.896Z Downloaded konst v0.2.20
8872026-08-07T05:46:06.899Z Downloaded bs58 v0.5.1
8882026-08-07T05:46:06.902Z Downloaded idna_adapter v1.2.2
8892026-08-07T05:46:06.902Z Downloaded linked-hash-map v0.5.6
8902026-08-07T05:46:06.906Z Downloaded libsw-core v0.3.2
8912026-08-07T05:46:06.910Z Downloaded cc v1.2.63
8922026-08-07T05:46:06.912Z Downloaded libscf-sys v1.2.0
8932026-08-07T05:46:06.915Z Downloaded macaddr v1.0.1
8942026-08-07T05:46:06.915Z Downloaded hubpack v0.1.2
8952026-08-07T05:46:06.918Z Downloaded ingot-types v0.2.0
8962026-08-07T05:46:06.918Z Downloaded keccak v0.1.6
8972026-08-07T05:46:06.918Z Downloaded cargo_toml v0.22.3
8982026-08-07T05:46:06.918Z Downloaded clap v4.6.5
8992026-08-07T05:46:06.923Z Downloaded litemap v0.8.2
9002026-08-07T05:46:06.925Z Downloaded chacha20poly1305 v0.10.1
9012026-08-07T05:46:06.925Z Downloaded const-random v0.1.18
9022026-08-07T05:46:06.928Z Downloaded cookie v0.18.1
9032026-08-07T05:46:06.928Z Downloaded lru-cache v0.1.2
9042026-08-07T05:46:06.928Z Downloaded cobs v0.3.0
9052026-08-07T05:46:06.931Z Downloaded ipnet v2.12.0
9062026-08-07T05:46:06.934Z Downloaded byteorder v1.5.0
9072026-08-07T05:46:06.934Z Downloaded constant_time_eq v0.4.2
9082026-08-07T05:46:06.934Z Downloaded konst_macro_rules v0.2.19
9092026-08-07T05:46:06.936Z Downloaded instant v0.1.13
9102026-08-07T05:46:06.939Z Downloaded opaque-debug v0.3.1
9112026-08-07T05:46:06.939Z Downloaded ciborium-ll v0.2.2
9122026-08-07T05:46:06.939Z Downloaded humantime v2.3.0
9132026-08-07T05:46:06.941Z Downloaded omicron-zone-package v0.12.3
9142026-08-07T05:46:06.941Z Downloaded hybrid-array v0.4.12
9152026-08-07T05:46:06.944Z Downloaded convert_case v0.4.0
9162026-08-07T05:46:06.946Z Downloaded foreign-types-macros v0.2.3
9172026-08-07T05:46:06.947Z Downloaded compression-core v0.4.32
9182026-08-07T05:46:06.947Z Downloaded newline-converter v0.3.0
9192026-08-07T05:46:06.951Z Downloaded ciborium-io v0.2.2
9202026-08-07T05:46:06.953Z Downloaded hubpack_derive v0.1.1
9212026-08-07T05:46:06.953Z Downloaded crypto-common v0.2.2
9222026-08-07T05:46:06.957Z Downloaded mime v0.3.17
9232026-08-07T05:46:06.957Z Downloaded ingot-types v0.1.2
9242026-08-07T05:46:06.960Z Downloaded dof v0.4.0
9252026-08-07T05:46:06.960Z Downloaded dtrace-parser v0.2.0
9262026-08-07T05:46:06.960Z Downloaded http v1.4.2
9272026-08-07T05:46:06.962Z Downloaded linear-map v1.2.0
9282026-08-07T05:46:06.965Z Downloaded crc8 v0.1.1
9292026-08-07T05:46:06.965Z Downloaded const-random-macro v0.1.16
9302026-08-07T05:46:06.965Z Downloaded cstr-argument v0.1.2
9312026-08-07T05:46:06.965Z Downloaded float-ord v0.3.2
9322026-08-07T05:46:06.968Z Downloaded dtrace-parser v0.3.0
9332026-08-07T05:46:06.968Z Downloaded embedded-io v0.4.0
9342026-08-07T05:46:06.968Z Downloaded parse-display v0.10.0
9352026-08-07T05:46:06.968Z Downloaded fixedbitset v0.4.2
9362026-08-07T05:46:06.970Z Downloaded num_enum_derive v0.5.11
9372026-08-07T05:46:06.971Z Downloaded num_threads v0.1.7
9382026-08-07T05:46:06.971Z Downloaded block-buffer v0.12.0
9392026-08-07T05:46:06.971Z Downloaded natord v1.0.9
9402026-08-07T05:46:06.974Z Downloaded futures-core v0.3.32
9412026-08-07T05:46:06.976Z Downloaded omicron-workspace-hack v0.1.0
9422026-08-07T05:46:06.977Z Downloaded num-derive v0.4.2
9432026-08-07T05:46:06.977Z Downloaded olpc-cjson v0.1.4
9442026-08-07T05:46:06.979Z Downloaded pem v3.0.6
9452026-08-07T05:46:06.979Z Downloaded same-file v1.0.6
9462026-08-07T05:46:06.979Z Downloaded cmake v0.1.58
9472026-08-07T05:46:06.979Z Downloaded darling v0.21.3
9482026-08-07T05:46:06.982Z Downloaded data-encoding v2.11.0
9492026-08-07T05:46:06.984Z Downloaded defmt v0.3.100
9502026-08-07T05:46:06.984Z Downloaded ingot-macros v0.2.0
9512026-08-07T05:46:06.984Z Downloaded ipnetwork v0.21.1
9522026-08-07T05:46:06.987Z Downloaded memoffset v0.9.1
9532026-08-07T05:46:06.987Z Downloaded num_enum v0.5.11
9542026-08-07T05:46:06.989Z Downloaded match_cfg v0.1.0
9552026-08-07T05:46:06.989Z Downloaded defmt-parser v1.0.0
9562026-08-07T05:46:06.989Z Downloaded managed v0.8.0
9572026-08-07T05:46:06.990Z Downloaded cfg_aliases v0.2.1
9582026-08-07T05:46:06.992Z Downloaded sha1 v0.10.6
9592026-08-07T05:46:06.994Z Downloaded dunce v1.0.5
9602026-08-07T05:46:06.994Z Downloaded foreign-types v0.5.0
9612026-08-07T05:46:06.997Z Downloaded jobserver v0.1.34
9622026-08-07T05:46:06.997Z Downloaded num-conv v0.2.2
9632026-08-07T05:46:06.997Z Downloaded crucible-workspace-hack v0.1.0
9642026-08-07T05:46:07.001Z Downloaded scroll_derive v0.13.1
9652026-08-07T05:46:07.001Z Downloaded serial_test v4.0.1
9662026-08-07T05:46:07.004Z Downloaded tabled_derive v0.7.0
9672026-08-07T05:46:07.007Z Downloaded num-integer v0.1.46
9682026-08-07T05:46:07.007Z Downloaded libsw v3.5.0
9692026-08-07T05:46:07.007Z Downloaded oxnet v0.1.6
9702026-08-07T05:46:07.020Z Downloaded dof v0.3.0
9712026-08-07T05:46:07.020Z Downloaded http-body v1.0.1
9722026-08-07T05:46:07.020Z Downloaded embedded-io v0.6.1
9732026-08-07T05:46:07.020Z Downloaded foreign-types-shared v0.3.1
9742026-08-07T05:46:07.020Z Downloaded memmap v0.7.0
9752026-08-07T05:46:07.020Z Downloaded num-complex v0.4.6
9762026-08-07T05:46:07.020Z Downloaded dyn-clone v1.0.20
9772026-08-07T05:46:07.020Z Downloaded serial_test_derive v4.0.1
9782026-08-07T05:46:07.020Z Downloaded ingot v0.1.1
9792026-08-07T05:46:07.020Z Downloaded num_enum_derive v0.7.6
9802026-08-07T05:46:07.021Z Downloaded crunchy v0.2.4
9812026-08-07T05:46:07.021Z Downloaded darling_macro v0.21.3
9822026-08-07T05:46:07.021Z Downloaded structmeta v0.3.0
9832026-08-07T05:46:07.021Z Downloaded testing_table v0.3.0
9842026-08-07T05:46:07.021Z Downloaded time-core v0.1.8
9852026-08-07T05:46:07.021Z Downloaded take_mut v0.2.2
9862026-08-07T05:46:07.021Z Downloaded darling_macro v0.23.0
9872026-08-07T05:46:07.021Z Downloaded thread-id v4.2.2
9882026-08-07T05:46:07.026Z Downloaded num-iter v0.1.45
9892026-08-07T05:46:07.030Z Downloaded dropshot-api-manager-types v0.7.2
9902026-08-07T05:46:07.035Z Downloaded cipher v0.4.4
9912026-08-07T05:46:07.035Z Downloaded crossbeam-deque v0.8.6
9922026-08-07T05:46:07.035Z Downloaded daft v0.1.7
9932026-08-07T05:46:07.035Z Downloaded foldhash v0.2.0
9942026-08-07T05:46:07.035Z Downloaded num v0.4.3
9952026-08-07T05:46:07.035Z Downloaded num_enum v0.7.6
9962026-08-07T05:46:07.038Z Downloaded newtype-uuid v1.3.2
9972026-08-07T05:46:07.038Z Downloaded num-rational v0.4.2
9982026-08-07T05:46:07.041Z Downloaded password-hash v0.5.0
9992026-08-07T05:46:07.041Z Downloaded oxide-tokio-rt v0.1.6
10002026-08-07T05:46:07.041Z Downloaded colored v3.1.1
10012026-08-07T05:46:07.041Z Downloaded crossbeam-epoch v0.9.18
10022026-08-07T05:46:07.044Z Downloaded wait-timeout v0.2.1
10032026-08-07T05:46:07.044Z Downloaded zerofrom v0.1.8
10042026-08-07T05:46:07.044Z Downloaded typify-macro v0.4.3
10052026-08-07T05:46:07.044Z Downloaded usdt-macro v0.5.0
10062026-08-07T05:46:07.044Z Downloaded async-recursion v1.1.1
10072026-08-07T05:46:07.047Z Downloaded icu_provider v2.2.0
10082026-08-07T05:46:07.050Z Downloaded zone v0.3.1
10092026-08-07T05:46:07.050Z Downloaded futures-task v0.3.32
10102026-08-07T05:46:07.050Z Downloaded phf_shared v0.12.1
10112026-08-07T05:46:07.050Z Downloaded newtype_derive v0.1.6
10122026-08-07T05:46:07.050Z Downloaded parking_lot_core v0.8.6
10132026-08-07T05:46:07.053Z Downloaded powerfmt v0.2.0
10142026-08-07T05:46:07.053Z Downloaded multer v3.1.0
10152026-08-07T05:46:07.053Z Downloaded potential_utf v0.1.5
10162026-08-07T05:46:07.053Z Downloaded proc-macro-error-attr v1.0.4
10172026-08-07T05:46:07.056Z Downloaded progenitor-macro v0.14.0
10182026-08-07T05:46:07.056Z Downloaded schemars_derive v0.8.22
10192026-08-07T05:46:07.056Z Downloaded gethostname v0.5.0
10202026-08-07T05:46:07.056Z Downloaded parse-display-derive v0.10.0
10212026-08-07T05:46:07.056Z Downloaded derive-ex v0.1.8
10222026-08-07T05:46:07.059Z Downloaded smawk v0.3.2
10232026-08-07T05:46:07.061Z Downloaded fastrand v2.4.1
10242026-08-07T05:46:07.064Z Downloaded chacha20 v0.9.1
10252026-08-07T05:46:07.064Z Downloaded digest v0.11.3
10262026-08-07T05:46:07.066Z Downloaded csv-core v0.1.13
10272026-08-07T05:46:07.069Z Downloaded compression-codecs v0.4.38
10282026-08-07T05:46:07.072Z Downloaded const_format_proc_macros v0.2.34
10292026-08-07T05:46:07.072Z Downloaded defmt-macros v1.1.0
10302026-08-07T05:46:07.074Z Downloaded slog-stdlog v4.1.1
10312026-08-07T05:46:07.074Z Downloaded daft-derive v0.1.7
10322026-08-07T05:46:07.078Z Downloaded deranged v0.5.8
10332026-08-07T05:46:07.078Z Downloaded smf v0.2.3
10342026-08-07T05:46:07.083Z Downloaded serde_derive_internals v0.29.1
10352026-08-07T05:46:07.083Z Downloaded time-macros v0.2.27
10362026-08-07T05:46:07.083Z Downloaded fs_extra v1.3.0
10372026-08-07T05:46:07.083Z Downloaded displaydoc v0.2.6
10382026-08-07T05:46:07.086Z Downloaded fs-err v3.3.0
10392026-08-07T05:46:07.086Z Downloaded secrecy v0.10.3
10402026-08-07T05:46:07.086Z Downloaded slog-bunyan v2.5.0
10412026-08-07T05:46:07.086Z Downloaded stable_deref_trait v1.2.1
10422026-08-07T05:46:07.086Z Downloaded slog-envlogger v2.2.0
10432026-08-07T05:46:07.086Z Downloaded byte-wrapper v0.1.0
10442026-08-07T05:46:07.088Z Downloaded ff v0.13.1
10452026-08-07T05:46:07.088Z Downloaded chacha20 v0.10.0
10462026-08-07T05:46:07.088Z Downloaded crossbeam-utils v0.8.21
10472026-08-07T05:46:07.091Z Downloaded icu_properties v2.2.0
10482026-08-07T05:46:07.091Z Downloaded itertools v0.12.1
10492026-08-07T05:46:07.094Z Downloaded cancel-safe-futures v0.1.5
10502026-08-07T05:46:07.096Z Downloaded ingot-macros v0.1.1
10512026-08-07T05:46:07.096Z Downloaded tiny-keccak v2.0.2
10522026-08-07T05:46:07.099Z Downloaded console v0.16.3
10532026-08-07T05:46:07.099Z Downloaded darling v0.23.0
10542026-08-07T05:46:07.101Z Downloaded memmap2 v0.9.10
10552026-08-07T05:46:07.104Z Downloaded parking_lot v0.11.2
10562026-08-07T05:46:07.104Z Downloaded paste v1.0.15
10572026-08-07T05:46:07.107Z Downloaded serde_repr v0.1.21
10582026-08-07T05:46:07.107Z Downloaded thread-id v5.1.0
10592026-08-07T05:46:07.107Z Downloaded tagptr v0.2.0
10602026-08-07T05:46:07.107Z Downloaded universal-hash v0.5.1
10612026-08-07T05:46:07.107Z Downloaded tabwriter v1.4.1
10622026-08-07T05:46:07.109Z Downloaded erased-serde v0.3.31
10632026-08-07T05:46:07.110Z Downloaded waitgroup v0.1.2
10642026-08-07T05:46:07.110Z Downloaded whoami v1.6.1
10652026-08-07T05:46:07.112Z Downloaded async-stream v0.3.6
10662026-08-07T05:46:07.112Z Downloaded backoff v0.4.0
10672026-08-07T05:46:07.112Z Downloaded bitflags v1.3.2
10682026-08-07T05:46:07.115Z Downloaded futures-macro v0.3.32
10692026-08-07T05:46:07.115Z Downloaded heck v0.4.1
10702026-08-07T05:46:07.115Z Downloaded hostname v0.4.2
10712026-08-07T05:46:07.117Z Downloaded proc-macro-crate v3.5.0
10722026-08-07T05:46:07.118Z Downloaded quick-error v1.2.3
10732026-08-07T05:46:07.118Z Downloaded ref-cast-impl v1.0.25
10742026-08-07T05:46:07.118Z Downloaded critical-section v1.2.0
10752026-08-07T05:46:07.120Z Downloaded yoke-derive v0.8.2
10762026-08-07T05:46:07.120Z Downloaded progenitor v0.13.0
10772026-08-07T05:46:07.120Z Downloaded log v0.4.32
10782026-08-07T05:46:07.123Z Downloaded futures-channel v0.3.32
10792026-08-07T05:46:07.123Z Downloaded defmt v1.1.0
10802026-08-07T05:46:07.126Z Downloaded futures-executor v0.3.32
10812026-08-07T05:46:07.126Z Downloaded usdt v0.6.0
10822026-08-07T05:46:07.129Z Downloaded slog-dtrace v0.3.0
10832026-08-07T05:46:07.129Z Downloaded progenitor-client v0.14.0
10842026-08-07T05:46:07.129Z Downloaded progenitor-macro v0.10.0
10852026-08-07T05:46:07.131Z Downloaded rand_chacha v0.3.1
10862026-08-07T05:46:07.134Z Downloaded serde_tokenstream v0.2.3
10872026-08-07T05:46:07.134Z Downloaded toml_parser v1.1.2+spec-1.1.0
10882026-08-07T05:46:07.138Z Downloaded progenitor v0.10.0
10892026-08-07T05:46:07.138Z Downloaded derive_more v0.99.20
10902026-08-07T05:46:07.141Z Downloaded elliptic-curve v0.13.8
10912026-08-07T05:46:07.141Z Downloaded unarray v0.1.4
10922026-08-07T05:46:07.144Z Downloaded indexmap v1.9.3
10932026-08-07T05:46:07.144Z Downloaded papergrid v0.11.0
10942026-08-07T05:46:07.146Z Downloaded zone_cfg_derive v0.3.1
10952026-08-07T05:46:07.146Z Downloaded rustls-native-certs v0.8.4
10962026-08-07T05:46:07.149Z Downloaded rustls-pemfile v2.2.0
10972026-08-07T05:46:07.149Z Downloaded usdt v0.5.0
10982026-08-07T05:46:07.149Z Downloaded serde-big-array v0.5.1
10992026-08-07T05:46:07.151Z Downloaded slog-async v2.8.0
11002026-08-07T05:46:07.151Z Downloaded semver v0.1.20
11012026-08-07T05:46:07.151Z Downloaded typify-macro v0.6.2
11022026-08-07T05:46:07.151Z Downloaded pretty-hex v0.4.2
11032026-08-07T05:46:07.154Z Downloaded serde_plain v1.0.2
11042026-08-07T05:46:07.154Z Downloaded siphasher v1.0.3
11052026-08-07T05:46:07.157Z Downloaded usdt-macro v0.6.0
11062026-08-07T05:46:07.157Z Downloaded utf-8 v0.7.6
11072026-08-07T05:46:07.157Z Downloaded tokio-tungstenite v0.21.0
11082026-08-07T05:46:07.157Z Downloaded globset v0.4.18
11092026-08-07T05:46:07.160Z Downloaded icu_locale_core v2.2.0
11102026-08-07T05:46:07.162Z Downloaded tokio-macros v2.7.0
11112026-08-07T05:46:07.162Z Downloaded zerovec-derive v0.11.3
11122026-08-07T05:46:07.162Z Downloaded backon v1.6.0
11132026-08-07T05:46:07.165Z Downloaded hostname v0.3.1
11142026-08-07T05:46:07.165Z Downloaded proc-macro-error-attr2 v2.0.0
11152026-08-07T05:46:07.165Z Downloaded synstructure v0.13.2
11162026-08-07T05:46:07.165Z Downloaded ref-cast v1.0.25
11172026-08-07T05:46:07.168Z Downloaded sha1 v0.11.0
11182026-08-07T05:46:07.168Z Downloaded proc-macro-error v1.0.4
11192026-08-07T05:46:07.170Z Downloaded usdt-attr-macro v0.5.0
11202026-08-07T05:46:07.170Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-08-07T05:46:07.173Z Downloaded dropshot_endpoint v0.17.1
11222026-08-07T05:46:07.175Z Downloaded ciborium v0.2.2
11232026-08-07T05:46:07.175Z Downloaded const-oid v0.10.2
11242026-08-07T05:46:07.178Z Downloaded anyhow v1.0.104
11252026-08-07T05:46:07.178Z Downloaded diff v0.1.13
11262026-08-07T05:46:07.181Z Downloaded either v1.16.0
11272026-08-07T05:46:07.181Z Downloaded icu_normalizer v2.2.0
11282026-08-07T05:46:07.183Z Downloaded drift v0.2.0
11292026-08-07T05:46:07.187Z Downloaded futures v0.3.32
11302026-08-07T05:46:07.190Z Downloaded rustls-pki-types v1.14.1
11312026-08-07T05:46:07.192Z Downloaded scroll_derive v0.12.1
11322026-08-07T05:46:07.192Z Downloaded termtree v0.5.1
11332026-08-07T05:46:07.192Z Downloaded writeable v0.6.3
11342026-08-07T05:46:07.195Z Downloaded arrayref v0.3.9
11352026-08-07T05:46:07.195Z Downloaded bytes v1.11.1
11362026-08-07T05:46:07.198Z Downloaded fxhash v0.2.1
11372026-08-07T05:46:07.200Z Downloaded port-file v0.1.0
11382026-08-07T05:46:07.200Z Downloaded crossbeam-channel v0.5.15
11392026-08-07T05:46:07.203Z Downloaded serde_with_macros v3.21.0
11402026-08-07T05:46:07.203Z Downloaded thiserror-impl-no-std v2.0.2
11412026-08-07T05:46:07.205Z Downloaded base16ct v1.0.0
11422026-08-07T05:46:07.205Z Downloaded argon2 v0.5.3
11432026-08-07T05:46:07.205Z Downloaded base16ct v0.2.0
11442026-08-07T05:46:07.208Z Downloaded rustc_version v0.1.7
11452026-08-07T05:46:07.210Z Downloaded structmeta-derive v0.3.0
11462026-08-07T05:46:07.211Z Downloaded pest_derive v2.8.6
11472026-08-07T05:46:07.213Z Downloaded glob v0.3.3
11482026-08-07T05:46:07.213Z Downloaded poly1305 v0.8.0
11492026-08-07T05:46:07.216Z Downloaded phf v0.12.1
11502026-08-07T05:46:07.219Z Downloaded quinn-udp v0.5.14
11512026-08-07T05:46:07.222Z Downloaded progenitor-client v0.10.0
11522026-08-07T05:46:07.224Z Downloaded topological-sort v0.2.2
11532026-08-07T05:46:07.227Z Downloaded rusty-fork v0.3.1
11542026-08-07T05:46:07.227Z Downloaded git-stub v1.0.0
11552026-08-07T05:46:07.229Z Downloaded strum_macros v0.26.4
11562026-08-07T05:46:07.233Z Downloaded papergrid v0.18.0
11572026-08-07T05:46:07.235Z Downloaded quote v1.0.45
11582026-08-07T05:46:07.239Z Downloaded zeroize v1.8.2
11592026-08-07T05:46:07.242Z Downloaded const_format v0.2.36
11602026-08-07T05:46:07.244Z Downloaded darling_core v0.21.3
11612026-08-07T05:46:07.247Z Downloaded darling_core v0.23.0
11622026-08-07T05:46:07.249Z Downloaded bit-vec v0.8.0
11632026-08-07T05:46:07.252Z Downloaded untrusted v0.7.1
11642026-08-07T05:46:07.252Z Downloaded icu_normalizer_data v2.2.0
11652026-08-07T05:46:07.252Z Downloaded strum v0.26.3
11662026-08-07T05:46:07.255Z Downloaded toml v1.1.2+spec-1.1.0
11672026-08-07T05:46:07.258Z Downloaded usdt-impl v0.5.0
11682026-08-07T05:46:07.258Z Downloaded xz2 v0.1.7
11692026-08-07T05:46:07.261Z Downloaded rand_xorshift v0.4.0
11702026-08-07T05:46:07.264Z Downloaded usdt-attr-macro v0.6.0
11712026-08-07T05:46:07.264Z Downloaded proc-macro-crate v1.3.1
11722026-08-07T05:46:07.267Z Downloaded indicatif v0.18.4
11732026-08-07T05:46:07.267Z Downloaded futures-sink v0.3.32
11742026-08-07T05:46:07.269Z Downloaded bit-set v0.8.0
11752026-08-07T05:46:07.269Z Downloaded git-stub-vcs v0.1.0
11762026-08-07T05:46:07.272Z Downloaded smartstring v1.0.1
11772026-08-07T05:46:07.274Z Downloaded yoke v0.8.3
11782026-08-07T05:46:07.277Z Downloaded bcs v0.1.6
11792026-08-07T05:46:07.279Z Downloaded spin v0.5.2
11802026-08-07T05:46:07.282Z Downloaded sigpipe v0.1.3
11812026-08-07T05:46:07.284Z Downloaded strum v0.27.2
11822026-08-07T05:46:07.284Z Downloaded zerofrom-derive v0.1.7
11832026-08-07T05:46:07.288Z Downloaded progenitor-macro v0.13.0
11842026-08-07T05:46:07.291Z Downloaded zeroize_derive v1.4.3
11852026-08-07T05:46:07.291Z Downloaded openssl-sys v0.9.116
11862026-08-07T05:46:07.293Z Downloaded progenitor-impl v0.13.0
11872026-08-07T05:46:07.296Z Downloaded snafu-derive v0.8.9
11882026-08-07T05:46:07.296Z Downloaded toml_writer v1.1.1+spec-1.1.0
11892026-08-07T05:46:07.296Z Downloaded walkdir v2.5.0
11902026-08-07T05:46:07.298Z Downloaded jiff-static v0.2.28
11912026-08-07T05:46:07.298Z Downloaded tinystr v0.8.3
11922026-08-07T05:46:07.301Z Downloaded rustversion v1.0.22
11932026-08-07T05:46:07.301Z Downloaded async-trait v0.1.89
11942026-08-07T05:46:07.303Z Downloaded futures-io v0.3.32
11952026-08-07T05:46:07.304Z Downloaded hash32 v0.3.1
11962026-08-07T05:46:07.306Z Downloaded icu_collections v2.2.0
11972026-08-07T05:46:07.309Z Downloaded unit-prefix v0.5.2
11982026-08-07T05:46:07.311Z Downloaded crypto-bigint v0.5.5
11992026-08-07T05:46:07.314Z Downloaded tinyvec v1.11.0
12002026-08-07T05:46:07.316Z Downloaded progenitor v0.14.0
12012026-08-07T05:46:07.316Z Downloaded usdt-impl v0.6.0
12022026-08-07T05:46:07.316Z Downloaded smallvec v1.15.1
12032026-08-07T05:46:07.325Z Downloaded tabled_derive v0.11.0
12042026-08-07T05:46:07.328Z Downloaded progenitor-client v0.13.0
12052026-08-07T05:46:07.329Z Downloaded resolv-conf v0.7.6
12062026-08-07T05:46:07.329Z Downloaded arrayvec v0.7.6
12072026-08-07T05:46:07.331Z Downloaded zmij v1.0.21
12082026-08-07T05:46:07.331Z Downloaded rayon-core v1.13.0
12092026-08-07T05:46:07.335Z Downloaded scroll v0.13.0
12102026-08-07T05:46:07.335Z Downloaded async-stream-impl v0.3.6
12112026-08-07T05:46:07.338Z Downloaded rustc-hash v2.1.2
12122026-08-07T05:46:07.338Z Downloaded tokio-dtrace v0.1.1
12132026-08-07T05:46:07.340Z Downloaded allocator-api2 v0.2.21
12142026-08-07T05:46:07.340Z Downloaded slog-scope v4.4.1
12152026-08-07T05:46:07.340Z Downloaded proc-macro-error2 v2.0.1
12162026-08-07T05:46:07.343Z Downloaded thin-vec v0.2.18
12172026-08-07T05:46:07.349Z Downloaded pest_generator v2.8.6
12182026-08-07T05:46:07.353Z Downloaded slog-term v2.9.2
12192026-08-07T05:46:07.356Z Downloaded getrandom v0.4.2
12202026-08-07T05:46:07.358Z Downloaded group v0.13.0
12212026-08-07T05:46:07.359Z Downloaded test-strategy v0.4.5
12222026-08-07T05:46:07.361Z Downloaded steno v0.4.1
12232026-08-07T05:46:07.364Z Downloaded strum_macros v0.27.2
12242026-08-07T05:46:07.364Z Downloaded half v2.7.1
12252026-08-07T05:46:07.364Z Downloaded toml_edit v0.25.12+spec-1.1.0
12262026-08-07T05:46:07.366Z Downloaded vsss-rs v3.3.4
12272026-08-07T05:46:07.369Z Downloaded spin v0.9.8
12282026-08-07T05:46:07.369Z Downloaded toml v0.9.12+spec-1.1.0
12292026-08-07T05:46:07.371Z Downloaded scroll v0.12.0
12302026-08-07T05:46:07.371Z Downloaded simd-adler32 v0.3.9
12312026-08-07T05:46:07.374Z Downloaded arc-swap v1.9.1
12322026-08-07T05:46:07.374Z Downloaded hmac v0.12.1
12332026-08-07T05:46:07.377Z Downloaded expectorate v1.2.0
12342026-08-07T05:46:07.379Z Downloaded plain v0.2.3
12352026-08-07T05:46:07.379Z Downloaded thiserror-no-std v2.0.2
12362026-08-07T05:46:07.382Z Downloaded zerotrie v0.2.4
12372026-08-07T05:46:07.384Z Downloaded typify v0.4.3
12382026-08-07T05:46:07.384Z Downloaded progenitor-extras v0.2.0
12392026-08-07T05:46:07.387Z Downloaded thread_local v1.1.9
12402026-08-07T05:46:07.387Z Downloaded highway v1.3.0
12412026-08-07T05:46:07.390Z Downloaded slog-json v2.6.1
12422026-08-07T05:46:07.397Z Downloaded proc-macro2 v1.0.106
12432026-08-07T05:46:07.400Z Downloaded slog v2.8.2
12442026-08-07T05:46:07.402Z Downloaded zerocopy-derive v0.7.35
12452026-08-07T05:46:07.406Z Downloaded postcard v1.1.3
12462026-08-07T05:46:07.409Z Downloaded snafu v0.8.9
12472026-08-07T05:46:07.412Z Downloaded term v1.2.1
12482026-08-07T05:46:07.414Z Downloaded bitflags v2.12.1
12492026-08-07T05:46:07.417Z Downloaded quinn v0.11.9
12502026-08-07T05:46:07.419Z Downloaded tokio-stream v0.1.18
12512026-08-07T05:46:07.422Z Downloaded tungstenite v0.21.0
12522026-08-07T05:46:07.422Z Downloaded serde_yaml v0.9.34+deprecated
12532026-08-07T05:46:07.424Z Downloaded memchr v2.8.1
12542026-08-07T05:46:07.427Z Downloaded minimal-lexical v0.2.1
12552026-08-07T05:46:07.429Z Downloaded nom v7.1.3
12562026-08-07T05:46:07.432Z Downloaded heapless v0.8.0
12572026-08-07T05:46:07.434Z Downloaded toml_edit v0.19.15
12582026-08-07T05:46:07.443Z Downloaded rustls-platform-verifier v0.7.0
12592026-08-07T05:46:07.446Z Downloaded mio v1.2.1
12602026-08-07T05:46:07.449Z Downloaded typify v0.6.2
12612026-08-07T05:46:07.451Z Downloaded unsafe-libyaml v0.2.11
12622026-08-07T05:46:07.454Z Downloaded blake2 v0.10.6
12632026-08-07T05:46:07.456Z Downloaded base64 v0.21.7
12642026-08-07T05:46:07.456Z Downloaded schemars v0.9.0
12652026-08-07T05:46:07.463Z Downloaded rhai_codegen v3.2.0
12662026-08-07T05:46:07.468Z Downloaded pest_meta v2.8.6
12672026-08-07T05:46:07.470Z Downloaded hickory-resolver v0.24.4
12682026-08-07T05:46:07.472Z Downloaded pretty_assertions v1.4.1
12692026-08-07T05:46:07.472Z Downloaded toml v0.7.8
12702026-08-07T05:46:07.475Z Downloaded progenitor-impl v0.10.0
12712026-08-07T05:46:07.477Z Downloaded schemars v0.8.22
12722026-08-07T05:46:07.482Z Downloaded similar v2.7.0
12732026-08-07T05:46:07.485Z Downloaded rand v0.8.6
12742026-08-07T05:46:07.487Z Downloaded progenitor-impl v0.14.0
12752026-08-07T05:46:07.490Z Downloaded schemars v1.2.1
12762026-08-07T05:46:07.496Z Downloaded hickory-resolver v0.25.2
12772026-08-07T05:46:07.498Z Downloaded async-compression v0.4.42
12782026-08-07T05:46:07.502Z Downloaded yansi v1.0.1
12792026-08-07T05:46:07.505Z Downloaded dropshot-api-manager v0.7.2
12802026-08-07T05:46:07.507Z Downloaded zerocopy-derive v0.8.50
12812026-08-07T05:46:07.512Z Downloaded ucd-trie v0.1.7
12822026-08-07T05:46:07.514Z Downloaded rand v0.9.4
12832026-08-07T05:46:07.517Z Downloaded typed-path v0.9.3
12842026-08-07T05:46:07.519Z Downloaded itertools v0.15.0
12852026-08-07T05:46:07.522Z Downloaded qorb v0.4.1
12862026-08-07T05:46:07.525Z Downloaded prettyplease v0.2.37
12872026-08-07T05:46:07.527Z Downloaded pest v2.8.6
12882026-08-07T05:46:07.530Z Downloaded libm v0.2.16
12892026-08-07T05:46:07.534Z Downloaded icu_properties_data v2.2.0
12902026-08-07T05:46:07.540Z Downloaded nom v8.0.0
12912026-08-07T05:46:07.544Z Downloaded iddqd v0.4.6
12922026-08-07T05:46:07.549Z Downloaded ron v0.12.1
12932026-08-07T05:46:07.554Z Downloaded clap_builder v4.6.5
12942026-08-07T05:46:07.558Z Downloaded zerocopy v0.7.35
12952026-08-07T05:46:07.567Z Downloaded hashbrown v0.12.3
12962026-08-07T05:46:07.569Z Downloaded regex v1.12.3
12972026-08-07T05:46:07.572Z Downloaded tough v0.22.0
12982026-08-07T05:46:07.577Z Downloaded hashbrown v0.16.1
12992026-08-07T05:46:07.583Z Downloaded zerovec v0.11.6
13002026-08-07T05:46:07.585Z Downloaded aho-corasick v1.1.4
13012026-08-07T05:46:07.588Z Downloaded h2 v0.4.14
13022026-08-07T05:46:07.598Z Downloaded tokio-util v0.7.18
13032026-08-07T05:46:07.613Z Downloaded winnow v0.5.40
13042026-08-07T05:46:07.623Z Downloaded webpki-roots v1.0.7
13052026-08-07T05:46:07.625Z Downloaded rayon v1.12.0
13062026-08-07T05:46:07.629Z Downloaded futures-util v0.3.32
13072026-08-07T05:46:07.636Z Downloaded goblin v0.8.2
13082026-08-07T05:46:07.640Z Downloaded serde_with v3.21.0
13092026-08-07T05:46:07.647Z Downloaded reqwest v0.13.4
13102026-08-07T05:46:07.650Z Downloaded winnow v1.0.3
13112026-08-07T05:46:07.658Z Downloaded hkdf v0.12.4
13122026-08-07T05:46:07.662Z Downloaded moka v0.12.15
13132026-08-07T05:46:07.678Z Downloaded blake3 v1.8.5
13142026-08-07T05:46:07.682Z Downloaded portable-atomic v1.13.1
13152026-08-07T05:46:07.685Z Downloaded tabled v0.21.0
13162026-08-07T05:46:07.696Z Downloaded proptest v1.11.0
13172026-08-07T05:46:07.700Z Downloaded openssl v0.10.80
13182026-08-07T05:46:07.706Z Downloaded tabled v0.15.0
13192026-08-07T05:46:07.715Z Downloaded time v0.3.47
13202026-08-07T05:46:07.722Z Downloaded syn v2.0.117
13212026-08-07T05:46:07.728Z Downloaded aws-lc-rs v1.17.0
13222026-08-07T05:46:07.734Z Downloaded syn v1.0.109
13232026-08-07T05:46:07.739Z Downloaded smoltcp v0.11.0
13242026-08-07T05:46:07.746Z Downloaded zerocopy v0.8.50
13252026-08-07T05:46:07.758Z Downloaded openapiv3 v2.2.0
13262026-08-07T05:46:07.764Z Downloaded nix v0.31.3
13272026-08-07T05:46:07.770Z Downloaded bstr v1.12.1
13282026-08-07T05:46:07.775Z Downloaded goblin v0.10.7
13292026-08-07T05:46:07.780Z Downloaded dropshot v0.17.1
13302026-08-07T05:46:07.792Z Downloaded regress v0.11.1
13312026-08-07T05:46:07.797Z Downloaded regress v0.10.5
13322026-08-07T05:46:07.801Z Downloaded regex-syntax v0.8.10
13332026-08-07T05:46:07.806Z Downloaded rhai v1.25.1
13342026-08-07T05:46:07.813Z Downloaded rustls v0.23.40
13352026-08-07T05:46:07.819Z Downloaded hickory-proto v0.24.4
13362026-08-07T05:46:07.828Z Downloaded hickory-proto v0.25.2
13372026-08-07T05:46:07.836Z Downloaded typify-impl v0.4.3
13382026-08-07T05:46:07.844Z Downloaded typify-impl v0.6.2
13392026-08-07T05:46:07.852Z Downloaded regex-automata v0.4.14
13402026-08-07T05:46:07.860Z Downloaded lzma-sys v0.1.20
13412026-08-07T05:46:07.876Z Downloaded jiff v0.2.28
13422026-08-07T05:46:07.886Z Downloaded sled v0.34.7
13432026-08-07T05:46:07.891Z Downloaded petgraph v0.6.5
13442026-08-07T05:46:07.901Z Downloaded csv v1.4.0
13452026-08-07T05:46:07.918Z Downloaded chrono-tz v0.10.4
13462026-08-07T05:46:07.942Z Downloaded sha3 v0.10.9
13472026-08-07T05:46:07.993Z Downloaded encoding_rs v0.8.35
13482026-08-07T05:46:08.505Z Downloaded aws-lc-sys v0.41.0
13492026-08-07T05:46:09.450Z Compiling proc-macro2 v1.0.106
13502026-08-07T05:46:09.450Z Compiling quote v1.0.45
13512026-08-07T05:46:09.450Z Compiling unicode-ident v1.0.24
13522026-08-07T05:46:09.450Z Compiling serde_core v1.0.229
13532026-08-07T05:46:09.453Z Compiling cfg-if v1.0.4
13542026-08-07T05:46:09.453Z Compiling serde v1.0.229
13552026-08-07T05:46:09.453Z Compiling libc v0.2.189
13562026-08-07T05:46:09.453Z Compiling memchr v2.8.1
13572026-08-07T05:46:09.644Z Compiling itoa v1.0.18
13582026-08-07T05:46:09.834Z Compiling zmij v1.0.21
13592026-08-07T05:46:09.851Z Compiling autocfg v1.5.1
13602026-08-07T05:46:09.926Z Compiling libm v0.2.16
13612026-08-07T05:46:10.190Z Compiling stable_deref_trait v1.2.1
13622026-08-07T05:46:10.233Z Compiling litemap v0.8.2
13632026-08-07T05:46:10.259Z Compiling writeable v0.6.3
13642026-08-07T05:46:10.377Z Compiling icu_normalizer_data v2.2.0
13652026-08-07T05:46:10.408Z Compiling utf8_iter v1.0.4
13662026-08-07T05:46:10.411Z Compiling percent-encoding v2.3.2
13672026-08-07T05:46:10.431Z Compiling icu_properties_data v2.2.0
13682026-08-07T05:46:10.451Z Compiling iana-time-zone v0.1.65
13692026-08-07T05:46:10.603Z Compiling version_check v0.9.5
13702026-08-07T05:46:10.674Z Compiling form_urlencoded v1.2.2
13712026-08-07T05:46:10.684Z Compiling serde_json v1.0.151
13722026-08-07T05:46:10.836Z Compiling syn v2.0.117
13732026-08-07T05:46:10.842Z Compiling syn v3.0.3
13742026-08-07T05:46:10.855Z Compiling pin-project-lite v0.2.17
13752026-08-07T05:46:10.869Z Compiling equivalent v1.0.2
13762026-08-07T05:46:10.872Z Compiling dyn-clone v1.0.20
13772026-08-07T05:46:10.921Z Compiling allocator-api2 v0.2.21
13782026-08-07T05:46:10.944Z Compiling num-traits v0.2.19
13792026-08-07T05:46:10.956Z Compiling parking_lot_core v0.9.12
13802026-08-07T05:46:11.011Z Compiling scopeguard v1.2.0
13812026-08-07T05:46:11.117Z Compiling lock_api v0.4.14
13822026-08-07T05:46:11.230Z Compiling thiserror v2.0.19
13832026-08-07T05:46:11.244Z Compiling getrandom v0.4.2
13842026-08-07T05:46:11.346Z Compiling rand_core v0.10.1
13852026-08-07T05:46:11.430Z Compiling hashbrown v0.17.1
13862026-08-07T05:46:11.497Z Compiling errno v0.3.14
13872026-08-07T05:46:11.648Z Compiling semver v1.0.28
13882026-08-07T05:46:11.739Z Compiling heck v0.5.0
13892026-08-07T05:46:11.753Z Compiling futures-core v0.3.32
13902026-08-07T05:46:11.996Z Compiling indexmap v2.14.0
13912026-08-07T05:46:12.039Z Compiling zerocopy v0.8.50
13922026-08-07T05:46:12.063Z Compiling uuid v1.24.0
13932026-08-07T05:46:12.063Z Compiling rustversion v1.0.22
13942026-08-07T05:46:12.474Z Compiling schemars v0.8.22
13952026-08-07T05:46:12.496Z Compiling futures-sink v0.3.32
13962026-08-07T05:46:12.602Z Compiling fnv v1.0.7
13972026-08-07T05:46:12.652Z Compiling slab v0.4.12
13982026-08-07T05:46:12.697Z Compiling jobserver v0.1.34
13992026-08-07T05:46:12.727Z Compiling find-msvc-tools v0.1.9
14002026-08-07T05:46:12.832Z Compiling shlex v2.0.1
14012026-08-07T05:46:12.929Z Compiling futures-channel v0.3.32
14022026-08-07T05:46:12.969Z Compiling cc v1.2.63
14032026-08-07T05:46:13.019Z Compiling bitflags v2.12.1
14042026-08-07T05:46:13.022Z Compiling socket2 v0.6.5
14052026-08-07T05:46:13.042Z Compiling futures-task v0.3.32
14062026-08-07T05:46:13.163Z Compiling futures-io v0.3.32
14072026-08-07T05:46:13.219Z Compiling signal-hook-registry v1.4.8
14082026-08-07T05:46:13.248Z Compiling mio v1.2.1
14092026-08-07T05:46:13.276Z Compiling portable-atomic v1.13.1
14102026-08-07T05:46:13.328Z Compiling critical-section v1.2.0
14112026-08-07T05:46:13.436Z Compiling log v0.4.32
14122026-08-07T05:46:13.492Z Compiling dunce v1.0.5
14132026-08-07T05:46:13.524Z Compiling fs_extra v1.3.0
14142026-08-07T05:46:13.589Z Compiling base64 v0.22.1
14152026-08-07T05:46:13.726Z Compiling synstructure v0.13.2
14162026-08-07T05:46:13.784Z Compiling serde_derive_internals v0.29.1
14172026-08-07T05:46:13.811Z Compiling serde_derive v1.0.229
14182026-08-07T05:46:13.839Z Compiling thiserror-impl v2.0.19
14192026-08-07T05:46:13.940Z Compiling cmake v0.1.58
14202026-08-07T05:46:14.237Z Compiling typenum v1.20.1
14212026-08-07T05:46:14.287Z Compiling once_cell v1.21.4
14222026-08-07T05:46:14.289Z Compiling aws-lc-sys v0.41.0
14232026-08-07T05:46:14.378Z Compiling subtle v2.6.1
14242026-08-07T05:46:14.508Z Compiling regex-syntax v0.8.10
14252026-08-07T05:46:14.541Z Compiling byteorder v1.5.0
14262026-08-07T05:46:14.553Z Compiling strsim v0.11.1
14272026-08-07T05:46:14.777Z Compiling rustix v1.1.4
14282026-08-07T05:46:14.958Z Compiling ipnet v2.12.0
14292026-08-07T05:46:15.007Z Compiling zerofrom-derive v0.1.7
14302026-08-07T05:46:15.051Z Compiling yoke-derive v0.8.2
14312026-08-07T05:46:15.090Z Compiling zerovec-derive v0.11.3
14322026-08-07T05:46:15.130Z Compiling displaydoc v0.2.6
14332026-08-07T05:46:15.189Z Compiling schemars_derive v0.8.22
14342026-08-07T05:46:15.589Z Compiling tokio-macros v2.7.0
14352026-08-07T05:46:15.927Z Compiling zerocopy-derive v0.8.50
14362026-08-07T05:46:16.143Z Compiling zeroize_derive v1.4.3
14372026-08-07T05:46:16.178Z Compiling futures-macro v0.3.32
14382026-08-07T05:46:16.214Z Compiling zerofrom v0.1.8
14392026-08-07T05:46:16.330Z Compiling yoke v0.8.3
14402026-08-07T05:46:16.512Z Compiling zerovec v0.11.6
14412026-08-07T05:46:16.559Z Compiling zerotrie v0.2.4
14422026-08-07T05:46:16.864Z Compiling zeroize v1.8.2
14432026-08-07T05:46:16.923Z Compiling atomic-waker v1.1.2
14442026-08-07T05:46:17.017Z Compiling bytes v1.11.1
14452026-08-07T05:46:17.030Z Compiling smallvec v1.15.1
14462026-08-07T05:46:17.042Z Compiling tinystr v0.8.3
14472026-08-07T05:46:17.062Z Compiling potential_utf v0.1.5
14482026-08-07T05:46:17.065Z Compiling chrono v0.4.45
14492026-08-07T05:46:17.197Z Compiling icu_locale_core v2.2.0
14502026-08-07T05:46:17.221Z Compiling icu_collections v2.2.0
14512026-08-07T05:46:17.253Z Compiling futures-util v0.3.32
14522026-08-07T05:46:17.530Z Compiling parking_lot v0.12.5
14532026-08-07T05:46:17.652Z Compiling http v1.4.2
14542026-08-07T05:46:17.729Z Compiling tokio v1.53.1
14552026-08-07T05:46:17.934Z Compiling icu_provider v2.2.0
14562026-08-07T05:46:18.258Z Compiling icu_properties v2.2.0
14572026-08-07T05:46:18.272Z Compiling icu_normalizer v2.2.0
14582026-08-07T05:46:18.562Z Compiling serde_tokenstream v0.2.3
14592026-08-07T05:46:18.628Z Compiling erased-serde v0.3.31
14602026-08-07T05:46:18.834Z Compiling http-body v1.0.1
14612026-08-07T05:46:18.846Z Compiling httparse v1.10.1
14622026-08-07T05:46:18.979Z Compiling thiserror v1.0.69
14632026-08-07T05:46:19.111Z Compiling tower-service v0.3.3
14642026-08-07T05:46:19.171Z Compiling idna_adapter v1.2.2
14652026-08-07T05:46:19.247Z Compiling tower-layer v0.3.3
14662026-08-07T05:46:19.314Z Compiling idna v1.1.0
14672026-08-07T05:46:19.438Z Compiling thiserror-impl v1.0.69
14682026-08-07T05:46:19.451Z Compiling getrandom v0.3.4
14692026-08-07T05:46:19.536Z Compiling untrusted v0.9.0
14702026-08-07T05:46:19.654Z Compiling url v2.5.8
14712026-08-07T05:46:19.696Z Compiling ryu v1.0.23
14722026-08-07T05:46:19.760Z Compiling try-lock v0.2.5
14732026-08-07T05:46:19.865Z Compiling ucd-trie v0.1.7
14742026-08-07T05:46:19.877Z Compiling want v0.3.1
14752026-08-07T05:46:20.042Z Compiling pest v2.8.6
14762026-08-07T05:46:20.087Z Compiling httpdate v1.0.3
14772026-08-07T05:46:20.303Z Compiling ppv-lite86 v0.2.21
14782026-08-07T05:46:20.333Z Compiling getrandom v0.2.17
14792026-08-07T05:46:20.501Z Compiling rand_core v0.6.4
14802026-08-07T05:46:20.513Z Compiling pretty-hex v0.4.2
14812026-08-07T05:46:20.611Z Compiling plain v0.2.3
14822026-08-07T05:46:20.636Z Compiling slog v2.8.2
14832026-08-07T05:46:20.649Z Compiling foldhash v0.2.0
14842026-08-07T05:46:20.712Z Compiling tracing-attributes v0.1.31
14852026-08-07T05:46:20.715Z Compiling tracing-core v0.1.36
14862026-08-07T05:46:20.884Z Compiling serde_urlencoded v0.7.1
14872026-08-07T05:46:21.119Z Compiling pest_meta v2.8.6
14882026-08-07T05:46:21.273Z Compiling ipnetwork v0.21.1
14892026-08-07T05:46:21.290Z Compiling http-body-util v0.1.4
14902026-08-07T05:46:21.311Z Compiling aho-corasick v1.1.4
14912026-08-07T05:46:21.546Z Compiling oxnet v0.1.6
14922026-08-07T05:46:21.611Z Compiling paste v1.0.15
14932026-08-07T05:46:21.696Z Compiling pest_generator v2.8.6
14942026-08-07T05:46:21.942Z Compiling tracing v0.1.44
14952026-08-07T05:46:21.974Z Compiling sync_wrapper v1.0.2
14962026-08-07T05:46:22.040Z Compiling ident_case v1.0.1
14972026-08-07T05:46:22.077Z Compiling omicron-workspace-hack v0.1.0
14982026-08-07T05:46:22.159Z Compiling regex-automata v0.4.14
14992026-08-07T05:46:22.332Z Compiling time-core v0.1.8
15002026-08-07T05:46:22.448Z Compiling pest_derive v2.8.6
15012026-08-07T05:46:22.478Z Compiling num-conv v0.2.2
15022026-08-07T05:46:22.526Z Compiling powerfmt v0.2.0
15032026-08-07T05:46:22.627Z Compiling winnow v1.0.3
15042026-08-07T05:46:22.667Z Compiling deranged v0.5.8
15052026-08-07T05:46:22.722Z Compiling time-macros v0.2.27
15062026-08-07T05:46:22.960Z Compiling hashbrown v0.16.1
15072026-08-07T05:46:23.534Z Compiling scroll_derive v0.13.1
15082026-08-07T05:46:23.684Z Compiling anyhow v1.0.104
15092026-08-07T05:46:23.697Z Compiling num_threads v0.1.7
15102026-08-07T05:46:23.999Z Compiling regex v1.12.3
15112026-08-07T05:46:24.315Z Compiling tokio-util v0.7.18
15122026-08-07T05:46:24.351Z Compiling scroll v0.13.0
15132026-08-07T05:46:24.392Z Compiling daft-derive v0.1.7
15142026-08-07T05:46:24.451Z Compiling fastrand v2.4.1
15152026-08-07T05:46:24.488Z Compiling aws-lc-rs v1.17.0
15162026-08-07T05:46:24.676Z Compiling rustls-pki-types v1.14.1
15172026-08-07T05:46:24.703Z Compiling async-trait v0.1.89
15182026-08-07T05:46:24.780Z Compiling openssl-probe v0.2.1
15192026-08-07T05:46:24.988Z Compiling crossbeam-utils v0.8.21
15202026-08-07T05:46:25.040Z Compiling untrusted v0.7.1
15212026-08-07T05:46:25.151Z Compiling rustls v0.23.40
15222026-08-07T05:46:25.162Z Compiling hex v0.4.3
15232026-08-07T05:46:25.241Z Compiling usdt-impl v0.6.0
15242026-08-07T05:46:25.351Z Compiling h2 v0.4.14
15252026-08-07T05:46:25.414Z Compiling goblin v0.10.7
15262026-08-07T05:46:25.449Z Compiling dtrace-parser v0.3.0
15272026-08-07T05:46:25.490Z Compiling thread_local v1.1.9
15282026-08-07T05:46:25.666Z Compiling camino v1.2.5
15292026-08-07T05:46:25.760Z Compiling thread-id v5.1.0
15302026-08-07T05:46:25.816Z Compiling slog-async v2.8.0
15312026-08-07T05:46:25.839Z Compiling crc32fast v1.5.0
15322026-08-07T05:46:26.145Z Compiling rand_core v0.9.5
15332026-08-07T05:46:26.168Z Compiling futures-executor v0.3.32
15342026-08-07T05:46:26.308Z Compiling take_mut v0.2.2
15352026-08-07T05:46:26.359Z Compiling match_cfg v0.1.0
15362026-08-07T05:46:26.426Z Compiling term v1.2.1
15372026-08-07T05:46:26.446Z Compiling futures v0.3.32
15382026-08-07T05:46:26.607Z Compiling structmeta-derive v0.3.0
15392026-08-07T05:46:26.636Z Compiling syn v1.0.109
15402026-08-07T05:46:27.008Z Compiling cpufeatures v0.3.0
15412026-08-07T05:46:27.082Z Compiling adler2 v2.0.1
15422026-08-07T05:46:27.216Z Compiling simd-adler32 v0.3.9
15432026-08-07T05:46:27.418Z Compiling miniz_oxide v0.8.9
15442026-08-07T05:46:27.448Z Compiling hyper v1.11.0
15452026-08-07T05:46:27.724Z Compiling structmeta v0.3.0
15462026-08-07T05:46:27.983Z Compiling rand_chacha v0.9.0
15472026-08-07T05:46:28.092Z Compiling darling_core v0.23.0
15482026-08-07T05:46:28.172Z Compiling newtype-uuid-macros v0.1.0
15492026-08-07T05:46:28.429Z Compiling dof v0.4.0
15502026-08-07T05:46:28.478Z Compiling hybrid-array v0.4.12
15512026-08-07T05:46:28.657Z Compiling hyper-util v0.1.20
15522026-08-07T05:46:28.973Z Compiling rand v0.9.4
15532026-08-07T05:46:29.782Z Compiling flate2 v1.1.9
15542026-08-07T05:46:29.923Z Compiling newtype-uuid v1.3.2
15552026-08-07T05:46:30.157Z Compiling darling_macro v0.23.0
15562026-08-07T05:46:30.194Z Compiling quick-error v1.2.3
15572026-08-07T05:46:30.256Z Compiling compression-core v0.4.32
15582026-08-07T05:46:30.298Z Compiling ref-cast v1.0.25
15592026-08-07T05:46:30.316Z Compiling daft v0.1.7
15602026-08-07T05:46:30.407Z Compiling compression-codecs v0.4.38
15612026-08-07T05:46:30.474Z Compiling usdt-macro v0.6.0
15622026-08-07T05:46:30.577Z Compiling usdt-attr-macro v0.6.0
15632026-08-07T05:46:30.638Z Compiling crypto-common v0.2.2
15642026-08-07T05:46:30.652Z Compiling block-buffer v0.12.0
15652026-08-07T05:46:30.735Z Compiling darling v0.23.0
15662026-08-07T05:46:30.814Z Compiling time v0.3.47
15672026-08-07T05:46:31.589Z Compiling tower v0.5.3
15682026-08-07T05:46:31.603Z Compiling strum_macros v0.26.4
15692026-08-07T05:46:31.762Z Compiling ref-cast-impl v1.0.25
15702026-08-07T05:46:32.055Z Compiling serde_spanned v1.1.1
15712026-08-07T05:46:32.147Z Compiling multer v3.1.0
15722026-08-07T05:46:32.202Z Compiling generic-array v0.14.7
15732026-08-07T05:46:32.373Z Compiling toml_writer v1.1.1+spec-1.1.0
15742026-08-07T05:46:32.405Z Compiling const-oid v0.10.2
15752026-08-07T05:46:32.425Z Compiling bit-vec v0.8.0
15762026-08-07T05:46:32.522Z Compiling debug-ignore v1.0.5
15772026-08-07T05:46:32.585Z Compiling digest v0.11.3
15782026-08-07T05:46:32.618Z Compiling bit-set v0.8.0
15792026-08-07T05:46:32.715Z Compiling tower-http v0.6.11
15802026-08-07T05:46:32.750Z Compiling serde_with_macros v3.21.0
15812026-08-07T05:46:32.763Z Compiling crossbeam-channel v0.5.15
15822026-08-07T05:46:32.777Z Compiling openapiv3 v2.2.0
15832026-08-07T05:46:32.916Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15842026-08-07T05:46:33.139Z Compiling async-stream-impl v0.3.6
15852026-08-07T05:46:33.247Z Compiling dropshot v0.17.1
15862026-08-07T05:46:33.275Z Compiling strum v0.26.3
15872026-08-07T05:46:33.397Z Compiling encoding_rs v0.8.35
15882026-08-07T05:46:33.409Z Compiling mime v0.3.17
15892026-08-07T05:46:33.675Z Compiling spin v0.9.8
15902026-08-07T05:46:33.678Z Compiling unarray v0.1.4
15912026-08-07T05:46:33.771Z Compiling async-stream v0.3.6
15922026-08-07T05:46:33.790Z Compiling sha1 v0.11.0
15932026-08-07T05:46:33.877Z Compiling derive-ex v0.1.8
15942026-08-07T05:46:33.944Z Compiling rustls-native-certs v0.8.4
15952026-08-07T05:46:34.039Z Compiling dropshot_endpoint v0.17.1
15962026-08-07T05:46:34.281Z Compiling waitgroup v0.1.2
15972026-08-07T05:46:34.329Z Compiling macaddr v1.0.1
15982026-08-07T05:46:34.398Z Compiling serde_path_to_error v0.1.20
15992026-08-07T05:46:34.544Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16002026-08-07T05:46:34.719Z Compiling tempfile v3.27.0
16012026-08-07T05:46:34.838Z Compiling strum_macros v0.27.2
16022026-08-07T05:46:34.869Z Compiling is-terminal v0.4.17
16032026-08-07T05:46:34.967Z Compiling instant v0.1.13
16042026-08-07T05:46:35.044Z Compiling slog-term v2.9.2
16052026-08-07T05:46:35.220Z Compiling either v1.16.0
16062026-08-07T05:46:35.429Z Compiling slog-json v2.6.1
16072026-08-07T05:46:35.441Z Compiling test-strategy v0.4.5
16082026-08-07T05:46:35.632Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16092026-08-07T05:46:35.644Z Compiling hostname v0.3.1
16102026-08-07T05:46:35.647Z Compiling memmap2 v0.9.10
16112026-08-07T05:46:35.701Z Compiling crypto-common v0.1.7
16122026-08-07T05:46:35.774Z Compiling slog-bunyan v2.5.0
16132026-08-07T05:46:35.866Z Compiling parse-display-derive v0.10.0
16142026-08-07T05:46:35.908Z Compiling backon v1.6.0
16152026-08-07T05:46:36.115Z Compiling rand_chacha v0.3.1
16162026-08-07T05:46:36.542Z Compiling rand v0.8.6
16172026-08-07T05:46:36.545Z Compiling toml_parser v1.1.2+spec-1.1.0
16182026-08-07T05:46:36.570Z Compiling toml_datetime v1.1.1+spec-1.1.0
16192026-08-07T05:46:36.658Z Compiling strum v0.27.2
16202026-08-07T05:46:36.830Z Compiling wait-timeout v0.2.1
16212026-08-07T05:46:37.139Z Compiling rusty-fork v0.3.1
16222026-08-07T05:46:37.260Z Compiling toml v1.1.2+spec-1.1.0
16232026-08-07T05:46:37.296Z Compiling serde_with v3.21.0
16242026-08-07T05:46:37.403Z Compiling async-compression v0.4.42
16252026-08-07T05:46:37.497Z Compiling rand_xorshift v0.4.0
16262026-08-07T05:46:37.559Z Compiling rustls-pemfile v2.2.0
16272026-08-07T05:46:37.713Z Compiling regress v0.10.5
16282026-08-07T05:46:37.757Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-07T05:46:38.243Z Compiling hostname v0.4.2
16302026-08-07T05:46:38.768Z Compiling usdt v0.6.0
16312026-08-07T05:46:38.999Z Compiling humantime v2.3.0
16322026-08-07T05:46:39.051Z Compiling proptest v1.11.0
16332026-08-07T05:46:39.087Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16342026-08-07T05:46:39.113Z Compiling itertools v0.14.0
16352026-08-07T05:46:39.211Z Compiling iddqd v0.4.6
16362026-08-07T05:46:39.260Z Compiling utf8parse v0.2.2
16372026-08-07T05:46:39.573Z Compiling anstyle-parse v1.0.0
16382026-08-07T05:46:39.761Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-08-07T05:46:39.866Z Compiling block-buffer v0.10.4
16402026-08-07T05:46:40.004Z Compiling reqwest v0.12.28
16412026-08-07T05:46:40.561Z Compiling anstyle v1.0.14
16422026-08-07T05:46:40.614Z Compiling anstyle-query v1.1.5
16432026-08-07T05:46:40.628Z Compiling colorchoice v1.0.5
16442026-08-07T05:46:40.720Z Compiling is_terminal_polyfill v1.70.2
16452026-08-07T05:46:40.741Z Compiling digest v0.10.7
16462026-08-07T05:46:40.783Z Compiling parse-display v0.10.0
16472026-08-07T05:46:40.817Z Compiling anstream v1.0.0
16482026-08-07T05:46:40.953Z Compiling progenitor-client v0.10.0
16492026-08-07T05:46:41.111Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16502026-08-07T05:46:41.141Z Compiling backoff v0.4.0
16512026-08-07T05:46:41.229Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16522026-08-07T05:46:41.504Z Compiling unicode-width v0.2.2
16532026-08-07T05:46:41.786Z Compiling clap_lex v1.1.0
16542026-08-07T05:46:42.260Z Compiling regress v0.11.1
16552026-08-07T05:46:42.736Z Compiling clap_derive v4.6.4
16562026-08-07T05:46:43.004Z Compiling terminal_size v0.4.4
16572026-08-07T05:46:43.840Z Compiling typify-impl v0.6.2
16582026-08-07T05:46:44.222Z Compiling clap_builder v4.6.5
16592026-08-07T05:46:44.408Z Compiling toml_datetime v0.6.11
16602026-08-07T05:46:44.674Z Compiling zerocopy-derive v0.7.35
16612026-08-07T05:46:44.874Z Compiling cpufeatures v0.2.17
16622026-08-07T05:46:44.946Z Compiling convert_case v0.4.0
16632026-08-07T05:46:45.530Z Compiling zerocopy v0.7.35
16642026-08-07T05:46:45.629Z Compiling derive_more v0.99.20
16652026-08-07T05:46:46.087Z Compiling clap v4.6.5
16662026-08-07T05:46:47.091Z Compiling secrecy v0.10.3
16672026-08-07T05:46:47.124Z Compiling float-ord v0.3.2
16682026-08-07T05:46:47.251Z Compiling tinyvec_macros v0.1.1
16692026-08-07T05:46:47.318Z Compiling crucible-workspace-hack v0.1.0
16702026-08-07T05:46:47.493Z Compiling tinyvec v1.11.0
16712026-08-07T05:46:47.911Z Compiling dtrace-parser v0.2.0
16722026-08-07T05:46:47.949Z Compiling scroll_derive v0.12.1
16732026-08-07T05:46:48.008Z Compiling num-integer v0.1.46
16742026-08-07T05:46:48.131Z Compiling rustc_version v0.4.1
16752026-08-07T05:46:48.166Z Compiling usdt-impl v0.5.0
16762026-08-07T05:46:48.394Z Compiling curve25519-dalek v4.1.3
16772026-08-07T05:46:48.654Z Compiling scroll v0.12.0
16782026-08-07T05:46:48.673Z Compiling dof v0.3.0
16792026-08-07T05:46:48.957Z Compiling hmac v0.12.1
16802026-08-07T05:46:49.009Z Compiling toml_edit v0.25.12+spec-1.1.0
16812026-08-07T05:46:49.072Z Compiling inout v0.1.4
16822026-08-07T05:46:49.090Z Compiling darling_core v0.21.3
16832026-08-07T05:46:49.135Z Compiling ff v0.13.1
16842026-08-07T05:46:49.177Z Compiling thread-id v4.2.2
16852026-08-07T05:46:49.253Z Compiling static_assertions v1.1.0
16862026-08-07T05:46:49.253Z Compiling unsafe-libyaml v0.2.11
16872026-08-07T05:46:49.833Z Compiling serde_yaml v0.9.34+deprecated
16882026-08-07T05:46:49.872Z Compiling proc-macro-crate v3.5.0
16892026-08-07T05:46:49.884Z Compiling group v0.13.0
16902026-08-07T05:46:49.921Z Compiling cipher v0.4.4
16912026-08-07T05:46:49.989Z Compiling hkdf v0.12.4
16922026-08-07T05:46:50.142Z Compiling goblin v0.8.2
16932026-08-07T05:46:50.163Z Compiling typify-macro v0.6.2
16942026-08-07T05:46:51.038Z Compiling num-iter v0.1.45
16952026-08-07T05:46:51.051Z Compiling num-rational v0.4.2
16962026-08-07T05:46:51.153Z Compiling darling_macro v0.21.3
16972026-08-07T05:46:51.176Z Compiling universal-hash v0.5.1
16982026-08-07T05:46:51.296Z Compiling crypto-bigint v0.5.5
16992026-08-07T05:46:51.300Z Compiling hubpack_derive v0.1.1
17002026-08-07T05:46:51.666Z Compiling thiserror-impl-no-std v2.0.2
17012026-08-07T05:46:51.774Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-08-07T05:46:52.024Z Compiling crossbeam-epoch v0.9.18
17032026-08-07T05:46:52.382Z Compiling half v2.7.1
17042026-08-07T05:46:52.409Z Compiling typify v0.6.2
17052026-08-07T05:46:52.506Z Compiling curve25519-dalek-derive v0.1.1
17062026-08-07T05:46:52.559Z Compiling num-complex v0.4.6
17072026-08-07T05:46:52.808Z Compiling memoffset v0.9.1
17082026-08-07T05:46:52.849Z Compiling opaque-debug v0.3.1
17092026-08-07T05:46:52.918Z Compiling ciborium-io v0.2.2
17102026-08-07T05:46:52.959Z Compiling base64ct v1.8.3
17112026-08-07T05:46:53.004Z Compiling cfg_aliases v0.2.1
17122026-08-07T05:46:53.014Z Compiling base16ct v0.2.0
17132026-08-07T05:46:53.072Z Compiling nix v0.31.3
17142026-08-07T05:46:53.135Z Compiling elliptic-curve v0.13.8
17152026-08-07T05:46:53.169Z Compiling ciborium-ll v0.2.2
17162026-08-07T05:46:53.256Z Compiling password-hash v0.5.0
17172026-08-07T05:46:53.403Z Compiling poly1305 v0.8.0
17182026-08-07T05:46:53.444Z Compiling num v0.4.3
17192026-08-07T05:46:53.615Z Compiling thiserror-no-std v2.0.2
17202026-08-07T05:46:53.814Z Compiling hubpack v0.1.2
17212026-08-07T05:46:53.832Z Compiling darling v0.21.3
17222026-08-07T05:46:54.221Z Compiling num_enum_derive v0.7.6
17232026-08-07T05:46:54.319Z Compiling chacha20 v0.9.1
17242026-08-07T05:46:54.533Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17252026-08-07T05:46:54.571Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-08-07T05:46:55.160Z Compiling blake2 v0.10.6
17272026-08-07T05:46:55.215Z Compiling aead v0.5.2
17282026-08-07T05:46:55.245Z Compiling byte-wrapper v0.1.0
17292026-08-07T05:46:55.280Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-08-07T05:46:55.381Z Compiling proc-macro-error-attr v1.0.4
17312026-08-07T05:46:55.614Z Compiling keccak v0.1.6
17322026-08-07T05:46:55.618Z Compiling heapless v0.8.0
17332026-08-07T05:46:55.669Z Compiling prettyplease v0.2.37
17342026-08-07T05:46:55.742Z Compiling rustix v0.38.44
17352026-08-07T05:46:55.844Z Compiling sha3 v0.10.9
17362026-08-07T05:46:56.157Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17372026-08-07T05:46:56.462Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-07T05:46:56.476Z Compiling argon2 v0.5.3
17392026-08-07T05:46:56.708Z Compiling chacha20poly1305 v0.10.1
17402026-08-07T05:46:56.797Z Compiling num_enum v0.7.6
17412026-08-07T05:46:57.059Z Compiling vsss-rs v3.3.4
17422026-08-07T05:46:57.147Z Compiling ingot-macros v0.1.1
17432026-08-07T05:46:57.192Z Compiling ciborium v0.2.2
17442026-08-07T05:46:57.802Z Compiling usdt-macro v0.5.0
17452026-08-07T05:46:57.894Z Compiling usdt-attr-macro v0.5.0
17462026-08-07T05:46:58.385Z Compiling tabwriter v1.4.1
17472026-08-07T05:46:58.885Z Compiling serde_spanned v0.6.9
17482026-08-07T05:46:58.949Z Compiling enum-as-inner v0.6.1
17492026-08-07T05:46:59.028Z Compiling num-derive v0.4.2
17502026-08-07T05:46:59.289Z Compiling hash32 v0.3.1
17512026-08-07T05:46:59.302Z Compiling proc-macro-error v1.0.4
17522026-08-07T05:46:59.443Z Compiling memmap v0.7.0
17532026-08-07T05:46:59.523Z Compiling indent_write v2.2.0
17542026-08-07T05:46:59.535Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17552026-08-07T05:46:59.673Z Compiling data-encoding v2.11.0
17562026-08-07T05:46:59.685Z Compiling toml_write v0.1.2
17572026-08-07T05:46:59.772Z Compiling smoltcp v0.11.0
17582026-08-07T05:46:59.879Z Compiling winnow v0.5.40
17592026-08-07T05:46:59.892Z Compiling winnow v0.7.15
17602026-08-07T05:46:59.926Z Compiling ingot-types v0.1.2
17612026-08-07T05:46:59.989Z Compiling usdt v0.5.0
17622026-08-07T05:47:00.323Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-08-07T05:47:00.336Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17642026-08-07T05:47:00.495Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-07T05:47:00.647Z Compiling rustls-webpki v0.103.13
17662026-08-07T05:47:01.387Z Compiling toml_edit v0.22.27
17672026-08-07T05:47:01.699Z Compiling toml_edit v0.19.15
17682026-08-07T05:47:01.997Z Compiling cobs v0.3.0
17692026-08-07T05:47:02.110Z Compiling serde_repr v0.1.21
17702026-08-07T05:47:02.188Z Compiling managed v0.8.0
17712026-08-07T05:47:02.201Z Compiling vcpkg v0.2.15
17722026-08-07T05:47:02.411Z Compiling pkg-config v0.3.33
17732026-08-07T05:47:02.699Z Compiling colored v3.1.1
17742026-08-07T05:47:02.755Z Compiling bitflags v1.3.2
17752026-08-07T05:47:02.833Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17762026-08-07T05:47:02.865Z Compiling bytecount v0.6.9
17772026-08-07T05:47:03.005Z Compiling toml v0.8.23
17782026-08-07T05:47:03.076Z Compiling openssl-sys v0.9.116
17792026-08-07T05:47:03.097Z Compiling proc-macro-crate v1.3.1
17802026-08-07T05:47:03.635Z Compiling postcard v1.1.3
17812026-08-07T05:47:03.968Z Compiling ingot v0.1.1
17822026-08-07T05:47:04.002Z Compiling progenitor-impl v0.14.0
17832026-08-07T05:47:04.412Z Compiling tokio-rustls v0.26.4
17842026-08-07T05:47:04.686Z Compiling hyper-rustls v0.27.9
17852026-08-07T05:47:04.788Z Compiling rustls-platform-verifier v0.7.0
17862026-08-07T05:47:04.982Z Compiling reqwest v0.13.4
17872026-08-07T05:47:05.900Z Compiling foreign-types-macros v0.2.3
17882026-08-07T05:47:06.262Z Compiling progenitor-client v0.14.0
17892026-08-07T05:47:06.568Z Compiling progenitor-extras v0.2.0
17902026-08-07T05:47:06.578Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-08-07T05:47:06.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17922026-08-07T05:47:06.932Z Compiling unicode-segmentation v1.13.3
17932026-08-07T05:47:07.108Z Compiling swrite v0.1.0
17942026-08-07T05:47:07.197Z Compiling heck v0.4.1
17952026-08-07T05:47:07.402Z Compiling semver v0.1.20
17962026-08-07T05:47:07.647Z Compiling foreign-types-shared v0.3.1
17972026-08-07T05:47:07.666Z Compiling resolv-conf v0.7.6
17982026-08-07T05:47:07.678Z Compiling linked-hash-map v0.5.6
17992026-08-07T05:47:07.742Z Compiling rayon-core v1.13.0
18002026-08-07T05:47:07.862Z Compiling lru-cache v0.1.2
18012026-08-07T05:47:07.875Z Compiling foreign-types v0.5.0
18022026-08-07T05:47:07.955Z Compiling progenitor-macro v0.14.0
18032026-08-07T05:47:07.984Z Compiling rustc_version v0.1.7
18042026-08-07T05:47:07.996Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-07T05:47:08.042Z Compiling newline-converter v0.3.0
18062026-08-07T05:47:08.184Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18072026-08-07T05:47:08.291Z Compiling num_enum_derive v0.5.11
18082026-08-07T05:47:09.438Z Compiling atomicwrites v0.4.4
18092026-08-07T05:47:09.637Z Compiling hickory-proto v0.24.4
18102026-08-07T05:47:11.071Z Compiling progenitor-impl v0.13.0
18112026-08-07T05:47:12.117Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T05:47:12.855Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-07T05:47:13.059Z Compiling crossbeam-deque v0.8.6
18142026-08-07T05:47:13.262Z Compiling console v0.15.11
18152026-08-07T05:47:13.371Z Compiling camino-tempfile v1.4.1
18162026-08-07T05:47:13.935Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-08-07T05:47:14.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18182026-08-07T05:47:14.206Z Compiling chacha20 v0.10.0
18192026-08-07T05:47:14.219Z Compiling serde-big-array v0.5.1
18202026-08-07T05:47:14.364Z Compiling pin-project-internal v1.1.13
18212026-08-07T05:47:14.469Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-08-07T05:47:14.692Z Compiling derive-where v1.6.1
18232026-08-07T05:47:14.712Z Compiling cstr-argument v0.1.2
18242026-08-07T05:47:14.869Z Compiling lazy_static v1.5.0
18252026-08-07T05:47:14.974Z Compiling minimal-lexical v0.2.1
18262026-08-07T05:47:14.992Z Compiling siphasher v1.0.3
18272026-08-07T05:47:15.190Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18282026-08-07T05:47:15.204Z Compiling similar v2.7.0
18292026-08-07T05:47:15.229Z Compiling nom v7.1.3
18302026-08-07T05:47:15.461Z Compiling pin-project v1.1.13
18312026-08-07T05:47:15.579Z Compiling phf_shared v0.12.1
18322026-08-07T05:47:15.666Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-08-07T05:47:15.753Z Compiling expectorate v1.2.0
18342026-08-07T05:47:15.907Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352026-08-07T05:47:15.952Z Compiling progenitor-macro v0.13.0
18362026-08-07T05:47:16.097Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18372026-08-07T05:47:16.146Z Compiling rand v0.10.2
18382026-08-07T05:47:16.177Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18392026-08-07T05:47:16.218Z Compiling progenitor v0.14.0
18402026-08-07T05:47:16.595Z Compiling hickory-resolver v0.24.4
18412026-08-07T05:47:16.661Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18422026-08-07T05:47:16.898Z Compiling num_enum v0.5.11
18432026-08-07T05:47:16.931Z Compiling newtype_derive v0.1.6
18442026-08-07T05:47:17.016Z Compiling progenitor-client v0.13.0
18452026-08-07T05:47:17.329Z Compiling unicode-normalization v0.1.25
18462026-08-07T05:47:17.353Z Compiling tokio-stream v0.1.18
18472026-08-07T05:47:17.809Z Compiling snafu-derive v0.8.9
18482026-08-07T05:47:17.833Z Compiling async-recursion v1.1.1
18492026-08-07T05:47:18.543Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18502026-08-07T05:47:18.595Z Compiling slog-dtrace v0.3.0
18512026-08-07T05:47:18.831Z Compiling csv-core v0.1.13
18522026-08-07T05:47:18.843Z Compiling bstr v1.12.1
18532026-08-07T05:47:19.096Z Compiling cancel-safe-futures v0.1.5
18542026-08-07T05:47:19.155Z Compiling highway v1.3.0
18552026-08-07T05:47:19.332Z Compiling foldhash v0.1.5
18562026-08-07T05:47:19.344Z Compiling chrono-tz v0.10.4
18572026-08-07T05:47:19.348Z Compiling same-file v1.0.6
18582026-08-07T05:47:19.511Z Compiling unicode-width v0.1.14
18592026-08-07T05:47:19.536Z Compiling unicode-xid v0.2.6
18602026-08-07T05:47:19.542Z Compiling owo-colors v4.3.0
18612026-08-07T05:47:19.555Z Compiling openssl v0.10.80
18622026-08-07T05:47:19.558Z Compiling foreign-types-shared v0.1.1
18632026-08-07T05:47:19.644Z Compiling konst_macro_rules v0.2.19
18642026-08-07T05:47:19.657Z Compiling const_format_proc_macros v0.2.34
18652026-08-07T05:47:19.787Z Compiling konst v0.2.20
18662026-08-07T05:47:19.830Z Compiling foreign-types v0.3.2
18672026-08-07T05:47:19.848Z Compiling snafu v0.8.9
18682026-08-07T05:47:19.920Z Compiling walkdir v2.5.0
18692026-08-07T05:47:19.932Z Compiling hashbrown v0.15.5
18702026-08-07T05:47:20.019Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-07T05:47:20.242Z Compiling globset v0.4.18
18722026-08-07T05:47:20.274Z Compiling csv v1.4.0
18732026-08-07T05:47:20.524Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T05:47:20.838Z Compiling qorb v0.4.1
18752026-08-07T05:47:20.844Z Compiling olpc-cjson v0.1.4
18762026-08-07T05:47:21.008Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T05:47:21.122Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18782026-08-07T05:47:21.315Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-07T05:47:21.466Z Compiling progenitor v0.13.0
18802026-08-07T05:47:21.987Z Compiling rayon v1.12.0
18812026-08-07T05:47:22.272Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-07T05:47:22.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18832026-08-07T05:47:22.859Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T05:47:23.012Z Compiling phf v0.12.1
18852026-08-07T05:47:23.165Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-07T05:47:23.587Z Compiling zone_cfg_derive v0.3.1
18872026-08-07T05:47:23.829Z Compiling tokio-dtrace v0.1.1
18882026-08-07T05:47:23.957Z Compiling itertools v0.12.1
18892026-08-07T05:47:24.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18902026-08-07T05:47:24.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-07T05:47:24.209Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18922026-08-07T05:47:24.292Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18932026-08-07T05:47:24.304Z Compiling libsw-core v0.3.2
18942026-08-07T05:47:24.471Z Compiling serde_plain v1.0.2
18952026-08-07T05:47:24.525Z Compiling openssl-macros v0.1.1
18962026-08-07T05:47:24.667Z Compiling pem v3.0.6
18972026-08-07T05:47:24.681Z Compiling cookie v0.18.1
18982026-08-07T05:47:24.701Z Compiling proc-macro-error-attr2 v2.0.0
18992026-08-07T05:47:24.915Z Compiling sigpipe v0.1.3
19002026-08-07T05:47:25.007Z Compiling fixedbitset v0.4.2
19012026-08-07T05:47:25.019Z Compiling jiff v0.2.28
19022026-08-07T05:47:25.051Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-08-07T05:47:25.144Z Compiling typed-path v0.9.3
19042026-08-07T05:47:25.187Z Compiling fixedbitset v0.5.7
19052026-08-07T05:47:25.244Z Compiling glob v0.3.3
19062026-08-07T05:47:25.294Z Compiling petgraph v0.6.5
19072026-08-07T05:47:25.527Z Compiling petgraph v0.8.3
19082026-08-07T05:47:25.550Z Compiling proc-macro-error2 v2.0.1
19092026-08-07T05:47:25.691Z Compiling zone v0.3.1
19102026-08-07T05:47:26.411Z Compiling tough v0.22.0
19112026-08-07T05:47:26.528Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19122026-08-07T05:47:26.560Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T05:47:26.761Z Compiling libsw v3.5.0
19142026-08-07T05:47:26.872Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19152026-08-07T05:47:26.985Z Compiling oxide-tokio-rt v0.1.6
19162026-08-07T05:47:27.130Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19172026-08-07T05:47:27.302Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-07T05:47:28.362Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-08-07T05:47:28.592Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T05:47:28.865Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-07T05:47:29.109Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T05:47:29.173Z Compiling const_format v0.2.36
19232026-08-07T05:47:29.502Z Compiling papergrid v0.11.0
19242026-08-07T05:47:29.515Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-08-07T05:47:29.880Z Compiling tabled_derive v0.7.0
19262026-08-07T05:47:29.991Z Compiling gethostname v0.5.0
19272026-08-07T05:47:30.092Z Compiling libscf-sys v1.2.0
19282026-08-07T05:47:30.111Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19292026-08-07T05:47:30.153Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-08-07T05:47:30.232Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19312026-08-07T05:47:30.278Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-08-07T05:47:30.401Z Compiling smf v0.2.3
19332026-08-07T05:47:30.515Z Compiling bcs v0.1.6
19342026-08-07T05:47:30.841Z Compiling crunchy v0.2.4
19352026-08-07T05:47:30.844Z Compiling whoami v1.6.1
19362026-08-07T05:47:30.927Z Compiling termtree v0.5.1
19372026-08-07T05:47:31.008Z Compiling linear-map v1.2.0
19382026-08-07T05:47:31.082Z Compiling tagptr v0.2.0
19392026-08-07T05:47:31.128Z Compiling smawk v0.3.2
19402026-08-07T05:47:31.168Z Compiling unicode-linebreak v0.1.5
19412026-08-07T05:47:31.197Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T05:47:31.231Z Compiling moka v0.12.15
19432026-08-07T05:47:31.293Z Compiling tabled v0.15.0
19442026-08-07T05:47:31.417Z Compiling textwrap v0.16.2
19452026-08-07T05:47:32.031Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-07T05:47:32.044Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-07T05:47:32.047Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-08-07T05:47:32.108Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T05:47:32.299Z Compiling steno v0.4.1
19502026-08-07T05:47:33.577Z Compiling tabled_derive v0.11.0
19512026-08-07T05:47:34.170Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-08-07T05:47:34.710Z Compiling papergrid v0.18.0
19532026-08-07T05:47:34.954Z Compiling hickory-proto v0.25.2
19542026-08-07T05:47:35.038Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19552026-08-07T05:47:35.132Z Compiling testing_table v0.3.0
19562026-08-07T05:47:35.302Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19572026-08-07T05:47:35.541Z Compiling tiny-keccak v2.0.2
19582026-08-07T05:47:35.700Z Compiling tabled v0.21.0
19592026-08-07T05:47:35.780Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19602026-08-07T05:47:36.038Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19612026-08-07T05:47:36.173Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19622026-08-07T05:47:36.275Z Compiling parking_lot_core v0.8.6
19632026-08-07T05:47:36.567Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19642026-08-07T05:47:37.033Z Compiling hickory-resolver v0.25.2
19652026-08-07T05:47:37.649Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19662026-08-07T05:47:38.356Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-08-07T05:47:38.454Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-08-07T05:47:38.562Z Compiling nom v8.0.0
19692026-08-07T05:47:38.633Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19702026-08-07T05:47:38.856Z Compiling crc8 v0.1.1
19712026-08-07T05:47:38.939Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19722026-08-07T05:47:38.971Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19732026-08-07T05:47:38.974Z Compiling const-random-macro v0.1.16
19742026-08-07T05:47:39.297Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19752026-08-07T05:47:39.365Z Compiling smartstring v1.0.1
19762026-08-07T05:47:39.378Z Compiling ahash v0.8.12
19772026-08-07T05:47:39.395Z Compiling const-random v0.1.18
19782026-08-07T05:47:39.470Z Compiling parking_lot v0.11.2
19792026-08-07T05:47:39.691Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19802026-08-07T05:47:39.888Z Compiling fxhash v0.2.1
19812026-08-07T05:47:39.900Z Compiling arc-swap v1.9.1
19822026-08-07T05:47:39.927Z Compiling internet-checksum v0.2.1
19832026-08-07T05:47:40.005Z Compiling sled v0.34.7
19842026-08-07T05:47:40.208Z Compiling slog-scope v4.4.1
19852026-08-07T05:47:40.296Z Compiling itertools v0.15.0
19862026-08-07T05:47:40.299Z Compiling thin-vec v0.2.18
19872026-08-07T05:47:40.481Z Compiling rhai_codegen v3.2.0
19882026-08-07T05:47:40.584Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19892026-08-07T05:47:40.604Z Compiling slog-stdlog v4.1.1
19902026-08-07T05:47:40.778Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19912026-08-07T05:47:40.834Z Compiling slog-envlogger v2.2.0
19922026-08-07T05:47:40.856Z Compiling natord v1.0.9
19932026-08-07T05:47:41.616Z Compiling rhai v1.25.1
19942026-08-07T05:47:42.390Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-08-07T05:47:46.622Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19962026-08-07T05:47:46.622Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19972026-08-07T05:47:51.097Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-08-07T05:47:52.995Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19992026-08-07T05:47:54.094Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20002026-08-07T05:47:55.039Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20012026-08-07T05:47:55.853Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20022026-08-07T05:47:57.313Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20032026-08-07T05:48:03.251Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
20042026-08-07T05:48:32.233Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 23s
20052026-08-07T05:48:32.236Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
20062026-08-07T05:48:32.236Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20072026-08-07T05:48:32.426Z────────────
20082026-08-07T05:48:32.426Z Nextest run ID 245d72c5-fcf1-4ed2-bed3-470268fc0e57 with nextest profile: default
20092026-08-07T05:48:32.426Z Starting 12 tests across 1 binary
20102026-08-07T05:48:32.437Z PASS [ 0.011s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
20112026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
20122026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm mrib::tests::test_status_imported_specific_route
20132026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
20142026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
20152026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm mrib::tests::test_status_imported_list_with_af
20162026-08-07T05:48:32.440Z PASS [ 0.013s] mgadm::bin/mgadm mrib::tests::test_status_imported_list_with_origin
20172026-08-07T05:48:32.440Z PASS [ 0.012s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
20182026-08-07T05:48:32.446Z PASS [ 0.009s] mgadm::bin/mgadm mrib::tests::test_status_imported_specific_route_all_flags
20192026-08-07T05:48:32.448Z PASS [ 0.009s] mgadm::bin/mgadm mrib::tests::test_status_selected_list_all
20202026-08-07T05:48:32.448Z PASS [ 0.008s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
20212026-08-07T05:48:32.449Z PASS [ 0.009s] mgadm::bin/mgadm mrib::tests::test_status_selected_specific_route_ipv6
20222026-08-07T05:48:32.449Z────────────
20232026-08-07T05:48:32.449Z Summary [ 0.022s] 12 tests run: 12 passed, 0 skipped
20242026-08-07T05:48:32.462Zprocess exited: duration 293639 ms, exit code 0
 
20252026-08-07T05:48:32.468Zfound 0 output files