01KZF95XNSNZQX536TVHV6SNAY: test-rdb

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

Buildomat Job: 01KZF96CR6WSVQV3ZPFG3FFPHW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:51.799Zjob assigned to worker 01KZF9735AP939YC39NC5ZRT3W [factory aws, i-041e4b34c207e90bc] (queued for 1 m 15 s)
 
22026-08-07T23:34:58.581Zstarting task 0: "setup"
32026-08-07T23:34:58.586Z++ uname -s
42026-08-07T23:34:58.589Z+ kern=SunOS
52026-08-07T23:34:58.589Z+ build_user=build
62026-08-07T23:34:58.589Z+ build_uid=12345
72026-08-07T23:34:58.589Z+ work_dir=/work
82026-08-07T23:34:58.589Z+ input_dir=/input
92026-08-07T23:34:58.589Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:58.589Z+ case "$kern" in
112026-08-07T23:34:58.589Z+ groupadd -g 12345 build
122026-08-07T23:34:58.589Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:35:00.595Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:35:00.667Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:35:00.670Z+ home_fs=zfs
162026-08-07T23:35:00.670Z+ [[ zfs == autofs ]]
172026-08-07T23:35:00.671Z+ mkdir -p /home/build
182026-08-07T23:35:00.671Z+ chown build:build /home/build /work
192026-08-07T23:35:02.673Z+ chmod 0700 /home/build /work
202026-08-07T23:35:02.676Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-07T23:35:02.683Zstarting task 1: "rust-toolchain"
222026-08-07T23:35:02.687Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:35:02.687Z * rust toolchain channel = "stable"
242026-08-07T23:35:02.687Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T23:35:02.687Z * rust toolchain profile = "default"
262026-08-07T23:35:02.687Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:35:02.687Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:35:02.690Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:35:02.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:35:02.808Zinfo: downloading installer
312026-08-07T23:35:04.277Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:35:04.277Zwarn: /opt/ooce/bin
332026-08-07T23:35:04.277Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:35:04.277Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:35:04.277Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:35:04.277Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:35:04.277Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:35:04.277Zerror: cannot install while Rust is installed
392026-08-07T23:35:04.277Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:35:04.281Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:35:04.281Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:35:04.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:35:04.281Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:35:04.289Zinfo: profile set to default
452026-08-07T23:35:04.289Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:35:04.308Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:35:04.423Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:35:04.427Zinfo: downloading 6 components
492026-08-07T23:35:19.143Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:19.144Z
512026-08-07T23:35:19.172Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:19.172Z
532026-08-07T23:35:19.172Z
542026-08-07T23:35:19.172ZRust is installed now. Great!
552026-08-07T23:35:19.172Z
562026-08-07T23:35:19.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:19.172Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:19.172Z
592026-08-07T23:35:19.172ZTo configure your current shell, you need to source
602026-08-07T23:35:19.172Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:19.172Z
622026-08-07T23:35:19.172ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:19.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:19.172Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:19.172Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:19.172Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:19.172Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:19.172Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:19.176Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:19.176Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:19.276Z+ rustup --version
722026-08-07T23:35:19.284Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:19.287Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:19.305Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:19.308Z+ cargo --version
762026-08-07T23:35:19.322Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:19.325Z+ rustc --version
782026-08-07T23:35:19.344Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:19.347Zprocess exited: duration 16660 ms, exit code 0
 
802026-08-07T23:35:19.353Zstarting task 2: "authentication"
812026-08-07T23:35:19.369Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:19.377Zstarting task 3: "clone repository"
832026-08-07T23:35:19.381Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:19.384Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:19.412ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:20.944Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:20.944Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:21.209ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:21.209Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:21.214Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:21.217Z++ git branch --show-current
922026-08-07T23:35:21.217Z+ current=main
932026-08-07T23:35:21.217Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:21.217Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:21.220Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:21.237ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:21.241Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:21.256ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:21.260Zprocess exited: duration 1879 ms, exit code 0
 
1002026-08-07T23:35:21.265Zstarting task 4: "build"
1012026-08-07T23:35:21.269Z+ set -e
1022026-08-07T23:35:21.269Z+ source .github/buildomat/test-common.sh
1032026-08-07T23:35:21.272Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T23:35:21.272Z++ PLATFORM=illumos
1052026-08-07T23:35:21.272Z++ banner install
1062026-08-07T23:35:21.272Z
1072026-08-07T23:35:21.272Z # # # #### ##### ## # #
1082026-08-07T23:35:21.272Z # ## # # # # # # #
1092026-08-07T23:35:21.272Z # # # # #### # # # # #
1102026-08-07T23:35:21.272Z # # # # # # ###### # #
1112026-08-07T23:35:21.272Z # # ## # # # # # # #
1122026-08-07T23:35:21.272Z # # # #### # # # ###### ######
1132026-08-07T23:35:21.272Z
1142026-08-07T23:35:21.272Z++ set +o errexit
1152026-08-07T23:35:21.272Z++ pkg info clang-15
1162026-08-07T23:35:21.275Z++ grep -qi installed
1172026-08-07T23:35:22.445Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T23:35:22.445Zinstalled on the system. Try querying remotely instead:
1192026-08-07T23:35:22.445Z
1202026-08-07T23:35:22.445Z clang-15
1212026-08-07T23:35:22.482Z++ [[ 1 != 0 ]]
1222026-08-07T23:35:22.482Z++ set -o errexit
1232026-08-07T23:35:22.485Z++ pfexec pkg install clang-15
1242026-08-07T23:35:31.347Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T23:35:39.055Z Startup: Caching catalogs ... Done
1262026-08-07T23:35:46.469ZPlanning: Solver setup ... Done
1272026-08-07T23:35:46.512ZPlanning: Running solver ... Done
1282026-08-07T23:35:46.650ZPlanning: Finding local manifests ... Done
1292026-08-07T23:35:46.675ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T23:35:46.775ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T23:35:46.805ZPlanning: Package planning ... Done
1322026-08-07T23:35:46.831ZPlanning: Merging actions ... Done
1332026-08-07T23:35:46.937ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T23:35:46.943ZPlanning: Consolidating action changes ... Done
1352026-08-07T23:35:47.715ZPlanning: Evaluating mediators ... Done
1362026-08-07T23:35:47.720ZPlanning: Planning completed in 8.49 seconds
1372026-08-07T23:35:47.731Z Packages to install: 2
1382026-08-07T23:35:47.734Z Mediators to change: 2
1392026-08-07T23:35:47.734Z Services to change: 1
1402026-08-07T23:35:47.734Z Create boot environment: No
1412026-08-07T23:35:47.734ZCreate backup boot environment: No
1422026-08-07T23:35:47.773Z
1432026-08-07T23:35:47.773ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T23:35:52.834ZDownload: 977/3076 items 82.2/211.3MB 38% complete (18.0M/s)
1452026-08-07T23:36:03.204ZDownload: 984/3076 items 82.2/211.3MB 38% complete (16.4M/s)
1462026-08-07T23:36:08.207ZDownload: 1594/3076 items 115.1/211.3MB 54% complete (7.9M/s)
1472026-08-07T23:36:13.582ZDownload: 2000/3076 items 115.9/211.3MB 54% complete (4.7M/s)
1482026-08-07T23:36:18.586ZDownload: 2211/3076 items 118.8/211.3MB 56% complete (376k/s)
1492026-08-07T23:36:24.145ZDownload: 3026/3076 items 201.8/211.3MB 95% complete (8.7M/s)
1502026-08-07T23:36:27.500ZDownload: Completed 211.31 MB in 39.72 seconds (5.3M/s)
1512026-08-07T23:36:27.691Z Actions: 1/3418 actions (Installing new actions)
1522026-08-07T23:36:30.836Z Actions: Completed 3418 actions in 3.14 seconds.
1532026-08-07T23:36:31.478Z Done
1542026-08-07T23:36:31.479Z Done
1552026-08-07T23:36:32.220Z Done
1562026-08-07T23:36:35.571Z Done
1572026-08-07T23:36:35.642Z Done
1582026-08-07T23:36:35.646Z Done
1592026-08-07T23:36:35.906Z Done
1602026-08-07T23:36:36.585Z++ set -o errexit
1612026-08-07T23:36:36.585Z++ cargo --version
1622026-08-07T23:36:36.591Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1632026-08-07T23:36:36.725Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1642026-08-07T23:36:36.728Zinfo: downloading 6 components
1652026-08-07T23:36:50.995Zcargo 1.97.1 (c980f4866 2026-06-30)
1662026-08-07T23:36:50.998Z++ rustc --version
1672026-08-07T23:36:51.026Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1682026-08-07T23:36:51.030Z++ cargo install cargo-nextest --version 0.9.97
1692026-08-07T23:36:51.076Z Updating crates.io index
1702026-08-07T23:36:51.169Z Downloading crates ...
1712026-08-07T23:36:51.221Z Downloaded cargo-nextest v0.9.97
1722026-08-07T23:36:51.279Z Installing cargo-nextest v0.9.97
1732026-08-07T23:36:51.282Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-08-07T23:36:51.282Z |
1752026-08-07T23:36:51.282Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-08-07T23:36:51.282Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-08-07T23:36:51.322Z Updating crates.io index
1782026-08-07T23:36:53.374Z Locking 396 packages to latest compatible versions
1792026-08-07T23:36:53.378Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-08-07T23:36:53.378Z Adding duct v0.13.7 (available: v1.1.1)
1812026-08-07T23:36:53.381Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-08-07T23:36:53.381Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-08-07T23:36:53.381Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-08-07T23:36:53.381Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-08-07T23:36:53.385Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1862026-08-07T23:36:53.385Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-08-07T23:36:53.385Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1882026-08-07T23:36:53.388Z Adding quick-junit v0.5.2 (available: v0.7.0)
1892026-08-07T23:36:53.413Z Downloading crates ...
1902026-08-07T23:36:53.436Z Downloaded adler2 v2.0.1
1912026-08-07T23:36:53.439Z Downloaded addr2line v0.25.1
1922026-08-07T23:36:53.439Z Downloaded anstyle v1.0.14
1932026-08-07T23:36:53.442Z Downloaded autocfg v1.5.1
1942026-08-07T23:36:53.442Z Downloaded futures-sink v0.3.33
1952026-08-07T23:36:53.446Z Downloaded anstyle-query v1.1.5
1962026-08-07T23:36:53.446Z Downloaded block-buffer v0.10.4
1972026-08-07T23:36:53.446Z Downloaded ahash v0.8.12
1982026-08-07T23:36:53.450Z Downloaded console v0.15.11
1992026-08-07T23:36:53.453Z Downloaded parking_lot v0.12.5
2002026-08-07T23:36:53.453Z Downloaded openssl-sys v0.9.117
2012026-08-07T23:36:53.456Z Downloaded bytes v1.12.1
2022026-08-07T23:36:53.460Z Downloaded cargo_metadata v0.23.1
2032026-08-07T23:36:53.460Z Downloaded serde-untagged v0.1.9
2042026-08-07T23:36:53.460Z Downloaded tinyvec_macros v0.1.1
2052026-08-07T23:36:53.465Z Downloaded sharded-slab v0.1.7
2062026-08-07T23:36:53.469Z Downloaded camino v1.2.5
2072026-08-07T23:36:53.472Z Downloaded cc v1.4.1
2082026-08-07T23:36:53.472Z Downloaded os_pipe v1.2.3
2092026-08-07T23:36:53.472Z Downloaded backtrace v0.3.76
2102026-08-07T23:36:53.475Z Downloaded pathdiff v0.2.3
2112026-08-07T23:36:53.475Z Downloaded async-scoped v0.9.0
2122026-08-07T23:36:53.475Z Downloaded anstream v1.0.0
2132026-08-07T23:36:53.480Z Downloaded percent-encoding v2.3.2
2142026-08-07T23:36:53.480Z Downloaded const-oid v0.9.6
2152026-08-07T23:36:53.480Z Downloaded rand_chacha v0.9.0
2162026-08-07T23:36:53.480Z Downloaded cargo_metadata v0.20.0
2172026-08-07T23:36:53.483Z Downloaded color-spantrace v0.3.0
2182026-08-07T23:36:53.483Z Downloaded cargo-util-schemas v0.2.0
2192026-08-07T23:36:53.483Z Downloaded colorchoice v1.0.5
2202026-08-07T23:36:53.488Z Downloaded ordered-float v2.10.1
2212026-08-07T23:36:53.491Z Downloaded quinn-proto v0.11.16
2222026-08-07T23:36:53.494Z Downloaded atomicwrites v0.4.4
2232026-08-07T23:36:53.494Z Downloaded getrandom v0.3.4
2242026-08-07T23:36:53.497Z Downloaded foreign-types v0.3.2
2252026-08-07T23:36:53.497Z Downloaded atomic-waker v1.1.2
2262026-08-07T23:36:53.497Z Downloaded cargo-platform v0.3.3
2272026-08-07T23:36:53.501Z Downloaded debug-ignore v1.0.5
2282026-08-07T23:36:53.505Z Downloaded cfg_aliases v0.2.2
2292026-08-07T23:36:53.505Z Downloaded crypto-common v0.1.7
2302026-08-07T23:36:53.505Z Downloaded equivalent v1.0.2
2312026-08-07T23:36:53.505Z Downloaded quick-xml v0.37.5
2322026-08-07T23:36:53.509Z Downloaded serde_ignored v0.1.14
2332026-08-07T23:36:53.509Z Downloaded sha2 v0.10.9
2342026-08-07T23:36:53.509Z Downloaded clap_lex v1.1.0
2352026-08-07T23:36:53.509Z Downloaded errno v0.3.14
2362026-08-07T23:36:53.525Z Downloaded rand v0.9.5
2372026-08-07T23:36:53.525Z Downloaded rustls-webpki v0.103.13
2382026-08-07T23:36:53.525Z Downloaded cfg-if v1.0.4
2392026-08-07T23:36:53.525Z Downloaded cargo-platform v0.2.0
2402026-08-07T23:36:53.526Z Downloaded cpufeatures v0.2.17
2412026-08-07T23:36:53.526Z Downloaded foreign-types-shared v0.1.1
2422026-08-07T23:36:53.526Z Downloaded futures-io v0.3.33
2432026-08-07T23:36:53.526Z Downloaded rand_core v0.9.5
2442026-08-07T23:36:53.526Z Downloaded serde-value v0.7.0
2452026-08-07T23:36:53.526Z Downloaded rand_core v0.10.1
2462026-08-07T23:36:53.526Z Downloaded serde_path_to_error v0.1.20
2472026-08-07T23:36:53.526Z Downloaded futures-macro v0.3.33
2482026-08-07T23:36:53.526Z Downloaded document-features v0.2.12
2492026-08-07T23:36:53.526Z Downloaded proc-macro2 v1.0.107
2502026-08-07T23:36:53.530Z Downloaded self_update v0.42.0
2512026-08-07T23:36:53.533Z Downloaded anstyle-parse v1.0.0
2522026-08-07T23:36:53.533Z Downloaded rand_core v0.6.4
2532026-08-07T23:36:53.537Z Downloaded serde v1.0.229
2542026-08-07T23:36:53.537Z Downloaded curve25519-dalek-derive v0.1.1
2552026-08-07T23:36:53.537Z Downloaded owo-colors v4.3.0
2562026-08-07T23:36:53.537Z Downloaded backtrace-ext v0.2.1
2572026-08-07T23:36:53.540Z Downloaded serde_urlencoded v0.7.1
2582026-08-07T23:36:53.540Z Downloaded strip-ansi-escapes v0.2.1
2592026-08-07T23:36:53.540Z Downloaded convert_case v0.10.0
2602026-08-07T23:36:53.540Z Downloaded foldhash v0.1.5
2612026-08-07T23:36:53.540Z Downloaded thread_local v1.1.10
2622026-08-07T23:36:53.544Z Downloaded ppv-lite86 v0.2.21
2632026-08-07T23:36:53.544Z Downloaded fnv v1.0.7
2642026-08-07T23:36:53.544Z Downloaded base64ct v1.8.3
2652026-08-07T23:36:53.544Z Downloaded serde_spanned v0.6.9
2662026-08-07T23:36:53.544Z Downloaded cfg-expr v0.20.8
2672026-08-07T23:36:53.547Z Downloaded enable-ansi-support v0.2.1
2682026-08-07T23:36:53.550Z Downloaded futures-task v0.3.33
2692026-08-07T23:36:53.550Z Downloaded quinn-udp v0.5.15
2702026-08-07T23:36:53.550Z Downloaded self-replace v1.5.0
2712026-08-07T23:36:53.550Z Downloaded rustls-pki-types v1.15.1
2722026-08-07T23:36:53.553Z Downloaded form_urlencoded v1.2.2
2732026-08-07T23:36:53.556Z Downloaded generic-array v0.14.7
2742026-08-07T23:36:53.556Z Downloaded shell-words v1.1.1
2752026-08-07T23:36:53.559Z Downloaded futures-core v0.3.33
2762026-08-07T23:36:53.560Z Downloaded rustc_version v0.4.1
2772026-08-07T23:36:53.560Z Downloaded serde_spanned v1.1.1
2782026-08-07T23:36:53.560Z Downloaded sigchld v0.2.4
2792026-08-07T23:36:53.563Z Downloaded tower-layer v0.3.3
2802026-08-07T23:36:53.563Z Downloaded signature v2.2.0
2812026-08-07T23:36:53.566Z Downloaded utf8parse v0.2.2
2822026-08-07T23:36:53.566Z Downloaded camino-tempfile v1.4.1
2832026-08-07T23:36:53.569Z Downloaded cpufeatures v0.3.0
2842026-08-07T23:36:53.569Z Downloaded scopeguard v1.2.0
2852026-08-07T23:36:53.573Z Downloaded terminal_size v0.4.4
2862026-08-07T23:36:53.573Z Downloaded rustc-hash v2.1.3
2872026-08-07T23:36:53.573Z Downloaded fixedbitset v0.5.7
2882026-08-07T23:36:53.576Z Downloaded strsim v0.11.1
2892026-08-07T23:36:53.576Z Downloaded futures-executor v0.3.33
2902026-08-07T23:36:53.580Z Downloaded find-msvc-tools v0.1.10
2912026-08-07T23:36:53.583Z Downloaded hyper-tls v0.6.0
2922026-08-07T23:36:53.587Z Downloaded digest v0.10.7
2932026-08-07T23:36:53.590Z Downloaded getrandom v0.2.17
2942026-08-07T23:36:53.590Z Downloaded supports-color v3.0.2
2952026-08-07T23:36:53.593Z Downloaded supports-hyperlinks v3.2.0
2962026-08-07T23:36:53.600Z Downloaded indenter v0.3.4
2972026-08-07T23:36:53.600Z Downloaded is_ci v1.2.0
2982026-08-07T23:36:53.600Z Downloaded subtle v2.6.1
2992026-08-07T23:36:53.605Z Downloaded supports-unicode v3.0.0
3002026-08-07T23:36:53.605Z Downloaded tokio-macros v2.7.2
3012026-08-07T23:36:53.608Z Downloaded swrite v0.1.0
3022026-08-07T23:36:53.608Z Downloaded version_check v0.9.5
3032026-08-07T23:36:53.611Z Downloaded xattr v1.6.1
3042026-08-07T23:36:53.612Z Downloaded typeid v1.0.3
3052026-08-07T23:36:53.612Z Downloaded rand_pcg v0.10.2
3062026-08-07T23:36:53.612Z Downloaded future-queue v0.4.0
3072026-08-07T23:36:53.615Z Downloaded sync_wrapper v1.0.2
3082026-08-07T23:36:53.615Z Downloaded shared_child v1.1.1
3092026-08-07T23:36:53.618Z Downloaded ed25519 v2.2.3
3102026-08-07T23:36:53.618Z Downloaded fastrand v2.5.0
3112026-08-07T23:36:53.618Z Downloaded untrusted v0.9.0
3122026-08-07T23:36:53.621Z Downloaded erased-serde v0.4.10
3132026-08-07T23:36:53.621Z Downloaded either v1.17.0
3142026-08-07T23:36:53.624Z Downloaded signal-hook-mio v0.2.5
3152026-08-07T23:36:53.628Z Downloaded indent_write v2.2.0
3162026-08-07T23:36:53.628Z Downloaded nextest-workspace-hack v0.1.0
3172026-08-07T23:36:53.631Z Downloaded number_prefix v0.4.0
3182026-08-07T23:36:53.634Z Downloaded static_assertions v1.1.0
3192026-08-07T23:36:53.634Z Downloaded hex v0.4.3
3202026-08-07T23:36:53.638Z Downloaded crc32fast v1.5.0
3212026-08-07T23:36:53.638Z Downloaded futures-channel v0.3.33
3222026-08-07T23:36:53.638Z Downloaded clap_derive v4.6.4
3232026-08-07T23:36:53.641Z Downloaded filetime v0.2.29
3242026-08-07T23:36:53.641Z Downloaded dialoguer v0.11.0
3252026-08-07T23:36:53.641Z Downloaded tracing-error v0.2.1
3262026-08-07T23:36:53.645Z Downloaded humantime-serde v1.1.1
3272026-08-07T23:36:53.646Z Downloaded chacha20 v0.10.1
3282026-08-07T23:36:53.646Z Downloaded eyre v0.6.12
3292026-08-07T23:36:53.649Z Downloaded unicase v2.9.0
3302026-08-07T23:36:53.649Z Downloaded itoa v1.0.18
3312026-08-07T23:36:53.649Z Downloaded toml_write v0.1.2
3322026-08-07T23:36:53.649Z Downloaded unicode-xid v0.2.6
3332026-08-07T23:36:53.649Z Downloaded lazy_static v1.5.0
3342026-08-07T23:36:53.649Z Downloaded bitflags v2.13.1
3352026-08-07T23:36:53.652Z Downloaded parking_lot_core v0.9.12
3362026-08-07T23:36:53.653Z Downloaded tower-service v0.3.3
3372026-08-07T23:36:53.653Z Downloaded http-body-util v0.1.4
3382026-08-07T23:36:53.653Z Downloaded idna_adapter v1.0.0
3392026-08-07T23:36:53.658Z Downloaded openssl-probe v0.2.1
3402026-08-07T23:36:53.658Z Downloaded openssl-macros v0.1.1
3412026-08-07T23:36:53.658Z Downloaded ryu v1.0.23
3422026-08-07T23:36:53.661Z Downloaded toml_datetime v0.6.11
3432026-08-07T23:36:53.661Z Downloaded thiserror-impl v2.0.19
3442026-08-07T23:36:53.661Z Downloaded try-lock v0.2.5
3452026-08-07T23:36:53.661Z Downloaded home v0.5.12
3462026-08-07T23:36:53.664Z Downloaded is_terminal_polyfill v1.70.2
3472026-08-07T23:36:53.664Z Downloaded mukti-metadata v0.3.0
3482026-08-07T23:36:53.667Z Downloaded slab v0.4.12
3492026-08-07T23:36:53.667Z Downloaded target-spec-miette v0.4.8
3502026-08-07T23:36:53.670Z Downloaded derive-where v1.6.1
3512026-08-07T23:36:53.670Z Downloaded futures v0.3.33
3522026-08-07T23:36:53.674Z Downloaded spki v0.7.3
3532026-08-07T23:36:53.674Z Downloaded shlex v2.0.1
3542026-08-07T23:36:53.679Z Downloaded signal-hook-registry v1.4.8
3552026-08-07T23:36:53.679Z Downloaded target-lexicon v0.13.5
3562026-08-07T23:36:53.679Z Downloaded jobserver v0.1.35
3572026-08-07T23:36:53.679Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3582026-08-07T23:36:53.683Z Downloaded thiserror v2.0.19
3592026-08-07T23:36:53.684Z Downloaded rustc-demangle v0.1.28
3602026-08-07T23:36:53.684Z Downloaded utf8_iter v1.0.4
3612026-08-07T23:36:53.687Z Downloaded duct v0.13.7
3622026-08-07T23:36:53.687Z Downloaded simd-adler32 v0.3.10
3632026-08-07T23:36:53.687Z Downloaded thiserror-impl v1.0.69
3642026-08-07T23:36:53.687Z Downloaded want v0.3.1
3652026-08-07T23:36:53.690Z Downloaded globset v0.4.20
3662026-08-07T23:36:53.690Z Downloaded pin-project-lite v0.2.17
3672026-08-07T23:36:53.694Z Downloaded quick-junit v0.5.2
3682026-08-07T23:36:53.697Z Downloaded humantime v2.4.0
3692026-08-07T23:36:53.697Z Downloaded hyper-rustls v0.27.9
3702026-08-07T23:36:53.697Z Downloaded guppy-workspace-hack v0.1.0
3712026-08-07T23:36:53.700Z Downloaded native-tls v0.2.18
3722026-08-07T23:36:53.700Z Downloaded toml_parser v1.1.3+spec-1.1.0
3732026-08-07T23:36:53.700Z Downloaded smol_str v0.3.6
3742026-08-07T23:36:53.703Z Downloaded heck v0.5.0
3752026-08-07T23:36:53.706Z Downloaded lru-slab v0.1.2
3762026-08-07T23:36:53.709Z Downloaded unicode-linebreak v0.1.5
3772026-08-07T23:36:53.712Z Downloaded zstd v0.13.3
3782026-08-07T23:36:53.716Z Downloaded http-body v1.1.0
3792026-08-07T23:36:53.716Z Downloaded base64 v0.22.1
3802026-08-07T23:36:53.719Z Downloaded urlencoding v2.1.3
3812026-08-07T23:36:53.719Z Downloaded httparse v1.10.1
3822026-08-07T23:36:53.723Z Downloaded zeroize v1.9.0
3832026-08-07T23:36:53.723Z Downloaded nextest-metadata v0.12.2
3842026-08-07T23:36:53.723Z Downloaded pkcs8 v0.10.2
3852026-08-07T23:36:53.726Z Downloaded smallvec v1.15.2
3862026-08-07T23:36:53.726Z Downloaded target-spec v3.6.0
3872026-08-07T23:36:53.726Z Downloaded config v0.15.25
3882026-08-07T23:36:53.729Z Downloaded tokio-native-tls v0.3.1
3892026-08-07T23:36:53.732Z Downloaded tokio-rustls v0.26.4
3902026-08-07T23:36:53.732Z Downloaded pin-project-internal v1.1.13
3912026-08-07T23:36:53.732Z Downloaded thiserror v1.0.69
3922026-08-07T23:36:53.735Z Downloaded litrs v1.0.0
3932026-08-07T23:36:53.739Z Downloaded derive_more v2.1.1
3942026-08-07T23:36:53.742Z Downloaded nextest-filtering v0.15.0
3952026-08-07T23:36:53.745Z Downloaded xxhash-rust v0.8.18
3962026-08-07T23:36:53.746Z Downloaded semver v1.0.28
3972026-08-07T23:36:53.749Z Downloaded tokio-stream v0.1.19
3982026-08-07T23:36:53.749Z Downloaded nested v0.1.1
3992026-08-07T23:36:53.749Z Downloaded tracing-log v0.2.0
4002026-08-07T23:36:53.752Z Downloaded zmij v1.0.23
4012026-08-07T23:36:53.752Z Downloaded newtype-uuid v1.4.0
4022026-08-07T23:36:53.752Z Downloaded serde_derive v1.0.229
4032026-08-07T23:36:53.755Z Downloaded tempfile v3.27.0
4042026-08-07T23:36:53.755Z Downloaded getrandom v0.4.3
4052026-08-07T23:36:53.759Z Downloaded zipsign-api v0.1.5
4062026-08-07T23:36:53.759Z Downloaded lock_api v0.4.14
4072026-08-07T23:36:53.759Z Downloaded tracing-attributes v0.1.31
4082026-08-07T23:36:53.763Z Downloaded toml_writer v1.1.2+spec-1.1.0
4092026-08-07T23:36:53.763Z Downloaded textwrap v0.16.2
4102026-08-07T23:36:53.766Z Downloaded borsh v1.8.0
4112026-08-07T23:36:53.769Z Downloaded signal-hook v0.3.18
4122026-08-07T23:36:53.769Z Downloaded uuid v1.24.0
4132026-08-07T23:36:53.772Z Downloaded ipnet v2.12.1
4142026-08-07T23:36:53.772Z Downloaded pkg-config v0.3.33
4152026-08-07T23:36:53.775Z Downloaded toml v0.8.23
4162026-08-07T23:36:53.775Z Downloaded toml v1.1.4+spec-1.1.0
4172026-08-07T23:36:53.779Z Downloaded iana-time-zone v0.1.65
4182026-08-07T23:36:53.779Z Downloaded zstd-safe v7.2.4
4192026-08-07T23:36:53.782Z Downloaded quote v1.0.47
4202026-08-07T23:36:53.782Z Downloaded socket2 v0.6.5
4212026-08-07T23:36:53.782Z Downloaded num-traits v0.2.19
4222026-08-07T23:36:53.787Z Downloaded pin-project v1.1.13
4232026-08-07T23:36:53.790Z Downloaded miette-derive v7.6.0
4242026-08-07T23:36:53.790Z Downloaded tar v0.4.46
4252026-08-07T23:36:53.793Z Downloaded quinn v0.11.11
4262026-08-07T23:36:53.793Z Downloaded clap v4.6.6
4272026-08-07T23:36:53.798Z Downloaded once_cell v1.21.4
4282026-08-07T23:36:53.802Z Downloaded der v0.7.10
4292026-08-07T23:36:53.807Z Downloaded tinyvec v1.12.0
4302026-08-07T23:36:53.810Z Downloaded tracing-core v0.1.36
4312026-08-07T23:36:53.820Z Downloaded log v0.4.33
4322026-08-07T23:36:53.823Z Downloaded flate2 v1.1.9
4332026-08-07T23:36:53.826Z Downloaded unicode-ident v1.0.24
4342026-08-07T23:36:53.829Z Downloaded toml_edit v0.22.27
4352026-08-07T23:36:53.835Z Downloaded vte v0.14.1
4362026-08-07T23:36:53.842Z Downloaded miniz_oxide v0.8.9
4372026-08-07T23:36:53.849Z Downloaded derive_more-impl v2.1.1
4382026-08-07T23:36:53.852Z Downloaded rand v0.10.2
4392026-08-07T23:36:53.855Z Downloaded ed25519-dalek v2.2.0
4402026-08-07T23:36:53.860Z Downloaded url v2.5.8
4412026-08-07T23:36:53.860Z Downloaded indicatif v0.17.11
4422026-08-07T23:36:53.864Z Downloaded unicode-segmentation v1.13.3
4432026-08-07T23:36:53.864Z Downloaded serde_core v1.0.229
4442026-08-07T23:36:53.868Z Downloaded tower v0.5.3
4452026-08-07T23:36:53.873Z Downloaded memchr v2.8.3
4462026-08-07T23:36:53.887Z Downloaded reqwest v0.12.28
4472026-08-07T23:36:53.891Z Downloaded typenum v1.20.1
4482026-08-07T23:36:53.894Z Downloaded miette v7.6.0
4492026-08-07T23:36:53.909Z Downloaded crossterm v0.29.0
4502026-08-07T23:36:53.917Z Downloaded tokio-util v0.7.19
4512026-08-07T23:36:53.922Z Downloaded mio v1.2.2
4522026-08-07T23:36:53.925Z Downloaded http v1.5.0
4532026-08-07T23:36:53.928Z Downloaded indexmap v2.14.0
4542026-08-07T23:36:53.931Z Downloaded unicode-normalization v0.1.25
4552026-08-07T23:36:53.931Z Downloaded hyper-util v0.1.20
4562026-08-07T23:36:53.934Z Downloaded ron v0.12.2
4572026-08-07T23:36:53.946Z Downloaded tower-http v0.6.11
4582026-08-07T23:36:53.950Z Downloaded regex v1.13.1
4592026-08-07T23:36:53.954Z Downloaded clap_builder v4.6.6
4602026-08-07T23:36:53.957Z Downloaded hashbrown v0.15.5
4612026-08-07T23:36:53.961Z Downloaded aho-corasick v1.1.5
4622026-08-07T23:36:53.964Z Downloaded pulldown-cmark v0.13.4
4632026-08-07T23:36:53.967Z Downloaded serde_json v1.0.151
4642026-08-07T23:36:53.970Z Downloaded futures-util v0.3.33
4652026-08-07T23:36:53.977Z Downloaded itertools v0.14.0
4662026-08-07T23:36:53.981Z Downloaded guppy v0.17.26
4672026-08-07T23:36:53.984Z Downloaded idna v1.1.0
4682026-08-07T23:36:53.987Z Downloaded portable-atomic v1.14.0
4692026-08-07T23:36:53.991Z Downloaded h2 v0.4.15
4702026-08-07T23:36:53.997Z Downloaded winnow v1.0.4
4712026-08-07T23:36:54.003Z Downloaded hashbrown v0.17.1
4722026-08-07T23:36:54.007Z Downloaded winnow v0.7.15
4732026-08-07T23:36:54.018Z Downloaded quick-xml v0.38.4
4742026-08-07T23:36:54.021Z Downloaded hyper v1.11.0
4752026-08-07T23:36:54.024Z Downloaded tracing-subscriber v0.3.23
4762026-08-07T23:36:54.038Z Downloaded webpki-roots v1.0.9
4772026-08-07T23:36:54.041Z Downloaded chrono v0.4.45
4782026-08-07T23:36:54.061Z Downloaded vcpkg v0.2.15
4792026-08-07T23:36:54.083Z Downloaded gimli v0.32.3
4802026-08-07T23:36:54.087Z Downloaded unicode-width v0.1.14
4812026-08-07T23:36:54.090Z Downloaded curve25519-dalek v4.1.3
4822026-08-07T23:36:54.095Z Downloaded bstr v1.13.0
4832026-08-07T23:36:54.099Z Downloaded zerocopy v0.8.56
4842026-08-07T23:36:54.109Z Downloaded nextest-runner v0.80.0
4852026-08-07T23:36:54.115Z Downloaded openssl v0.10.81
4862026-08-07T23:36:54.120Z Downloaded nix v0.30.1
4872026-08-07T23:36:54.128Z Downloaded object v0.37.3
4882026-08-07T23:36:54.134Z Downloaded syn v2.0.119
4892026-08-07T23:36:54.139Z Downloaded unicode-width v0.2.2
4902026-08-07T23:36:54.143Z Downloaded rustls v0.23.43
4912026-08-07T23:36:54.151Z Downloaded syn v3.0.3
4922026-08-07T23:36:54.156Z Downloaded rustix v0.38.44
4932026-08-07T23:36:54.170Z Downloaded regex-syntax v0.8.11
4942026-08-07T23:36:54.176Z Downloaded color-eyre v0.6.5
4952026-08-07T23:36:54.180Z Downloaded rustix v1.1.4
4962026-08-07T23:36:54.190Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4972026-08-07T23:36:54.199Z Downloaded petgraph v0.8.3
4982026-08-07T23:36:54.211Z Downloaded tracing v0.1.44
4992026-08-07T23:36:54.248Z Downloaded regex-automata v0.4.18
5002026-08-07T23:36:54.307Z Downloaded libc v0.2.189
5012026-08-07T23:36:54.325Z Downloaded tokio v1.53.1
5022026-08-07T23:36:54.357Z Downloaded recursion v0.5.4
5032026-08-07T23:36:54.373Z Downloaded ring v0.17.14
5042026-08-07T23:36:54.430Z Compiling proc-macro2 v1.0.107
5052026-08-07T23:36:54.435Z Compiling libc v0.2.189
5062026-08-07T23:36:54.435Z Compiling unicode-ident v1.0.24
5072026-08-07T23:36:54.435Z Compiling quote v1.0.47
5082026-08-07T23:36:54.435Z Compiling serde_core v1.0.229
5092026-08-07T23:36:54.435Z Compiling cfg-if v1.0.4
5102026-08-07T23:36:54.435Z Compiling memchr v2.8.3
5112026-08-07T23:36:54.562Z Compiling once_cell v1.21.4
5122026-08-07T23:36:54.650Z Compiling log v0.4.33
5132026-08-07T23:36:54.705Z Compiling pin-project-lite v0.2.17
5142026-08-07T23:36:54.798Z Compiling serde v1.0.229
5152026-08-07T23:36:54.798Z Compiling itoa v1.0.18
5162026-08-07T23:36:55.008Z Compiling smallvec v1.15.2
5172026-08-07T23:36:55.065Z Compiling futures-core v0.3.33
5182026-08-07T23:36:55.154Z Compiling bitflags v2.13.1
5192026-08-07T23:36:55.222Z Compiling shlex v2.0.1
5202026-08-07T23:36:55.255Z Compiling equivalent v1.0.2
5212026-08-07T23:36:55.341Z Compiling hashbrown v0.17.1
5222026-08-07T23:36:55.402Z Compiling find-msvc-tools v0.1.10
5232026-08-07T23:36:55.520Z Compiling errno v0.3.14
5242026-08-07T23:36:55.541Z Compiling bytes v1.12.1
5252026-08-07T23:36:55.724Z Compiling signal-hook-registry v1.4.8
5262026-08-07T23:36:55.744Z Compiling jobserver v0.1.35
5272026-08-07T23:36:55.757Z Compiling mio v1.2.2
5282026-08-07T23:36:55.839Z Compiling syn v3.0.3
5292026-08-07T23:36:55.914Z Compiling syn v2.0.119
5302026-08-07T23:36:56.067Z Compiling cc v1.4.1
5312026-08-07T23:36:56.087Z Compiling futures-sink v0.3.33
5322026-08-07T23:36:56.190Z Compiling rustix v1.1.4
5332026-08-07T23:36:56.205Z Compiling socket2 v0.6.5
5342026-08-07T23:36:56.432Z Compiling slab v0.4.12
5352026-08-07T23:36:56.489Z Compiling zmij v1.0.23
5362026-08-07T23:36:56.647Z Compiling futures-channel v0.3.33
5372026-08-07T23:36:56.828Z Compiling tracing-core v0.1.36
5382026-08-07T23:36:56.922Z Compiling version_check v0.9.5
5392026-08-07T23:36:57.006Z Compiling indexmap v2.14.0
5402026-08-07T23:36:57.140Z Compiling serde_json v1.0.151
5412026-08-07T23:36:57.395Z Compiling futures-io v0.3.33
5422026-08-07T23:36:57.421Z Compiling getrandom v0.4.3
5432026-08-07T23:36:57.548Z Compiling futures-task v0.3.33
5442026-08-07T23:36:57.714Z Compiling camino v1.2.5
5452026-08-07T23:36:57.728Z Compiling unicode-width v0.2.2
5462026-08-07T23:36:57.873Z Compiling percent-encoding v2.3.2
5472026-08-07T23:36:58.046Z Compiling ring v0.17.14
5482026-08-07T23:36:58.072Z Compiling http v1.5.0
5492026-08-07T23:36:58.105Z Compiling autocfg v1.5.1
5502026-08-07T23:36:58.159Z Compiling adler2 v2.0.1
5512026-08-07T23:36:58.329Z Compiling simd-adler32 v0.3.10
5522026-08-07T23:36:58.454Z Compiling zeroize v1.9.0
5532026-08-07T23:36:58.658Z Compiling miniz_oxide v0.8.9
5542026-08-07T23:36:58.703Z Compiling num-traits v0.2.19
5552026-08-07T23:36:58.748Z Compiling serde_derive v1.0.229
5562026-08-07T23:36:58.932Z Compiling tokio-macros v2.7.2
5572026-08-07T23:36:59.536Z Compiling futures-macro v0.3.33
5582026-08-07T23:36:59.684Z Compiling tokio v1.53.1
5592026-08-07T23:36:59.758Z Compiling tracing-attributes v0.1.31
5602026-08-07T23:36:59.960Z Compiling zerocopy v0.8.56
5612026-08-07T23:37:00.044Z Compiling getrandom v0.3.4
5622026-08-07T23:37:00.146Z Compiling target-lexicon v0.13.5
5632026-08-07T23:37:00.339Z Compiling object v0.37.3
5642026-08-07T23:37:00.364Z Compiling futures-util v0.3.33
5652026-08-07T23:37:00.603Z Compiling http-body v1.1.0
5662026-08-07T23:37:00.650Z Compiling rustls-pki-types v1.15.1
5672026-08-07T23:37:00.672Z Compiling form_urlencoded v1.2.2
5682026-08-07T23:37:00.779Z Compiling semver v1.0.28
5692026-08-07T23:37:00.945Z Compiling getrandom v0.2.17
5702026-08-07T23:37:00.961Z Compiling tracing v0.1.44
5712026-08-07T23:37:01.138Z Compiling gimli v0.32.3
5722026-08-07T23:37:01.306Z Compiling httparse v1.10.1
5732026-08-07T23:37:01.421Z Compiling idna_adapter v1.0.0
5742026-08-07T23:37:01.503Z Compiling signal-hook v0.3.18
5752026-08-07T23:37:01.523Z Compiling owo-colors v4.3.0
5762026-08-07T23:37:01.642Z Compiling thiserror v2.0.19
5772026-08-07T23:37:01.710Z Compiling utf8_iter v1.0.4
5782026-08-07T23:37:01.835Z Compiling untrusted v0.9.0
5792026-08-07T23:37:01.871Z Compiling fnv v1.0.7
5802026-08-07T23:37:01.935Z Compiling guppy-workspace-hack v0.1.0
5812026-08-07T23:37:01.977Z Compiling idna v1.1.0
5822026-08-07T23:37:02.979Z Compiling thiserror-impl v2.0.19
5832026-08-07T23:37:03.120Z Compiling addr2line v0.25.1
5842026-08-07T23:37:03.562Z Compiling generic-array v0.14.7
5852026-08-07T23:37:03.605Z Compiling rustls v0.23.43
5862026-08-07T23:37:03.777Z Compiling tokio-util v0.7.19
5872026-08-07T23:37:03.791Z Compiling typeid v1.0.3
5882026-08-07T23:37:03.813Z Compiling try-lock v0.2.5
5892026-08-07T23:37:03.933Z Compiling rustc-demangle v0.1.28
5902026-08-07T23:37:04.068Z Compiling atomic-waker v1.1.2
5912026-08-07T23:37:04.155Z Compiling thiserror v1.0.69
5922026-08-07T23:37:04.202Z Compiling fastrand v2.5.0
5932026-08-07T23:37:04.460Z Compiling target-spec v3.6.0
5942026-08-07T23:37:04.540Z Compiling pkg-config v0.3.33
5952026-08-07T23:37:04.740Z Compiling tower-service v0.3.3
5962026-08-07T23:37:04.875Z Compiling tempfile v3.27.0
5972026-08-07T23:37:04.905Z Compiling h2 v0.4.15
5982026-08-07T23:37:04.970Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-08-07T23:37:05.040Z Compiling backtrace v0.3.76
6002026-08-07T23:37:05.435Z Compiling want v0.3.1
6012026-08-07T23:37:05.535Z Compiling cfg-expr v0.20.8
6022026-08-07T23:37:05.618Z Compiling url v2.5.8
6032026-08-07T23:37:06.219Z Compiling thiserror-impl v1.0.69
6042026-08-07T23:37:06.518Z Compiling terminal_size v0.4.4
6052026-08-07T23:37:06.676Z Compiling aho-corasick v1.1.5
6062026-08-07T23:37:07.111Z Compiling rustls-webpki v0.103.13
6072026-08-07T23:37:07.406Z Compiling regex-syntax v0.8.11
6082026-08-07T23:37:08.004Z Compiling winnow v0.7.15
6092026-08-07T23:37:09.607Z Compiling subtle v2.6.1
6102026-08-07T23:37:09.770Z Compiling erased-serde v0.4.10
6112026-08-07T23:37:10.874Z Compiling typenum v1.20.1
6122026-08-07T23:37:10.877Z Compiling regex-automata v0.4.18
6132026-08-07T23:37:10.877Z Compiling hyper v1.11.0
6142026-08-07T23:37:12.055Z Compiling toml_datetime v0.6.11
6152026-08-07T23:37:12.429Z Compiling serde_spanned v0.6.9
6162026-08-07T23:37:12.610Z Compiling ahash v0.8.12
6172026-08-07T23:37:12.791Z Compiling sync_wrapper v1.0.2
6182026-08-07T23:37:12.858Z Compiling ipnet v2.12.1
6192026-08-07T23:37:12.906Z Compiling nextest-workspace-hack v0.1.0
6202026-08-07T23:37:13.122Z Compiling base64 v0.22.1
6212026-08-07T23:37:13.614Z Compiling crc32fast v1.5.0
6222026-08-07T23:37:13.902Z Compiling foldhash v0.1.5
6232026-08-07T23:37:13.982Z Compiling portable-atomic v1.14.0
6242026-08-07T23:37:14.017Z Compiling toml_write v0.1.2
6252026-08-07T23:37:14.126Z Compiling parking_lot_core v0.9.12
6262026-08-07T23:37:14.273Z Compiling tower-layer v0.3.3
6272026-08-07T23:37:14.401Z Compiling lazy_static v1.5.0
6282026-08-07T23:37:14.425Z Compiling either v1.17.0
6292026-08-07T23:37:14.480Z Compiling is_ci v1.2.0
6302026-08-07T23:37:14.509Z Compiling unicode-linebreak v0.1.5
6312026-08-07T23:37:14.623Z Compiling unicode-segmentation v1.13.3
6322026-08-07T23:37:14.655Z Compiling supports-color v3.0.2
6332026-08-07T23:37:14.664Z Compiling sharded-slab v0.1.7
6342026-08-07T23:37:14.731Z Compiling textwrap v0.16.2
6352026-08-07T23:37:14.780Z Compiling tower v0.5.3
6362026-08-07T23:37:14.932Z Compiling convert_case v0.10.0
6372026-08-07T23:37:15.029Z Compiling toml_edit v0.22.27
6382026-08-07T23:37:15.188Z Compiling hashbrown v0.15.5
6392026-08-07T23:37:15.324Z Compiling hyper-util v0.1.20
6402026-08-07T23:37:15.368Z Compiling tokio-rustls v0.26.4
6412026-08-07T23:37:15.832Z Compiling backtrace-ext v0.2.1
6422026-08-07T23:37:16.083Z Compiling ordered-float v2.10.1
6432026-08-07T23:37:16.097Z Compiling webpki-roots v1.0.9
6442026-08-07T23:37:16.215Z Compiling miette-derive v7.6.0
6452026-08-07T23:37:16.297Z Compiling pathdiff v0.2.3
6462026-08-07T23:37:16.354Z Compiling console v0.15.11
6472026-08-07T23:37:16.421Z Compiling tracing-log v0.2.0
6482026-08-07T23:37:16.769Z Compiling cargo-platform v0.3.3
6492026-08-07T23:37:17.318Z Compiling os_pipe v1.2.3
6502026-08-07T23:37:17.332Z Compiling thread_local v1.1.10
6512026-08-07T23:37:17.494Z Compiling unicode-width v0.1.14
6522026-08-07T23:37:17.679Z Compiling pulldown-cmark v0.13.4
6532026-08-07T23:37:17.683Z Compiling debug-ignore v1.0.5
6542026-08-07T23:37:17.794Z Compiling utf8parse v0.2.2
6552026-08-07T23:37:17.807Z Compiling fixedbitset v0.5.7
6562026-08-07T23:37:17.896Z Compiling ryu v1.0.23
6572026-08-07T23:37:17.909Z Compiling supports-unicode v3.0.0
6582026-08-07T23:37:18.077Z Compiling rustix v0.38.44
6592026-08-07T23:37:18.190Z Compiling zstd-safe v7.2.4
6602026-08-07T23:37:18.319Z Compiling supports-hyperlinks v3.2.0
6612026-08-07T23:37:18.323Z Compiling scopeguard v1.2.0
6622026-08-07T23:37:18.424Z Compiling cfg_aliases v0.2.2
6632026-08-07T23:37:18.437Z Compiling winnow v1.0.4
6642026-08-07T23:37:18.501Z Compiling nix v0.30.1
6652026-08-07T23:37:18.533Z Compiling miette v7.6.0
6662026-08-07T23:37:18.537Z Compiling lock_api v0.4.14
6672026-08-07T23:37:18.843Z Compiling petgraph v0.8.3
6682026-08-07T23:37:18.885Z Compiling serde_urlencoded v0.7.1
6692026-08-07T23:37:19.199Z Compiling anstyle-parse v1.0.0
6702026-08-07T23:37:19.423Z Compiling tracing-subscriber v0.3.23
6712026-08-07T23:37:19.916Z Compiling toml_parser v1.1.3+spec-1.1.0
6722026-08-07T23:37:20.776Z Compiling sigchld v0.2.4
6732026-08-07T23:37:20.975Z Compiling cargo_metadata v0.23.1
6742026-08-07T23:37:21.209Z Compiling toml v0.8.23
6752026-08-07T23:37:21.504Z Compiling hyper-rustls v0.27.9
6762026-08-07T23:37:22.163Z Compiling serde-value v0.7.0
6772026-08-07T23:37:22.406Z Compiling serde-untagged v0.1.9
6782026-08-07T23:37:22.854Z Compiling tower-http v0.6.11
6792026-08-07T23:37:22.868Z Compiling derive_more-impl v2.1.1
6802026-08-07T23:37:23.503Z Compiling itertools v0.14.0
6812026-08-07T23:37:23.706Z Compiling regex v1.13.1
6822026-08-07T23:37:23.926Z Compiling block-buffer v0.10.4
6832026-08-07T23:37:24.084Z Compiling crypto-common v0.1.7
6842026-08-07T23:37:24.192Z Compiling ppv-lite86 v0.2.21
6852026-08-07T23:37:24.222Z Compiling rand_core v0.9.5
6862026-08-07T23:37:24.457Z Compiling futures-executor v0.3.33
6872026-08-07T23:37:24.499Z Compiling http-body-util v0.1.4
6882026-08-07T23:37:24.520Z Compiling pin-project-internal v1.1.13
6892026-08-07T23:37:24.789Z Compiling uuid v1.24.0
6902026-08-07T23:37:24.966Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-08-07T23:37:25.005Z Compiling smol_str v0.3.6
6922026-08-07T23:37:25.135Z Compiling serde_spanned v1.1.1
6932026-08-07T23:37:25.285Z Compiling filetime v0.2.29
6942026-08-07T23:37:25.333Z Compiling bstr v1.13.0
6952026-08-07T23:37:25.345Z Compiling vte v0.14.1
6962026-08-07T23:37:25.381Z Compiling nested v0.1.1
6972026-08-07T23:37:25.489Z Compiling static_assertions v1.1.0
6982026-08-07T23:37:25.563Z Compiling iana-time-zone v0.1.65
6992026-08-07T23:37:25.589Z Compiling anstyle-query v1.1.5
7002026-08-07T23:37:25.592Z Compiling colorchoice v1.0.5
7012026-08-07T23:37:25.695Z Compiling number_prefix v0.4.0
7022026-08-07T23:37:25.725Z Compiling is_terminal_polyfill v1.70.2
7032026-08-07T23:37:25.773Z Compiling eyre v0.6.12
7042026-08-07T23:37:25.825Z Compiling self_update v0.42.0
7052026-08-07T23:37:25.847Z Compiling color-spantrace v0.3.0
7062026-08-07T23:37:25.862Z Compiling litrs v1.0.0
7072026-08-07T23:37:26.016Z Compiling unicase v2.9.0
7082026-08-07T23:37:26.062Z Compiling tinyvec_macros v0.1.1
7092026-08-07T23:37:26.133Z Compiling unicode-xid v0.2.6
7102026-08-07T23:37:26.146Z Compiling xattr v1.6.1
7112026-08-07T23:37:26.203Z Compiling anstyle v1.0.14
7122026-08-07T23:37:26.272Z Compiling cargo-util-schemas v0.2.0
7132026-08-07T23:37:26.286Z Compiling tar v0.4.46
7142026-08-07T23:37:26.307Z Compiling document-features v0.2.12
7152026-08-07T23:37:26.380Z Compiling anstream v1.0.0
7162026-08-07T23:37:26.616Z Compiling tinyvec v1.12.0
7172026-08-07T23:37:26.886Z Compiling indicatif v0.17.11
7182026-08-07T23:37:27.048Z Compiling globset v0.4.20
7192026-08-07T23:37:27.114Z Compiling chrono v0.4.45
7202026-08-07T23:37:27.599Z Compiling pin-project v1.1.13
7212026-08-07T23:37:27.707Z Compiling guppy v0.17.26
7222026-08-07T23:37:28.685Z Compiling strip-ansi-escapes v0.2.1
7232026-08-07T23:37:28.777Z Compiling toml v1.1.4+spec-1.1.0
7242026-08-07T23:37:29.059Z Compiling nextest-metadata v0.12.2
7252026-08-07T23:37:29.170Z Compiling newtype-uuid v1.4.0
7262026-08-07T23:37:29.391Z Compiling reqwest v0.12.28
7272026-08-07T23:37:29.971Z Compiling futures v0.3.33
7282026-08-07T23:37:30.056Z Compiling rand_chacha v0.9.0
7292026-08-07T23:37:30.306Z Compiling digest v0.10.7
7302026-08-07T23:37:30.464Z Compiling derive_more v2.1.1
7312026-08-07T23:37:30.534Z Compiling parking_lot v0.12.5
7322026-08-07T23:37:30.547Z Compiling flate2 v1.1.9
7332026-08-07T23:37:30.619Z Compiling shared_child v1.1.1
7342026-08-07T23:37:30.937Z Compiling tracing-error v0.2.1
7352026-08-07T23:37:31.434Z Compiling signal-hook-mio v0.2.5
7362026-08-07T23:37:31.455Z Compiling self-replace v1.5.0
7372026-08-07T23:37:31.573Z Compiling cargo-platform v0.2.0
7382026-08-07T23:37:31.724Z Compiling quick-xml v0.38.4
7392026-08-07T23:37:31.835Z Compiling quick-xml v0.37.5
7402026-08-07T23:37:32.131Z Compiling recursion v0.5.4
7412026-08-07T23:37:32.471Z Compiling humantime v2.4.0
7422026-08-07T23:37:32.754Z Compiling indenter v0.3.4
7432026-08-07T23:37:32.893Z Compiling heck v0.5.0
7442026-08-07T23:37:32.946Z Compiling shell-words v1.1.1
7452026-08-07T23:37:33.092Z Compiling strsim v0.11.1
7462026-08-07T23:37:33.191Z Compiling urlencoding v2.1.3
7472026-08-07T23:37:33.286Z Compiling clap_lex v1.1.0
7482026-08-07T23:37:33.341Z Compiling cpufeatures v0.2.17
7492026-08-07T23:37:33.417Z Compiling sha2 v0.10.9
7502026-08-07T23:37:33.648Z Compiling clap_builder v4.6.6
7512026-08-07T23:37:33.895Z Compiling clap_derive v4.6.4
7522026-08-07T23:37:34.632Z Compiling humantime-serde v1.1.1
7532026-08-07T23:37:34.685Z Compiling quick-junit v0.5.2
7542026-08-07T23:37:34.791Z Compiling nextest-filtering v0.15.0
7552026-08-07T23:37:35.610Z Compiling atomicwrites v0.4.4
7562026-08-07T23:37:35.908Z Compiling cargo_metadata v0.20.0
7572026-08-07T23:37:37.720Z Compiling crossterm v0.29.0
7582026-08-07T23:37:38.603Z Compiling cargo-nextest v0.9.97
7592026-08-07T23:37:40.172Z Compiling duct v0.13.7
7602026-08-07T23:37:40.210Z Compiling rand v0.9.5
7612026-08-07T23:37:40.442Z Compiling zstd v0.13.3
7622026-08-07T23:37:40.816Z Compiling async-scoped v0.9.0
7632026-08-07T23:37:40.878Z Compiling config v0.15.25
7642026-08-07T23:37:40.951Z Compiling unicode-normalization v0.1.25
7652026-08-07T23:37:41.011Z Compiling target-spec-miette v0.4.8
7662026-08-07T23:37:41.144Z Compiling future-queue v0.4.0
7672026-08-07T23:37:41.404Z Compiling mukti-metadata v0.3.0
7682026-08-07T23:37:41.420Z Compiling camino-tempfile v1.4.1
7692026-08-07T23:37:41.529Z Compiling tokio-stream v0.1.19
7702026-08-07T23:37:41.782Z Compiling derive-where v1.6.1
7712026-08-07T23:37:41.823Z Compiling serde_ignored v0.1.14
7722026-08-07T23:37:41.861Z Compiling serde_path_to_error v0.1.20
7732026-08-07T23:37:41.888Z Compiling xxhash-rust v0.8.18
7742026-08-07T23:37:42.044Z Compiling indent_write v2.2.0
7752026-08-07T23:37:42.064Z Compiling hex v0.4.3
7762026-08-07T23:37:42.079Z Compiling swrite v0.1.0
7772026-08-07T23:37:42.181Z Compiling home v0.5.12
7782026-08-07T23:37:42.315Z Compiling color-eyre v0.6.5
7792026-08-07T23:37:42.344Z Compiling clap v4.6.6
7802026-08-07T23:37:42.358Z Compiling dialoguer v0.11.0
7812026-08-07T23:37:42.358Z Compiling enable-ansi-support v0.2.1
7822026-08-07T23:37:42.997Z Compiling nextest-runner v0.80.0
7832026-08-07T23:38:01.612Z Finished `release` profile [optimized] target(s) in 1m 10s
7842026-08-07T23:38:01.792Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-08-07T23:38:01.796Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-08-07T23:38:01.928Z+ pushd rdb
7872026-08-07T23:38:01.931Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7882026-08-07T23:38:01.932Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7892026-08-07T23:38:02.085Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-08-07T23:38:02.788ZFrom https://github.com/oxidecomputer/falcon
7912026-08-07T23:38:02.788Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7922026-08-07T23:38:02.864Z Updating crates.io index
7932026-08-07T23:38:02.867Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-08-07T23:38:03.328ZFrom https://github.com/oxidecomputer/dendrite
7952026-08-07T23:38:03.328Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7962026-08-07T23:38:03.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-08-07T23:38:03.678ZFrom https://github.com/oxidecomputer/ispf
7982026-08-07T23:38:03.678Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7992026-08-07T23:38:03.681Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-08-07T23:38:04.158ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-08-07T23:38:04.158Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8022026-08-07T23:38:04.167Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-08-07T23:38:10.146ZFrom https://github.com/oxidecomputer/omicron
8042026-08-07T23:38:10.146Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8052026-08-07T23:38:10.565Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-08-07T23:38:11.376ZFrom https://github.com/oxidecomputer/opte
8072026-08-07T23:38:11.376Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8082026-08-07T23:38:11.404Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092026-08-07T23:38:11.741ZFrom https://github.com/oxidecomputer/slog-error-chain
8102026-08-07T23:38:11.741Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8112026-08-07T23:38:11.751Z Updating git repository `https://github.com/illumos/smf-rs`
8122026-08-07T23:38:12.067ZFrom https://github.com/illumos/smf-rs
8132026-08-07T23:38:12.067Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8142026-08-07T23:38:12.076Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8152026-08-07T23:38:12.403ZFrom https://github.com/oxidecomputer/network-interface
8162026-08-07T23:38:12.403Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8172026-08-07T23:38:12.410Z Updating git repository `https://github.com/oxidecomputer/zone`
8182026-08-07T23:38:12.764ZFrom https://github.com/oxidecomputer/zone
8192026-08-07T23:38:12.764Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8202026-08-07T23:38:12.771Z Updating git repository `https://github.com/oxidecomputer/propolis`
8212026-08-07T23:38:13.399ZFrom https://github.com/oxidecomputer/propolis
8222026-08-07T23:38:13.399Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8232026-08-07T23:38:13.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8242026-08-07T23:38:14.004ZFrom https://github.com/oxidecomputer/transceiver-control
8252026-08-07T23:38:14.005Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8262026-08-07T23:38:14.014Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8272026-08-07T23:38:14.373ZFrom https://github.com/oxidecomputer/dlpi-sys
8282026-08-07T23:38:14.373Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8292026-08-07T23:38:14.378Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302026-08-07T23:38:14.748ZFrom https://github.com/jmesmon/rust-libzfs
8312026-08-07T23:38:14.748Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8322026-08-07T23:38:14.755Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8332026-08-07T23:38:15.069ZFrom https://github.com/oxidecomputer/rusty-doors
8342026-08-07T23:38:15.069Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8352026-08-07T23:38:15.075Z Updating git repository `https://github.com/oxidecomputer/lldp`
8362026-08-07T23:38:15.453ZFrom https://github.com/oxidecomputer/lldp
8372026-08-07T23:38:15.453Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8382026-08-07T23:38:15.464Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-08-07T23:38:15.809ZFrom https://github.com/oxidecomputer/tufaceous
8402026-08-07T23:38:15.810Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8412026-08-07T23:38:15.828Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-08-07T23:38:16.350ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-08-07T23:38:16.350Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8442026-08-07T23:38:16.364Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-08-07T23:38:17.325ZFrom https://github.com/oxidecomputer/crucible
8462026-08-07T23:38:17.325Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-08-07T23:38:17.370Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-08-07T23:38:17.706ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-08-07T23:38:17.706Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-08-07T23:38:17.720Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-08-07T23:38:18.169ZFrom https://github.com/oxidecomputer/propolis
8522026-08-07T23:38:18.169Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8532026-08-07T23:38:18.216Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-08-07T23:38:18.791ZFrom https://github.com/oxidecomputer/crucible
8552026-08-07T23:38:18.791Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8562026-08-07T23:38:18.857Z Updating git repository `https://github.com/oxidecomputer/tofino`
8572026-08-07T23:38:19.233ZFrom https://github.com/oxidecomputer/tofino
8582026-08-07T23:38:19.233Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8592026-08-07T23:38:19.242Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8602026-08-07T23:38:19.975ZFrom https://github.com/oxidecomputer/maghemite
8612026-08-07T23:38:19.975Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8622026-08-07T23:38:20.006Z Updating git repository `https://github.com/oxidecomputer/clickward`
8632026-08-07T23:38:20.334ZFrom https://github.com/oxidecomputer/clickward
8642026-08-07T23:38:20.334Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8652026-08-07T23:38:20.342Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-08-07T23:38:20.630ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-08-07T23:38:20.630Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-08-07T23:38:21.637Z Downloading crates ...
8692026-08-07T23:38:21.680Z Downloaded aead v0.5.2
8702026-08-07T23:38:21.687Z Downloaded hubpack_derive v0.1.1
8712026-08-07T23:38:21.690Z Downloaded libscf-sys v1.2.0
8722026-08-07T23:38:21.700Z Downloaded ingot-types v0.1.2
8732026-08-07T23:38:21.705Z Downloaded ipnetwork v0.21.1
8742026-08-07T23:38:21.705Z Downloaded linear-map v1.2.0
8752026-08-07T23:38:21.705Z Downloaded indicatif v0.18.4
8762026-08-07T23:38:21.708Z Downloaded num_enum v0.5.11
8772026-08-07T23:38:21.711Z Downloaded num_enum_derive v0.7.6
8782026-08-07T23:38:21.711Z Downloaded oxide-tokio-rt v0.1.6
8792026-08-07T23:38:21.716Z Downloaded linked-hash-map v0.5.6
8802026-08-07T23:38:21.719Z Downloaded num-integer v0.1.46
8812026-08-07T23:38:21.719Z Downloaded password-hash v0.5.0
8822026-08-07T23:38:21.720Z Downloaded multer v3.1.0
8832026-08-07T23:38:21.720Z Downloaded bs58 v0.5.1
8842026-08-07T23:38:21.723Z Downloaded parse-display v0.10.0
8852026-08-07T23:38:21.723Z Downloaded cargo_toml v0.22.3
8862026-08-07T23:38:21.723Z Downloaded httpdate v1.0.3
8872026-08-07T23:38:21.723Z Downloaded lru-cache v0.1.2
8882026-08-07T23:38:21.727Z Downloaded num_threads v0.1.7
8892026-08-07T23:38:21.728Z Downloaded libsw v3.5.0
8902026-08-07T23:38:21.732Z Downloaded paste v1.0.15
8912026-08-07T23:38:21.736Z Downloaded blake2 v0.10.6
8922026-08-07T23:38:21.736Z Downloaded bytes v1.11.1
8932026-08-07T23:38:21.736Z Downloaded colored v3.1.1
8942026-08-07T23:38:21.743Z Downloaded const-random-macro v0.1.16
8952026-08-07T23:38:21.743Z Downloaded convert_case v0.4.0
8962026-08-07T23:38:21.743Z Downloaded konst_macro_rules v0.2.19
8972026-08-07T23:38:21.743Z Downloaded humantime v2.3.0
8982026-08-07T23:38:21.743Z Downloaded minimal-lexical v0.2.1
8992026-08-07T23:38:21.748Z Downloaded cipher v0.4.4
9002026-08-07T23:38:21.748Z Downloaded hostname v0.4.2
9012026-08-07T23:38:21.748Z Downloaded crucible-workspace-hack v0.1.0
9022026-08-07T23:38:21.748Z Downloaded ingot-types v0.2.0
9032026-08-07T23:38:21.748Z Downloaded nom v8.0.0
9042026-08-07T23:38:21.748Z Downloaded http-body v1.0.1
9052026-08-07T23:38:21.748Z Downloaded hubpack v0.1.2
9062026-08-07T23:38:21.754Z Downloaded omicron-workspace-hack v0.1.0
9072026-08-07T23:38:21.754Z Downloaded dropshot_endpoint v0.17.1
9082026-08-07T23:38:21.754Z Downloaded elliptic-curve v0.13.8
9092026-08-07T23:38:21.754Z Downloaded newtype-uuid v1.3.2
9102026-08-07T23:38:21.758Z Downloaded crc8 v0.1.1
9112026-08-07T23:38:21.758Z Downloaded idna_adapter v1.2.2
9122026-08-07T23:38:21.758Z Downloaded newtype_derive v0.1.6
9132026-08-07T23:38:21.763Z Downloaded block-buffer v0.12.0
9142026-08-07T23:38:21.763Z Downloaded ciborium-io v0.2.2
9152026-08-07T23:38:21.763Z Downloaded bytecount v0.6.9
9162026-08-07T23:38:21.763Z Downloaded ciborium v0.2.2
9172026-08-07T23:38:21.766Z Downloaded compression-core v0.4.32
9182026-08-07T23:38:21.766Z Downloaded crunchy v0.2.4
9192026-08-07T23:38:21.766Z Downloaded libm v0.2.16
9202026-08-07T23:38:21.769Z Downloaded keccak v0.1.6
9212026-08-07T23:38:21.769Z Downloaded bit-set v0.8.0
9222026-08-07T23:38:21.774Z Downloaded instant v0.1.13
9232026-08-07T23:38:21.774Z Downloaded ident_case v1.0.1
9242026-08-07T23:38:21.774Z Downloaded serde_derive_internals v0.29.1
9252026-08-07T23:38:21.777Z Downloaded libsw-core v0.3.2
9262026-08-07T23:38:21.777Z Downloaded dtrace-parser v0.2.0
9272026-08-07T23:38:21.777Z Downloaded litemap v0.8.2
9282026-08-07T23:38:21.777Z Downloaded bit-vec v0.8.0
9292026-08-07T23:38:21.780Z Downloaded bitflags v1.3.2
9302026-08-07T23:38:21.782Z Downloaded constant_time_eq v0.4.2
9312026-08-07T23:38:21.783Z Downloaded ciborium-ll v0.2.2
9322026-08-07T23:38:21.785Z Downloaded cmake v0.1.58
9332026-08-07T23:38:21.785Z Downloaded csv-core v0.1.13
9342026-08-07T23:38:21.786Z Downloaded match_cfg v0.1.0
9352026-08-07T23:38:21.786Z Downloaded mime v0.3.17
9362026-08-07T23:38:21.786Z Downloaded memmap v0.7.0
9372026-08-07T23:38:21.790Z Downloaded opaque-debug v0.3.1
9382026-08-07T23:38:21.790Z Downloaded fixedbitset v0.4.2
9392026-08-07T23:38:21.790Z Downloaded cfg_aliases v0.2.1
9402026-08-07T23:38:21.790Z Downloaded defmt v0.3.100
9412026-08-07T23:38:21.790Z Downloaded no-std-compat v0.4.1
9422026-08-07T23:38:21.790Z Downloaded num_enum_derive v0.5.11
9432026-08-07T23:38:21.790Z Downloaded const-random v0.1.18
9442026-08-07T23:38:21.793Z Downloaded cstr-argument v0.1.2
9452026-08-07T23:38:21.793Z Downloaded macaddr v1.0.1
9462026-08-07T23:38:21.793Z Downloaded dropshot-api-manager-types v0.7.2
9472026-08-07T23:38:21.793Z Downloaded foreign-types v0.5.0
9482026-08-07T23:38:21.796Z Downloaded crypto-common v0.2.2
9492026-08-07T23:38:21.796Z Downloaded num-conv v0.2.2
9502026-08-07T23:38:21.799Z Downloaded newline-converter v0.3.0
9512026-08-07T23:38:21.799Z Downloaded is-terminal v0.4.17
9522026-08-07T23:38:21.800Z Downloaded olpc-cjson v0.1.4
9532026-08-07T23:38:21.803Z Downloaded internet-checksum v0.2.1
9542026-08-07T23:38:21.806Z Downloaded num v0.4.3
9552026-08-07T23:38:21.806Z Downloaded num-iter v0.1.45
9562026-08-07T23:38:21.809Z Downloaded chacha20 v0.10.0
9572026-08-07T23:38:21.812Z Downloaded memoffset v0.9.1
9582026-08-07T23:38:21.815Z Downloaded hybrid-array v0.4.12
9592026-08-07T23:38:21.815Z Downloaded darling_macro v0.21.3
9602026-08-07T23:38:21.815Z Downloaded darling_macro v0.23.0
9612026-08-07T23:38:21.815Z Downloaded dof v0.3.0
9622026-08-07T23:38:21.815Z Downloaded float-ord v0.3.2
9632026-08-07T23:38:21.818Z Downloaded log v0.4.32
9642026-08-07T23:38:21.818Z Downloaded dunce v1.0.5
9652026-08-07T23:38:21.821Z Downloaded dtrace-parser v0.3.0
9662026-08-07T23:38:21.821Z Downloaded num-complex v0.4.6
9672026-08-07T23:38:21.821Z Downloaded natord v1.0.9
9682026-08-07T23:38:21.821Z Downloaded dyn-clone v1.0.20
9692026-08-07T23:38:21.824Z Downloaded managed v0.8.0
9702026-08-07T23:38:21.824Z Downloaded defmt-parser v1.0.0
9712026-08-07T23:38:21.824Z Downloaded embedded-io v0.4.0
9722026-08-07T23:38:21.824Z Downloaded enum-as-inner v0.6.1
9732026-08-07T23:38:21.829Z Downloaded inout v0.1.4
9742026-08-07T23:38:21.829Z Downloaded num-derive v0.4.2
9752026-08-07T23:38:21.829Z Downloaded embedded-io v0.6.1
9762026-08-07T23:38:21.835Z Downloaded take_mut v0.2.2
9772026-08-07T23:38:21.835Z Downloaded ipnet v2.12.0
9782026-08-07T23:38:21.835Z Downloaded byte-wrapper v0.1.0
9792026-08-07T23:38:21.840Z Downloaded cobs v0.3.0
9802026-08-07T23:38:21.840Z Downloaded parking_lot_core v0.8.6
9812026-08-07T23:38:21.840Z Downloaded thread-id v4.2.2
9822026-08-07T23:38:21.840Z Downloaded time-core v0.1.8
9832026-08-07T23:38:21.840Z Downloaded num-rational v0.4.2
9842026-08-07T23:38:21.840Z Downloaded strum v0.27.2
9852026-08-07T23:38:21.840Z Downloaded sigpipe v0.1.3
9862026-08-07T23:38:21.844Z Downloaded waitgroup v0.1.2
9872026-08-07T23:38:21.844Z Downloaded usdt-macro v0.5.0
9882026-08-07T23:38:21.844Z Downloaded same-file v1.0.6
9892026-08-07T23:38:21.848Z Downloaded wait-timeout v0.2.1
9902026-08-07T23:38:21.848Z Downloaded zeroize_derive v1.4.3
9912026-08-07T23:38:21.848Z Downloaded byteorder v1.5.0
9922026-08-07T23:38:21.849Z Downloaded compression-codecs v0.4.38
9932026-08-07T23:38:21.851Z Downloaded crossbeam-deque v0.8.6
9942026-08-07T23:38:21.852Z Downloaded const_format_proc_macros v0.2.34
9952026-08-07T23:38:21.852Z Downloaded digest v0.11.3
9962026-08-07T23:38:21.852Z Downloaded async-stream-impl v0.3.6
9972026-08-07T23:38:21.854Z Downloaded chacha20 v0.9.1
9982026-08-07T23:38:21.854Z Downloaded critical-section v1.2.0
9992026-08-07T23:38:21.860Z Downloaded daft-derive v0.1.7
10002026-08-07T23:38:21.860Z Downloaded data-encoding v2.11.0
10012026-08-07T23:38:21.865Z Downloaded dof v0.4.0
10022026-08-07T23:38:21.865Z Downloaded usdt-attr-macro v0.5.0
10032026-08-07T23:38:21.865Z Downloaded derive-ex v0.1.8
10042026-08-07T23:38:21.865Z Downloaded erased-serde v0.3.31
10052026-08-07T23:38:21.865Z Downloaded cc v1.2.63
10062026-08-07T23:38:21.865Z Downloaded bcs v0.1.6
10072026-08-07T23:38:21.865Z Downloaded ingot v0.1.1
10082026-08-07T23:38:21.868Z Downloaded ingot v0.2.1
10092026-08-07T23:38:21.868Z Downloaded console v0.16.3
10102026-08-07T23:38:21.868Z Downloaded crossbeam-utils v0.8.21
10112026-08-07T23:38:21.868Z Downloaded crossbeam-epoch v0.9.18
10122026-08-07T23:38:21.868Z Downloaded foreign-types-macros v0.2.3
10132026-08-07T23:38:21.868Z Downloaded foreign-types-shared v0.3.1
10142026-08-07T23:38:21.873Z Downloaded futures-io v0.3.32
10152026-08-07T23:38:21.873Z Downloaded newtype-uuid-macros v0.1.0
10162026-08-07T23:38:21.873Z Downloaded num_enum v0.7.6
10172026-08-07T23:38:21.878Z Downloaded futures-sink v0.3.32
10182026-08-07T23:38:21.878Z Downloaded futures-task v0.3.32
10192026-08-07T23:38:21.878Z Downloaded slog-term v2.9.2
10202026-08-07T23:38:21.878Z Downloaded powerfmt v0.2.0
10212026-08-07T23:38:21.878Z Downloaded either v1.16.0
10222026-08-07T23:38:21.878Z Downloaded parse-display-derive v0.10.0
10232026-08-07T23:38:21.881Z Downloaded daft v0.1.7
10242026-08-07T23:38:21.881Z Downloaded icu_collections v2.2.0
10252026-08-07T23:38:21.881Z Downloaded ingot-macros v0.2.0
10262026-08-07T23:38:21.881Z Downloaded konst v0.2.20
10272026-08-07T23:38:21.885Z Downloaded icu_locale_core v2.2.0
10282026-08-07T23:38:21.888Z Downloaded ff v0.13.1
10292026-08-07T23:38:21.888Z Downloaded find-msvc-tools v0.1.9
10302026-08-07T23:38:21.891Z Downloaded proc-macro-error-attr2 v2.0.0
10312026-08-07T23:38:21.891Z Downloaded cookie v0.18.1
10322026-08-07T23:38:21.891Z Downloaded displaydoc v0.2.6
10332026-08-07T23:38:21.894Z Downloaded potential_utf v0.1.5
10342026-08-07T23:38:21.894Z Downloaded progenitor-macro v0.10.0
10352026-08-07T23:38:21.897Z Downloaded siphasher v1.0.3
10362026-08-07T23:38:21.897Z Downloaded progenitor-macro v0.13.0
10372026-08-07T23:38:21.901Z Downloaded progenitor-macro v0.14.0
10382026-08-07T23:38:21.901Z Downloaded rustc-hash v2.1.2
10392026-08-07T23:38:21.901Z Downloaded structmeta v0.3.0
10402026-08-07T23:38:21.904Z Downloaded tabled_derive v0.11.0
10412026-08-07T23:38:21.904Z Downloaded cancel-safe-futures v0.1.5
10422026-08-07T23:38:21.907Z Downloaded arrayvec v0.7.6
10432026-08-07T23:38:21.907Z Downloaded darling v0.21.3
10442026-08-07T23:38:21.910Z Downloaded defmt v1.1.0
10452026-08-07T23:38:21.913Z Downloaded deranged v0.5.8
10462026-08-07T23:38:21.913Z Downloaded fastrand v2.4.1
10472026-08-07T23:38:21.913Z Downloaded oxnet v0.1.6
10482026-08-07T23:38:21.917Z Downloaded defmt-macros v1.1.0
10492026-08-07T23:38:21.917Z Downloaded serial_test v4.0.1
10502026-08-07T23:38:21.917Z Downloaded chacha20poly1305 v0.10.1
10512026-08-07T23:38:21.920Z Downloaded tokio-tungstenite v0.21.0
10522026-08-07T23:38:21.920Z Downloaded backoff v0.4.0
10532026-08-07T23:38:21.920Z Downloaded futures-macro v0.3.32
10542026-08-07T23:38:21.921Z Downloaded tabled_derive v0.7.0
10552026-08-07T23:38:21.921Z Downloaded thiserror-impl-no-std v2.0.2
10562026-08-07T23:38:21.924Z Downloaded darling v0.23.0
10572026-08-07T23:38:21.926Z Downloaded zone_cfg_derive v0.3.1
10582026-08-07T23:38:21.929Z Downloaded foldhash v0.2.0
10592026-08-07T23:38:21.929Z Downloaded unit-prefix v0.5.2
10602026-08-07T23:38:21.932Z Downloaded typify-macro v0.6.2
10612026-08-07T23:38:21.932Z Downloaded unarray v0.1.4
10622026-08-07T23:38:21.932Z Downloaded zerofrom v0.1.8
10632026-08-07T23:38:21.932Z Downloaded base16ct v0.2.0
10642026-08-07T23:38:21.937Z Downloaded base16ct v1.0.0
10652026-08-07T23:38:21.937Z Downloaded openssl-sys v0.9.116
10662026-08-07T23:38:21.940Z Downloaded memmap2 v0.9.10
10672026-08-07T23:38:21.940Z Downloaded snafu-derive v0.8.9
10682026-08-07T23:38:21.940Z Downloaded backon v1.6.0
10692026-08-07T23:38:21.943Z Downloaded async-stream v0.3.6
10702026-08-07T23:38:21.947Z Downloaded progenitor v0.13.0
10712026-08-07T23:38:21.947Z Downloaded proc-macro-crate v3.5.0
10722026-08-07T23:38:21.947Z Downloaded slog-async v2.8.0
10732026-08-07T23:38:21.950Z Downloaded heck v0.4.1
10742026-08-07T23:38:21.953Z Downloaded rand_chacha v0.3.1
10752026-08-07T23:38:21.953Z Downloaded ref-cast v1.0.25
10762026-08-07T23:38:21.953Z Downloaded rustversion v1.0.22
10772026-08-07T23:38:21.958Z Downloaded smartstring v1.0.1
10782026-08-07T23:38:21.958Z Downloaded clap v4.6.5
10792026-08-07T23:38:21.962Z Downloaded bitflags v2.12.1
10802026-08-07T23:38:21.965Z Downloaded diff v0.1.13
10812026-08-07T23:38:21.965Z Downloaded progenitor v0.14.0
10822026-08-07T23:38:21.965Z Downloaded rusty-fork v0.3.1
10832026-08-07T23:38:21.965Z Downloaded slog-json v2.6.1
10842026-08-07T23:38:21.969Z Downloaded jobserver v0.1.34
10852026-08-07T23:38:21.969Z Downloaded phf v0.12.1
10862026-08-07T23:38:21.969Z Downloaded parking_lot v0.11.2
10872026-08-07T23:38:21.969Z Downloaded port-file v0.1.0
10882026-08-07T23:38:21.973Z Downloaded spin v0.5.2
10892026-08-07T23:38:21.973Z Downloaded strum v0.26.3
10902026-08-07T23:38:21.973Z Downloaded stable_deref_trait v1.2.1
10912026-08-07T23:38:21.973Z Downloaded rustls-pemfile v2.2.0
10922026-08-07T23:38:21.973Z Downloaded time-macros v0.2.27
10932026-08-07T23:38:21.973Z Downloaded strum_macros v0.26.4
10942026-08-07T23:38:21.976Z Downloaded usdt v0.6.0
10952026-08-07T23:38:21.976Z Downloaded usdt-attr-macro v0.6.0
10962026-08-07T23:38:21.976Z Downloaded fxhash v0.2.1
10972026-08-07T23:38:21.976Z Downloaded hostname v0.3.1
10982026-08-07T23:38:21.976Z Downloaded pretty-hex v0.4.2
10992026-08-07T23:38:21.976Z Downloaded structmeta-derive v0.3.0
11002026-08-07T23:38:21.979Z Downloaded ingot-macros v0.1.1
11012026-08-07T23:38:21.979Z Downloaded typify-macro v0.4.3
11022026-08-07T23:38:21.979Z Downloaded yoke-derive v0.8.2
11032026-08-07T23:38:21.983Z Downloaded synstructure v0.13.2
11042026-08-07T23:38:21.983Z Downloaded arrayref v0.3.9
11052026-08-07T23:38:21.986Z Downloaded async-recursion v1.1.1
11062026-08-07T23:38:21.986Z Downloaded serde_with_macros v3.21.0
11072026-08-07T23:38:21.986Z Downloaded hash32 v0.3.1
11082026-08-07T23:38:21.990Z Downloaded const_format v0.2.36
11092026-08-07T23:38:21.991Z Downloaded drift v0.2.0
11102026-08-07T23:38:21.994Z Downloaded toml_writer v1.1.1+spec-1.1.0
11112026-08-07T23:38:21.997Z Downloaded anyhow v1.0.104
11122026-08-07T23:38:21.997Z Downloaded toml v0.7.8
11132026-08-07T23:38:22.001Z Downloaded toml v0.9.12+spec-1.1.0
11142026-08-07T23:38:22.001Z Downloaded quick-error v1.2.3
11152026-08-07T23:38:22.004Z Downloaded unsafe-libyaml v0.2.11
11162026-08-07T23:38:22.004Z Downloaded smawk v0.3.2
11172026-08-07T23:38:22.004Z Downloaded tagptr v0.2.0
11182026-08-07T23:38:22.004Z Downloaded zeroize v1.8.2
11192026-08-07T23:38:22.010Z Downloaded argon2 v0.5.3
11202026-08-07T23:38:22.010Z Downloaded whoami v1.6.1
11212026-08-07T23:38:22.010Z Downloaded zone v0.3.1
11222026-08-07T23:38:22.010Z Downloaded progenitor-client v0.10.0
11232026-08-07T23:38:22.010Z Downloaded rustc_version v0.1.7
11242026-08-07T23:38:22.013Z Downloaded papergrid v0.18.0
11252026-08-07T23:38:22.013Z Downloaded const-oid v0.10.2
11262026-08-07T23:38:22.016Z Downloaded sha1 v0.10.6
11272026-08-07T23:38:22.016Z Downloaded proc-macro-crate v1.3.1
11282026-08-07T23:38:22.016Z Downloaded globset v0.4.18
11292026-08-07T23:38:22.019Z Downloaded highway v1.3.0
11302026-08-07T23:38:22.019Z Downloaded schemars_derive v0.8.22
11312026-08-07T23:38:22.022Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-08-07T23:38:22.022Z Downloaded serde_tokenstream v0.2.3
11332026-08-07T23:38:22.022Z Downloaded simd-adler32 v0.3.9
11342026-08-07T23:38:22.025Z Downloaded utf-8 v0.7.6
11352026-08-07T23:38:22.028Z Downloaded plain v0.2.3
11362026-08-07T23:38:22.028Z Downloaded untrusted v0.7.1
11372026-08-07T23:38:22.028Z Downloaded zerofrom-derive v0.1.7
11382026-08-07T23:38:22.031Z Downloaded tokio-dtrace v0.1.1
11392026-08-07T23:38:22.031Z Downloaded omicron-zone-package v0.12.3
11402026-08-07T23:38:22.036Z Downloaded indexmap v1.9.3
11412026-08-07T23:38:22.036Z Downloaded pest_derive v2.8.6
11422026-08-07T23:38:22.039Z Downloaded ucd-trie v0.1.7
11432026-08-07T23:38:22.039Z Downloaded rustls-native-certs v0.8.4
11442026-08-07T23:38:22.039Z Downloaded usdt-impl v0.5.0
11452026-08-07T23:38:22.039Z Downloaded tiny-keccak v2.0.2
11462026-08-07T23:38:22.044Z Downloaded semver v0.1.20
11472026-08-07T23:38:22.048Z Downloaded serial_test_derive v4.0.1
11482026-08-07T23:38:22.051Z Downloaded icu_properties v2.2.0
11492026-08-07T23:38:22.051Z Downloaded darling_core v0.23.0
11502026-08-07T23:38:22.054Z Downloaded slog v2.8.2
11512026-08-07T23:38:22.054Z Downloaded rustls-pki-types v1.14.1
11522026-08-07T23:38:22.057Z Downloaded schemars v0.8.22
11532026-08-07T23:38:22.061Z Downloaded group v0.13.0
11542026-08-07T23:38:22.064Z Downloaded test-strategy v0.4.5
11552026-08-07T23:38:22.064Z Downloaded typify v0.6.2
11562026-08-07T23:38:22.067Z Downloaded phf_shared v0.12.1
11572026-08-07T23:38:22.067Z Downloaded usdt v0.5.0
11582026-08-07T23:38:22.067Z Downloaded slog-envlogger v2.2.0
11592026-08-07T23:38:22.067Z Downloaded resolv-conf v0.7.6
11602026-08-07T23:38:22.067Z Downloaded icu_provider v2.2.0
11612026-08-07T23:38:22.070Z Downloaded crypto-bigint v0.5.5
11622026-08-07T23:38:22.073Z Downloaded serde_yaml v0.9.34+deprecated
11632026-08-07T23:38:22.077Z Downloaded writeable v0.6.3
11642026-08-07T23:38:22.078Z Downloaded crossbeam-channel v0.5.15
11652026-08-07T23:38:22.093Z Downloaded thiserror-no-std v2.0.2
11662026-08-07T23:38:22.093Z Downloaded xz2 v0.1.7
11672026-08-07T23:38:22.101Z Downloaded proc-macro-error-attr v1.0.4
11682026-08-07T23:38:22.101Z Downloaded scroll_derive v0.13.1
11692026-08-07T23:38:22.101Z Downloaded progenitor-client v0.14.0
11702026-08-07T23:38:22.101Z Downloaded memchr v2.8.1
11712026-08-07T23:38:22.101Z Downloaded postcard v1.1.3
11722026-08-07T23:38:22.101Z Downloaded quinn-udp v0.5.14
11732026-08-07T23:38:22.101Z Downloaded progenitor-client v0.13.0
11742026-08-07T23:38:22.101Z Downloaded smallvec v1.15.1
11752026-08-07T23:38:22.101Z Downloaded rand_xorshift v0.4.0
11762026-08-07T23:38:22.102Z Downloaded git-stub v1.0.0
11772026-08-07T23:38:22.102Z Downloaded scroll_derive v0.12.1
11782026-08-07T23:38:22.102Z Downloaded serde-big-array v0.5.1
11792026-08-07T23:38:22.102Z Downloaded serde_plain v1.0.2
11802026-08-07T23:38:22.102Z Downloaded topological-sort v0.2.2
11812026-08-07T23:38:22.102Z Downloaded thread-id v5.1.0
11822026-08-07T23:38:22.102Z Downloaded usdt-macro v0.6.0
11832026-08-07T23:38:22.102Z Downloaded ref-cast-impl v1.0.25
11842026-08-07T23:38:22.102Z Downloaded glob v0.3.3
11852026-08-07T23:38:22.105Z Downloaded tokio-macros v2.7.0
11862026-08-07T23:38:22.105Z Downloaded serde_repr v0.1.21
11872026-08-07T23:38:22.105Z Downloaded darling_core v0.21.3
11882026-08-07T23:38:22.105Z Downloaded futures-executor v0.3.32
11892026-08-07T23:38:22.105Z Downloaded poly1305 v0.8.0
11902026-08-07T23:38:22.105Z Downloaded papergrid v0.11.0
11912026-08-07T23:38:22.109Z Downloaded icu_normalizer v2.2.0
11922026-08-07T23:38:22.109Z Downloaded progenitor v0.10.0
11932026-08-07T23:38:22.112Z Downloaded slog-scope v4.4.1
11942026-08-07T23:38:22.112Z Downloaded yoke v0.8.3
11952026-08-07T23:38:22.112Z Downloaded derive_more v0.99.20
11962026-08-07T23:38:22.116Z Downloaded rustls-platform-verifier v0.7.0
11972026-08-07T23:38:22.116Z Downloaded quote v1.0.45
11982026-08-07T23:38:22.121Z Downloaded scroll v0.13.0
11992026-08-07T23:38:22.121Z Downloaded slog-stdlog v4.1.1
12002026-08-07T23:38:22.121Z Downloaded zerovec-derive v0.11.3
12012026-08-07T23:38:22.121Z Downloaded testing_table v0.3.0
12022026-08-07T23:38:22.121Z Downloaded slog-bunyan v2.5.0
12032026-08-07T23:38:22.121Z Downloaded icu_normalizer_data v2.2.0
12042026-08-07T23:38:22.124Z Downloaded futures-core v0.3.32
12052026-08-07T23:38:22.124Z Downloaded half v2.7.1
12062026-08-07T23:38:22.124Z Downloaded termtree v0.5.1
12072026-08-07T23:38:22.127Z Downloaded sha1 v0.11.0
12082026-08-07T23:38:22.130Z Downloaded pest_generator v2.8.6
12092026-08-07T23:38:22.130Z Downloaded slog-dtrace v0.3.0
12102026-08-07T23:38:22.133Z Downloaded tabwriter v1.4.1
12112026-08-07T23:38:22.133Z Downloaded universal-hash v0.5.1
12122026-08-07T23:38:22.133Z Downloaded usdt-impl v0.6.0
12132026-08-07T23:38:22.133Z Downloaded progenitor-impl v0.13.0
12142026-08-07T23:38:22.136Z Downloaded jiff-static v0.2.28
12152026-08-07T23:38:22.136Z Downloaded fs-err v3.3.0
12162026-08-07T23:38:22.139Z Downloaded schemars v0.9.0
12172026-08-07T23:38:22.145Z Downloaded thin-vec v0.2.18
12182026-08-07T23:38:22.150Z Downloaded zerocopy-derive v0.7.35
12192026-08-07T23:38:22.154Z Downloaded spin v0.9.8
12202026-08-07T23:38:22.154Z Downloaded secrecy v0.10.3
12212026-08-07T23:38:22.154Z Downloaded strum_macros v0.27.2
12222026-08-07T23:38:22.154Z Downloaded thread_local v1.1.9
12232026-08-07T23:38:22.154Z Downloaded proc-macro-error2 v2.0.1
12242026-08-07T23:38:22.157Z Downloaded walkdir v2.5.0
12252026-08-07T23:38:22.160Z Downloaded pem v3.0.6
12262026-08-07T23:38:22.160Z Downloaded zmij v1.0.21
12272026-08-07T23:38:22.163Z Downloaded hickory-resolver v0.24.4
12282026-08-07T23:38:22.166Z Downloaded heapless v0.8.0
12292026-08-07T23:38:22.171Z Downloaded smf v0.2.3
12302026-08-07T23:38:22.175Z Downloaded steno v0.4.1
12312026-08-07T23:38:22.180Z Downloaded fs_extra v1.3.0
12322026-08-07T23:38:22.183Z Downloaded scroll v0.12.0
12332026-08-07T23:38:22.183Z Downloaded async-trait v0.1.89
12342026-08-07T23:38:22.186Z Downloaded snafu v0.8.9
12352026-08-07T23:38:22.189Z Downloaded futures-channel v0.3.32
12362026-08-07T23:38:22.189Z Downloaded gethostname v0.5.0
12372026-08-07T23:38:22.189Z Downloaded proc-macro-error v1.0.4
12382026-08-07T23:38:22.192Z Downloaded vsss-rs v3.3.4
12392026-08-07T23:38:22.195Z Downloaded mio v1.2.1
12402026-08-07T23:38:22.198Z Downloaded toml v1.1.2+spec-1.1.0
12412026-08-07T23:38:22.201Z Downloaded getrandom v0.4.2
12422026-08-07T23:38:22.206Z Downloaded toml_edit v0.25.12+spec-1.1.0
12432026-08-07T23:38:22.207Z Downloaded expectorate v1.2.0
12442026-08-07T23:38:22.209Z Downloaded http v1.4.2
12452026-08-07T23:38:22.209Z Downloaded toml_parser v1.1.2+spec-1.1.0
12462026-08-07T23:38:22.209Z Downloaded git-stub-vcs v0.1.0
12472026-08-07T23:38:22.209Z Downloaded progenitor-extras v0.2.0
12482026-08-07T23:38:22.209Z Downloaded tungstenite v0.21.0
12492026-08-07T23:38:22.214Z Downloaded progenitor-impl v0.14.0
12502026-08-07T23:38:22.217Z Downloaded rhai_codegen v3.2.0
12512026-08-07T23:38:22.223Z Downloaded hmac v0.12.1
12522026-08-07T23:38:22.228Z Downloaded term v1.2.1
12532026-08-07T23:38:22.232Z Downloaded tinystr v0.8.3
12542026-08-07T23:38:22.232Z Downloaded tokio-stream v0.1.18
12552026-08-07T23:38:22.235Z Downloaded schemars v1.2.1
12562026-08-07T23:38:22.241Z Downloaded nom v7.1.3
12572026-08-07T23:38:22.244Z Downloaded dropshot-api-manager v0.7.2
12582026-08-07T23:38:22.247Z Downloaded yansi v1.0.1
12592026-08-07T23:38:22.250Z Downloaded toml_edit v0.19.15
12602026-08-07T23:38:22.259Z Downloaded base64 v0.21.7
12612026-08-07T23:38:22.262Z Downloaded futures v0.3.32
12622026-08-07T23:38:22.265Z Downloaded quinn v0.11.9
12632026-08-07T23:38:22.265Z Downloaded qorb v0.4.1
12642026-08-07T23:38:22.268Z Downloaded pretty_assertions v1.4.1
12652026-08-07T23:38:22.268Z Downloaded tinyvec v1.11.0
12662026-08-07T23:38:22.268Z Downloaded progenitor-impl v0.10.0
12672026-08-07T23:38:22.271Z Downloaded proc-macro2 v1.0.106
12682026-08-07T23:38:22.274Z Downloaded similar v2.7.0
12692026-08-07T23:38:22.277Z Downloaded pest_meta v2.8.6
12702026-08-07T23:38:22.280Z Downloaded hickory-resolver v0.25.2
12712026-08-07T23:38:22.283Z Downloaded typify v0.4.3
12722026-08-07T23:38:22.286Z Downloaded prettyplease v0.2.37
12732026-08-07T23:38:22.286Z Downloaded rand v0.8.6
12742026-08-07T23:38:22.289Z Downloaded tokio-util v0.7.18
12752026-08-07T23:38:22.297Z Downloaded allocator-api2 v0.2.21
12762026-08-07T23:38:22.300Z Downloaded typed-path v0.9.3
12772026-08-07T23:38:22.303Z Downloaded zerocopy-derive v0.8.50
12782026-08-07T23:38:22.306Z Downloaded itertools v0.12.1
12792026-08-07T23:38:22.311Z Downloaded rayon-core v1.13.0
12802026-08-07T23:38:22.327Z Downloaded arc-swap v1.9.1
12812026-08-07T23:38:22.330Z Downloaded zerotrie v0.2.4
12822026-08-07T23:38:22.336Z Downloaded clap_builder v4.6.5
12832026-08-07T23:38:22.339Z Downloaded itertools v0.15.0
12842026-08-07T23:38:22.342Z Downloaded async-compression v0.4.42
12852026-08-07T23:38:22.347Z Downloaded rand v0.9.4
12862026-08-07T23:38:22.350Z Downloaded ron v0.12.1
12872026-08-07T23:38:22.354Z Downloaded pest v2.8.6
12882026-08-07T23:38:22.379Z Downloaded hashbrown v0.16.1
12892026-08-07T23:38:22.390Z Downloaded zerovec v0.11.6
12902026-08-07T23:38:22.393Z Downloaded blake3 v1.8.5
12912026-08-07T23:38:22.397Z Downloaded h2 v0.4.14
12922026-08-07T23:38:22.401Z Downloaded hashbrown v0.12.3
12932026-08-07T23:38:22.404Z Downloaded hkdf v0.12.4
12942026-08-07T23:38:22.411Z Downloaded winnow v1.0.3
12952026-08-07T23:38:22.416Z Downloaded winnow v0.5.40
12962026-08-07T23:38:22.420Z Downloaded zerocopy v0.7.35
12972026-08-07T23:38:22.428Z Downloaded iddqd v0.4.6
12982026-08-07T23:38:22.434Z Downloaded icu_properties_data v2.2.0
12992026-08-07T23:38:22.438Z Downloaded time v0.3.47
13002026-08-07T23:38:22.445Z Downloaded tough v0.22.0
13012026-08-07T23:38:22.449Z Downloaded serde_with v3.21.0
13022026-08-07T23:38:22.455Z Downloaded regex v1.12.3
13032026-08-07T23:38:22.460Z Downloaded proptest v1.11.0
13042026-08-07T23:38:22.465Z Downloaded reqwest v0.13.4
13052026-08-07T23:38:22.468Z Downloaded futures-util v0.3.32
13062026-08-07T23:38:22.472Z Downloaded rayon v1.12.0
13072026-08-07T23:38:22.477Z Downloaded goblin v0.8.2
13082026-08-07T23:38:22.479Z Downloaded aho-corasick v1.1.4
13092026-08-07T23:38:22.482Z Downloaded portable-atomic v1.13.1
13102026-08-07T23:38:22.487Z Downloaded tabled v0.15.0
13112026-08-07T23:38:22.509Z Downloaded moka v0.12.15
13122026-08-07T23:38:22.518Z Downloaded tabled v0.21.0
13132026-08-07T23:38:22.521Z Downloaded aws-lc-rs v1.17.0
13142026-08-07T23:38:22.537Z Downloaded bstr v1.12.1
13152026-08-07T23:38:22.541Z Downloaded syn v1.0.109
13162026-08-07T23:38:22.548Z Downloaded zerocopy v0.8.50
13172026-08-07T23:38:22.556Z Downloaded webpki-roots v1.0.7
13182026-08-07T23:38:22.559Z Downloaded goblin v0.10.7
13192026-08-07T23:38:22.565Z Downloaded syn v2.0.117
13202026-08-07T23:38:22.568Z Downloaded dropshot v0.17.1
13212026-08-07T23:38:22.580Z Downloaded smoltcp v0.11.0
13222026-08-07T23:38:22.586Z Downloaded nix v0.31.3
13232026-08-07T23:38:22.592Z Downloaded rustls v0.23.40
13242026-08-07T23:38:22.600Z Downloaded openssl v0.10.80
13252026-08-07T23:38:22.612Z Downloaded openapiv3 v2.2.0
13262026-08-07T23:38:22.617Z Downloaded hickory-proto v0.24.4
13272026-08-07T23:38:22.626Z Downloaded regress v0.10.5
13282026-08-07T23:38:22.630Z Downloaded regex-syntax v0.8.10
13292026-08-07T23:38:22.637Z Downloaded regress v0.11.1
13302026-08-07T23:38:22.642Z Downloaded rhai v1.25.1
13312026-08-07T23:38:22.671Z Downloaded hickory-proto v0.25.2
13322026-08-07T23:38:22.679Z Downloaded sled v0.34.7
13332026-08-07T23:38:22.685Z Downloaded typify-impl v0.4.3
13342026-08-07T23:38:22.692Z Downloaded typify-impl v0.6.2
13352026-08-07T23:38:22.710Z Downloaded regex-automata v0.4.14
13362026-08-07T23:38:22.721Z Downloaded petgraph v0.6.5
13372026-08-07T23:38:22.731Z Downloaded chrono-tz v0.10.4
13382026-08-07T23:38:22.740Z Downloaded lzma-sys v0.1.20
13392026-08-07T23:38:22.756Z Downloaded jiff v0.2.28
13402026-08-07T23:38:22.768Z Downloaded csv v1.4.0
13412026-08-07T23:38:22.780Z Downloaded sha3 v0.10.9
13422026-08-07T23:38:22.830Z Downloaded encoding_rs v0.8.35
13432026-08-07T23:38:23.365Z Downloaded aws-lc-sys v0.41.0
13442026-08-07T23:38:24.287Z Compiling proc-macro2 v1.0.106
13452026-08-07T23:38:24.287Z Compiling quote v1.0.45
13462026-08-07T23:38:24.287Z Compiling unicode-ident v1.0.24
13472026-08-07T23:38:24.287Z Compiling serde_core v1.0.229
13482026-08-07T23:38:24.290Z Compiling cfg-if v1.0.4
13492026-08-07T23:38:24.290Z Compiling serde v1.0.229
13502026-08-07T23:38:24.290Z Compiling libc v0.2.189
13512026-08-07T23:38:24.290Z Compiling memchr v2.8.1
13522026-08-07T23:38:24.437Z Compiling itoa v1.0.18
13532026-08-07T23:38:24.617Z Compiling smallvec v1.15.1
13542026-08-07T23:38:24.712Z Compiling zmij v1.0.21
13552026-08-07T23:38:24.743Z Compiling autocfg v1.5.1
13562026-08-07T23:38:24.820Z Compiling libm v0.2.16
13572026-08-07T23:38:25.070Z Compiling stable_deref_trait v1.2.1
13582026-08-07T23:38:25.083Z Compiling writeable v0.6.3
13592026-08-07T23:38:25.144Z Compiling litemap v0.8.2
13602026-08-07T23:38:25.223Z Compiling percent-encoding v2.3.2
13612026-08-07T23:38:25.252Z Compiling icu_normalizer_data v2.2.0
13622026-08-07T23:38:25.279Z Compiling icu_properties_data v2.2.0
13632026-08-07T23:38:25.303Z Compiling utf8_iter v1.0.4
13642026-08-07T23:38:25.323Z Compiling iana-time-zone v0.1.65
13652026-08-07T23:38:25.446Z Compiling equivalent v1.0.2
13662026-08-07T23:38:25.525Z Compiling form_urlencoded v1.2.2
13672026-08-07T23:38:25.539Z Compiling allocator-api2 v0.2.21
13682026-08-07T23:38:25.551Z Compiling serde_json v1.0.151
13692026-08-07T23:38:25.657Z Compiling syn v2.0.117
13702026-08-07T23:38:25.770Z Compiling syn v3.0.3
13712026-08-07T23:38:25.788Z Compiling version_check v0.9.5
13722026-08-07T23:38:25.801Z Compiling dyn-clone v1.0.20
13732026-08-07T23:38:25.843Z Compiling pin-project-lite v0.2.17
13742026-08-07T23:38:25.935Z Compiling hashbrown v0.17.1
13752026-08-07T23:38:25.940Z Compiling parking_lot_core v0.9.12
13762026-08-07T23:38:25.957Z Compiling scopeguard v1.2.0
13772026-08-07T23:38:26.060Z Compiling lock_api v0.4.14
13782026-08-07T23:38:26.072Z Compiling num-traits v0.2.19
13792026-08-07T23:38:26.211Z Compiling rand_core v0.10.1
13802026-08-07T23:38:26.292Z Compiling thiserror v2.0.19
13812026-08-07T23:38:26.363Z Compiling getrandom v0.4.2
13822026-08-07T23:38:26.447Z Compiling errno v0.3.14
13832026-08-07T23:38:26.519Z Compiling log v0.4.32
13842026-08-07T23:38:26.610Z Compiling semver v1.0.28
13852026-08-07T23:38:26.724Z Compiling indexmap v2.14.0
13862026-08-07T23:38:26.843Z Compiling heck v0.5.0
13872026-08-07T23:38:26.919Z Compiling futures-core v0.3.32
13882026-08-07T23:38:27.070Z Compiling zerocopy v0.8.50
13892026-08-07T23:38:27.105Z Compiling uuid v1.24.0
13902026-08-07T23:38:27.108Z Compiling schemars v0.8.22
13912026-08-07T23:38:27.349Z Compiling futures-sink v0.3.32
13922026-08-07T23:38:27.398Z Compiling fnv v1.0.7
13932026-08-07T23:38:27.451Z Compiling slab v0.4.12
13942026-08-07T23:38:27.491Z Compiling jobserver v0.1.34
13952026-08-07T23:38:27.505Z Compiling find-msvc-tools v0.1.9
13962026-08-07T23:38:27.559Z Compiling rustversion v1.0.22
13972026-08-07T23:38:27.633Z Compiling shlex v2.0.1
13982026-08-07T23:38:27.744Z Compiling futures-channel v0.3.32
13992026-08-07T23:38:27.813Z Compiling cc v1.2.63
14002026-08-07T23:38:27.819Z Compiling bitflags v2.12.1
14012026-08-07T23:38:27.819Z Compiling futures-task v0.3.32
14022026-08-07T23:38:27.969Z Compiling futures-io v0.3.32
14032026-08-07T23:38:28.062Z Compiling socket2 v0.6.5
14042026-08-07T23:38:28.132Z Compiling portable-atomic v1.13.1
14052026-08-07T23:38:28.164Z Compiling signal-hook-registry v1.4.8
14062026-08-07T23:38:28.321Z Compiling parking_lot v0.12.5
14072026-08-07T23:38:28.477Z Compiling mio v1.2.1
14082026-08-07T23:38:28.517Z Compiling critical-section v1.2.0
14092026-08-07T23:38:28.527Z Compiling typenum v1.20.1
14102026-08-07T23:38:28.578Z Compiling synstructure v0.13.2
14112026-08-07T23:38:28.618Z Compiling serde_derive_internals v0.29.1
14122026-08-07T23:38:28.775Z Compiling serde_derive v1.0.229
14132026-08-07T23:38:28.788Z Compiling thiserror-impl v2.0.19
14142026-08-07T23:38:29.070Z Compiling cmake v0.1.58
14152026-08-07T23:38:29.121Z Compiling fs_extra v1.3.0
14162026-08-07T23:38:29.323Z Compiling dunce v1.0.5
14172026-08-07T23:38:29.360Z Compiling base64 v0.22.1
14182026-08-07T23:38:29.372Z Compiling regex-syntax v0.8.10
14192026-08-07T23:38:29.396Z Compiling once_cell v1.21.4
14202026-08-07T23:38:29.414Z Compiling aws-lc-sys v0.41.0
14212026-08-07T23:38:29.491Z Compiling slog v2.8.2
14222026-08-07T23:38:29.613Z Compiling byteorder v1.5.0
14232026-08-07T23:38:29.685Z Compiling rustix v1.1.4
14242026-08-07T23:38:29.710Z Compiling subtle v2.6.1
14252026-08-07T23:38:29.775Z Compiling zerofrom-derive v0.1.7
14262026-08-07T23:38:29.837Z Compiling yoke-derive v0.8.2
14272026-08-07T23:38:29.873Z Compiling zerovec-derive v0.11.3
14282026-08-07T23:38:29.979Z Compiling displaydoc v0.2.6
14292026-08-07T23:38:30.029Z Compiling schemars_derive v0.8.22
14302026-08-07T23:38:30.374Z Compiling tokio-macros v2.7.0
14312026-08-07T23:38:30.790Z Compiling zerocopy-derive v0.8.50
14322026-08-07T23:38:30.949Z Compiling zeroize_derive v1.4.3
14332026-08-07T23:38:30.996Z Compiling futures-macro v0.3.32
14342026-08-07T23:38:31.023Z Compiling zerofrom v0.1.8
14352026-08-07T23:38:31.130Z Compiling yoke v0.8.3
14362026-08-07T23:38:31.258Z Compiling strsim v0.11.1
14372026-08-07T23:38:31.322Z Compiling zerovec v0.11.6
14382026-08-07T23:38:31.637Z Compiling zerotrie v0.2.4
14392026-08-07T23:38:31.648Z Compiling zeroize v1.8.2
14402026-08-07T23:38:31.841Z Compiling tinystr v0.8.3
14412026-08-07T23:38:31.853Z Compiling potential_utf v0.1.5
14422026-08-07T23:38:31.856Z Compiling futures-util v0.3.32
14432026-08-07T23:38:31.937Z Compiling bytes v1.11.1
14442026-08-07T23:38:31.975Z Compiling icu_collections v2.2.0
14452026-08-07T23:38:32.008Z Compiling icu_locale_core v2.2.0
14462026-08-07T23:38:32.036Z Compiling chrono v0.4.45
14472026-08-07T23:38:32.047Z Compiling serde_tokenstream v0.2.3
14482026-08-07T23:38:32.318Z Compiling erased-serde v0.3.31
14492026-08-07T23:38:32.480Z Compiling http v1.4.2
14502026-08-07T23:38:32.565Z Compiling tokio v1.53.1
14512026-08-07T23:38:32.806Z Compiling icu_provider v2.2.0
14522026-08-07T23:38:33.049Z Compiling icu_properties v2.2.0
14532026-08-07T23:38:33.120Z Compiling icu_normalizer v2.2.0
14542026-08-07T23:38:33.633Z Compiling http-body v1.0.1
14552026-08-07T23:38:33.693Z Compiling ipnet v2.12.0
14562026-08-07T23:38:33.777Z Compiling atomic-waker v1.1.2
14572026-08-07T23:38:33.913Z Compiling httparse v1.10.1
14582026-08-07T23:38:33.945Z Compiling idna_adapter v1.2.2
14592026-08-07T23:38:34.082Z Compiling idna v1.1.0
14602026-08-07T23:38:34.149Z Compiling tower-layer v0.3.3
14612026-08-07T23:38:34.205Z Compiling tower-service v0.3.3
14622026-08-07T23:38:34.229Z Compiling getrandom v0.2.17
14632026-08-07T23:38:34.290Z Compiling thiserror v1.0.69
14642026-08-07T23:38:34.299Z Compiling try-lock v0.2.5
14652026-08-07T23:38:34.399Z Compiling url v2.5.8
14662026-08-07T23:38:34.410Z Compiling ryu v1.0.23
14672026-08-07T23:38:34.576Z Compiling getrandom v0.3.4
14682026-08-07T23:38:34.588Z Compiling untrusted v0.9.0
14692026-08-07T23:38:34.591Z Compiling ucd-trie v0.1.7
14702026-08-07T23:38:34.835Z Compiling pest v2.8.6
14712026-08-07T23:38:34.884Z Compiling want v0.3.1
14722026-08-07T23:38:34.911Z Compiling rand_core v0.6.4
14732026-08-07T23:38:35.046Z Compiling ppv-lite86 v0.2.21
14742026-08-07T23:38:35.116Z Compiling thiserror-impl v1.0.69
14752026-08-07T23:38:35.131Z Compiling httpdate v1.0.3
14762026-08-07T23:38:35.248Z Compiling pretty-hex v0.4.2
14772026-08-07T23:38:35.359Z Compiling plain v0.2.3
14782026-08-07T23:38:35.371Z Compiling winnow v1.0.3
14792026-08-07T23:38:35.381Z Compiling paste v1.0.15
14802026-08-07T23:38:35.463Z Compiling foldhash v0.2.0
14812026-08-07T23:38:35.654Z Compiling ipnetwork v0.21.1
14822026-08-07T23:38:35.775Z Compiling tracing-attributes v0.1.31
14832026-08-07T23:38:36.105Z Compiling pest_meta v2.8.6
14842026-08-07T23:38:36.134Z Compiling oxnet v0.1.6
14852026-08-07T23:38:36.384Z Compiling tracing-core v0.1.36
14862026-08-07T23:38:36.423Z Compiling omicron-workspace-hack v0.1.0
14872026-08-07T23:38:36.488Z Compiling ident_case v1.0.1
14882026-08-07T23:38:36.615Z Compiling serde_urlencoded v0.7.1
14892026-08-07T23:38:36.639Z Compiling http-body-util v0.1.4
14902026-08-07T23:38:36.850Z Compiling pest_generator v2.8.6
14912026-08-07T23:38:36.899Z Compiling aho-corasick v1.1.4
14922026-08-07T23:38:36.995Z Compiling fastrand v2.4.1
14932026-08-07T23:38:36.999Z Compiling tracing v0.1.44
14942026-08-07T23:38:37.149Z Compiling sync_wrapper v1.0.2
14952026-08-07T23:38:37.257Z Compiling daft-derive v0.1.7
14962026-08-07T23:38:37.407Z Compiling hashbrown v0.16.1
14972026-08-07T23:38:37.456Z Compiling pest_derive v2.8.6
14982026-08-07T23:38:37.988Z Compiling regex-automata v0.4.14
14992026-08-07T23:38:38.001Z Compiling tokio-util v0.7.18
15002026-08-07T23:38:38.011Z Compiling async-trait v0.1.89
15012026-08-07T23:38:38.248Z Compiling scroll_derive v0.13.1
15022026-08-07T23:38:38.522Z Compiling time-core v0.1.8
15032026-08-07T23:38:38.662Z Compiling aws-lc-rs v1.17.0
15042026-08-07T23:38:38.726Z Compiling anyhow v1.0.104
15052026-08-07T23:38:38.960Z Compiling powerfmt v0.2.0
15062026-08-07T23:38:38.976Z Compiling num-conv v0.2.2
15072026-08-07T23:38:39.063Z Compiling scroll v0.13.0
15082026-08-07T23:38:39.123Z Compiling time-macros v0.2.27
15092026-08-07T23:38:39.163Z Compiling deranged v0.5.8
15102026-08-07T23:38:39.216Z Compiling rustls-pki-types v1.14.1
15112026-08-07T23:38:39.241Z Compiling openssl-probe v0.2.1
15122026-08-07T23:38:39.319Z Compiling num_threads v0.1.7
15132026-08-07T23:38:39.410Z Compiling hex v0.4.3
15142026-08-07T23:38:39.422Z Compiling goblin v0.10.7
15152026-08-07T23:38:39.659Z Compiling regex v1.12.3
15162026-08-07T23:38:40.067Z Compiling camino v1.2.5
15172026-08-07T23:38:40.111Z Compiling untrusted v0.7.1
15182026-08-07T23:38:40.230Z Compiling usdt-impl v0.6.0
15192026-08-07T23:38:40.298Z Compiling crc32fast v1.5.0
15202026-08-07T23:38:40.349Z Compiling rustls v0.23.40
15212026-08-07T23:38:40.514Z Compiling rand_core v0.9.5
15222026-08-07T23:38:40.550Z Compiling h2 v0.4.14
15232026-08-07T23:38:40.614Z Compiling dtrace-parser v0.3.0
15242026-08-07T23:38:40.625Z Compiling crossbeam-utils v0.8.21
15252026-08-07T23:38:40.866Z Compiling futures-executor v0.3.32
15262026-08-07T23:38:40.952Z Compiling structmeta-derive v0.3.0
15272026-08-07T23:38:40.979Z Compiling thread-id v5.1.0
15282026-08-07T23:38:41.057Z Compiling quick-error v1.2.3
15292026-08-07T23:38:41.151Z Compiling cpufeatures v0.3.0
15302026-08-07T23:38:41.162Z Compiling simd-adler32 v0.3.9
15312026-08-07T23:38:41.222Z Compiling adler2 v2.0.1
15322026-08-07T23:38:41.354Z Compiling miniz_oxide v0.8.9
15332026-08-07T23:38:41.368Z Compiling futures v0.3.32
15342026-08-07T23:38:41.520Z Compiling rand_chacha v0.9.0
15352026-08-07T23:38:41.961Z Compiling darling_core v0.23.0
15362026-08-07T23:38:41.982Z Compiling newtype-uuid-macros v0.1.0
15372026-08-07T23:38:41.998Z Compiling structmeta v0.3.0
15382026-08-07T23:38:42.012Z Compiling hybrid-array v0.4.12
15392026-08-07T23:38:42.347Z Compiling dof v0.4.0
15402026-08-07T23:38:42.462Z Compiling thread_local v1.1.9
15412026-08-07T23:38:42.733Z Compiling hyper v1.11.0
15422026-08-07T23:38:42.781Z Compiling match_cfg v0.1.0
15432026-08-07T23:38:42.849Z Compiling bit-vec v0.8.0
15442026-08-07T23:38:42.883Z Compiling flate2 v1.1.9
15452026-08-07T23:38:43.298Z Compiling bit-set v0.8.0
15462026-08-07T23:38:43.459Z Compiling rand v0.9.4
15472026-08-07T23:38:43.723Z Compiling newtype-uuid v1.3.2
15482026-08-07T23:38:43.780Z Compiling ref-cast v1.0.25
15492026-08-07T23:38:44.033Z Compiling hyper-util v0.1.20
15502026-08-07T23:38:44.058Z Compiling darling_macro v0.23.0
15512026-08-07T23:38:44.081Z Compiling slog-async v2.8.0
15522026-08-07T23:38:44.296Z Compiling compression-core v0.4.32
15532026-08-07T23:38:44.362Z Compiling unarray v0.1.4
15542026-08-07T23:38:44.452Z Compiling compression-codecs v0.4.38
15552026-08-07T23:38:44.478Z Compiling usdt-attr-macro v0.6.0
15562026-08-07T23:38:44.507Z Compiling usdt-macro v0.6.0
15572026-08-07T23:38:44.577Z Compiling daft v0.1.7
15582026-08-07T23:38:44.649Z Compiling darling v0.23.0
15592026-08-07T23:38:44.698Z Compiling block-buffer v0.12.0
15602026-08-07T23:38:44.725Z Compiling crypto-common v0.2.2
15612026-08-07T23:38:44.849Z Compiling strum_macros v0.26.4
15622026-08-07T23:38:45.190Z Compiling ref-cast-impl v1.0.25
15632026-08-07T23:38:45.264Z Compiling serde_spanned v1.1.1
15642026-08-07T23:38:45.412Z Compiling multer v3.1.0
15652026-08-07T23:38:45.631Z Compiling generic-array v0.14.7
15662026-08-07T23:38:45.659Z Compiling debug-ignore v1.0.5
15672026-08-07T23:38:45.673Z Compiling take_mut v0.2.2
15682026-08-07T23:38:45.764Z Compiling toml_writer v1.1.1+spec-1.1.0
15692026-08-07T23:38:45.780Z Compiling term v1.2.1
15702026-08-07T23:38:45.790Z Compiling const-oid v0.10.2
15712026-08-07T23:38:45.931Z Compiling digest v0.11.3
15722026-08-07T23:38:45.956Z Compiling serde_with_macros v3.21.0
15732026-08-07T23:38:45.970Z Compiling tempfile v3.27.0
15742026-08-07T23:38:45.994Z Compiling async-stream-impl v0.3.6
15752026-08-07T23:38:46.091Z Compiling dropshot v0.17.1
15762026-08-07T23:38:46.313Z Compiling encoding_rs v0.8.35
15772026-08-07T23:38:46.385Z Compiling spin v0.9.8
15782026-08-07T23:38:46.480Z Compiling syn v1.0.109
15792026-08-07T23:38:46.500Z Compiling mime v0.3.17
15802026-08-07T23:38:46.551Z Compiling strum v0.26.3
15812026-08-07T23:38:46.629Z Compiling async-stream v0.3.6
15822026-08-07T23:38:46.719Z Compiling sha1 v0.11.0
15832026-08-07T23:38:46.803Z Compiling derive-ex v0.1.8
15842026-08-07T23:38:46.826Z Compiling tower v0.5.3
15852026-08-07T23:38:46.965Z Compiling waitgroup v0.1.2
15862026-08-07T23:38:47.038Z Compiling dropshot_endpoint v0.17.1
15872026-08-07T23:38:47.100Z Compiling macaddr v1.0.1
15882026-08-07T23:38:47.103Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15892026-08-07T23:38:47.309Z Compiling serde_path_to_error v0.1.20
15902026-08-07T23:38:47.571Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15912026-08-07T23:38:47.652Z Compiling tower-http v0.6.11
15922026-08-07T23:38:47.768Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15932026-08-07T23:38:47.943Z Compiling openapiv3 v2.2.0
15942026-08-07T23:38:47.966Z Compiling strum_macros v0.27.2
15952026-08-07T23:38:48.067Z Compiling instant v0.1.13
15962026-08-07T23:38:48.354Z Compiling test-strategy v0.4.5
15972026-08-07T23:38:48.699Z Compiling time v0.3.47
15982026-08-07T23:38:49.315Z Compiling rustls-native-certs v0.8.4
15992026-08-07T23:38:49.527Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16002026-08-07T23:38:49.653Z Compiling crossbeam-channel v0.5.15
16012026-08-07T23:38:49.721Z Compiling wait-timeout v0.2.1
16022026-08-07T23:38:49.787Z Compiling strum v0.27.2
16032026-08-07T23:38:49.909Z Compiling rusty-fork v0.3.1
16042026-08-07T23:38:50.126Z Compiling crypto-common v0.1.7
16052026-08-07T23:38:50.257Z Compiling parse-display-derive v0.10.0
16062026-08-07T23:38:50.260Z Compiling rand_xorshift v0.4.0
16072026-08-07T23:38:50.360Z Compiling backon v1.6.0
16082026-08-07T23:38:50.413Z Compiling rand_chacha v0.3.1
16092026-08-07T23:38:50.646Z Compiling either v1.16.0
16102026-08-07T23:38:50.916Z Compiling rand v0.8.6
16112026-08-07T23:38:51.041Z Compiling proptest v1.11.0
16122026-08-07T23:38:51.269Z Compiling slog-json v2.6.1
16132026-08-07T23:38:51.477Z Compiling hostname v0.3.1
16142026-08-07T23:38:51.572Z Compiling toml_parser v1.1.2+spec-1.1.0
16152026-08-07T23:38:51.612Z Compiling toml_datetime v1.1.1+spec-1.1.0
16162026-08-07T23:38:51.623Z Compiling is-terminal v0.4.17
16172026-08-07T23:38:51.668Z Compiling memmap2 v0.9.10
16182026-08-07T23:38:51.885Z Compiling usdt v0.6.0
16192026-08-07T23:38:51.918Z Compiling slog-term v2.9.2
16202026-08-07T23:38:51.974Z Compiling toml v1.1.2+spec-1.1.0
16212026-08-07T23:38:52.216Z Compiling slog-bunyan v2.5.0
16222026-08-07T23:38:52.285Z Compiling serde_with v3.21.0
16232026-08-07T23:38:52.344Z Compiling async-compression v0.4.42
16242026-08-07T23:38:52.511Z Compiling rustls-pemfile v2.2.0
16252026-08-07T23:38:52.651Z Compiling regress v0.10.5
16262026-08-07T23:38:52.709Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16272026-08-07T23:38:52.795Z Compiling hostname v0.4.2
16282026-08-07T23:38:52.933Z Compiling humantime v2.3.0
16292026-08-07T23:38:53.464Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16302026-08-07T23:38:53.482Z Compiling iddqd v0.4.6
16312026-08-07T23:38:53.934Z Compiling reqwest v0.12.28
16322026-08-07T23:38:54.035Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16332026-08-07T23:38:54.065Z Compiling block-buffer v0.10.4
16342026-08-07T23:38:54.210Z Compiling utf8parse v0.2.2
16352026-08-07T23:38:54.317Z Compiling anstyle-parse v1.0.0
16362026-08-07T23:38:54.442Z Compiling digest v0.10.7
16372026-08-07T23:38:54.500Z Compiling parse-display v0.10.0
16382026-08-07T23:38:54.659Z Compiling backoff v0.4.0
16392026-08-07T23:38:54.741Z Compiling itertools v0.14.0
16402026-08-07T23:38:54.827Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16412026-08-07T23:38:54.866Z Compiling anstyle v1.0.14
16422026-08-07T23:38:54.945Z Compiling progenitor-client v0.10.0
16432026-08-07T23:38:55.216Z Compiling anstyle-query v1.1.5
16442026-08-07T23:38:55.323Z Compiling colorchoice v1.0.5
16452026-08-07T23:38:55.386Z Compiling is_terminal_polyfill v1.70.2
16462026-08-07T23:38:55.479Z Compiling anstream v1.0.0
16472026-08-07T23:38:55.845Z Compiling clap_lex v1.1.0
16482026-08-07T23:38:56.094Z Compiling regress v0.11.1
16492026-08-07T23:38:56.537Z Compiling clap_derive v4.6.4
16502026-08-07T23:38:57.419Z Compiling terminal_size v0.4.4
16512026-08-07T23:38:57.648Z Compiling typify-impl v0.6.2
16522026-08-07T23:38:58.216Z Compiling toml_datetime v0.6.11
16532026-08-07T23:38:58.486Z Compiling zerocopy-derive v0.7.35
16542026-08-07T23:38:58.698Z Compiling cpufeatures v0.2.17
16552026-08-07T23:38:58.801Z Compiling convert_case v0.4.0
16562026-08-07T23:38:59.096Z Compiling derive_more v0.99.20
16572026-08-07T23:38:59.340Z Compiling zerocopy v0.7.35
16582026-08-07T23:38:59.617Z Compiling clap_builder v4.6.5
16592026-08-07T23:39:00.078Z Compiling toml_edit v0.25.12+spec-1.1.0
16602026-08-07T23:39:00.423Z Compiling unicode-width v0.2.2
16612026-08-07T23:39:00.741Z Compiling proc-macro-crate v3.5.0
16622026-08-07T23:39:01.165Z Compiling secrecy v0.10.3
16632026-08-07T23:39:01.324Z Compiling clap v4.6.5
16642026-08-07T23:39:01.380Z Compiling tinyvec_macros v0.1.1
16652026-08-07T23:39:01.401Z Compiling float-ord v0.3.2
16662026-08-07T23:39:01.429Z Compiling crucible-workspace-hack v0.1.0
16672026-08-07T23:39:01.443Z Compiling tinyvec v1.11.0
16682026-08-07T23:39:01.521Z Compiling num_enum_derive v0.7.6
16692026-08-07T23:39:01.937Z Compiling dtrace-parser v0.2.0
16702026-08-07T23:39:01.959Z Compiling scroll_derive v0.12.1
16712026-08-07T23:39:01.972Z Compiling num-integer v0.1.46
16722026-08-07T23:39:02.287Z Compiling rustc_version v0.4.1
16732026-08-07T23:39:02.555Z Compiling usdt-impl v0.5.0
16742026-08-07T23:39:02.666Z Compiling scroll v0.12.0
16752026-08-07T23:39:02.791Z Compiling num_enum v0.7.6
16762026-08-07T23:39:02.796Z Compiling curve25519-dalek v4.1.3
16772026-08-07T23:39:02.980Z Compiling dof v0.3.0
16782026-08-07T23:39:03.156Z Compiling hmac v0.12.1
16792026-08-07T23:39:03.291Z Compiling inout v0.1.4
16802026-08-07T23:39:03.304Z Compiling darling_core v0.21.3
16812026-08-07T23:39:03.326Z Compiling ff v0.13.1
16822026-08-07T23:39:03.405Z Compiling thread-id v4.2.2
16832026-08-07T23:39:03.435Z Compiling group v0.13.0
16842026-08-07T23:39:03.455Z Compiling cipher v0.4.4
16852026-08-07T23:39:03.651Z Compiling hkdf v0.12.4
16862026-08-07T23:39:03.908Z Compiling goblin v0.8.2
16872026-08-07T23:39:03.983Z Compiling num-iter v0.1.45
16882026-08-07T23:39:04.023Z Compiling typify-macro v0.6.2
16892026-08-07T23:39:04.089Z Compiling num-rational v0.4.2
16902026-08-07T23:39:04.277Z Compiling thiserror-impl-no-std v2.0.2
16912026-08-07T23:39:04.308Z Compiling universal-hash v0.5.1
16922026-08-07T23:39:04.328Z Compiling crypto-bigint v0.5.5
16932026-08-07T23:39:04.420Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-07T23:39:04.760Z Compiling crossbeam-epoch v0.9.18
16952026-08-07T23:39:05.097Z Compiling half v2.7.1
16962026-08-07T23:39:05.131Z Compiling curve25519-dalek-derive v0.1.1
16972026-08-07T23:39:05.347Z Compiling num-complex v0.4.6
16982026-08-07T23:39:05.368Z Compiling darling_macro v0.21.3
16992026-08-07T23:39:05.725Z Compiling base64ct v1.8.3
17002026-08-07T23:39:05.725Z Compiling opaque-debug v0.3.1
17012026-08-07T23:39:05.764Z Compiling ciborium-io v0.2.2
17022026-08-07T23:39:05.800Z Compiling base16ct v0.2.0
17032026-08-07T23:39:05.857Z Compiling ciborium-ll v0.2.2
17042026-08-07T23:39:05.953Z Compiling password-hash v0.5.0
17052026-08-07T23:39:06.009Z Compiling darling v0.21.3
17062026-08-07T23:39:06.021Z Compiling elliptic-curve v0.13.8
17072026-08-07T23:39:06.075Z Compiling poly1305 v0.8.0
17082026-08-07T23:39:06.087Z Compiling num v0.4.3
17092026-08-07T23:39:06.184Z Compiling typify v0.6.2
17102026-08-07T23:39:06.403Z Compiling thiserror-no-std v2.0.2
17112026-08-07T23:39:06.769Z Compiling chacha20 v0.9.1
17122026-08-07T23:39:06.983Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17132026-08-07T23:39:06.986Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17142026-08-07T23:39:07.575Z Compiling blake2 v0.10.6
17152026-08-07T23:39:07.662Z Compiling aead v0.5.2
17162026-08-07T23:39:07.820Z Compiling byte-wrapper v0.1.0
17172026-08-07T23:39:07.973Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17182026-08-07T23:39:08.024Z Compiling proc-macro-error-attr v1.0.4
17192026-08-07T23:39:08.261Z Compiling unsafe-libyaml v0.2.11
17202026-08-07T23:39:08.290Z Compiling prettyplease v0.2.37
17212026-08-07T23:39:08.382Z Compiling heapless v0.8.0
17222026-08-07T23:39:08.517Z Compiling rustix v0.38.44
17232026-08-07T23:39:08.678Z Compiling keccak v0.1.6
17242026-08-07T23:39:08.922Z Compiling sha3 v0.10.9
17252026-08-07T23:39:08.937Z Compiling serde_yaml v0.9.34+deprecated
17262026-08-07T23:39:09.224Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17272026-08-07T23:39:09.910Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-08-07T23:39:09.910Z Compiling argon2 v0.5.3
17292026-08-07T23:39:10.196Z Compiling chacha20poly1305 v0.10.1
17302026-08-07T23:39:10.352Z Compiling vsss-rs v3.3.4
17312026-08-07T23:39:10.430Z Compiling ingot-macros v0.1.1
17322026-08-07T23:39:10.523Z Compiling ciborium v0.2.2
17332026-08-07T23:39:11.161Z Compiling usdt-attr-macro v0.5.0
17342026-08-07T23:39:11.167Z Compiling usdt-macro v0.5.0
17352026-08-07T23:39:12.210Z Compiling serde_spanned v0.6.9
17362026-08-07T23:39:12.353Z Compiling hash32 v0.3.1
17372026-08-07T23:39:12.478Z Compiling enum-as-inner v0.6.1
17382026-08-07T23:39:12.504Z Compiling proc-macro-error v1.0.4
17392026-08-07T23:39:12.724Z Compiling memmap v0.7.0
17402026-08-07T23:39:12.912Z Compiling memoffset v0.9.1
17412026-08-07T23:39:12.923Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17422026-08-07T23:39:12.932Z Compiling smoltcp v0.11.0
17432026-08-07T23:39:13.046Z Compiling data-encoding v2.11.0
17442026-08-07T23:39:13.138Z Compiling winnow v0.7.15
17452026-08-07T23:39:13.151Z Compiling toml_write v0.1.2
17462026-08-07T23:39:13.154Z Compiling indent_write v2.2.0
17472026-08-07T23:39:13.248Z Compiling cfg_aliases v0.2.1
17482026-08-07T23:39:13.248Z Compiling winnow v0.5.40
17492026-08-07T23:39:13.297Z Compiling ingot-types v0.1.2
17502026-08-07T23:39:13.321Z Compiling nix v0.31.3
17512026-08-07T23:39:13.461Z Compiling usdt v0.5.0
17522026-08-07T23:39:13.700Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-08-07T23:39:13.722Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17542026-08-07T23:39:13.758Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-08-07T23:39:14.002Z Compiling tabwriter v1.4.1
17562026-08-07T23:39:14.219Z Compiling cobs v0.3.0
17572026-08-07T23:39:14.370Z Compiling serde_repr v0.1.21
17582026-08-07T23:39:14.412Z Compiling bitflags v1.3.2
17592026-08-07T23:39:14.486Z Compiling toml_edit v0.22.27
17602026-08-07T23:39:14.647Z Compiling toml_edit v0.19.15
17612026-08-07T23:39:14.666Z Compiling pkg-config v0.3.33
17622026-08-07T23:39:14.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17632026-08-07T23:39:14.942Z Compiling vcpkg v0.2.15
17642026-08-07T23:39:15.027Z Compiling managed v0.8.0
17652026-08-07T23:39:15.121Z Compiling postcard v1.1.3
17662026-08-07T23:39:15.237Z Compiling rustls-webpki v0.103.13
17672026-08-07T23:39:15.477Z Compiling openssl-sys v0.9.116
17682026-08-07T23:39:16.345Z Compiling toml v0.8.23
17692026-08-07T23:39:16.543Z Compiling proc-macro-crate v1.3.1
17702026-08-07T23:39:17.005Z Compiling ingot v0.1.1
17712026-08-07T23:39:17.145Z Compiling hubpack_derive v0.1.1
17722026-08-07T23:39:17.508Z Compiling foreign-types-macros v0.2.3
17732026-08-07T23:39:17.688Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17742026-08-07T23:39:17.757Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-08-07T23:39:17.812Z Compiling unicode-segmentation v1.13.3
17762026-08-07T23:39:17.983Z Compiling semver v0.1.20
17772026-08-07T23:39:17.994Z Compiling linked-hash-map v0.5.6
17782026-08-07T23:39:18.158Z Compiling resolv-conf v0.7.6
17792026-08-07T23:39:18.175Z Compiling static_assertions v1.1.0
17802026-08-07T23:39:18.232Z Compiling rayon-core v1.13.0
17812026-08-07T23:39:18.242Z Compiling heck v0.4.1
17822026-08-07T23:39:18.253Z Compiling foreign-types-shared v0.3.1
17832026-08-07T23:39:18.339Z Compiling swrite v0.1.0
17842026-08-07T23:39:18.431Z Compiling colored v3.1.1
17852026-08-07T23:39:18.441Z Compiling foreign-types v0.5.0
17862026-08-07T23:39:18.468Z Compiling rustc_version v0.1.7
17872026-08-07T23:39:18.531Z Compiling lru-cache v0.1.2
17882026-08-07T23:39:18.596Z Compiling newline-converter v0.3.0
17892026-08-07T23:39:18.664Z Compiling hubpack v0.1.2
17902026-08-07T23:39:18.697Z Compiling tokio-rustls v0.26.4
17912026-08-07T23:39:18.709Z Compiling rustls-platform-verifier v0.7.0
17922026-08-07T23:39:18.823Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-08-07T23:39:18.901Z Compiling num_enum_derive v0.5.11
17942026-08-07T23:39:18.937Z Compiling hyper-rustls v0.27.9
17952026-08-07T23:39:19.226Z Compiling reqwest v0.13.4
17962026-08-07T23:39:20.169Z Compiling atomicwrites v0.4.4
17972026-08-07T23:39:20.481Z Compiling progenitor-client v0.14.0
17982026-08-07T23:39:20.581Z Compiling hickory-proto v0.24.4
17992026-08-07T23:39:20.809Z Compiling progenitor-extras v0.2.0
18002026-08-07T23:39:21.059Z Compiling progenitor-impl v0.13.0
18012026-08-07T23:39:22.053Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-08-07T23:39:22.663Z Compiling crossbeam-deque v0.8.6
18032026-08-07T23:39:22.861Z Compiling console v0.15.11
18042026-08-07T23:39:23.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18052026-08-07T23:39:23.970Z Compiling camino-tempfile v1.4.1
18062026-08-07T23:39:24.135Z Compiling chacha20 v0.10.0
18072026-08-07T23:39:24.224Z Compiling serde-big-array v0.5.1
18082026-08-07T23:39:24.370Z Compiling pin-project-internal v1.1.13
18092026-08-07T23:39:24.402Z Compiling num-derive v0.4.2
18102026-08-07T23:39:24.546Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18112026-08-07T23:39:24.665Z Compiling derive-where v1.6.1
18122026-08-07T23:39:25.070Z Compiling cstr-argument v0.1.2
18132026-08-07T23:39:25.229Z Compiling siphasher v1.0.3
18142026-08-07T23:39:25.355Z Compiling minimal-lexical v0.2.1
18152026-08-07T23:39:25.427Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18162026-08-07T23:39:25.470Z Compiling similar v2.7.0
18172026-08-07T23:39:25.620Z Compiling nom v7.1.3
18182026-08-07T23:39:25.715Z Compiling pin-project v1.1.13
18192026-08-07T23:39:25.820Z Compiling phf_shared v0.12.1
18202026-08-07T23:39:25.958Z Compiling expectorate v1.2.0
18212026-08-07T23:39:25.976Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18222026-08-07T23:39:26.109Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-07T23:39:26.253Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-08-07T23:39:26.485Z Compiling progenitor-macro v0.13.0
18252026-08-07T23:39:26.508Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18262026-08-07T23:39:27.008Z Compiling rand v0.10.2
18272026-08-07T23:39:27.076Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18282026-08-07T23:39:27.950Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-07T23:39:28.220Z Compiling hickory-resolver v0.24.4
18302026-08-07T23:39:28.274Z Compiling progenitor-client v0.13.0
18312026-08-07T23:39:28.581Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18322026-08-07T23:39:28.792Z Compiling num_enum v0.5.11
18332026-08-07T23:39:28.916Z Compiling newtype_derive v0.1.6
18342026-08-07T23:39:29.386Z Compiling progenitor-impl v0.14.0
18352026-08-07T23:39:30.000Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-08-07T23:39:30.547Z Compiling unicode-normalization v0.1.25
18372026-08-07T23:39:30.726Z Compiling tokio-stream v0.1.18
18382026-08-07T23:39:30.851Z Compiling snafu-derive v0.8.9
18392026-08-07T23:39:31.092Z Compiling async-recursion v1.1.1
18402026-08-07T23:39:31.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18412026-08-07T23:39:31.517Z Compiling slog-dtrace v0.3.0
18422026-08-07T23:39:31.733Z Compiling bstr v1.12.1
18432026-08-07T23:39:31.750Z Compiling csv-core v0.1.13
18442026-08-07T23:39:31.792Z Compiling cancel-safe-futures v0.1.5
18452026-08-07T23:39:31.889Z Compiling konst_macro_rules v0.2.19
18462026-08-07T23:39:32.014Z Compiling foldhash v0.1.5
18472026-08-07T23:39:32.033Z Compiling chrono-tz v0.10.4
18482026-08-07T23:39:32.066Z Compiling owo-colors v4.3.0
18492026-08-07T23:39:32.194Z Compiling unicode-width v0.1.14
18502026-08-07T23:39:32.230Z Compiling same-file v1.0.6
18512026-08-07T23:39:32.242Z Compiling foreign-types-shared v0.1.1
18522026-08-07T23:39:32.328Z Compiling openssl v0.10.80
18532026-08-07T23:39:32.397Z Compiling unicode-xid v0.2.6
18542026-08-07T23:39:32.410Z Compiling highway v1.3.0
18552026-08-07T23:39:32.515Z Compiling const_format_proc_macros v0.2.34
18562026-08-07T23:39:32.518Z Compiling walkdir v2.5.0
18572026-08-07T23:39:32.616Z Compiling foreign-types v0.3.2
18582026-08-07T23:39:32.635Z Compiling snafu v0.8.9
18592026-08-07T23:39:32.686Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-07T23:39:32.818Z Compiling hashbrown v0.15.5
18612026-08-07T23:39:32.879Z Compiling globset v0.4.18
18622026-08-07T23:39:32.906Z Compiling konst v0.2.20
18632026-08-07T23:39:33.015Z Compiling csv v1.4.0
18642026-08-07T23:39:33.074Z Compiling progenitor-macro v0.14.0
18652026-08-07T23:39:33.140Z Compiling progenitor v0.13.0
18662026-08-07T23:39:33.326Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-07T23:39:33.338Z Compiling qorb v0.4.1
18682026-08-07T23:39:33.398Z Compiling olpc-cjson v0.1.4
18692026-08-07T23:39:33.618Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-07T23:39:33.708Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18712026-08-07T23:39:34.568Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-07T23:39:35.223Z Compiling rayon v1.12.0
18732026-08-07T23:39:35.466Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T23:39:35.520Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18752026-08-07T23:39:35.891Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-07T23:39:36.081Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T23:39:36.999Z Compiling phf v0.12.1
18782026-08-07T23:39:37.090Z Compiling zone_cfg_derive v0.3.1
18792026-08-07T23:39:37.136Z Compiling tokio-dtrace v0.1.1
18802026-08-07T23:39:37.409Z Compiling itertools v0.12.1
18812026-08-07T23:39:37.441Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18822026-08-07T23:39:37.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-07T23:39:37.796Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18842026-08-07T23:39:38.186Z Compiling libsw-core v0.3.2
18852026-08-07T23:39:38.243Z Compiling serde_plain v1.0.2
18862026-08-07T23:39:38.359Z Compiling openssl-macros v0.1.1
18872026-08-07T23:39:38.450Z Compiling pem v3.0.6
18882026-08-07T23:39:38.462Z Compiling cookie v0.18.1
18892026-08-07T23:39:38.648Z Compiling sigpipe v0.1.3
18902026-08-07T23:39:38.661Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-07T23:39:38.684Z Compiling typed-path v0.9.3
18922026-08-07T23:39:38.734Z Compiling fixedbitset v0.4.2
18932026-08-07T23:39:38.830Z Compiling jiff v0.2.28
18942026-08-07T23:39:38.842Z Compiling fixedbitset v0.5.7
18952026-08-07T23:39:38.877Z Compiling glob v0.3.3
18962026-08-07T23:39:38.970Z Compiling bytecount v0.6.9
18972026-08-07T23:39:39.110Z Compiling papergrid v0.11.0
18982026-08-07T23:39:39.181Z Compiling petgraph v0.8.3
18992026-08-07T23:39:39.349Z Compiling petgraph v0.6.5
19002026-08-07T23:39:39.825Z Compiling tough v0.22.0
19012026-08-07T23:39:40.944Z Compiling zone v0.3.1
19022026-08-07T23:39:40.967Z Compiling progenitor v0.14.0
19032026-08-07T23:39:40.967Z Compiling libsw v3.5.0
19042026-08-07T23:39:41.091Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19052026-08-07T23:39:41.106Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-07T23:39:41.145Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19072026-08-07T23:39:41.174Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-07T23:39:41.296Z Compiling oxide-tokio-rt v0.1.6
19092026-08-07T23:39:41.406Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19102026-08-07T23:39:41.605Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-08-07T23:39:41.739Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T23:39:42.372Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T23:39:42.721Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-07T23:39:42.895Z Compiling const_format v0.2.36
19152026-08-07T23:39:43.349Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19162026-08-07T23:39:43.538Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T23:39:43.607Z Compiling tabled_derive v0.7.0
19182026-08-07T23:39:43.755Z Compiling gethostname v0.5.0
19192026-08-07T23:39:43.799Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T23:39:43.875Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19212026-08-07T23:39:43.929Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T23:39:44.029Z Compiling bcs v0.1.6
19232026-08-07T23:39:44.043Z Compiling smf v0.2.3
19242026-08-07T23:39:44.125Z Compiling nom v8.0.0
19252026-08-07T23:39:44.343Z Compiling smawk v0.3.2
19262026-08-07T23:39:44.383Z Compiling linear-map v1.2.0
19272026-08-07T23:39:44.483Z Compiling tagptr v0.2.0
19282026-08-07T23:39:44.552Z Compiling termtree v0.5.1
19292026-08-07T23:39:44.572Z Compiling whoami v1.6.1
19302026-08-07T23:39:44.630Z Compiling lazy_static v1.5.0
19312026-08-07T23:39:44.644Z Compiling unicode-linebreak v0.1.5
19322026-08-07T23:39:44.700Z Compiling moka v0.12.15
19332026-08-07T23:39:44.731Z Compiling steno v0.4.1
19342026-08-07T23:39:44.885Z Compiling textwrap v0.16.2
19352026-08-07T23:39:45.286Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-08-07T23:39:45.409Z Compiling tabled v0.15.0
19372026-08-07T23:39:45.487Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-07T23:39:46.489Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-08-07T23:39:46.552Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-08-07T23:39:47.212Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-08-07T23:39:48.022Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T23:39:48.057Z Compiling hickory-proto v0.25.2
19432026-08-07T23:39:48.151Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19442026-08-07T23:39:48.973Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19452026-08-07T23:39:49.402Z Compiling parking_lot_core v0.8.6
19462026-08-07T23:39:49.512Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19472026-08-07T23:39:49.694Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-08-07T23:39:49.902Z Compiling libscf-sys v1.2.0
19492026-08-07T23:39:50.023Z Compiling hickory-resolver v0.25.2
19502026-08-07T23:39:50.026Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19512026-08-07T23:39:50.046Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19522026-08-07T23:39:50.267Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19532026-08-07T23:39:50.552Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19542026-08-07T23:39:50.741Z Compiling parking_lot v0.11.2
19552026-08-07T23:39:50.808Z Compiling fxhash v0.2.1
19562026-08-07T23:39:50.811Z Compiling internet-checksum v0.2.1
19572026-08-07T23:39:50.947Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-07T23:39:50.959Z Compiling sled v0.34.7
19592026-08-07T23:39:51.165Z Compiling itertools v0.15.0
19602026-08-07T23:39:51.634Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19612026-08-07T23:39:54.183Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19622026-08-07T23:39:55.444Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19632026-08-07T23:40:03.461Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-08-07T23:40:05.110Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-08-07T23:40:06.157Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19662026-08-07T23:40:07.095Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19672026-08-07T23:40:07.924Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19682026-08-07T23:40:32.789Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19692026-08-07T23:40:32.974Z────────────
19702026-08-07T23:40:32.974Z Nextest run ID ed5af890-c2ab-46f3-b32d-c610296c291d with nextest profile: default
19712026-08-07T23:40:32.974Z Starting 54 tests across 3 binaries
19722026-08-07T23:40:32.978Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19732026-08-07T23:40:32.978Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
19742026-08-07T23:40:32.978Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19752026-08-07T23:40:32.978Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19762026-08-07T23:40:32.981Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19772026-08-07T23:40:32.982Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
19782026-08-07T23:40:32.985Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
19792026-08-07T23:40:32.985Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
19802026-08-07T23:40:32.986Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
19812026-08-07T23:40:32.988Z PASS [ 0.015s] mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
19822026-08-07T23:40:32.991Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19832026-08-07T23:40:32.994Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19842026-08-07T23:40:32.994Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19852026-08-07T23:40:32.994Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19862026-08-07T23:40:32.994Z PASS [ 0.015s] mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
19872026-08-07T23:40:32.999Z PASS [ 0.026s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
19882026-08-07T23:40:33.002Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19892026-08-07T23:40:33.002Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19902026-08-07T23:40:33.002Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19912026-08-07T23:40:33.005Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19922026-08-07T23:40:33.015Z PASS [ 0.036s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
19932026-08-07T23:40:33.043Z PASS [ 0.054s] rdb db::test::test_ipv6_origin_crud
19942026-08-07T23:40:33.043Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19952026-08-07T23:40:33.053Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19962026-08-07T23:40:33.056Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19972026-08-07T23:40:33.056Z PASS [ 0.054s] rdb db::test::test_rib
19982026-08-07T23:40:33.056Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
19992026-08-07T23:40:33.056Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
20002026-08-07T23:40:33.070Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
20012026-08-07T23:40:33.073Z PASS [ 0.015s] rdb proptest::prop_ipv4_normalized_is_network_address
20022026-08-07T23:40:33.073Z PASS [ 0.015s] rdb proptest::prop_ipv4_subnet_of_self
20032026-08-07T23:40:33.073Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
20042026-08-07T23:40:33.084Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
20052026-08-07T23:40:33.087Z PASS [ 0.015s] rdb proptest::prop_ipv6_subnet_of_self
20062026-08-07T23:40:33.087Z PASS [ 0.015s] rdb proptest::prop_ipv6_normalized_is_network_address
20072026-08-07T23:40:33.091Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
20082026-08-07T23:40:33.099Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
20092026-08-07T23:40:33.102Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
20102026-08-07T23:40:33.106Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
20112026-08-07T23:40:33.108Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20122026-08-07T23:40:33.108Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
20132026-08-07T23:40:33.108Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
20142026-08-07T23:40:33.109Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
20152026-08-07T23:40:33.109Z PASS [ 0.009s] rdb types::test::bgp_path_identity
20162026-08-07T23:40:33.112Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
20172026-08-07T23:40:33.115Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
20182026-08-07T23:40:33.115Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
20192026-08-07T23:40:33.118Z PASS [ 0.008s] rdb types::test::btreeset_remove
20202026-08-07T23:40:33.118Z PASS [ 0.009s] rdb types::test::btreeset_replace
20212026-08-07T23:40:33.118Z PASS [ 0.008s] rdb types::test::ord_contract
20222026-08-07T23:40:33.121Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20232026-08-07T23:40:33.124Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
20242026-08-07T23:40:33.124Z PASS [ 0.008s] rdb types::test::static_path_identity
20252026-08-07T23:40:33.140Z PASS [ 0.085s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20262026-08-07T23:40:33.143Z────────────
20272026-08-07T23:40:33.143Z Summary [ 0.168s] 54 tests run: 54 passed, 0 skipped
20282026-08-07T23:40:33.153Z+ cp ./rib.log /work/
20292026-08-07T23:40:33.155Z+ popd
20302026-08-07T23:40:33.155Z/work/oxidecomputer/maghemite
20312026-08-07T23:40:33.156Zprocess exited: duration 311855 ms, exit code 0
 
20322026-08-07T23:40:33.168Zfound 1 output files
20332026-08-07T23:40:33.168Zuploading: /work/rib.log (1177 bytes)
20342026-08-07T23:40:34.182Zuploaded: /work/rib.log