01KY0CPKA3FDSYMZQVDT8YYBCE: 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: 01KY0CQCB108RJHYR50T6GY7R9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:32:12.188Zjob assigned to worker 01KY0CQZYMFEP2DEMM04488Q60 [factory aws, i-09908fe1839f6020d] (queued for 1 m 11 s)
 
22026-07-20T18:32:18.693Zstarting task 0: "setup"
32026-07-20T18:32:18.701Z++ uname -s
42026-07-20T18:32:18.706Z+ kern=SunOS
52026-07-20T18:32:18.706Z+ build_user=build
62026-07-20T18:32:18.706Z+ build_uid=12345
72026-07-20T18:32:18.706Z+ work_dir=/work
82026-07-20T18:32:18.707Z+ input_dir=/input
92026-07-20T18:32:18.707Z+ [[ 0 == 12345 ]]
102026-07-20T18:32:18.707Z+ case "$kern" in
112026-07-20T18:32:18.707Z+ groupadd -g 12345 build
122026-07-20T18:32:18.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:32:20.714Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:32:20.837Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:32:20.841Z+ home_fs=zfs
162026-07-20T18:32:20.841Z+ [[ zfs == autofs ]]
172026-07-20T18:32:20.841Z+ mkdir -p /home/build
182026-07-20T18:32:20.841Z+ chown build:build /home/build /work
192026-07-20T18:32:21.840Z+ chmod 0700 /home/build /work
202026-07-20T18:32:21.843Zprocess exited: duration 3152 ms, exit code 0
 
212026-07-20T18:32:21.849Zstarting task 1: "rust-toolchain"
222026-07-20T18:32:21.853Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:32:21.853Z * rust toolchain channel = "stable"
242026-07-20T18:32:21.853Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-20T18:32:21.853Z * rust toolchain profile = "default"
262026-07-20T18:32:21.853Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:32:21.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:32:21.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:32:21.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:32:21.967Zinfo: downloading installer
312026-07-20T18:32:23.390Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:32:23.390Zwarn: /opt/ooce/bin
332026-07-20T18:32:23.391Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:32:23.391Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:32:23.391Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:32:23.391Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:32:23.391Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:32:23.391Zerror: cannot install while Rust is installed
392026-07-20T18:32:23.391Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:32:23.391Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:32:23.391Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:32:23.391Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:32:23.391Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:32:23.407Zinfo: profile set to default
452026-07-20T18:32:23.407Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:32:23.419Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:32:23.543Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:32:23.553Zinfo: downloading 6 components
492026-07-20T18:32:38.786Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-20T18:32:38.786Z
512026-07-20T18:32:38.814Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:38.814Z
532026-07-20T18:32:38.815Z
542026-07-20T18:32:38.815ZRust is installed now. Great!
552026-07-20T18:32:38.815Z
562026-07-20T18:32:38.815ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:38.815Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:38.815Z
592026-07-20T18:32:38.815ZTo configure your current shell, you need to source
602026-07-20T18:32:38.815Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:38.815Z
622026-07-20T18:32:38.815ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:38.815Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:38.815Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:38.815Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:38.815Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:38.815Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:38.815Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:38.818Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:38.818Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:38.914Z+ rustup --version
722026-07-20T18:32:38.922Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:38.926Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:38.944Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:38.947Z+ cargo --version
762026-07-20T18:32:38.961Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:38.964Z+ rustc --version
782026-07-20T18:32:38.983Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:38.986Zprocess exited: duration 17135 ms, exit code 0
 
802026-07-20T18:32:38.991Zstarting task 2: "authentication"
812026-07-20T18:32:39.009Zprocess exited: duration 15 ms, exit code 0
 
822026-07-20T18:32:39.014Zstarting task 3: "clone repository"
832026-07-20T18:32:39.018Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:39.021Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:39.049ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:40.586Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:40.586Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:40.849ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:40.850Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:40.856Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:40.861Z++ git branch --show-current
922026-07-20T18:32:40.861Z+ current=main
932026-07-20T18:32:40.861Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:40.861Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:40.866Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:40.879ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:40.883Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:40.886ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:40.886Zprocess exited: duration 1870 ms, exit code 0
 
1002026-07-20T18:32:40.892Zstarting task 4: "build"
1012026-07-20T18:32:40.897Z+ set -e
1022026-07-20T18:32:40.897Z+ source .github/buildomat/test-common.sh
1032026-07-20T18:32:40.897Z++ NEXTEST_VERSION=0.9.97
1042026-07-20T18:32:40.897Z++ PLATFORM=illumos
1052026-07-20T18:32:40.897Z++ banner install
1062026-07-20T18:32:40.900Z
1072026-07-20T18:32:40.900Z # # # #### ##### ## # #
1082026-07-20T18:32:40.900Z # ## # # # # # # #
1092026-07-20T18:32:40.900Z # # # # #### # # # # #
1102026-07-20T18:32:40.900Z # # # # # # ###### # #
1112026-07-20T18:32:40.900Z # # ## # # # # # # #
1122026-07-20T18:32:40.900Z # # # #### # # # ###### ######
1132026-07-20T18:32:40.900Z
1142026-07-20T18:32:40.900Z++ set +o errexit
1152026-07-20T18:32:40.900Z++ pkg info clang-15
1162026-07-20T18:32:40.900Z++ grep -qi installed
1172026-07-20T18:32:42.097Zpkg: info: no packages matching the following patterns you specified are
1182026-07-20T18:32:42.097Zinstalled on the system. Try querying remotely instead:
1192026-07-20T18:32:42.097Z
1202026-07-20T18:32:42.097Z clang-15
1212026-07-20T18:32:42.135Z++ [[ 1 != 0 ]]
1222026-07-20T18:32:42.135Z++ set -o errexit
1232026-07-20T18:32:42.141Z++ pfexec pkg install clang-15
1242026-07-20T18:32:50.379Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-20T18:32:58.175Z Startup: Caching catalogs ... Done
1262026-07-20T18:33:05.417ZPlanning: Solver setup ... Done
1272026-07-20T18:33:05.458ZPlanning: Running solver ... Done
1282026-07-20T18:33:05.596ZPlanning: Finding local manifests ... Done
1292026-07-20T18:33:05.625ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-20T18:33:05.723ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-20T18:33:05.752ZPlanning: Package planning ... Done
1322026-07-20T18:33:05.782ZPlanning: Merging actions ... Done
1332026-07-20T18:33:05.883ZPlanning: Checking for conflicting actions ... Done
1342026-07-20T18:33:05.890ZPlanning: Consolidating action changes ... Done
1352026-07-20T18:33:06.680ZPlanning: Evaluating mediators ... Done
1362026-07-20T18:33:06.686ZPlanning: Planning completed in 8.34 seconds
1372026-07-20T18:33:06.697Z Packages to install: 2
1382026-07-20T18:33:06.700Z Mediators to change: 2
1392026-07-20T18:33:06.701Z Services to change: 1
1402026-07-20T18:33:06.701Z Create boot environment: No
1412026-07-20T18:33:06.701ZCreate backup boot environment: No
1422026-07-20T18:33:06.735Z
1432026-07-20T18:33:06.735ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-20T18:33:11.871ZDownload: 981/3076 items 82.2/211.3MB 38% complete (19.2M/s)
1452026-07-20T18:33:16.885ZDownload: 1041/3076 items 108.8/211.3MB 51% complete (10.3M/s)
1462026-07-20T18:33:22.004ZDownload: 2002/3076 items 117.3/211.3MB 55% complete (3.5M/s)
1472026-07-20T18:33:27.767ZDownload: 2003/3076 items 117.3/211.3MB 55% complete (3.5M/s)
1482026-07-20T18:33:45.428ZDownload: 2005/3076 items 117.4/211.3MB 55% complete
1492026-07-20T18:33:50.438ZDownload: 2788/3076 items 120.0/211.3MB 56% complete (526k/s)
1502026-07-20T18:33:59.130ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (12.9M/s)
1512026-07-20T18:34:00.518ZDownload: Completed 211.31 MB in 53.78 seconds (3.9M/s)
1522026-07-20T18:34:00.658Z Actions: 1/3418 actions (Installing new actions)
1532026-07-20T18:34:03.790Z Actions: Completed 3418 actions in 3.13 seconds.
1542026-07-20T18:34:04.427Z Done
1552026-07-20T18:34:04.427Z Done
1562026-07-20T18:34:05.227Z Done
1572026-07-20T18:34:08.613Z Done
1582026-07-20T18:34:08.682Z Done
1592026-07-20T18:34:08.685Z Done
1602026-07-20T18:34:08.949Z Done
1612026-07-20T18:34:09.633Z++ set -o errexit
1622026-07-20T18:34:09.633Z++ cargo --version
1632026-07-20T18:34:09.641Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1642026-07-20T18:34:09.796Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1652026-07-20T18:34:09.800Zinfo: downloading 6 components
1662026-07-20T18:34:26.308Zcargo 1.96.1 (356927216 2026-06-26)
1672026-07-20T18:34:26.312Z++ rustc --version
1682026-07-20T18:34:26.341Zrustc 1.96.1 (31fca3adb 2026-06-26)
1692026-07-20T18:34:26.344Z++ cargo install cargo-nextest --version 0.9.97
1702026-07-20T18:34:26.388Z Updating crates.io index
1712026-07-20T18:34:26.486Z Downloading crates ...
1722026-07-20T18:34:26.536Z Downloaded cargo-nextest v0.9.97
1732026-07-20T18:34:26.598Z Installing cargo-nextest v0.9.97
1742026-07-20T18:34:26.601Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-07-20T18:34:26.601Z |
1762026-07-20T18:34:26.601Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-07-20T18:34:26.601Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-07-20T18:34:26.642Z Updating crates.io index
1792026-07-20T18:34:28.685Z Locking 396 packages to latest compatible versions
1802026-07-20T18:34:28.738Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-07-20T18:34:28.751Z Adding duct v0.13.7 (available: v1.1.1)
1822026-07-20T18:34:28.751Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-07-20T18:34:28.751Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-07-20T18:34:28.751Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-07-20T18:34:28.751Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-07-20T18:34:28.751Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1872026-07-20T18:34:28.751Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-07-20T18:34:28.751Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1892026-07-20T18:34:28.751Z Adding quick-junit v0.5.2 (available: v0.7.0)
1902026-07-20T18:34:28.758Z Downloading crates ...
1912026-07-20T18:34:28.805Z Downloaded atomic-waker v1.1.2
1922026-07-20T18:34:28.811Z Downloaded cfg_aliases v0.2.2
1932026-07-20T18:34:28.815Z Downloaded async-scoped v0.9.0
1942026-07-20T18:34:28.815Z Downloaded mukti-metadata v0.3.0
1952026-07-20T18:34:28.815Z Downloaded idna_adapter v1.0.0
1962026-07-20T18:34:28.819Z Downloaded block-buffer v0.10.4
1972026-07-20T18:34:28.822Z Downloaded atomicwrites v0.4.4
1982026-07-20T18:34:28.822Z Downloaded lazy_static v1.5.0
1992026-07-20T18:34:28.822Z Downloaded anstyle-query v1.1.5
2002026-07-20T18:34:28.826Z Downloaded backtrace-ext v0.2.1
2012026-07-20T18:34:28.829Z Downloaded crypto-common v0.1.7
2022026-07-20T18:34:28.829Z Downloaded clap_lex v1.1.0
2032026-07-20T18:34:28.833Z Downloaded heck v0.5.0
2042026-07-20T18:34:28.833Z Downloaded hyper-util v0.1.20
2052026-07-20T18:34:28.838Z Downloaded cpufeatures v0.3.0
2062026-07-20T18:34:28.838Z Downloaded cfg-if v1.0.4
2072026-07-20T18:34:28.842Z Downloaded cpufeatures v0.2.17
2082026-07-20T18:34:28.842Z Downloaded curve25519-dalek-derive v0.1.1
2092026-07-20T18:34:28.846Z Downloaded humantime-serde v1.1.1
2102026-07-20T18:34:28.846Z Downloaded http-body-util v0.1.4
2112026-07-20T18:34:28.849Z Downloaded cargo-platform v0.3.3
2122026-07-20T18:34:28.849Z Downloaded futures-core v0.3.33
2132026-07-20T18:34:28.852Z Downloaded ipnet v2.12.0
2142026-07-20T18:34:28.853Z Downloaded futures-sink v0.3.33
2152026-07-20T18:34:28.853Z Downloaded is_terminal_polyfill v1.70.2
2162026-07-20T18:34:28.853Z Downloaded debug-ignore v1.0.5
2172026-07-20T18:34:28.860Z Downloaded base64ct v1.8.3
2182026-07-20T18:34:28.869Z Downloaded foreign-types-shared v0.1.1
2192026-07-20T18:34:28.870Z Downloaded errno v0.3.14
2202026-07-20T18:34:28.870Z Downloaded itoa v1.0.18
2212026-07-20T18:34:28.870Z Downloaded hyper-tls v0.6.0
2222026-07-20T18:34:28.870Z Downloaded home v0.5.12
2232026-07-20T18:34:28.873Z Downloaded guppy-workspace-hack v0.1.0
2242026-07-20T18:34:28.873Z Downloaded adler2 v2.0.1
2252026-07-20T18:34:28.873Z Downloaded document-features v0.2.12
2262026-07-20T18:34:28.873Z Downloaded color-spantrace v0.3.0
2272026-07-20T18:34:28.874Z Downloaded is_ci v1.2.0
2282026-07-20T18:34:28.881Z Downloaded indent_write v2.2.0
2292026-07-20T18:34:28.889Z Downloaded http-body v1.1.0
2302026-07-20T18:34:28.889Z Downloaded foreign-types v0.3.2
2312026-07-20T18:34:28.892Z Downloaded fnv v1.0.7
2322026-07-20T18:34:28.893Z Downloaded equivalent v1.0.2
2332026-07-20T18:34:28.893Z Downloaded enable-ansi-support v0.2.1
2342026-07-20T18:34:28.893Z Downloaded colorchoice v1.0.5
2352026-07-20T18:34:28.893Z Downloaded nested v0.1.1
2362026-07-20T18:34:28.893Z Downloaded hex v0.4.3
2372026-07-20T18:34:28.899Z Downloaded generic-array v0.14.7
2382026-07-20T18:34:28.899Z Downloaded form_urlencoded v1.2.2
2392026-07-20T18:34:28.899Z Downloaded nextest-workspace-hack v0.1.0
2402026-07-20T18:34:28.902Z Downloaded futures-macro v0.3.33
2412026-07-20T18:34:28.903Z Downloaded once_cell v1.21.4
2422026-07-20T18:34:28.906Z Downloaded futures-task v0.3.33
2432026-07-20T18:34:28.906Z Downloaded futures-io v0.3.33
2442026-07-20T18:34:28.906Z Downloaded convert_case v0.10.0
2452026-07-20T18:34:28.913Z Downloaded cargo-util-schemas v0.2.0
2462026-07-20T18:34:28.918Z Downloaded lru-slab v0.1.2
2472026-07-20T18:34:28.918Z Downloaded anstream v1.0.0
2482026-07-20T18:34:28.918Z Downloaded lock_api v0.4.14
2492026-07-20T18:34:28.918Z Downloaded cargo_metadata v0.20.0
2502026-07-20T18:34:28.918Z Downloaded anstyle v1.0.14
2512026-07-20T18:34:28.921Z Downloaded pkg-config v0.3.33
2522026-07-20T18:34:28.921Z Downloaded humantime v2.4.0
2532026-07-20T18:34:28.921Z Downloaded rand_pcg v0.10.2
2542026-07-20T18:34:28.921Z Downloaded foldhash v0.1.5
2552026-07-20T18:34:28.924Z Downloaded find-msvc-tools v0.1.9
2562026-07-20T18:34:28.925Z Downloaded autocfg v1.5.1
2572026-07-20T18:34:28.928Z Downloaded cfg-expr v0.20.8
2582026-07-20T18:34:28.928Z Downloaded number_prefix v0.4.0
2592026-07-20T18:34:28.931Z Downloaded openssl-probe v0.2.1
2602026-07-20T18:34:28.931Z Downloaded addr2line v0.25.1
2612026-07-20T18:34:28.931Z Downloaded serde-value v0.7.0
2622026-07-20T18:34:28.934Z Downloaded scopeguard v1.2.0
2632026-07-20T18:34:28.934Z Downloaded camino v1.2.4
2642026-07-20T18:34:28.937Z Downloaded serde_spanned v1.1.1
2652026-07-20T18:34:28.940Z Downloaded serde_ignored v0.1.14
2662026-07-20T18:34:28.940Z Downloaded serde_urlencoded v0.7.1
2672026-07-20T18:34:28.940Z Downloaded sigchld v0.2.4
2682026-07-20T18:34:28.944Z Downloaded rustc-hash v2.1.3
2692026-07-20T18:34:28.944Z Downloaded ordered-float v2.10.1
2702026-07-20T18:34:28.945Z Downloaded pathdiff v0.2.3
2712026-07-20T18:34:28.948Z Downloaded signal-hook-mio v0.2.5
2722026-07-20T18:34:28.948Z Downloaded fastrand v2.5.0
2732026-07-20T18:34:28.948Z Downloaded ed25519 v2.2.3
2742026-07-20T18:34:28.952Z Downloaded cargo-platform v0.2.0
2752026-07-20T18:34:28.952Z Downloaded nextest-filtering v0.15.0
2762026-07-20T18:34:28.955Z Downloaded filetime v0.2.29
2772026-07-20T18:34:28.955Z Downloaded native-tls v0.2.18
2782026-07-20T18:34:28.961Z Downloaded dialoguer v0.11.0
2792026-07-20T18:34:28.965Z Downloaded indenter v0.3.4
2802026-07-20T18:34:28.965Z Downloaded duct v0.13.7
2812026-07-20T18:34:28.965Z Downloaded future-queue v0.4.0
2822026-07-20T18:34:28.969Z Downloaded futures-executor v0.3.33
2832026-07-20T18:34:28.972Z Downloaded fixedbitset v0.5.7
2842026-07-20T18:34:28.972Z Downloaded rustc_version v0.4.1
2852026-07-20T18:34:28.975Z Downloaded erased-serde v0.4.10
2862026-07-20T18:34:28.975Z Downloaded either v1.16.0
2872026-07-20T18:34:28.975Z Downloaded strsim v0.11.1
2882026-07-20T18:34:28.979Z Downloaded anstyle-parse v1.0.0
2892026-07-20T18:34:28.980Z Downloaded strip-ansi-escapes v0.2.1
2902026-07-20T18:34:28.983Z Downloaded openssl-macros v0.1.1
2912026-07-20T18:34:28.983Z Downloaded os_pipe v1.2.3
2922026-07-20T18:34:28.983Z Downloaded subtle v2.6.1
2932026-07-20T18:34:28.990Z Downloaded console v0.15.11
2942026-07-20T18:34:28.993Z Downloaded chacha20 v0.10.1
2952026-07-20T18:34:28.996Z Downloaded camino-tempfile v1.4.1
2962026-07-20T18:34:28.996Z Downloaded sync_wrapper v1.0.2
2972026-07-20T18:34:28.999Z Downloaded swrite v0.1.0
2982026-07-20T18:34:28.999Z Downloaded self-replace v1.5.0
2992026-07-20T18:34:29.000Z Downloaded serde-untagged v0.1.9
3002026-07-20T18:34:29.004Z Downloaded httparse v1.10.1
3012026-07-20T18:34:29.004Z Downloaded globset v0.4.19
3022026-07-20T18:34:29.004Z Downloaded bitflags v2.13.1
3032026-07-20T18:34:29.011Z Downloaded shlex v2.0.1
3042026-07-20T18:34:29.011Z Downloaded shared_child v1.1.1
3052026-07-20T18:34:29.014Z Downloaded sha2 v0.10.9
3062026-07-20T18:34:29.014Z Downloaded serde_spanned v0.6.9
3072026-07-20T18:34:29.014Z Downloaded signature v2.2.0
3082026-07-20T18:34:29.017Z Downloaded thread_local v1.1.10
3092026-07-20T18:34:29.017Z Downloaded tinyvec_macros v0.1.1
3102026-07-20T18:34:29.018Z Downloaded tokio-macros v2.7.1
3112026-07-20T18:34:29.021Z Downloaded supports-hyperlinks v3.2.0
3122026-07-20T18:34:29.022Z Downloaded nextest-metadata v0.12.2
3132026-07-20T18:34:29.022Z Downloaded miette-derive v7.6.0
3142026-07-20T18:34:29.026Z Downloaded simd-adler32 v0.3.10
3152026-07-20T18:34:29.026Z Downloaded percent-encoding v2.3.2
3162026-07-20T18:34:29.026Z Downloaded jobserver v0.1.35
3172026-07-20T18:34:29.029Z Downloaded getrandom v0.2.17
3182026-07-20T18:34:29.029Z Downloaded clap_derive v4.6.3
3192026-07-20T18:34:29.033Z Downloaded const-oid v0.9.6
3202026-07-20T18:34:29.036Z Downloaded rand_chacha v0.9.0
3212026-07-20T18:34:29.036Z Downloaded ppv-lite86 v0.2.21
3222026-07-20T18:34:29.039Z Downloaded futures-channel v0.3.33
3232026-07-20T18:34:29.039Z Downloaded ahash v0.8.12
3242026-07-20T18:34:29.044Z Downloaded supports-color v3.0.2
3252026-07-20T18:34:29.044Z Downloaded terminal_size v0.4.4
3262026-07-20T18:34:29.044Z Downloaded supports-unicode v3.0.0
3272026-07-20T18:34:29.044Z Downloaded slab v0.4.12
3282026-07-20T18:34:29.049Z Downloaded rand_core v0.9.5
3292026-07-20T18:34:29.049Z Downloaded smol_str v0.3.6
3302026-07-20T18:34:29.049Z Downloaded tower-layer v0.3.3
3312026-07-20T18:34:29.052Z Downloaded log v0.4.33
3322026-07-20T18:34:29.052Z Downloaded tower-service v0.3.3
3332026-07-20T18:34:29.053Z Downloaded try-lock v0.2.5
3342026-07-20T18:34:29.053Z Downloaded tracing-error v0.2.1
3352026-07-20T18:34:29.056Z Downloaded toml_write v0.1.2
3362026-07-20T18:34:29.056Z Downloaded typeid v1.0.3
3372026-07-20T18:34:29.056Z Downloaded clap v4.6.3
3382026-07-20T18:34:29.066Z Downloaded pin-project-internal v1.1.13
3392026-07-20T18:34:29.071Z Downloaded crc32fast v1.5.0
3402026-07-20T18:34:29.071Z Downloaded owo-colors v4.3.0
3412026-07-20T18:34:29.072Z Downloaded unicode-linebreak v0.1.5
3422026-07-20T18:34:29.072Z Downloaded rand_core v0.6.4
3432026-07-20T18:34:29.075Z Downloaded pin-project-lite v0.2.17
3442026-07-20T18:34:29.078Z Downloaded cargo_metadata v0.23.1
3452026-07-20T18:34:29.078Z Downloaded target-spec-miette v0.4.8
3462026-07-20T18:34:29.083Z Downloaded quote v1.0.47
3472026-07-20T18:34:29.086Z Downloaded rand_core v0.10.1
3482026-07-20T18:34:29.086Z Downloaded thiserror-impl v2.0.19
3492026-07-20T18:34:29.092Z Downloaded newtype-uuid v1.3.2
3502026-07-20T18:34:29.092Z Downloaded tokio-native-tls v0.3.1
3512026-07-20T18:34:29.092Z Downloaded litrs v1.0.0
3522026-07-20T18:34:29.161Z Downloaded utf8parse v0.2.2
3532026-07-20T18:34:29.161Z Downloaded utf8_iter v1.0.4
3542026-07-20T18:34:29.161Z Downloaded indicatif v0.17.11
3552026-07-20T18:34:29.161Z Downloaded thiserror-impl v1.0.69
3562026-07-20T18:34:29.161Z Downloaded want v0.3.1
3572026-07-20T18:34:29.161Z Downloaded xattr v1.6.1
3582026-07-20T18:34:29.161Z Downloaded derive-where v1.6.1
3592026-07-20T18:34:29.161Z Downloaded getrandom v0.3.4
3602026-07-20T18:34:29.161Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3612026-07-20T18:34:29.161Z Downloaded getrandom v0.4.3
3622026-07-20T18:34:29.161Z Downloaded shell-words v1.1.1
3632026-07-20T18:34:29.161Z Downloaded serde_path_to_error v0.1.20
3642026-07-20T18:34:29.161Z Downloaded futures v0.3.33
3652026-07-20T18:34:29.161Z Downloaded static_assertions v1.1.0
3662026-07-20T18:34:29.161Z Downloaded digest v0.10.7
3672026-07-20T18:34:29.161Z Downloaded smallvec v1.15.2
3682026-07-20T18:34:29.161Z Downloaded eyre v0.6.12
3692026-07-20T18:34:29.161Z Downloaded urlencoding v2.1.3
3702026-07-20T18:34:29.161Z Downloaded toml_datetime v0.6.11
3712026-07-20T18:34:29.161Z Downloaded version_check v0.9.5
3722026-07-20T18:34:29.162Z Downloaded spki v0.7.3
3732026-07-20T18:34:29.162Z Downloaded signal-hook-registry v1.4.8
3742026-07-20T18:34:29.162Z Downloaded hyper-rustls v0.27.9
3752026-07-20T18:34:29.162Z Downloaded iana-time-zone v0.1.65
3762026-07-20T18:34:29.187Z Downloaded parking_lot_core v0.9.12
3772026-07-20T18:34:29.187Z Downloaded rustc-demangle v0.1.28
3782026-07-20T18:34:29.187Z Downloaded quick-junit v0.5.2
3792026-07-20T18:34:29.187Z Downloaded ryu v1.0.23
3802026-07-20T18:34:29.187Z Downloaded parking_lot v0.12.5
3812026-07-20T18:34:29.187Z Downloaded thiserror v2.0.19
3822026-07-20T18:34:29.187Z Downloaded target-lexicon v0.13.5
3832026-07-20T18:34:29.187Z Downloaded pkcs8 v0.10.2
3842026-07-20T18:34:29.187Z Downloaded config v0.15.25
3852026-07-20T18:34:29.187Z Downloaded untrusted v0.9.0
3862026-07-20T18:34:29.187Z Downloaded serde_derive v1.0.229
3872026-07-20T18:34:29.187Z Downloaded signal-hook v0.3.18
3882026-07-20T18:34:29.187Z Downloaded sharded-slab v0.1.7
3892026-07-20T18:34:29.187Z Downloaded unicode-xid v0.2.6
3902026-07-20T18:34:29.187Z Downloaded toml v0.8.23
3912026-07-20T18:34:29.187Z Downloaded thiserror v1.0.69
3922026-07-20T18:34:29.187Z Downloaded num-traits v0.2.19
3932026-07-20T18:34:29.195Z Downloaded zipsign-api v0.1.5
3942026-07-20T18:34:29.195Z Downloaded zeroize v1.9.0
3952026-07-20T18:34:29.195Z Downloaded xxhash-rust v0.8.17
3962026-07-20T18:34:29.195Z Downloaded zstd-safe v7.2.4
3972026-07-20T18:34:29.195Z Downloaded backtrace v0.3.76
3982026-07-20T18:34:29.195Z Downloaded toml_writer v1.1.2+spec-1.1.0
3992026-07-20T18:34:29.195Z Downloaded bytes v1.12.1
4002026-07-20T18:34:29.199Z Downloaded semver v1.0.28
4012026-07-20T18:34:29.199Z Downloaded self_update v0.42.0
4022026-07-20T18:34:29.199Z Downloaded rustls-pki-types v1.15.0
4032026-07-20T18:34:29.205Z Downloaded tracing-log v0.2.0
4042026-07-20T18:34:29.208Z Downloaded textwrap v0.16.2
4052026-07-20T18:34:29.208Z Downloaded target-spec v3.6.0
4062026-07-20T18:34:29.209Z Downloaded pin-project v1.1.13
4072026-07-20T18:34:29.218Z Downloaded zmij v1.0.23
4082026-07-20T18:34:29.221Z Downloaded flate2 v1.1.9
4092026-07-20T18:34:29.233Z Downloaded cc v1.3.0
4102026-07-20T18:34:29.238Z Downloaded quinn-udp v0.5.15
4112026-07-20T18:34:29.242Z Downloaded zstd v0.13.3
4122026-07-20T18:34:29.243Z Downloaded tokio-rustls v0.26.4
4132026-07-20T18:34:29.247Z Downloaded borsh v1.8.0
4142026-07-20T18:34:29.248Z Downloaded base64 v0.22.1
4152026-07-20T18:34:29.251Z Downloaded serde v1.0.229
4162026-07-20T18:34:29.251Z Downloaded uuid v1.24.0
4172026-07-20T18:34:29.252Z Downloaded tar v0.4.46
4182026-07-20T18:34:29.255Z Downloaded toml_parser v1.1.2+spec-1.1.0
4192026-07-20T18:34:29.258Z Downloaded derive_more v2.1.1
4202026-07-20T18:34:29.264Z Downloaded unicase v2.9.0
4212026-07-20T18:34:29.270Z Downloaded tracing-attributes v0.1.31
4222026-07-20T18:34:29.270Z Downloaded socket2 v0.6.5
4232026-07-20T18:34:29.273Z Downloaded ed25519-dalek v2.2.0
4242026-07-20T18:34:29.273Z Downloaded derive_more-impl v2.1.1
4252026-07-20T18:34:29.273Z Downloaded der v0.7.10
4262026-07-20T18:34:29.276Z Downloaded tinyvec v1.12.0
4272026-07-20T18:34:29.278Z Downloaded toml v1.1.3+spec-1.1.0
4282026-07-20T18:34:29.281Z Downloaded tempfile v3.27.0
4292026-07-20T18:34:29.284Z Downloaded miniz_oxide v0.8.9
4302026-07-20T18:34:29.288Z Downloaded toml_edit v0.22.27
4312026-07-20T18:34:29.296Z Downloaded tokio-stream v0.1.18
4322026-07-20T18:34:29.300Z Downloaded proc-macro2 v1.0.107
4332026-07-20T18:34:29.303Z Downloaded openssl-sys v0.9.117
4342026-07-20T18:34:29.306Z Downloaded url v2.5.8
4352026-07-20T18:34:29.306Z Downloaded tracing-core v0.1.36
4362026-07-20T18:34:29.309Z Downloaded memchr v2.8.3
4372026-07-20T18:34:29.312Z Downloaded serde_core v1.0.229
4382026-07-20T18:34:29.315Z Downloaded unicode-ident v1.0.24
4392026-07-20T18:34:29.318Z Downloaded quinn v0.11.11
4402026-07-20T18:34:29.341Z Downloaded rustls-webpki v0.103.13
4412026-07-20T18:34:29.344Z Downloaded tower v0.5.3
4422026-07-20T18:34:29.347Z Downloaded typenum v1.20.1
4432026-07-20T18:34:29.347Z Downloaded crossterm v0.29.0
4442026-07-20T18:34:29.352Z Downloaded hashbrown v0.15.5
4452026-07-20T18:34:29.358Z Downloaded rand v0.9.5
4462026-07-20T18:34:29.362Z Downloaded vte v0.14.1
4472026-07-20T18:34:29.365Z Downloaded miette v7.6.0
4482026-07-20T18:34:29.368Z Downloaded unicode-normalization v0.1.25
4492026-07-20T18:34:29.371Z Downloaded clap_builder v4.6.2
4502026-07-20T18:34:29.374Z Downloaded indexmap v2.14.0
4512026-07-20T18:34:29.377Z Downloaded http v1.4.2
4522026-07-20T18:34:29.380Z Downloaded serde_json v1.0.151
4532026-07-20T18:34:29.383Z Downloaded mio v1.2.2
4542026-07-20T18:34:29.386Z Downloaded futures-util v0.3.33
4552026-07-20T18:34:29.391Z Downloaded idna v1.1.0
4562026-07-20T18:34:29.395Z Downloaded rand v0.10.2
4572026-07-20T18:34:29.398Z Downloaded guppy v0.17.26
4582026-07-20T18:34:29.402Z Downloaded h2 v0.4.15
4592026-07-20T18:34:29.406Z Downloaded hashbrown v0.17.1
4602026-07-20T18:34:29.410Z Downloaded pulldown-cmark v0.13.4
4612026-07-20T18:34:29.410Z Downloaded aho-corasick v1.1.4
4622026-07-20T18:34:29.413Z Downloaded tower-http v0.6.11
4632026-07-20T18:34:29.424Z Downloaded itertools v0.14.0
4642026-07-20T18:34:29.431Z Downloaded ron v0.12.2
4652026-07-20T18:34:29.440Z Downloaded hyper v1.11.0
4662026-07-20T18:34:29.457Z Downloaded winnow v1.0.4
4672026-07-20T18:34:29.462Z Downloaded winnow v0.7.15
4682026-07-20T18:34:29.471Z Downloaded unicode-segmentation v1.13.3
4692026-07-20T18:34:29.476Z Downloaded chrono v0.4.45
4702026-07-20T18:34:29.486Z Downloaded webpki-roots v1.0.9
4712026-07-20T18:34:29.489Z Downloaded regex v1.13.1
4722026-07-20T18:34:29.492Z Downloaded tracing-subscriber v0.3.23
4732026-07-20T18:34:29.496Z Downloaded reqwest v0.12.28
4742026-07-20T18:34:29.501Z Downloaded tokio-util v0.7.18
4752026-07-20T18:34:29.504Z Downloaded quick-xml v0.37.5
4762026-07-20T18:34:29.507Z Downloaded vcpkg v0.2.15
4772026-07-20T18:34:29.531Z Downloaded gimli v0.32.3
4782026-07-20T18:34:29.534Z Downloaded curve25519-dalek v4.1.3
4792026-07-20T18:34:29.539Z Downloaded unicode-width v0.2.2
4802026-07-20T18:34:29.544Z Downloaded unicode-width v0.1.14
4812026-07-20T18:34:29.549Z Downloaded portable-atomic v1.14.0
4822026-07-20T18:34:29.555Z Downloaded zerocopy v0.8.55
4832026-07-20T18:34:29.565Z Downloaded syn v3.0.2
4842026-07-20T18:34:29.570Z Downloaded bstr v1.13.0
4852026-07-20T18:34:29.575Z Downloaded syn v2.0.119
4862026-07-20T18:34:29.581Z Downloaded quick-xml v0.38.4
4872026-07-20T18:34:29.594Z Downloaded quinn-proto v0.11.16
4882026-07-20T18:34:29.603Z Downloaded tracing v0.1.44
4892026-07-20T18:34:29.615Z Downloaded nextest-runner v0.80.0
4902026-07-20T18:34:29.622Z Downloaded color-eyre v0.6.5
4912026-07-20T18:34:29.632Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4922026-07-20T18:34:29.667Z Downloaded object v0.37.3
4932026-07-20T18:34:29.694Z Downloaded openssl v0.10.81
4942026-07-20T18:34:29.700Z Downloaded nix v0.30.1
4952026-07-20T18:34:29.732Z Downloaded regex-syntax v0.8.11
4962026-07-20T18:34:29.741Z Downloaded rustix v0.38.44
4972026-07-20T18:34:29.797Z Downloaded rustls v0.23.42
4982026-07-20T18:34:29.797Z Downloaded rustix v1.1.4
4992026-07-20T18:34:29.858Z Downloaded regex-automata v0.4.16
5002026-07-20T18:34:29.918Z Downloaded libc v0.2.186
5012026-07-20T18:34:29.937Z Downloaded petgraph v0.8.3
5022026-07-20T18:34:29.976Z Downloaded tokio v1.53.1
5032026-07-20T18:34:30.044Z Downloaded recursion v0.5.4
5042026-07-20T18:34:30.053Z Downloaded ring v0.17.14
5052026-07-20T18:34:30.112Z Compiling proc-macro2 v1.0.107
5062026-07-20T18:34:30.112Z Compiling libc v0.2.186
5072026-07-20T18:34:30.115Z Compiling unicode-ident v1.0.24
5082026-07-20T18:34:30.115Z Compiling quote v1.0.47
5092026-07-20T18:34:30.115Z Compiling serde_core v1.0.229
5102026-07-20T18:34:30.115Z Compiling cfg-if v1.0.4
5112026-07-20T18:34:30.115Z Compiling memchr v2.8.3
5122026-07-20T18:34:30.115Z Compiling once_cell v1.21.4
5132026-07-20T18:34:30.320Z Compiling log v0.4.33
5142026-07-20T18:34:30.408Z Compiling pin-project-lite v0.2.17
5152026-07-20T18:34:30.502Z Compiling itoa v1.0.18
5162026-07-20T18:34:30.524Z Compiling serde v1.0.229
5172026-07-20T18:34:30.655Z Compiling smallvec v1.15.2
5182026-07-20T18:34:30.730Z Compiling futures-core v0.3.33
5192026-07-20T18:34:30.872Z Compiling bitflags v2.13.1
5202026-07-20T18:34:30.888Z Compiling equivalent v1.0.2
5212026-07-20T18:34:30.952Z Compiling hashbrown v0.17.1
5222026-07-20T18:34:31.030Z Compiling shlex v2.0.1
5232026-07-20T18:34:31.240Z Compiling errno v0.3.14
5242026-07-20T18:34:31.287Z Compiling find-msvc-tools v0.1.9
5252026-07-20T18:34:31.314Z Compiling bytes v1.12.1
5262026-07-20T18:34:31.416Z Compiling signal-hook-registry v1.4.8
5272026-07-20T18:34:31.488Z Compiling jobserver v0.1.35
5282026-07-20T18:34:31.530Z Compiling mio v1.2.2
5292026-07-20T18:34:31.542Z Compiling futures-sink v0.3.33
5302026-07-20T18:34:31.644Z Compiling syn v2.0.119
5312026-07-20T18:34:31.657Z Compiling syn v3.0.2
5322026-07-20T18:34:31.657Z Compiling rustix v1.1.4
5332026-07-20T18:34:31.818Z Compiling cc v1.3.0
5342026-07-20T18:34:31.981Z Compiling socket2 v0.6.5
5352026-07-20T18:34:32.231Z Compiling slab v0.4.12
5362026-07-20T18:34:32.264Z Compiling zmij v1.0.23
5372026-07-20T18:34:32.438Z Compiling futures-channel v0.3.33
5382026-07-20T18:34:32.626Z Compiling tracing-core v0.1.36
5392026-07-20T18:34:32.732Z Compiling indexmap v2.14.0
5402026-07-20T18:34:32.804Z Compiling version_check v0.9.5
5412026-07-20T18:34:32.836Z Compiling serde_json v1.0.151
5422026-07-20T18:34:33.100Z Compiling futures-task v0.3.33
5432026-07-20T18:34:33.126Z Compiling futures-io v0.3.33
5442026-07-20T18:34:33.271Z Compiling getrandom v0.4.3
5452026-07-20T18:34:33.405Z Compiling unicode-width v0.2.2
5462026-07-20T18:34:33.556Z Compiling percent-encoding v2.3.2
5472026-07-20T18:34:33.584Z Compiling camino v1.2.4
5482026-07-20T18:34:33.607Z Compiling serde_derive v1.0.229
5492026-07-20T18:34:33.726Z Compiling ring v0.17.14
5502026-07-20T18:34:33.830Z Compiling http v1.4.2
5512026-07-20T18:34:33.872Z Compiling autocfg v1.5.1
5522026-07-20T18:34:33.975Z Compiling simd-adler32 v0.3.10
5532026-07-20T18:34:34.213Z Compiling adler2 v2.0.1
5542026-07-20T18:34:34.235Z Compiling zeroize v1.9.0
5552026-07-20T18:34:34.370Z Compiling miniz_oxide v0.8.9
5562026-07-20T18:34:34.430Z Compiling num-traits v0.2.19
5572026-07-20T18:34:34.821Z Compiling zerocopy v0.8.55
5582026-07-20T18:34:35.217Z Compiling object v0.37.3
5592026-07-20T18:34:35.241Z Compiling tokio-macros v2.7.1
5602026-07-20T18:34:35.278Z Compiling futures-macro v0.3.33
5612026-07-20T18:34:35.524Z Compiling tracing-attributes v0.1.31
5622026-07-20T18:34:35.736Z Compiling getrandom v0.3.4
5632026-07-20T18:34:35.821Z Compiling target-lexicon v0.13.5
5642026-07-20T18:34:35.997Z Compiling tokio v1.53.1
5652026-07-20T18:34:36.093Z Compiling http-body v1.1.0
5662026-07-20T18:34:36.110Z Compiling futures-util v0.3.33
5672026-07-20T18:34:36.212Z Compiling rustls-pki-types v1.15.0
5682026-07-20T18:34:36.244Z Compiling form_urlencoded v1.2.2
5692026-07-20T18:34:36.354Z Compiling semver v1.0.28
5702026-07-20T18:34:36.508Z Compiling getrandom v0.2.17
5712026-07-20T18:34:36.705Z Compiling thiserror v2.0.19
5722026-07-20T18:34:36.749Z Compiling tracing v0.1.44
5732026-07-20T18:34:36.782Z Compiling fnv v1.0.7
5742026-07-20T18:34:36.889Z Compiling idna_adapter v1.0.0
5752026-07-20T18:34:36.993Z Compiling signal-hook v0.3.18
5762026-07-20T18:34:37.005Z Compiling httparse v1.10.1
5772026-07-20T18:34:37.049Z Compiling gimli v0.32.3
5782026-07-20T18:34:37.062Z Compiling owo-colors v4.3.0
5792026-07-20T18:34:37.090Z Compiling untrusted v0.9.0
5802026-07-20T18:34:37.230Z Compiling guppy-workspace-hack v0.1.0
5812026-07-20T18:34:37.233Z Compiling utf8_iter v1.0.4
5822026-07-20T18:34:37.399Z Compiling idna v1.1.0
5832026-07-20T18:34:38.218Z Compiling thiserror-impl v2.0.19
5842026-07-20T18:34:38.779Z Compiling generic-array v0.14.7
5852026-07-20T18:34:39.028Z Compiling addr2line v0.25.1
5862026-07-20T18:34:39.043Z Compiling try-lock v0.2.5
5872026-07-20T18:34:39.156Z Compiling thiserror v1.0.69
5882026-07-20T18:34:39.389Z Compiling tower-service v0.3.3
5892026-07-20T18:34:39.449Z Compiling rustc-demangle v0.1.28
5902026-07-20T18:34:39.486Z Compiling target-spec v3.6.0
5912026-07-20T18:34:39.499Z Compiling atomic-waker v1.1.2
5922026-07-20T18:34:39.629Z Compiling fastrand v2.5.0
5932026-07-20T18:34:39.674Z Compiling rustls v0.23.42
5942026-07-20T18:34:39.773Z Compiling typeid v1.0.3
5952026-07-20T18:34:39.892Z Compiling pkg-config v0.3.33
5962026-07-20T18:34:39.962Z Compiling tokio-util v0.7.18
5972026-07-20T18:34:40.131Z Compiling tempfile v3.27.0
5982026-07-20T18:34:40.325Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-07-20T18:34:40.438Z Compiling h2 v0.4.15
6002026-07-20T18:34:40.813Z Compiling backtrace v0.3.76
6012026-07-20T18:34:41.006Z Compiling want v0.3.1
6022026-07-20T18:34:41.054Z Compiling cfg-expr v0.20.8
6032026-07-20T18:34:41.072Z Compiling url v2.5.8
6042026-07-20T18:34:42.024Z Compiling thiserror-impl v1.0.69
6052026-07-20T18:34:42.166Z Compiling terminal_size v0.4.4
6062026-07-20T18:34:42.250Z Compiling aho-corasick v1.1.4
6072026-07-20T18:34:42.320Z Compiling regex-syntax v0.8.11
6082026-07-20T18:34:43.236Z Compiling rustls-webpki v0.103.13
6092026-07-20T18:34:43.524Z Compiling typenum v1.20.1
6102026-07-20T18:34:44.222Z Compiling winnow v0.7.15
6112026-07-20T18:34:45.534Z Compiling subtle v2.6.1
6122026-07-20T18:34:45.668Z Compiling erased-serde v0.4.10
6132026-07-20T18:34:46.024Z Compiling regex-automata v0.4.16
6142026-07-20T18:34:46.228Z Compiling hyper v1.11.0
6152026-07-20T18:34:47.818Z Compiling serde_spanned v0.6.9
6162026-07-20T18:34:47.979Z Compiling toml_datetime v0.6.11
6172026-07-20T18:34:48.367Z Compiling ahash v0.8.12
6182026-07-20T18:34:48.629Z Compiling sync_wrapper v1.0.2
6192026-07-20T18:34:48.749Z Compiling tower-layer v0.3.3
6202026-07-20T18:34:48.846Z Compiling foldhash v0.1.5
6212026-07-20T18:34:48.954Z Compiling unicode-linebreak v0.1.5
6222026-07-20T18:34:49.071Z Compiling parking_lot_core v0.9.12
6232026-07-20T18:34:49.227Z Compiling base64 v0.22.1
6242026-07-20T18:34:49.360Z Compiling unicode-segmentation v1.13.3
6252026-07-20T18:34:49.721Z Compiling toml_write v0.1.2
6262026-07-20T18:34:49.818Z Compiling is_ci v1.2.0
6272026-07-20T18:34:49.831Z Compiling either v1.16.0
6282026-07-20T18:34:49.838Z Compiling nextest-workspace-hack v0.1.0
6292026-07-20T18:34:49.911Z Compiling ipnet v2.12.0
6302026-07-20T18:34:49.965Z Compiling crc32fast v1.5.0
6312026-07-20T18:34:49.977Z Compiling lazy_static v1.5.0
6322026-07-20T18:34:49.989Z Compiling portable-atomic v1.14.0
6332026-07-20T18:34:50.074Z Compiling sharded-slab v0.1.7
6342026-07-20T18:34:50.086Z Compiling toml_edit v0.22.27
6352026-07-20T18:34:50.311Z Compiling hyper-util v0.1.20
6362026-07-20T18:34:50.492Z Compiling supports-color v3.0.2
6372026-07-20T18:34:50.675Z Compiling convert_case v0.10.0
6382026-07-20T18:34:50.748Z Compiling textwrap v0.16.2
6392026-07-20T18:34:50.948Z Compiling hashbrown v0.15.5
6402026-07-20T18:34:51.137Z Compiling tower v0.5.3
6412026-07-20T18:34:51.596Z Compiling tokio-rustls v0.26.4
6422026-07-20T18:34:51.861Z Compiling backtrace-ext v0.2.1
6432026-07-20T18:34:52.124Z Compiling ordered-float v2.10.1
6442026-07-20T18:34:52.159Z Compiling webpki-roots v1.0.9
6452026-07-20T18:34:52.302Z Compiling miette-derive v7.6.0
6462026-07-20T18:34:52.374Z Compiling pathdiff v0.2.3
6472026-07-20T18:34:52.397Z Compiling console v0.15.11
6482026-07-20T18:34:52.503Z Compiling tracing-log v0.2.0
6492026-07-20T18:34:52.862Z Compiling cargo-platform v0.3.3
6502026-07-20T18:34:52.975Z Compiling os_pipe v1.2.3
6512026-07-20T18:34:53.157Z Compiling thread_local v1.1.10
6522026-07-20T18:34:53.413Z Compiling zstd-safe v7.2.4
6532026-07-20T18:34:53.444Z Compiling scopeguard v1.2.0
6542026-07-20T18:34:53.514Z Compiling rustix v0.38.44
6552026-07-20T18:34:53.557Z Compiling ryu v1.0.23
6562026-07-20T18:34:53.674Z Compiling debug-ignore v1.0.5
6572026-07-20T18:34:53.720Z Compiling supports-hyperlinks v3.2.0
6582026-07-20T18:34:53.787Z Compiling fixedbitset v0.5.7
6592026-07-20T18:34:53.849Z Compiling unicode-width v0.1.14
6602026-07-20T18:34:53.878Z Compiling supports-unicode v3.0.0
6612026-07-20T18:34:54.050Z Compiling utf8parse v0.2.2
6622026-07-20T18:34:54.152Z Compiling cfg_aliases v0.2.2
6632026-07-20T18:34:54.179Z Compiling winnow v1.0.4
6642026-07-20T18:34:54.227Z Compiling pulldown-cmark v0.13.4
6652026-07-20T18:34:54.304Z Compiling nix v0.30.1
6662026-07-20T18:34:54.340Z Compiling anstyle-parse v1.0.0
6672026-07-20T18:34:54.471Z Compiling miette v7.6.0
6682026-07-20T18:34:54.552Z Compiling petgraph v0.8.3
6692026-07-20T18:34:54.775Z Compiling serde_urlencoded v0.7.1
6702026-07-20T18:34:55.057Z Compiling lock_api v0.4.14
6712026-07-20T18:34:55.308Z Compiling toml_parser v1.1.2+spec-1.1.0
6722026-07-20T18:34:55.643Z Compiling tracing-subscriber v0.3.23
6732026-07-20T18:34:56.508Z Compiling sigchld v0.2.4
6742026-07-20T18:34:56.635Z Compiling cargo_metadata v0.23.1
6752026-07-20T18:34:56.705Z Compiling serde-value v0.7.0
6762026-07-20T18:34:57.418Z Compiling hyper-rustls v0.27.9
6772026-07-20T18:34:57.495Z Compiling serde-untagged v0.1.9
6782026-07-20T18:34:58.096Z Compiling toml v0.8.23
6792026-07-20T18:34:58.138Z Compiling tower-http v0.6.11
6802026-07-20T18:34:58.572Z Compiling derive_more-impl v2.1.1
6812026-07-20T18:34:59.443Z Compiling itertools v0.14.0
6822026-07-20T18:34:59.457Z Compiling regex v1.13.1
6832026-07-20T18:34:59.467Z Compiling crypto-common v0.1.7
6842026-07-20T18:34:59.596Z Compiling block-buffer v0.10.4
6852026-07-20T18:34:59.612Z Compiling ppv-lite86 v0.2.21
6862026-07-20T18:34:59.746Z Compiling futures-executor v0.3.33
6872026-07-20T18:34:59.937Z Compiling rand_core v0.9.5
6882026-07-20T18:35:00.193Z Compiling http-body-util v0.1.4
6892026-07-20T18:35:00.286Z Compiling pin-project-internal v1.1.13
6902026-07-20T18:35:00.491Z Compiling uuid v1.24.0
6912026-07-20T18:35:00.875Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-07-20T18:35:00.875Z Compiling serde_spanned v1.1.1
6932026-07-20T18:35:00.928Z Compiling smol_str v0.3.6
6942026-07-20T18:35:01.031Z Compiling filetime v0.2.29
6952026-07-20T18:35:01.043Z Compiling bstr v1.13.0
6962026-07-20T18:35:01.284Z Compiling vte v0.14.1
6972026-07-20T18:35:01.307Z Compiling eyre v0.6.12
6982026-07-20T18:35:01.407Z Compiling unicase v2.9.0
6992026-07-20T18:35:01.593Z Compiling litrs v1.0.0
7002026-07-20T18:35:01.624Z Compiling color-spantrace v0.3.0
7012026-07-20T18:35:01.676Z Compiling is_terminal_polyfill v1.70.2
7022026-07-20T18:35:01.737Z Compiling static_assertions v1.1.0
7032026-07-20T18:35:01.772Z Compiling iana-time-zone v0.1.65
7042026-07-20T18:35:01.810Z Compiling xattr v1.6.1
7052026-07-20T18:35:01.822Z Compiling unicode-xid v0.2.6
7062026-07-20T18:35:01.836Z Compiling anstyle-query v1.1.5
7072026-07-20T18:35:01.935Z Compiling self_update v0.42.0
7082026-07-20T18:35:01.946Z Compiling nested v0.1.1
7092026-07-20T18:35:01.959Z Compiling tinyvec_macros v0.1.1
7102026-07-20T18:35:01.993Z Compiling colorchoice v1.0.5
7112026-07-20T18:35:02.020Z Compiling number_prefix v0.4.0
7122026-07-20T18:35:02.024Z Compiling anstyle v1.0.14
7132026-07-20T18:35:02.108Z Compiling guppy v0.17.26
7142026-07-20T18:35:02.111Z Compiling document-features v0.2.12
7152026-07-20T18:35:02.133Z Compiling indicatif v0.17.11
7162026-07-20T18:35:02.171Z Compiling tinyvec v1.12.0
7172026-07-20T18:35:02.245Z Compiling anstream v1.0.0
7182026-07-20T18:35:02.297Z Compiling tar v0.4.46
7192026-07-20T18:35:02.595Z Compiling cargo-util-schemas v0.2.0
7202026-07-20T18:35:02.671Z Compiling chrono v0.4.45
7212026-07-20T18:35:04.171Z Compiling globset v0.4.19
7222026-07-20T18:35:04.810Z Compiling pin-project v1.1.13
7232026-07-20T18:35:04.822Z Compiling strip-ansi-escapes v0.2.1
7242026-07-20T18:35:04.916Z Compiling nextest-metadata v0.12.2
7252026-07-20T18:35:04.988Z Compiling toml v1.1.3+spec-1.1.0
7262026-07-20T18:35:05.240Z Compiling newtype-uuid v1.3.2
7272026-07-20T18:35:05.306Z Compiling reqwest v0.12.28
7282026-07-20T18:35:05.432Z Compiling rand_chacha v0.9.0
7292026-07-20T18:35:05.982Z Compiling futures v0.3.33
7302026-07-20T18:35:06.045Z Compiling digest v0.10.7
7312026-07-20T18:35:06.066Z Compiling derive_more v2.1.1
7322026-07-20T18:35:06.150Z Compiling flate2 v1.1.9
7332026-07-20T18:35:06.266Z Compiling parking_lot v0.12.5
7342026-07-20T18:35:06.701Z Compiling shared_child v1.1.1
7352026-07-20T18:35:07.038Z Compiling tracing-error v0.2.1
7362026-07-20T18:35:07.488Z Compiling signal-hook-mio v0.2.5
7372026-07-20T18:35:07.626Z Compiling self-replace v1.5.0
7382026-07-20T18:35:07.641Z Compiling cargo-platform v0.2.0
7392026-07-20T18:35:07.916Z Compiling quick-xml v0.37.5
7402026-07-20T18:35:08.103Z Compiling quick-xml v0.38.4
7412026-07-20T18:35:08.181Z Compiling clap_lex v1.1.0
7422026-07-20T18:35:08.522Z Compiling strsim v0.11.1
7432026-07-20T18:35:08.538Z Compiling shell-words v1.1.1
7442026-07-20T18:35:08.785Z Compiling urlencoding v2.1.3
7452026-07-20T18:35:09.030Z Compiling recursion v0.5.4
7462026-07-20T18:35:09.346Z Compiling indenter v0.3.4
7472026-07-20T18:35:09.396Z Compiling heck v0.5.0
7482026-07-20T18:35:09.427Z Compiling cpufeatures v0.2.17
7492026-07-20T18:35:09.474Z Compiling humantime v2.4.0
7502026-07-20T18:35:09.594Z Compiling clap_derive v4.6.3
7512026-07-20T18:35:09.756Z Compiling humantime-serde v1.1.1
7522026-07-20T18:35:09.764Z Compiling clap_builder v4.6.2
7532026-07-20T18:35:09.894Z Compiling sha2 v0.10.9
7542026-07-20T18:35:10.045Z Compiling nextest-filtering v0.15.0
7552026-07-20T18:35:11.118Z Compiling quick-junit v0.5.2
7562026-07-20T18:35:11.366Z Compiling atomicwrites v0.4.4
7572026-07-20T18:35:11.654Z Compiling cargo_metadata v0.20.0
7582026-07-20T18:35:14.008Z Compiling cargo-nextest v0.9.97
7592026-07-20T18:35:14.212Z Compiling crossterm v0.29.0
7602026-07-20T18:35:15.229Z Compiling zstd v0.13.3
7612026-07-20T18:35:15.675Z Compiling duct v0.13.7
7622026-07-20T18:35:15.692Z Compiling async-scoped v0.9.0
7632026-07-20T18:35:15.706Z Compiling config v0.15.25
7642026-07-20T18:35:15.885Z Compiling rand v0.9.5
7652026-07-20T18:35:16.648Z Compiling unicode-normalization v0.1.25
7662026-07-20T18:35:16.756Z Compiling target-spec-miette v0.4.8
7672026-07-20T18:35:16.791Z Compiling future-queue v0.4.0
7682026-07-20T18:35:17.079Z Compiling mukti-metadata v0.3.0
7692026-07-20T18:35:17.197Z Compiling camino-tempfile v1.4.1
7702026-07-20T18:35:17.234Z Compiling tokio-stream v0.1.18
7712026-07-20T18:35:17.380Z Compiling derive-where v1.6.1
7722026-07-20T18:35:17.428Z Compiling serde_path_to_error v0.1.20
7732026-07-20T18:35:17.605Z Compiling serde_ignored v0.1.14
7742026-07-20T18:35:17.624Z Compiling hex v0.4.3
7752026-07-20T18:35:17.759Z Compiling home v0.5.12
7762026-07-20T18:35:17.902Z Compiling xxhash-rust v0.8.17
7772026-07-20T18:35:17.915Z Compiling swrite v0.1.0
7782026-07-20T18:35:17.915Z Compiling indent_write v2.2.0
7792026-07-20T18:35:17.937Z Compiling color-eyre v0.6.5
7802026-07-20T18:35:18.051Z Compiling clap v4.6.3
7812026-07-20T18:35:18.063Z Compiling dialoguer v0.11.0
7822026-07-20T18:35:18.080Z Compiling enable-ansi-support v0.2.1
7832026-07-20T18:35:18.625Z Compiling nextest-runner v0.80.0
7842026-07-20T18:35:36.661Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-07-20T18:35:36.842Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-07-20T18:35:36.845Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-07-20T18:35:36.967Z+ pushd rdb
7882026-07-20T18:35:36.972Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7892026-07-20T18:35:36.972Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7902026-07-20T18:35:37.120Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-07-20T18:35:37.738ZFrom https://github.com/oxidecomputer/falcon
7922026-07-20T18:35:37.738Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7932026-07-20T18:35:37.814Z Updating crates.io index
7942026-07-20T18:35:37.817Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-07-20T18:35:38.225ZFrom https://github.com/oxidecomputer/dendrite
7962026-07-20T18:35:38.225Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
7972026-07-20T18:35:38.258Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-07-20T18:35:38.509ZFrom https://github.com/oxidecomputer/ispf
7992026-07-20T18:35:38.509Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8002026-07-20T18:35:38.514Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-07-20T18:35:38.844ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-07-20T18:35:38.844Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-07-20T18:35:38.850Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-07-20T18:35:44.827ZFrom https://github.com/oxidecomputer/omicron
8052026-07-20T18:35:44.827Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8062026-07-20T18:35:45.248Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-07-20T18:35:46.155ZFrom https://github.com/oxidecomputer/opte
8082026-07-20T18:35:46.155Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8092026-07-20T18:35:46.180Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102026-07-20T18:35:46.472ZFrom https://github.com/oxidecomputer/slog-error-chain
8112026-07-20T18:35:46.472Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8122026-07-20T18:35:46.512Z Updating git repository `https://github.com/illumos/smf-rs`
8132026-07-20T18:35:46.734ZFrom https://github.com/illumos/smf-rs
8142026-07-20T18:35:46.734Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8152026-07-20T18:35:46.743Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-07-20T18:35:47.006ZFrom https://github.com/oxidecomputer/network-interface
8172026-07-20T18:35:47.006Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-07-20T18:35:47.012Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-07-20T18:35:47.265ZFrom https://github.com/oxidecomputer/zone
8202026-07-20T18:35:47.265Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-07-20T18:35:47.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
8222026-07-20T18:35:48.141ZFrom https://github.com/oxidecomputer/propolis
8232026-07-20T18:35:48.141Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8242026-07-20T18:35:48.186Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8252026-07-20T18:35:48.704ZFrom https://github.com/oxidecomputer/transceiver-control
8262026-07-20T18:35:48.704Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8272026-07-20T18:35:48.714Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8282026-07-20T18:35:48.972ZFrom https://github.com/oxidecomputer/dlpi-sys
8292026-07-20T18:35:48.972Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8302026-07-20T18:35:48.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8312026-07-20T18:35:49.265ZFrom https://github.com/jmesmon/rust-libzfs
8322026-07-20T18:35:49.265Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8332026-07-20T18:35:49.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8342026-07-20T18:35:49.509ZFrom https://github.com/oxidecomputer/rusty-doors
8352026-07-20T18:35:49.509Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8362026-07-20T18:35:49.516Z Updating git repository `https://github.com/oxidecomputer/lldp`
8372026-07-20T18:35:49.842ZFrom https://github.com/oxidecomputer/lldp
8382026-07-20T18:35:49.842Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8392026-07-20T18:35:49.854Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8402026-07-20T18:35:50.136ZFrom https://github.com/oxidecomputer/tufaceous
8412026-07-20T18:35:50.136Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8422026-07-20T18:35:50.153Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-07-20T18:35:50.737ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-07-20T18:35:50.737Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-07-20T18:35:50.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-07-20T18:35:51.851ZFrom https://github.com/oxidecomputer/crucible
8472026-07-20T18:35:51.851Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-07-20T18:35:51.895Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-07-20T18:35:52.141ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-07-20T18:35:52.141Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-07-20T18:35:52.154Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-07-20T18:35:52.569ZFrom https://github.com/oxidecomputer/propolis
8532026-07-20T18:35:52.569Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-07-20T18:35:52.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-07-20T18:35:53.142ZFrom https://github.com/oxidecomputer/crucible
8562026-07-20T18:35:53.142Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-07-20T18:35:53.207Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-07-20T18:35:53.540ZFrom https://github.com/oxidecomputer/tofino
8592026-07-20T18:35:53.540Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-07-20T18:35:53.551Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-07-20T18:35:54.335ZFrom https://github.com/oxidecomputer/maghemite
8622026-07-20T18:35:54.335Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-07-20T18:35:54.366Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-07-20T18:35:54.610ZFrom https://github.com/oxidecomputer/clickward
8652026-07-20T18:35:54.611Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-07-20T18:35:54.659Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-07-20T18:35:54.856ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-07-20T18:35:54.856Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-07-20T18:35:55.709Z Downloading crates ...
8702026-07-20T18:35:55.800Z Downloaded allocator-api2 v0.2.21
8712026-07-20T18:35:55.803Z Downloaded aead v0.5.2
8722026-07-20T18:35:55.807Z Downloaded ciborium v0.2.2
8732026-07-20T18:35:55.810Z Downloaded chacha20 v0.9.1
8742026-07-20T18:35:55.810Z Downloaded async-trait v0.1.89
8752026-07-20T18:35:55.813Z Downloaded async-recursion v1.1.1
8762026-07-20T18:35:55.816Z Downloaded dtrace-parser v0.2.0
8772026-07-20T18:35:55.819Z Downloaded ciborium-io v0.2.2
8782026-07-20T18:35:55.822Z Downloaded cfg_aliases v0.2.1
8792026-07-20T18:35:55.822Z Downloaded arrayvec v0.7.6
8802026-07-20T18:35:55.826Z Downloaded cobs v0.3.0
8812026-07-20T18:35:55.829Z Downloaded dunce v1.0.5
8822026-07-20T18:35:55.833Z Downloaded byteorder v1.5.0
8832026-07-20T18:35:55.836Z Downloaded heapless v0.8.0
8842026-07-20T18:35:55.840Z Downloaded futures-io v0.3.32
8852026-07-20T18:35:55.843Z Downloaded ciborium-ll v0.2.2
8862026-07-20T18:35:55.843Z Downloaded embedded-io v0.4.0
8872026-07-20T18:35:55.843Z Downloaded glob v0.3.3
8882026-07-20T18:35:55.846Z Downloaded defmt-parser v1.0.0
8892026-07-20T18:35:55.846Z Downloaded byte-wrapper v0.1.0
8902026-07-20T18:35:55.848Z Downloaded gethostname v0.5.0
8912026-07-20T18:35:55.848Z Downloaded fs-err v3.3.0
8922026-07-20T18:35:55.848Z Downloaded cmake v0.1.58
8932026-07-20T18:35:55.852Z Downloaded clap_derive v4.6.1
8942026-07-20T18:35:55.852Z Downloaded git-stub-vcs v0.1.0
8952026-07-20T18:35:55.855Z Downloaded getrandom v0.4.2
8962026-07-20T18:35:55.857Z Downloaded fixedbitset v0.4.2
8972026-07-20T18:35:55.857Z Downloaded futures-macro v0.3.32
8982026-07-20T18:35:55.857Z Downloaded compression-core v0.4.32
8992026-07-20T18:35:55.860Z Downloaded const-random-macro v0.1.16
9002026-07-20T18:35:55.860Z Downloaded bit-set v0.8.0
9012026-07-20T18:35:55.860Z Downloaded keccak v0.1.6
9022026-07-20T18:35:55.863Z Downloaded foreign-types-shared v0.3.1
9032026-07-20T18:35:55.863Z Downloaded float-ord v0.3.2
9042026-07-20T18:35:55.863Z Downloaded argon2 v0.5.3
9052026-07-20T18:35:55.863Z Downloaded chacha20 v0.10.0
9062026-07-20T18:35:55.866Z Downloaded clap v4.6.2
9072026-07-20T18:35:55.872Z Downloaded blake2 v0.10.6
9082026-07-20T18:35:55.875Z Downloaded embedded-io v0.6.1
9092026-07-20T18:35:55.875Z Downloaded bcs v0.1.6
9102026-07-20T18:35:55.875Z Downloaded arrayref v0.3.9
9112026-07-20T18:35:55.878Z Downloaded idna_adapter v1.2.2
9122026-07-20T18:35:55.878Z Downloaded erased-serde v0.3.31
9132026-07-20T18:35:55.878Z Downloaded dyn-clone v1.0.20
9142026-07-20T18:35:55.881Z Downloaded darling_macro v0.21.3
9152026-07-20T18:35:55.881Z Downloaded dropshot-api-manager-types v0.7.2
9162026-07-20T18:35:55.881Z Downloaded crunchy v0.2.4
9172026-07-20T18:35:55.884Z Downloaded dtrace-parser v0.3.0
9182026-07-20T18:35:55.884Z Downloaded base16ct v1.0.0
9192026-07-20T18:35:55.884Z Downloaded linked-hash-map v0.5.6
9202026-07-20T18:35:55.887Z Downloaded async-compression v0.4.42
9212026-07-20T18:35:55.890Z Downloaded internet-checksum v0.2.1
9222026-07-20T18:35:55.890Z Downloaded dof v0.4.0
9232026-07-20T18:35:55.897Z Downloaded futures-sink v0.3.32
9242026-07-20T18:35:55.897Z Downloaded futures-core v0.3.32
9252026-07-20T18:35:55.897Z Downloaded dof v0.3.0
9262026-07-20T18:35:55.897Z Downloaded defmt v0.3.100
9272026-07-20T18:35:55.897Z Downloaded bs58 v0.5.1
9282026-07-20T18:35:55.897Z Downloaded backon v1.6.0
9292026-07-20T18:35:55.897Z Downloaded is-terminal v0.4.17
9302026-07-20T18:35:55.900Z Downloaded inout v0.1.4
9312026-07-20T18:35:55.900Z Downloaded heck v0.4.1
9322026-07-20T18:35:55.903Z Downloaded darling_macro v0.23.0
9332026-07-20T18:35:55.903Z Downloaded cstr-argument v0.1.2
9342026-07-20T18:35:55.903Z Downloaded crypto-common v0.2.2
9352026-07-20T18:35:55.903Z Downloaded async-stream-impl v0.3.6
9362026-07-20T18:35:55.908Z Downloaded group v0.13.0
9372026-07-20T18:35:55.908Z Downloaded konst_macro_rules v0.2.19
9382026-07-20T18:35:55.908Z Downloaded instant v0.1.13
9392026-07-20T18:35:55.911Z Downloaded async-stream v0.3.6
9402026-07-20T18:35:55.911Z Downloaded crucible-workspace-hack v0.1.0
9412026-07-20T18:35:55.911Z Downloaded convert_case v0.4.0
9422026-07-20T18:35:55.911Z Downloaded futures-task v0.3.32
9432026-07-20T18:35:55.915Z Downloaded foreign-types v0.5.0
9442026-07-20T18:35:55.915Z Downloaded lru-cache v0.1.2
9452026-07-20T18:35:55.915Z Downloaded enum-as-inner v0.6.1
9462026-07-20T18:35:55.915Z Downloaded block-buffer v0.12.0
9472026-07-20T18:35:55.918Z Downloaded const_format_proc_macros v0.2.34
9482026-07-20T18:35:55.918Z Downloaded hubpack_derive v0.1.1
9492026-07-20T18:35:55.918Z Downloaded hash32 v0.3.1
9502026-07-20T18:35:55.918Z Downloaded libscf-sys v1.2.0
9512026-07-20T18:35:55.921Z Downloaded natord v1.0.9
9522026-07-20T18:35:55.921Z Downloaded ff v0.13.1
9532026-07-20T18:35:55.921Z Downloaded base16ct v0.2.0
9542026-07-20T18:35:55.924Z Downloaded match_cfg v0.1.0
9552026-07-20T18:35:55.924Z Downloaded memmap v0.7.0
9562026-07-20T18:35:55.924Z Downloaded foldhash v0.2.0
9572026-07-20T18:35:55.925Z Downloaded ident_case v1.0.1
9582026-07-20T18:35:55.928Z Downloaded fxhash v0.2.1
9592026-07-20T18:35:55.928Z Downloaded macaddr v1.0.1
9602026-07-20T18:35:55.928Z Downloaded git-stub v1.0.0
9612026-07-20T18:35:55.931Z Downloaded managed v0.8.0
9622026-07-20T18:35:55.931Z Downloaded crc8 v0.1.1
9632026-07-20T18:35:55.931Z Downloaded memoffset v0.9.1
9642026-07-20T18:35:55.931Z Downloaded hubpack v0.1.2
9652026-07-20T18:35:55.934Z Downloaded hickory-resolver v0.24.4
9662026-07-20T18:35:55.937Z Downloaded mime v0.3.17
9672026-07-20T18:35:55.937Z Downloaded colored v3.1.1
9682026-07-20T18:35:55.939Z Downloaded cancel-safe-futures v0.1.5
9692026-07-20T18:35:55.939Z Downloaded httpdate v1.0.3
9702026-07-20T18:35:55.939Z Downloaded http-body v1.0.1
9712026-07-20T18:35:55.942Z Downloaded crossbeam-deque v0.8.6
9722026-07-20T18:35:55.942Z Downloaded backoff v0.4.0
9732026-07-20T18:35:55.945Z Downloaded bitflags v1.3.2
9742026-07-20T18:35:55.945Z Downloaded fastrand v2.4.1
9752026-07-20T18:35:55.948Z Downloaded no-std-compat v0.4.1
9762026-07-20T18:35:55.948Z Downloaded newtype_derive v0.1.6
9772026-07-20T18:35:55.948Z Downloaded hostname v0.3.1
9782026-07-20T18:35:55.951Z Downloaded newtype-uuid-macros v0.1.0
9792026-07-20T18:35:55.951Z Downloaded crossbeam-utils v0.8.21
9802026-07-20T18:35:55.953Z Downloaded num-iter v0.1.45
9812026-07-20T18:35:55.954Z Downloaded num-derive v0.4.2
9822026-07-20T18:35:55.956Z Downloaded num-conv v0.2.2
9832026-07-20T18:35:55.956Z Downloaded fs_extra v1.3.0
9842026-07-20T18:35:55.956Z Downloaded newline-converter v0.3.0
9852026-07-20T18:35:55.956Z Downloaded cipher v0.4.4
9862026-07-20T18:35:55.959Z Downloaded num_threads v0.1.7
9872026-07-20T18:35:55.959Z Downloaded num v0.4.3
9882026-07-20T18:35:55.959Z Downloaded critical-section v1.2.0
9892026-07-20T18:35:55.962Z Downloaded bytes v1.11.1
9902026-07-20T18:35:55.968Z Downloaded bytecount v0.6.9
9912026-07-20T18:35:55.968Z Downloaded foreign-types-macros v0.2.3
9922026-07-20T18:35:55.971Z Downloaded olpc-cjson v0.1.4
9932026-07-20T18:35:55.971Z Downloaded derive-ex v0.1.8
9942026-07-20T18:35:55.971Z Downloaded constant_time_eq v0.4.2
9952026-07-20T18:35:55.971Z Downloaded hostname v0.4.2
9962026-07-20T18:35:55.971Z Downloaded omicron-workspace-hack v0.1.0
9972026-07-20T18:35:55.971Z Downloaded highway v1.3.0
9982026-07-20T18:35:55.974Z Downloaded deranged v0.5.8
9992026-07-20T18:35:55.974Z Downloaded opaque-debug v0.3.1
10002026-07-20T18:35:55.974Z Downloaded daft v0.1.7
10012026-07-20T18:35:55.977Z Downloaded compression-codecs v0.4.38
10022026-07-20T18:35:55.980Z Downloaded ingot v0.1.1
10032026-07-20T18:35:55.980Z Downloaded csv-core v0.1.13
10042026-07-20T18:35:55.983Z Downloaded displaydoc v0.2.6
10052026-07-20T18:35:55.986Z Downloaded ingot-types v0.1.2
10062026-07-20T18:35:55.986Z Downloaded libsw v3.5.0
10072026-07-20T18:35:55.986Z Downloaded half v2.7.1
10082026-07-20T18:35:55.990Z Downloaded globset v0.4.18
10092026-07-20T18:35:55.994Z Downloaded futures-channel v0.3.32
10102026-07-20T18:35:55.994Z Downloaded digest v0.11.3
10112026-07-20T18:35:55.998Z Downloaded defmt-macros v1.1.0
10122026-07-20T18:35:55.998Z Downloaded parse-display v0.10.0
10132026-07-20T18:35:55.998Z Downloaded data-encoding v2.11.0
10142026-07-20T18:35:55.998Z Downloaded const-random v0.1.18
10152026-07-20T18:35:56.001Z Downloaded bit-vec v0.8.0
10162026-07-20T18:35:56.001Z Downloaded libsw-core v0.3.2
10172026-07-20T18:35:56.001Z Downloaded jobserver v0.1.34
10182026-07-20T18:35:56.004Z Downloaded humantime v2.3.0
10192026-07-20T18:35:56.004Z Downloaded futures-executor v0.3.32
10202026-07-20T18:35:56.007Z Downloaded daft-derive v0.1.7
10212026-07-20T18:35:56.010Z Downloaded console v0.16.3
10222026-07-20T18:35:56.010Z Downloaded plain v0.2.3
10232026-07-20T18:35:56.010Z Downloaded phf_shared v0.12.1
10242026-07-20T18:35:56.013Z Downloaded anyhow v1.0.104
10252026-07-20T18:35:56.016Z Downloaded proc-macro-error-attr2 v2.0.0
10262026-07-20T18:35:56.016Z Downloaded potential_utf v0.1.5
10272026-07-20T18:35:56.016Z Downloaded proc-macro-crate v1.3.1
10282026-07-20T18:35:56.019Z Downloaded multer v3.1.0
10292026-07-20T18:35:56.019Z Downloaded proc-macro-error-attr v1.0.4
10302026-07-20T18:35:56.022Z Downloaded num_enum v0.7.6
10312026-07-20T18:35:56.025Z Downloaded num-rational v0.4.2
10322026-07-20T18:35:56.025Z Downloaded linear-map v1.2.0
10332026-07-20T18:35:56.028Z Downloaded num_enum_derive v0.5.11
10342026-07-20T18:35:56.028Z Downloaded progenitor-macro v0.14.0
10352026-07-20T18:35:56.028Z Downloaded ipnetwork v0.21.1
10362026-07-20T18:35:56.032Z Downloaded num_enum_derive v0.7.6
10372026-07-20T18:35:56.032Z Downloaded progenitor-client v0.14.0
10382026-07-20T18:35:56.035Z Downloaded progenitor-client v0.10.0
10392026-07-20T18:35:56.035Z Downloaded darling v0.21.3
10402026-07-20T18:35:56.039Z Downloaded progenitor-macro v0.13.0
10412026-07-20T18:35:56.039Z Downloaded cookie v0.18.1
10422026-07-20T18:35:56.042Z Downloaded oxide-tokio-rt v0.1.6
10432026-07-20T18:35:56.042Z Downloaded num-complex v0.4.6
10442026-07-20T18:35:56.042Z Downloaded rand_xorshift v0.4.0
10452026-07-20T18:35:56.042Z Downloaded rand_chacha v0.3.1
10462026-07-20T18:35:56.045Z Downloaded quick-error v1.2.3
10472026-07-20T18:35:56.045Z Downloaded parking_lot_core v0.8.6
10482026-07-20T18:35:56.049Z Downloaded crossbeam-epoch v0.9.18
10492026-07-20T18:35:56.050Z Downloaded cargo_toml v0.22.3
10502026-07-20T18:35:56.053Z Downloaded oxnet v0.1.6
10512026-07-20T18:35:56.053Z Downloaded num_enum v0.5.11
10522026-07-20T18:35:56.056Z Downloaded progenitor-macro v0.10.0
10532026-07-20T18:35:56.056Z Downloaded memmap2 v0.9.10
10542026-07-20T18:35:56.056Z Downloaded litemap v0.8.2
10552026-07-20T18:35:56.060Z Downloaded ref-cast v1.0.25
10562026-07-20T18:35:56.060Z Downloaded diff v0.1.13
10572026-07-20T18:35:56.064Z Downloaded ref-cast-impl v1.0.25
10582026-07-20T18:35:56.064Z Downloaded pem v3.0.6
10592026-07-20T18:35:56.064Z Downloaded paste v1.0.15
10602026-07-20T18:35:56.067Z Downloaded num-integer v0.1.46
10612026-07-20T18:35:56.067Z Downloaded proc-macro-crate v3.5.0
10622026-07-20T18:35:56.067Z Downloaded hmac v0.12.1
10632026-07-20T18:35:56.070Z Downloaded rustc_version v0.1.7
10642026-07-20T18:35:56.070Z Downloaded rustc-hash v2.1.2
10652026-07-20T18:35:56.074Z Downloaded parse-display-derive v0.10.0
10662026-07-20T18:35:56.074Z Downloaded powerfmt v0.2.0
10672026-07-20T18:35:56.074Z Downloaded bitflags v2.12.1
10682026-07-20T18:35:56.077Z Downloaded phf v0.12.1
10692026-07-20T18:35:56.079Z Downloaded scroll_derive v0.13.1
10702026-07-20T18:35:56.087Z Downloaded darling v0.23.0
10712026-07-20T18:35:56.090Z Downloaded proc-macro-error2 v2.0.1
10722026-07-20T18:35:56.093Z Downloaded proc-macro-error v1.0.4
10732026-07-20T18:35:56.096Z Downloaded progenitor v0.14.0
10742026-07-20T18:35:56.099Z Downloaded serde-big-array v0.5.1
10752026-07-20T18:35:56.099Z Downloaded semver v0.1.20
10762026-07-20T18:35:56.102Z Downloaded scroll_derive v0.12.1
10772026-07-20T18:35:56.102Z Downloaded dropshot_endpoint v0.17.1
10782026-07-20T18:35:56.106Z Downloaded drift v0.2.0
10792026-07-20T18:35:56.109Z Downloaded serde_repr v0.1.21
10802026-07-20T18:35:56.112Z Downloaded derive_more v0.99.20
10812026-07-20T18:35:56.115Z Downloaded sigpipe v0.1.3
10822026-07-20T18:35:56.115Z Downloaded serde_plain v1.0.2
10832026-07-20T18:35:56.115Z Downloaded progenitor-extras v0.2.0
10842026-07-20T18:35:56.119Z Downloaded progenitor-client v0.13.0
10852026-07-20T18:35:56.119Z Downloaded progenitor v0.10.0
10862026-07-20T18:35:56.119Z Downloaded const-oid v0.10.2
10872026-07-20T18:35:56.121Z Downloaded same-file v1.0.6
10882026-07-20T18:35:56.121Z Downloaded slog-bunyan v2.5.0
10892026-07-20T18:35:56.124Z Downloaded sha1 v0.11.0
10902026-07-20T18:35:56.124Z Downloaded parking_lot v0.11.2
10912026-07-20T18:35:56.128Z Downloaded chacha20poly1305 v0.10.1
10922026-07-20T18:35:56.128Z Downloaded quote v1.0.45
10932026-07-20T18:35:56.131Z Downloaded defmt v1.1.0
10942026-07-20T18:35:56.134Z Downloaded sha1 v0.10.6
10952026-07-20T18:35:56.134Z Downloaded serial_test v3.5.0
10962026-07-20T18:35:56.137Z Downloaded progenitor v0.13.0
10972026-07-20T18:35:56.137Z Downloaded icu_properties v2.2.0
10982026-07-20T18:35:56.139Z Downloaded pretty-hex v0.4.2
10992026-07-20T18:35:56.139Z Downloaded port-file v0.1.0
11002026-07-20T18:35:56.142Z Downloaded slog-envlogger v2.2.0
11012026-07-20T18:35:56.145Z Downloaded hybrid-array v0.4.12
11022026-07-20T18:35:56.145Z Downloaded structmeta-derive v0.3.0
11032026-07-20T18:35:56.148Z Downloaded stable_deref_trait v1.2.1
11042026-07-20T18:35:56.148Z Downloaded futures v0.3.32
11052026-07-20T18:35:56.151Z Downloaded password-hash v0.5.0
11062026-07-20T18:35:56.151Z Downloaded resolv-conf v0.7.6
11072026-07-20T18:35:56.155Z Downloaded rustls-native-certs v0.8.4
11082026-07-20T18:35:56.155Z Downloaded darling_core v0.21.3
11092026-07-20T18:35:56.158Z Downloaded const_format v0.2.36
11102026-07-20T18:35:56.161Z Downloaded strum v0.26.3
11112026-07-20T18:35:56.161Z Downloaded strum v0.27.2
11122026-07-20T18:35:56.164Z Downloaded structmeta v0.3.0
11132026-07-20T18:35:56.164Z Downloaded spin v0.5.2
11142026-07-20T18:35:56.164Z Downloaded log v0.4.32
11152026-07-20T18:35:56.167Z Downloaded poly1305 v0.8.0
11162026-07-20T18:35:56.167Z Downloaded rusty-fork v0.3.1
11172026-07-20T18:35:56.170Z Downloaded ingot-macros v0.1.1
11182026-07-20T18:35:56.170Z Downloaded pest_generator v2.8.6
11192026-07-20T18:35:56.175Z Downloaded elliptic-curve v0.13.8
11202026-07-20T18:35:56.175Z Downloaded scroll v0.13.0
11212026-07-20T18:35:56.178Z Downloaded tabwriter v1.4.1
11222026-07-20T18:35:56.178Z Downloaded tabled_derive v0.11.0
11232026-07-20T18:35:56.178Z Downloaded postcard v1.1.3
11242026-07-20T18:35:56.178Z Downloaded take_mut v0.2.2
11252026-07-20T18:35:56.181Z Downloaded secrecy v0.10.3
11262026-07-20T18:35:56.181Z Downloaded scroll v0.12.0
11272026-07-20T18:35:56.181Z Downloaded schemars_derive v0.8.22
11282026-07-20T18:35:56.184Z Downloaded indicatif v0.18.4
11292026-07-20T18:35:56.187Z Downloaded quinn-udp v0.5.14
11302026-07-20T18:35:56.189Z Downloaded siphasher v1.0.3
11312026-07-20T18:35:56.189Z Downloaded simd-adler32 v0.3.9
11322026-07-20T18:35:56.194Z Downloaded serde_tokenstream v0.2.3
11332026-07-20T18:35:56.194Z Downloaded slog-dtrace v0.3.0
11342026-07-20T18:35:56.194Z Downloaded slog-async v2.8.0
11352026-07-20T18:35:56.197Z Downloaded serial_test_derive v3.5.0
11362026-07-20T18:35:56.197Z Downloaded testing_table v0.3.0
11372026-07-20T18:35:56.197Z Downloaded smawk v0.3.2
11382026-07-20T18:35:56.197Z Downloaded thread-id v5.1.0
11392026-07-20T18:35:56.202Z Downloaded termtree v0.5.1
11402026-07-20T18:35:56.202Z Downloaded tagptr v0.2.0
11412026-07-20T18:35:56.203Z Downloaded tabled_derive v0.7.0
11422026-07-20T18:35:56.207Z Downloaded omicron-zone-package v0.12.3
11432026-07-20T18:35:56.207Z Downloaded icu_provider v2.2.0
11442026-07-20T18:35:56.207Z Downloaded darling_core v0.23.0
11452026-07-20T18:35:56.211Z Downloaded pest_derive v2.8.6
11462026-07-20T18:35:56.216Z Downloaded indexmap v1.9.3
11472026-07-20T18:35:56.216Z Downloaded icu_normalizer_data v2.2.0
11482026-07-20T18:35:56.220Z Downloaded thread-id v4.2.2
11492026-07-20T18:35:56.220Z Downloaded slog-term v2.9.2
11502026-07-20T18:35:56.220Z Downloaded slog-stdlog v4.1.1
11512026-07-20T18:35:56.220Z Downloaded snafu-derive v0.8.9
11522026-07-20T18:35:56.224Z Downloaded slog-json v2.6.1
11532026-07-20T18:35:56.224Z Downloaded smartstring v1.0.1
11542026-07-20T18:35:56.224Z Downloaded rhai_codegen v3.2.0
11552026-07-20T18:35:56.228Z Downloaded time-core v0.1.8
11562026-07-20T18:35:56.228Z Downloaded rustversion v1.0.22
11572026-07-20T18:35:56.232Z Downloaded smf v0.2.3
11582026-07-20T18:35:56.232Z Downloaded strum_macros v0.27.2
11592026-07-20T18:35:56.232Z Downloaded tokio-macros v2.7.0
11602026-07-20T18:35:56.235Z Downloaded rustls-pki-types v1.14.1
11612026-07-20T18:35:56.235Z Downloaded slog-scope v4.4.1
11622026-07-20T18:35:56.237Z Downloaded serde_derive_internals v0.29.1
11632026-07-20T18:35:56.238Z Downloaded konst v0.2.20
11642026-07-20T18:35:56.240Z Downloaded icu_locale_core v2.2.0
11652026-07-20T18:35:56.247Z Downloaded topological-sort v0.2.2
11662026-07-20T18:35:56.250Z Downloaded synstructure v0.13.2
11672026-07-20T18:35:56.254Z Downloaded progenitor-impl v0.14.0
11682026-07-20T18:35:56.258Z Downloaded typify-macro v0.4.3
11692026-07-20T18:35:56.261Z Downloaded strum_macros v0.26.4
11702026-07-20T18:35:56.261Z Downloaded proc-macro2 v1.0.106
11712026-07-20T18:35:56.261Z Downloaded typify-macro v0.6.2
11722026-07-20T18:35:56.266Z Downloaded crypto-bigint v0.5.5
11732026-07-20T18:35:56.308Z Downloaded papergrid v0.18.0
11742026-07-20T18:35:56.317Z Downloaded serde_with_macros v3.21.0
11752026-07-20T18:35:56.317Z Downloaded papergrid v0.11.0
11762026-07-20T18:35:56.317Z Downloaded universal-hash v0.5.1
11772026-07-20T18:35:56.317Z Downloaded thiserror-impl-no-std v2.0.2
11782026-07-20T18:35:56.317Z Downloaded usdt-attr-macro v0.5.0
11792026-07-20T18:35:56.317Z Downloaded untrusted v0.7.1
11802026-07-20T18:35:56.318Z Downloaded thiserror-no-std v2.0.2
11812026-07-20T18:35:56.318Z Downloaded usdt v0.6.0
11822026-07-20T18:35:56.318Z Downloaded openssl-sys v0.9.116
11832026-07-20T18:35:56.318Z Downloaded waitgroup v0.1.2
11842026-07-20T18:35:56.318Z Downloaded usdt-macro v0.6.0
11852026-07-20T18:35:56.318Z Downloaded usdt-macro v0.5.0
11862026-07-20T18:35:56.318Z Downloaded base64 v0.21.7
11872026-07-20T18:35:56.318Z Downloaded jiff-static v0.2.28
11882026-07-20T18:35:56.318Z Downloaded unit-prefix v0.5.2
11892026-07-20T18:35:56.318Z Downloaded crossbeam-channel v0.5.15
11902026-07-20T18:35:56.318Z Downloaded arc-swap v1.9.1
11912026-07-20T18:35:56.318Z Downloaded wait-timeout v0.2.1
11922026-07-20T18:35:56.318Z Downloaded thread_local v1.1.9
11932026-07-20T18:35:56.318Z Downloaded smallvec v1.15.1
11942026-07-20T18:35:56.318Z Downloaded expectorate v1.2.0
11952026-07-20T18:35:56.318Z Downloaded time-macros v0.2.27
11962026-07-20T18:35:56.318Z Downloaded zerofrom v0.1.8
11972026-07-20T18:35:56.318Z Downloaded rustls-pemfile v2.2.0
11982026-07-20T18:35:56.318Z Downloaded minimal-lexical v0.2.1
11992026-07-20T18:35:56.319Z Downloaded tokio-tungstenite v0.21.0
12002026-07-20T18:35:56.319Z Downloaded tokio-dtrace v0.1.1
12012026-07-20T18:35:56.319Z Downloaded tinystr v0.8.3
12022026-07-20T18:35:56.319Z Downloaded rustls-platform-verifier v0.7.0
12032026-07-20T18:35:56.327Z Downloaded utf-8 v0.7.6
12042026-07-20T18:35:56.327Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12052026-07-20T18:35:56.327Z Downloaded spin v0.9.8
12062026-07-20T18:35:56.327Z Downloaded prettyplease v0.2.37
12072026-07-20T18:35:56.332Z Downloaded zerofrom-derive v0.1.7
12082026-07-20T18:35:56.332Z Downloaded zone v0.3.1
12092026-07-20T18:35:56.332Z Downloaded zone_cfg_derive v0.3.1
12102026-07-20T18:35:56.341Z Downloaded toml_writer v1.1.1+spec-1.1.0
12112026-07-20T18:35:56.347Z Downloaded progenitor-impl v0.10.0
12122026-07-20T18:35:56.347Z Downloaded term v1.2.1
12132026-07-20T18:35:56.351Z Downloaded similar v2.7.0
12142026-07-20T18:35:56.351Z Downloaded progenitor-impl v0.13.0
12152026-07-20T18:35:56.351Z Downloaded serde_yaml v0.9.34+deprecated
12162026-07-20T18:35:56.356Z Downloaded slog v2.8.2
12172026-07-20T18:35:56.356Z Downloaded usdt-impl v0.6.0
12182026-07-20T18:35:56.359Z Downloaded usdt-impl v0.5.0
12192026-07-20T18:35:56.359Z Downloaded hickory-resolver v0.25.2
12202026-07-20T18:35:56.359Z Downloaded unarray v0.1.4
12212026-07-20T18:35:56.359Z Downloaded hashbrown v0.12.3
12222026-07-20T18:35:56.364Z Downloaded memchr v2.8.1
12232026-07-20T18:35:56.368Z Downloaded usdt-attr-macro v0.6.0
12242026-07-20T18:35:56.368Z Downloaded tiny-keccak v2.0.2
12252026-07-20T18:35:56.368Z Downloaded serde_derive v1.0.228
12262026-07-20T18:35:56.371Z Downloaded walkdir v2.5.0
12272026-07-20T18:35:56.374Z Downloaded vsss-rs v3.3.4
12282026-07-20T18:35:56.374Z Downloaded pest_meta v2.8.6
12292026-07-20T18:35:56.379Z Downloaded schemars v0.8.22
12302026-07-20T18:35:56.383Z Downloaded xz2 v0.1.7
12312026-07-20T18:35:56.386Z Downloaded writeable v0.6.3
12322026-07-20T18:35:56.386Z Downloaded schemars v0.9.0
12332026-07-20T18:35:56.391Z Downloaded zmij v1.0.21
12342026-07-20T18:35:56.396Z Downloaded zeroize_derive v1.4.3
12352026-07-20T18:35:56.396Z Downloaded zeroize v1.8.2
12362026-07-20T18:35:56.396Z Downloaded zerovec-derive v0.11.3
12372026-07-20T18:35:56.396Z Downloaded yoke-derive v0.8.2
12382026-07-20T18:35:56.401Z Downloaded pretty_assertions v1.4.1
12392026-07-20T18:35:56.401Z Downloaded icu_normalizer v2.2.0
12402026-07-20T18:35:56.401Z Downloaded icu_collections v2.2.0
12412026-07-20T18:35:56.404Z Downloaded ucd-trie v0.1.7
12422026-07-20T18:35:56.404Z Downloaded thin-vec v0.2.18
12432026-07-20T18:35:56.407Z Downloaded serde_core v1.0.228
12442026-07-20T18:35:56.407Z Downloaded test-strategy v0.4.5
12452026-07-20T18:35:56.410Z Downloaded usdt v0.5.0
12462026-07-20T18:35:56.410Z Downloaded rand v0.8.6
12472026-07-20T18:35:56.413Z Downloaded rayon-core v1.13.0
12482026-07-20T18:35:56.413Z Downloaded cc v1.2.63
12492026-07-20T18:35:56.420Z Downloaded snafu v0.8.9
12502026-07-20T18:35:56.423Z Downloaded tinyvec v1.11.0
12512026-07-20T18:35:56.426Z Downloaded yoke v0.8.3
12522026-07-20T18:35:56.426Z Downloaded toml v0.7.8
12532026-07-20T18:35:56.431Z Downloaded zerocopy-derive v0.7.35
12542026-07-20T18:35:56.434Z Downloaded typify v0.6.2
12552026-07-20T18:35:56.434Z Downloaded mio v1.2.1
12562026-07-20T18:35:56.439Z Downloaded typify v0.4.3
12572026-07-20T18:35:56.442Z Downloaded tungstenite v0.21.0
12582026-07-20T18:35:56.442Z Downloaded quinn v0.11.9
12592026-07-20T18:35:56.442Z Downloaded whoami v1.6.1
12602026-07-20T18:35:56.446Z Downloaded serde v1.0.228
12612026-07-20T18:35:56.446Z Downloaded unsafe-libyaml v0.2.11
12622026-07-20T18:35:56.450Z Downloaded qorb v0.4.1
12632026-07-20T18:35:56.451Z Downloaded toml v1.1.2+spec-1.1.0
12642026-07-20T18:35:56.454Z Downloaded toml v0.9.12+spec-1.1.0
12652026-07-20T18:35:56.454Z Downloaded schemars v1.2.1
12662026-07-20T18:35:56.462Z Downloaded itertools v0.15.0
12672026-07-20T18:35:56.465Z Downloaded toml_edit v0.25.12+spec-1.1.0
12682026-07-20T18:35:56.471Z Downloaded nom v7.1.3
12692026-07-20T18:35:56.474Z Downloaded hashbrown v0.16.1
12702026-07-20T18:35:56.477Z Downloaded rand v0.9.4
12712026-07-20T18:35:56.482Z Downloaded pest v2.8.6
12722026-07-20T18:35:56.494Z Downloaded futures-util v0.3.32
12732026-07-20T18:35:56.500Z Downloaded steno v0.4.1
12742026-07-20T18:35:56.503Z Downloaded h2 v0.4.14
12752026-07-20T18:35:56.507Z Downloaded dropshot-api-manager v0.7.2
12762026-07-20T18:35:56.514Z Downloaded ron v0.12.1
12772026-07-20T18:35:56.519Z Downloaded nom v8.0.0
12782026-07-20T18:35:56.522Z Downloaded toml_edit v0.19.15
12792026-07-20T18:35:56.534Z Downloaded zerocopy-derive v0.8.50
12802026-07-20T18:35:56.537Z Downloaded hyper v1.10.1
12812026-07-20T18:35:56.540Z Downloaded itertools v0.12.1
12822026-07-20T18:35:56.545Z Downloaded yansi v1.0.1
12832026-07-20T18:35:56.548Z Downloaded regex v1.12.3
12842026-07-20T18:35:56.548Z Downloaded zerotrie v0.2.4
12852026-07-20T18:35:56.554Z Downloaded hkdf v0.12.4
12862026-07-20T18:35:56.575Z Downloaded typed-path v0.9.3
12872026-07-20T18:35:56.580Z Downloaded libm v0.2.16
12882026-07-20T18:35:56.586Z Downloaded iddqd v0.4.5
12892026-07-20T18:35:56.591Z Downloaded icu_properties_data v2.2.0
12902026-07-20T18:35:56.598Z Downloaded blake3 v1.8.5
12912026-07-20T18:35:56.604Z Downloaded goblin v0.8.2
12922026-07-20T18:35:56.611Z Downloaded serde_json v1.0.150
12932026-07-20T18:35:56.619Z Downloaded reqwest v0.13.4
12942026-07-20T18:35:56.623Z Downloaded aws-lc-rs v1.17.0
12952026-07-20T18:35:56.628Z Downloaded tough v0.22.0
12962026-07-20T18:35:56.635Z Downloaded portable-atomic v1.13.1
12972026-07-20T18:35:56.641Z Downloaded rayon v1.12.0
12982026-07-20T18:35:56.647Z Downloaded zerocopy v0.7.35
12992026-07-20T18:35:56.655Z Downloaded zerovec v0.11.6
13002026-07-20T18:35:56.664Z Downloaded winnow v0.5.40
13012026-07-20T18:35:56.671Z Downloaded proptest v1.11.0
13022026-07-20T18:35:56.678Z Downloaded moka v0.12.15
13032026-07-20T18:35:56.686Z Downloaded winnow v1.0.3
13042026-07-20T18:35:56.690Z Downloaded serde_with v3.21.0
13052026-07-20T18:35:56.699Z Downloaded tabled v0.15.0
13062026-07-20T18:35:56.708Z Downloaded goblin v0.10.7
13072026-07-20T18:35:56.721Z Downloaded quinn-proto v0.11.14
13082026-07-20T18:35:56.727Z Downloaded webpki-roots v1.0.7
13092026-07-20T18:35:56.729Z Downloaded time v0.3.47
13102026-07-20T18:35:56.736Z Downloaded tabled v0.21.0
13112026-07-20T18:35:56.752Z Downloaded syn v1.0.109
13122026-07-20T18:35:56.758Z Downloaded openssl v0.10.80
13132026-07-20T18:35:56.776Z Downloaded smoltcp v0.11.0
13142026-07-20T18:35:56.782Z Downloaded bstr v1.12.1
13152026-07-20T18:35:56.789Z Downloaded syn v3.0.0
13162026-07-20T18:35:56.793Z Downloaded zerocopy v0.8.50
13172026-07-20T18:35:56.803Z Downloaded openapiv3 v2.2.0
13182026-07-20T18:35:56.810Z Downloaded nix v0.31.3
13192026-07-20T18:35:56.815Z Downloaded hickory-proto v0.24.4
13202026-07-20T18:35:56.825Z Downloaded dropshot v0.17.1
13212026-07-20T18:35:56.837Z Downloaded regress v0.10.5
13222026-07-20T18:35:56.843Z Downloaded hickory-proto v0.25.2
13232026-07-20T18:35:56.848Z Downloaded rustls v0.23.40
13242026-07-20T18:35:56.853Z Downloaded regress v0.11.1
13252026-07-20T18:35:56.859Z Downloaded regex-syntax v0.8.10
13262026-07-20T18:35:56.864Z Downloaded syn v2.0.117
13272026-07-20T18:35:56.868Z Downloaded rhai v1.25.1
13282026-07-20T18:35:56.891Z Downloaded regex-automata v0.4.14
13292026-07-20T18:35:56.907Z Downloaded sled v0.34.7
13302026-07-20T18:35:56.915Z Downloaded typify-impl v0.6.2
13312026-07-20T18:35:56.922Z Downloaded typify-impl v0.4.3
13322026-07-20T18:35:56.931Z Downloaded jiff v0.2.28
13332026-07-20T18:35:56.941Z Downloaded sha3 v0.10.9
13342026-07-20T18:35:56.973Z Downloaded encoding_rs v0.8.35
13352026-07-20T18:35:56.993Z Downloaded petgraph v0.6.5
13362026-07-20T18:35:57.010Z Downloaded chrono-tz v0.10.4
13372026-07-20T18:35:57.021Z Downloaded lzma-sys v0.1.20
13382026-07-20T18:35:57.065Z Downloaded csv v1.4.0
13392026-07-20T18:35:57.069Z Downloaded tokio v1.53.0
13402026-07-20T18:35:57.653Z Downloaded aws-lc-sys v0.41.0
13412026-07-20T18:35:58.550Z Compiling proc-macro2 v1.0.106
13422026-07-20T18:35:58.550Z Compiling unicode-ident v1.0.24
13432026-07-20T18:35:58.550Z Compiling quote v1.0.45
13442026-07-20T18:35:58.550Z Compiling serde_core v1.0.228
13452026-07-20T18:35:58.553Z Compiling cfg-if v1.0.4
13462026-07-20T18:35:58.651Z Compiling serde v1.0.228
13472026-07-20T18:35:58.655Z Compiling libc v0.2.186
13482026-07-20T18:35:58.655Z Compiling memchr v2.8.1
13492026-07-20T18:35:58.703Z Compiling itoa v1.0.18
13502026-07-20T18:35:58.876Z Compiling smallvec v1.15.1
13512026-07-20T18:35:58.986Z Compiling zmij v1.0.21
13522026-07-20T18:35:58.996Z Compiling autocfg v1.5.1
13532026-07-20T18:35:59.078Z Compiling libm v0.2.16
13542026-07-20T18:35:59.330Z Compiling stable_deref_trait v1.2.1
13552026-07-20T18:35:59.348Z Compiling writeable v0.6.3
13562026-07-20T18:35:59.396Z Compiling percent-encoding v2.3.2
13572026-07-20T18:35:59.505Z Compiling litemap v0.8.2
13582026-07-20T18:35:59.544Z Compiling icu_properties_data v2.2.0
13592026-07-20T18:35:59.559Z Compiling icu_normalizer_data v2.2.0
13602026-07-20T18:35:59.586Z Compiling utf8_iter v1.0.4
13612026-07-20T18:35:59.595Z Compiling iana-time-zone v0.1.65
13622026-07-20T18:35:59.722Z Compiling equivalent v1.0.2
13632026-07-20T18:35:59.811Z Compiling form_urlencoded v1.2.2
13642026-07-20T18:35:59.814Z Compiling serde_json v1.0.150
13652026-07-20T18:35:59.877Z Compiling syn v2.0.117
13662026-07-20T18:35:59.935Z Compiling dyn-clone v1.0.20
13672026-07-20T18:35:59.972Z Compiling version_check v0.9.5
13682026-07-20T18:35:59.975Z Compiling pin-project-lite v0.2.17
13692026-07-20T18:35:59.994Z Compiling syn v3.0.0
13702026-07-20T18:36:00.070Z Compiling scopeguard v1.2.0
13712026-07-20T18:36:00.085Z Compiling parking_lot_core v0.9.12
13722026-07-20T18:36:00.093Z Compiling num-traits v0.2.19
13732026-07-20T18:36:00.170Z Compiling lock_api v0.4.14
13742026-07-20T18:36:00.244Z Compiling getrandom v0.4.2
13752026-07-20T18:36:00.366Z Compiling hashbrown v0.17.1
13762026-07-20T18:36:00.392Z Compiling thiserror v2.0.19
13772026-07-20T18:36:00.517Z Compiling rand_core v0.10.1
13782026-07-20T18:36:00.600Z Compiling errno v0.3.14
13792026-07-20T18:36:00.735Z Compiling semver v1.0.28
13802026-07-20T18:36:00.842Z Compiling indexmap v2.14.0
13812026-07-20T18:36:00.908Z Compiling log v0.4.32
13822026-07-20T18:36:01.123Z Compiling heck v0.5.0
13832026-07-20T18:36:01.134Z Compiling futures-core v0.3.32
13842026-07-20T18:36:01.148Z Compiling uuid v1.24.0
13852026-07-20T18:36:01.279Z Compiling zerocopy v0.8.50
13862026-07-20T18:36:01.380Z Compiling schemars v0.8.22
13872026-07-20T18:36:01.570Z Compiling futures-sink v0.3.32
13882026-07-20T18:36:01.583Z Compiling slab v0.4.12
13892026-07-20T18:36:01.647Z Compiling jobserver v0.1.34
13902026-07-20T18:36:01.672Z Compiling rustversion v1.0.22
13912026-07-20T18:36:01.724Z Compiling shlex v2.0.1
13922026-07-20T18:36:01.761Z Compiling fnv v1.0.7
13932026-07-20T18:36:01.858Z Compiling find-msvc-tools v0.1.9
13942026-07-20T18:36:01.907Z Compiling futures-channel v0.3.32
13952026-07-20T18:36:01.950Z Compiling bitflags v2.12.1
13962026-07-20T18:36:01.963Z Compiling thiserror-impl v2.0.19
13972026-07-20T18:36:01.974Z Compiling futures-io v0.3.32
13982026-07-20T18:36:02.083Z Compiling cc v1.2.63
13992026-07-20T18:36:02.132Z Compiling futures-task v0.3.32
14002026-07-20T18:36:02.198Z Compiling socket2 v0.6.5
14012026-07-20T18:36:02.305Z Compiling signal-hook-registry v1.4.8
14022026-07-20T18:36:02.372Z Compiling parking_lot v0.12.5
14032026-07-20T18:36:02.456Z Compiling mio v1.2.1
14042026-07-20T18:36:02.632Z Compiling portable-atomic v1.13.1
14052026-07-20T18:36:02.667Z Compiling dunce v1.0.5
14062026-07-20T18:36:02.701Z Compiling fs_extra v1.3.0
14072026-07-20T18:36:02.762Z Compiling synstructure v0.13.2
14082026-07-20T18:36:02.787Z Compiling serde_derive_internals v0.29.1
14092026-07-20T18:36:02.966Z Compiling cmake v0.1.58
14102026-07-20T18:36:02.982Z Compiling typenum v1.20.1
14112026-07-20T18:36:03.282Z Compiling base64 v0.22.1
14122026-07-20T18:36:03.309Z Compiling critical-section v1.2.0
14132026-07-20T18:36:03.320Z Compiling slog v2.8.2
14142026-07-20T18:36:03.400Z Compiling aws-lc-sys v0.41.0
14152026-07-20T18:36:03.413Z Compiling rustix v1.1.4
14162026-07-20T18:36:03.538Z Compiling byteorder v1.5.0
14172026-07-20T18:36:03.553Z Compiling strsim v0.11.1
14182026-07-20T18:36:03.622Z Compiling once_cell v1.21.4
14192026-07-20T18:36:03.662Z Compiling subtle v2.6.1
14202026-07-20T18:36:03.792Z Compiling regex-syntax v0.8.10
14212026-07-20T18:36:03.807Z Compiling atomic-waker v1.1.2
14222026-07-20T18:36:03.827Z Compiling httparse v1.10.1
14232026-07-20T18:36:03.838Z Compiling ipnet v2.12.0
14242026-07-20T18:36:03.927Z Compiling tower-service v0.3.3
14252026-07-20T18:36:03.950Z Compiling tower-layer v0.3.3
14262026-07-20T18:36:03.965Z Compiling getrandom v0.2.17
14272026-07-20T18:36:04.012Z Compiling serde_derive v1.0.228
14282026-07-20T18:36:04.024Z Compiling zerofrom-derive v0.1.7
14292026-07-20T18:36:04.105Z Compiling yoke-derive v0.8.2
14302026-07-20T18:36:04.146Z Compiling zerovec-derive v0.11.3
14312026-07-20T18:36:04.191Z Compiling displaydoc v0.2.6
14322026-07-20T18:36:04.307Z Compiling schemars_derive v0.8.22
14332026-07-20T18:36:04.378Z Compiling tokio-macros v2.7.0
14342026-07-20T18:36:04.993Z Compiling zerocopy-derive v0.8.50
14352026-07-20T18:36:05.135Z Compiling zeroize_derive v1.4.3
14362026-07-20T18:36:05.190Z Compiling futures-macro v0.3.32
14372026-07-20T18:36:05.227Z Compiling zerofrom v0.1.8
14382026-07-20T18:36:05.345Z Compiling yoke v0.8.3
14392026-07-20T18:36:05.525Z Compiling zerovec v0.11.6
14402026-07-20T18:36:05.536Z Compiling zerotrie v0.2.4
14412026-07-20T18:36:05.810Z Compiling zeroize v1.8.2
14422026-07-20T18:36:06.057Z Compiling try-lock v0.2.5
14432026-07-20T18:36:06.090Z Compiling tinystr v0.8.3
14442026-07-20T18:36:06.102Z Compiling potential_utf v0.1.5
14452026-07-20T18:36:06.128Z Compiling futures-util v0.3.32
14462026-07-20T18:36:06.228Z Compiling icu_collections v2.2.0
14472026-07-20T18:36:06.262Z Compiling icu_locale_core v2.2.0
14482026-07-20T18:36:06.287Z Compiling ucd-trie v0.1.7
14492026-07-20T18:36:06.461Z Compiling ryu v1.0.23
14502026-07-20T18:36:06.579Z Compiling untrusted v0.9.0
14512026-07-20T18:36:06.640Z Compiling thiserror v1.0.69
14522026-07-20T18:36:06.693Z Compiling pest v2.8.6
14532026-07-20T18:36:06.756Z Compiling want v0.3.1
14542026-07-20T18:36:06.926Z Compiling rand_core v0.6.4
14552026-07-20T18:36:07.125Z Compiling icu_provider v2.2.0
14562026-07-20T18:36:07.143Z Compiling bytes v1.11.1
14572026-07-20T18:36:07.220Z Compiling chrono v0.4.45
14582026-07-20T18:36:07.348Z Compiling icu_normalizer v2.2.0
14592026-07-20T18:36:07.442Z Compiling icu_properties v2.2.0
14602026-07-20T18:36:07.782Z Compiling http v1.4.2
14612026-07-20T18:36:07.925Z Compiling tokio v1.53.0
14622026-07-20T18:36:07.956Z Compiling serde_tokenstream v0.2.3
14632026-07-20T18:36:08.231Z Compiling erased-serde v0.3.31
14642026-07-20T18:36:08.432Z Compiling idna_adapter v1.2.2
14652026-07-20T18:36:08.568Z Compiling idna v1.1.0
14662026-07-20T18:36:08.611Z Compiling http-body v1.0.1
14672026-07-20T18:36:08.721Z Compiling thiserror-impl v1.0.69
14682026-07-20T18:36:08.747Z Compiling httpdate v1.0.3
14692026-07-20T18:36:08.758Z Compiling pest_meta v2.8.6
14702026-07-20T18:36:08.984Z Compiling url v2.5.8
14712026-07-20T18:36:09.076Z Compiling getrandom v0.3.4
14722026-07-20T18:36:09.318Z Compiling ppv-lite86 v0.2.21
14732026-07-20T18:36:09.329Z Compiling pest_generator v2.8.6
14742026-07-20T18:36:09.429Z Compiling pretty-hex v0.4.2
14752026-07-20T18:36:09.627Z Compiling winnow v1.0.3
14762026-07-20T18:36:09.841Z Compiling plain v0.2.3
14772026-07-20T18:36:09.922Z Compiling foldhash v0.2.0
14782026-07-20T18:36:09.941Z Compiling paste v1.0.15
14792026-07-20T18:36:09.963Z Compiling allocator-api2 v0.2.21
14802026-07-20T18:36:10.008Z Compiling pest_derive v2.8.6
14812026-07-20T18:36:10.144Z Compiling tracing-attributes v0.1.31
14822026-07-20T18:36:10.268Z Compiling hashbrown v0.16.1
14832026-07-20T18:36:10.279Z Compiling tracing-core v0.1.36
14842026-07-20T18:36:10.565Z Compiling ipnetwork v0.21.1
14852026-07-20T18:36:10.697Z Compiling ident_case v1.0.1
14862026-07-20T18:36:10.817Z Compiling oxnet v0.1.6
14872026-07-20T18:36:10.836Z Compiling omicron-workspace-hack v0.1.0
14882026-07-20T18:36:11.022Z Compiling http-body-util v0.1.4
14892026-07-20T18:36:11.039Z Compiling serde_urlencoded v0.7.1
14902026-07-20T18:36:11.120Z Compiling aho-corasick v1.1.4
14912026-07-20T18:36:11.276Z Compiling sync_wrapper v1.0.2
14922026-07-20T18:36:11.312Z Compiling daft-derive v0.1.7
14932026-07-20T18:36:11.398Z Compiling tracing v0.1.44
14942026-07-20T18:36:11.408Z Compiling fastrand v2.4.1
14952026-07-20T18:36:11.635Z Compiling tokio-util v0.7.18
14962026-07-20T18:36:11.659Z Compiling scroll_derive v0.13.1
14972026-07-20T18:36:12.080Z Compiling regex-automata v0.4.14
14982026-07-20T18:36:12.389Z Compiling async-trait v0.1.89
14992026-07-20T18:36:12.498Z Compiling powerfmt v0.2.0
15002026-07-20T18:36:12.526Z Compiling num-conv v0.2.2
15012026-07-20T18:36:12.599Z Compiling anyhow v1.0.104
15022026-07-20T18:36:12.670Z Compiling aws-lc-rs v1.17.0
15032026-07-20T18:36:12.700Z Compiling time-core v0.1.8
15042026-07-20T18:36:12.839Z Compiling time-macros v0.2.27
15052026-07-20T18:36:12.979Z Compiling deranged v0.5.8
15062026-07-20T18:36:13.132Z Compiling scroll v0.13.0
15072026-07-20T18:36:13.363Z Compiling rustls-pki-types v1.14.1
15082026-07-20T18:36:13.397Z Compiling num_threads v0.1.7
15092026-07-20T18:36:13.492Z Compiling hex v0.4.3
15102026-07-20T18:36:13.747Z Compiling regex v1.12.3
15112026-07-20T18:36:13.822Z Compiling openssl-probe v0.2.1
15122026-07-20T18:36:13.840Z Compiling goblin v0.10.7
15132026-07-20T18:36:14.007Z Compiling camino v1.2.4
15142026-07-20T18:36:14.313Z Compiling untrusted v0.7.1
15152026-07-20T18:36:14.383Z Compiling usdt-impl v0.6.0
15162026-07-20T18:36:14.429Z Compiling rustls v0.23.40
15172026-07-20T18:36:14.442Z Compiling crc32fast v1.5.0
15182026-07-20T18:36:14.630Z Compiling h2 v0.4.14
15192026-07-20T18:36:14.651Z Compiling dtrace-parser v0.3.0
15202026-07-20T18:36:14.660Z Compiling crossbeam-utils v0.8.21
15212026-07-20T18:36:14.985Z Compiling futures-executor v0.3.32
15222026-07-20T18:36:15.007Z Compiling structmeta-derive v0.3.0
15232026-07-20T18:36:15.134Z Compiling thread-id v5.1.0
15242026-07-20T18:36:15.214Z Compiling simd-adler32 v0.3.9
15252026-07-20T18:36:15.263Z Compiling cpufeatures v0.3.0
15262026-07-20T18:36:15.334Z Compiling adler2 v2.0.1
15272026-07-20T18:36:15.411Z Compiling futures v0.3.32
15282026-07-20T18:36:15.465Z Compiling miniz_oxide v0.8.9
15292026-07-20T18:36:15.485Z Compiling rand_core v0.9.5
15302026-07-20T18:36:15.693Z Compiling darling_core v0.23.0
15312026-07-20T18:36:16.109Z Compiling newtype-uuid-macros v0.1.0
15322026-07-20T18:36:16.117Z Compiling structmeta v0.3.0
15332026-07-20T18:36:16.192Z Compiling hybrid-array v0.4.12
15342026-07-20T18:36:16.434Z Compiling thread_local v1.1.9
15352026-07-20T18:36:16.663Z Compiling dof v0.4.0
15362026-07-20T18:36:16.707Z Compiling match_cfg v0.1.0
15372026-07-20T18:36:16.772Z Compiling hyper v1.10.1
15382026-07-20T18:36:16.881Z Compiling flate2 v1.1.9
15392026-07-20T18:36:17.306Z Compiling newtype-uuid v1.3.2
15402026-07-20T18:36:17.771Z Compiling quick-error v1.2.3
15412026-07-20T18:36:17.854Z Compiling hyper-util v0.1.20
15422026-07-20T18:36:17.868Z Compiling darling_macro v0.23.0
15432026-07-20T18:36:18.001Z Compiling slog-async v2.8.0
15442026-07-20T18:36:18.298Z Compiling ref-cast v1.0.25
15452026-07-20T18:36:18.425Z Compiling compression-core v0.4.32
15462026-07-20T18:36:18.445Z Compiling darling v0.23.0
15472026-07-20T18:36:18.527Z Compiling compression-codecs v0.4.38
15482026-07-20T18:36:18.559Z Compiling daft v0.1.7
15492026-07-20T18:36:18.576Z Compiling crypto-common v0.2.2
15502026-07-20T18:36:18.610Z Compiling block-buffer v0.12.0
15512026-07-20T18:36:18.660Z Compiling rand_chacha v0.9.0
15522026-07-20T18:36:18.776Z Compiling ref-cast-impl v1.0.25
15532026-07-20T18:36:18.813Z Compiling strum_macros v0.26.4
15542026-07-20T18:36:18.852Z Compiling usdt-macro v0.6.0
15552026-07-20T18:36:19.086Z Compiling usdt-attr-macro v0.6.0
15562026-07-20T18:36:19.177Z Compiling serde_spanned v1.1.1
15572026-07-20T18:36:19.325Z Compiling multer v3.1.0
15582026-07-20T18:36:19.383Z Compiling generic-array v0.14.7
15592026-07-20T18:36:19.495Z Compiling const-oid v0.10.2
15602026-07-20T18:36:19.558Z Compiling debug-ignore v1.0.5
15612026-07-20T18:36:19.618Z Compiling toml_writer v1.1.1+spec-1.1.0
15622026-07-20T18:36:19.656Z Compiling term v1.2.1
15632026-07-20T18:36:19.700Z Compiling bit-vec v0.8.0
15642026-07-20T18:36:19.736Z Compiling take_mut v0.2.2
15652026-07-20T18:36:19.824Z Compiling digest v0.11.3
15662026-07-20T18:36:19.886Z Compiling bit-set v0.8.0
15672026-07-20T18:36:19.984Z Compiling rand v0.9.4
15682026-07-20T18:36:20.041Z Compiling serde_with_macros v3.21.0
15692026-07-20T18:36:20.064Z Compiling async-stream-impl v0.3.6
15702026-07-20T18:36:20.256Z Compiling dropshot v0.17.1
15712026-07-20T18:36:20.353Z Compiling encoding_rs v0.8.35
15722026-07-20T18:36:20.442Z Compiling strum v0.26.3
15732026-07-20T18:36:20.489Z Compiling syn v1.0.109
15742026-07-20T18:36:20.564Z Compiling mime v0.3.17
15752026-07-20T18:36:20.581Z Compiling spin v0.9.8
15762026-07-20T18:36:20.691Z Compiling unarray v0.1.4
15772026-07-20T18:36:20.702Z Compiling async-stream v0.3.6
15782026-07-20T18:36:20.834Z Compiling sha1 v0.11.0
15792026-07-20T18:36:20.855Z Compiling derive-ex v0.1.8
15802026-07-20T18:36:20.869Z Compiling tower v0.5.3
15812026-07-20T18:36:21.125Z Compiling dropshot_endpoint v0.17.1
15822026-07-20T18:36:21.138Z Compiling macaddr v1.0.1
15832026-07-20T18:36:21.214Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15842026-07-20T18:36:21.352Z Compiling waitgroup v0.1.2
15852026-07-20T18:36:21.396Z Compiling serde_path_to_error v0.1.20
15862026-07-20T18:36:21.704Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15872026-07-20T18:36:21.744Z Compiling tower-http v0.6.11
15882026-07-20T18:36:21.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15892026-07-20T18:36:22.063Z Compiling tempfile v3.27.0
15902026-07-20T18:36:22.088Z Compiling openapiv3 v2.2.0
15912026-07-20T18:36:22.171Z Compiling strum_macros v0.27.2
15922026-07-20T18:36:22.498Z Compiling test-strategy v0.4.5
15932026-07-20T18:36:22.800Z Compiling instant v0.1.13
15942026-07-20T18:36:22.905Z Compiling rustls-native-certs v0.8.4
15952026-07-20T18:36:23.245Z Compiling time v0.3.47
15962026-07-20T18:36:23.525Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15972026-07-20T18:36:23.689Z Compiling crossbeam-channel v0.5.15
15982026-07-20T18:36:23.851Z Compiling crypto-common v0.1.7
15992026-07-20T18:36:23.996Z Compiling strum v0.27.2
16002026-07-20T18:36:24.143Z Compiling parse-display-derive v0.10.0
16012026-07-20T18:36:24.159Z Compiling backon v1.6.0
16022026-07-20T18:36:24.358Z Compiling rand_chacha v0.3.1
16032026-07-20T18:36:24.889Z Compiling either v1.16.0
16042026-07-20T18:36:25.097Z Compiling rand v0.8.6
16052026-07-20T18:36:25.124Z Compiling slog-json v2.6.1
16062026-07-20T18:36:25.325Z Compiling hostname v0.3.1
16072026-07-20T18:36:25.346Z Compiling toml_parser v1.1.2+spec-1.1.0
16082026-07-20T18:36:25.472Z Compiling toml_datetime v1.1.1+spec-1.1.0
16092026-07-20T18:36:25.615Z Compiling memmap2 v0.9.10
16102026-07-20T18:36:25.618Z Compiling wait-timeout v0.2.1
16112026-07-20T18:36:25.739Z Compiling is-terminal v0.4.17
16122026-07-20T18:36:25.825Z Compiling slog-term v2.9.2
16132026-07-20T18:36:25.836Z Compiling usdt v0.6.0
16142026-07-20T18:36:25.897Z Compiling rusty-fork v0.3.1
16152026-07-20T18:36:25.935Z Compiling toml v1.1.2+spec-1.1.0
16162026-07-20T18:36:26.087Z Compiling slog-bunyan v2.5.0
16172026-07-20T18:36:26.260Z Compiling serde_with v3.21.0
16182026-07-20T18:36:26.272Z Compiling async-compression v0.4.42
16192026-07-20T18:36:26.322Z Compiling rand_xorshift v0.4.0
16202026-07-20T18:36:26.463Z Compiling rustls-pemfile v2.2.0
16212026-07-20T18:36:26.466Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-07-20T18:36:26.582Z Compiling regress v0.10.5
16232026-07-20T18:36:26.660Z Compiling hostname v0.4.2
16242026-07-20T18:36:26.764Z Compiling humantime v2.3.0
16252026-07-20T18:36:26.799Z Compiling proptest v1.11.0
16262026-07-20T18:36:27.308Z Compiling iddqd v0.4.5
16272026-07-20T18:36:27.519Z Compiling reqwest v0.12.28
16282026-07-20T18:36:27.688Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-07-20T18:36:27.927Z Compiling block-buffer v0.10.4
16302026-07-20T18:36:28.065Z Compiling utf8parse v0.2.2
16312026-07-20T18:36:28.174Z Compiling anstyle-parse v1.0.0
16322026-07-20T18:36:28.238Z Compiling digest v0.10.7
16332026-07-20T18:36:28.358Z Compiling parse-display v0.10.0
16342026-07-20T18:36:28.454Z Compiling progenitor-client v0.10.0
16352026-07-20T18:36:28.541Z Compiling backoff v0.4.0
16362026-07-20T18:36:28.692Z Compiling itertools v0.14.0
16372026-07-20T18:36:28.725Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16382026-07-20T18:36:28.750Z Compiling anstyle-query v1.1.5
16392026-07-20T18:36:28.858Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16402026-07-20T18:36:29.445Z Compiling colorchoice v1.0.5
16412026-07-20T18:36:29.562Z Compiling is_terminal_polyfill v1.70.2
16422026-07-20T18:36:29.656Z Compiling anstyle v1.0.14
16432026-07-20T18:36:29.877Z Compiling anstream v1.0.0
16442026-07-20T18:36:30.203Z Compiling clap_lex v1.1.0
16452026-07-20T18:36:30.625Z Compiling regress v0.11.1
16462026-07-20T18:36:30.635Z Compiling clap_derive v4.6.1
16472026-07-20T18:36:31.001Z Compiling terminal_size v0.4.4
16482026-07-20T18:36:32.347Z Compiling typify-impl v0.6.2
16492026-07-20T18:36:32.370Z Compiling toml_datetime v0.6.11
16502026-07-20T18:36:32.541Z Compiling zerocopy-derive v0.7.35
16512026-07-20T18:36:32.639Z Compiling convert_case v0.4.0
16522026-07-20T18:36:32.649Z Compiling cpufeatures v0.2.17
16532026-07-20T18:36:32.723Z Compiling clap_builder v4.6.2
16542026-07-20T18:36:33.375Z Compiling derive_more v0.99.20
16552026-07-20T18:36:33.404Z Compiling zerocopy v0.7.35
16562026-07-20T18:36:33.943Z Compiling toml_edit v0.25.12+spec-1.1.0
16572026-07-20T18:36:34.668Z Compiling unicode-width v0.2.2
16582026-07-20T18:36:34.849Z Compiling proc-macro-crate v3.5.0
16592026-07-20T18:36:35.041Z Compiling clap v4.6.2
16602026-07-20T18:36:35.265Z Compiling secrecy v0.10.3
16612026-07-20T18:36:35.374Z Compiling tinyvec_macros v0.1.1
16622026-07-20T18:36:35.420Z Compiling crucible-workspace-hack v0.1.0
16632026-07-20T18:36:35.550Z Compiling float-ord v0.3.2
16642026-07-20T18:36:35.588Z Compiling tinyvec v1.11.0
16652026-07-20T18:36:35.667Z Compiling num_enum_derive v0.7.6
16662026-07-20T18:36:36.156Z Compiling dtrace-parser v0.2.0
16672026-07-20T18:36:36.168Z Compiling scroll_derive v0.12.1
16682026-07-20T18:36:36.315Z Compiling num-integer v0.1.46
16692026-07-20T18:36:36.338Z Compiling rustc_version v0.4.1
16702026-07-20T18:36:36.609Z Compiling usdt-impl v0.5.0
16712026-07-20T18:36:36.737Z Compiling num_enum v0.7.6
16722026-07-20T18:36:36.853Z Compiling curve25519-dalek v4.1.3
16732026-07-20T18:36:36.893Z Compiling scroll v0.12.0
16742026-07-20T18:36:37.130Z Compiling dof v0.3.0
16752026-07-20T18:36:37.164Z Compiling hmac v0.12.1
16762026-07-20T18:36:37.216Z Compiling inout v0.1.4
16772026-07-20T18:36:37.289Z Compiling darling_core v0.21.3
16782026-07-20T18:36:37.354Z Compiling ff v0.13.1
16792026-07-20T18:36:37.474Z Compiling thread-id v4.2.2
16802026-07-20T18:36:37.488Z Compiling group v0.13.0
16812026-07-20T18:36:37.568Z Compiling cipher v0.4.4
16822026-07-20T18:36:37.776Z Compiling hkdf v0.12.4
16832026-07-20T18:36:37.989Z Compiling goblin v0.8.2
16842026-07-20T18:36:38.143Z Compiling num-rational v0.4.2
16852026-07-20T18:36:38.181Z Compiling num-iter v0.1.45
16862026-07-20T18:36:38.297Z Compiling thiserror-impl-no-std v2.0.2
16872026-07-20T18:36:38.367Z Compiling universal-hash v0.5.1
16882026-07-20T18:36:38.488Z Compiling crypto-bigint v0.5.5
16892026-07-20T18:36:38.499Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16902026-07-20T18:36:38.660Z Compiling typify-macro v0.6.2
16912026-07-20T18:36:38.833Z Compiling crossbeam-epoch v0.9.18
16922026-07-20T18:36:39.172Z Compiling half v2.7.1
16932026-07-20T18:36:39.203Z Compiling curve25519-dalek-derive v0.1.1
16942026-07-20T18:36:39.358Z Compiling darling_macro v0.21.3
16952026-07-20T18:36:39.373Z Compiling num-complex v0.4.6
16962026-07-20T18:36:39.727Z Compiling base64ct v1.8.3
16972026-07-20T18:36:39.747Z Compiling opaque-debug v0.3.1
16982026-07-20T18:36:39.816Z Compiling ciborium-io v0.2.2
16992026-07-20T18:36:39.887Z Compiling base16ct v0.2.0
17002026-07-20T18:36:39.931Z Compiling ciborium-ll v0.2.2
17012026-07-20T18:36:39.950Z Compiling darling v0.21.3
17022026-07-20T18:36:40.012Z Compiling elliptic-curve v0.13.8
17032026-07-20T18:36:40.024Z Compiling password-hash v0.5.0
17042026-07-20T18:36:40.137Z Compiling poly1305 v0.8.0
17052026-07-20T18:36:40.457Z Compiling num v0.4.3
17062026-07-20T18:36:40.528Z Compiling thiserror-no-std v2.0.2
17072026-07-20T18:36:40.735Z Compiling typify v0.6.2
17082026-07-20T18:36:41.038Z Compiling chacha20 v0.9.1
17092026-07-20T18:36:41.076Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17102026-07-20T18:36:41.250Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-07-20T18:36:41.654Z Compiling blake2 v0.10.6
17122026-07-20T18:36:41.974Z Compiling aead v0.5.2
17132026-07-20T18:36:41.985Z Compiling byte-wrapper v0.1.0
17142026-07-20T18:36:42.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17152026-07-20T18:36:42.132Z Compiling proc-macro-error-attr v1.0.4
17162026-07-20T18:36:42.419Z Compiling heapless v0.8.0
17172026-07-20T18:36:42.433Z Compiling prettyplease v0.2.37
17182026-07-20T18:36:42.503Z Compiling rustix v0.38.44
17192026-07-20T18:36:42.676Z Compiling unsafe-libyaml v0.2.11
17202026-07-20T18:36:42.727Z Compiling keccak v0.1.6
17212026-07-20T18:36:42.939Z Compiling sha3 v0.10.9
17222026-07-20T18:36:43.221Z Compiling serde_yaml v0.9.34+deprecated
17232026-07-20T18:36:43.373Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17242026-07-20T18:36:43.794Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-07-20T18:36:43.980Z Compiling chacha20poly1305 v0.10.1
17262026-07-20T18:36:44.393Z Compiling argon2 v0.5.3
17272026-07-20T18:36:44.470Z Compiling vsss-rs v3.3.4
17282026-07-20T18:36:44.483Z Compiling ciborium v0.2.2
17292026-07-20T18:36:44.664Z Compiling ingot-macros v0.1.1
17302026-07-20T18:36:45.012Z Compiling usdt-macro v0.5.0
17312026-07-20T18:36:45.060Z Compiling usdt-attr-macro v0.5.0
17322026-07-20T18:36:46.390Z Compiling serde_spanned v0.6.9
17332026-07-20T18:36:46.534Z Compiling enum-as-inner v0.6.1
17342026-07-20T18:36:46.625Z Compiling hash32 v0.3.1
17352026-07-20T18:36:46.777Z Compiling proc-macro-error v1.0.4
17362026-07-20T18:36:46.807Z Compiling memmap v0.7.0
17372026-07-20T18:36:47.003Z Compiling memoffset v0.9.1
17382026-07-20T18:36:47.021Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17392026-07-20T18:36:47.025Z Compiling winnow v0.5.40
17402026-07-20T18:36:47.123Z Compiling cfg_aliases v0.2.1
17412026-07-20T18:36:47.193Z Compiling smoltcp v0.11.0
17422026-07-20T18:36:47.231Z Compiling toml_write v0.1.2
17432026-07-20T18:36:47.244Z Compiling indent_write v2.2.0
17442026-07-20T18:36:47.274Z Compiling data-encoding v2.11.0
17452026-07-20T18:36:47.376Z Compiling winnow v0.7.15
17462026-07-20T18:36:47.477Z Compiling ingot-types v0.1.2
17472026-07-20T18:36:47.557Z Compiling nix v0.31.3
17482026-07-20T18:36:47.701Z Compiling usdt v0.5.0
17492026-07-20T18:36:47.992Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-07-20T18:36:48.034Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17512026-07-20T18:36:48.107Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-07-20T18:36:48.352Z Compiling toml_edit v0.19.15
17532026-07-20T18:36:48.415Z Compiling tabwriter v1.4.1
17542026-07-20T18:36:48.653Z Compiling cobs v0.3.0
17552026-07-20T18:36:48.703Z Compiling toml_edit v0.22.27
17562026-07-20T18:36:48.846Z Compiling rustls-webpki v0.103.13
17572026-07-20T18:36:49.054Z Compiling serde_repr v0.1.21
17582026-07-20T18:36:49.140Z Compiling vcpkg v0.2.15
17592026-07-20T18:36:49.692Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17602026-07-20T18:36:49.858Z Compiling managed v0.8.0
17612026-07-20T18:36:49.894Z Compiling pkg-config v0.3.33
17622026-07-20T18:36:49.925Z Compiling bitflags v1.3.2
17632026-07-20T18:36:50.014Z Compiling proc-macro-crate v1.3.1
17642026-07-20T18:36:50.321Z Compiling toml v0.8.23
17652026-07-20T18:36:50.343Z Compiling openssl-sys v0.9.116
17662026-07-20T18:36:50.343Z Compiling postcard v1.1.3
17672026-07-20T18:36:51.054Z Compiling ingot v0.1.1
17682026-07-20T18:36:51.311Z Compiling hubpack_derive v0.1.1
17692026-07-20T18:36:51.894Z Compiling foreign-types-macros v0.2.3
17702026-07-20T18:36:51.978Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17712026-07-20T18:36:52.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17722026-07-20T18:36:52.042Z Compiling linked-hash-map v0.5.6
17732026-07-20T18:36:52.224Z Compiling unicode-segmentation v1.13.3
17742026-07-20T18:36:52.272Z Compiling tokio-rustls v0.26.4
17752026-07-20T18:36:52.291Z Compiling rustls-platform-verifier v0.7.0
17762026-07-20T18:36:52.537Z Compiling hyper-rustls v0.27.9
17772026-07-20T18:36:52.562Z Compiling semver v0.1.20
17782026-07-20T18:36:52.813Z Compiling reqwest v0.13.4
17792026-07-20T18:36:53.051Z Compiling colored v3.1.1
17802026-07-20T18:36:53.275Z Compiling resolv-conf v0.7.6
17812026-07-20T18:36:53.450Z Compiling swrite v0.1.0
17822026-07-20T18:36:53.545Z Compiling rayon-core v1.13.0
17832026-07-20T18:36:53.659Z Compiling heck v0.4.1
17842026-07-20T18:36:53.786Z Compiling foreign-types-shared v0.3.1
17852026-07-20T18:36:53.866Z Compiling static_assertions v1.1.0
17862026-07-20T18:36:53.879Z Compiling foreign-types v0.5.0
17872026-07-20T18:36:53.954Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17882026-07-20T18:36:53.967Z Compiling rustc_version v0.1.7
17892026-07-20T18:36:54.163Z Compiling progenitor-client v0.14.0
17902026-07-20T18:36:54.175Z Compiling newline-converter v0.3.0
17912026-07-20T18:36:54.418Z Compiling progenitor-extras v0.2.0
17922026-07-20T18:36:54.658Z Compiling lru-cache v0.1.2
17932026-07-20T18:36:54.785Z Compiling hubpack v0.1.2
17942026-07-20T18:36:55.068Z Compiling num_enum_derive v0.5.11
17952026-07-20T18:36:55.219Z Compiling atomicwrites v0.4.4
17962026-07-20T18:36:55.421Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-07-20T18:36:55.594Z Compiling hickory-proto v0.24.4
17982026-07-20T18:36:57.076Z Compiling progenitor-impl v0.13.0
17992026-07-20T18:36:57.504Z Compiling crossbeam-deque v0.8.6
18002026-07-20T18:36:57.704Z Compiling console v0.15.11
18012026-07-20T18:36:58.305Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18022026-07-20T18:36:58.404Z Compiling camino-tempfile v1.4.1
18032026-07-20T18:36:58.626Z Compiling chacha20 v0.10.0
18042026-07-20T18:36:58.821Z Compiling serde-big-array v0.5.1
18052026-07-20T18:36:58.893Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-07-20T18:36:58.966Z Compiling num-derive v0.4.2
18072026-07-20T18:36:58.979Z Compiling derive-where v1.6.1
18082026-07-20T18:36:59.395Z Compiling pin-project-internal v1.1.13
18092026-07-20T18:36:59.422Z Compiling cstr-argument v0.1.2
18102026-07-20T18:36:59.580Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-07-20T18:36:59.840Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-07-20T18:36:59.936Z Compiling siphasher v1.0.3
18132026-07-20T18:37:00.137Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18142026-07-20T18:37:00.375Z Compiling similar v2.7.0
18152026-07-20T18:37:00.506Z Compiling minimal-lexical v0.2.1
18162026-07-20T18:37:00.641Z Compiling progenitor-macro v0.13.0
18172026-07-20T18:37:00.769Z Compiling expectorate v1.2.0
18182026-07-20T18:37:00.971Z Compiling nom v7.1.3
18192026-07-20T18:37:01.363Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-07-20T18:37:01.625Z Compiling pin-project v1.1.13
18212026-07-20T18:37:01.681Z Compiling phf_shared v0.12.1
18222026-07-20T18:37:01.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18232026-07-20T18:37:02.255Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-07-20T18:37:02.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18252026-07-20T18:37:02.371Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18262026-07-20T18:37:02.384Z Compiling rand v0.10.2
18272026-07-20T18:37:02.674Z Compiling hickory-resolver v0.24.4
18282026-07-20T18:37:03.054Z Compiling num_enum v0.5.11
18292026-07-20T18:37:03.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18302026-07-20T18:37:03.240Z Compiling newtype_derive v0.1.6
18312026-07-20T18:37:03.301Z Compiling progenitor-client v0.13.0
18322026-07-20T18:37:03.600Z Compiling progenitor-impl v0.14.0
18332026-07-20T18:37:03.924Z Compiling unicode-normalization v0.1.25
18342026-07-20T18:37:04.394Z Compiling tokio-stream v0.1.18
18352026-07-20T18:37:04.771Z Compiling snafu-derive v0.8.9
18362026-07-20T18:37:04.871Z Compiling async-recursion v1.1.1
18372026-07-20T18:37:05.232Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18382026-07-20T18:37:05.280Z Compiling slog-dtrace v0.3.0
18392026-07-20T18:37:05.539Z Compiling bstr v1.12.1
18402026-07-20T18:37:05.550Z Compiling csv-core v0.1.13
18412026-07-20T18:37:05.564Z Compiling same-file v1.0.6
18422026-07-20T18:37:05.734Z Compiling openssl v0.10.80
18432026-07-20T18:37:05.792Z Compiling unicode-width v0.1.14
18442026-07-20T18:37:05.811Z Compiling unicode-xid v0.2.6
18452026-07-20T18:37:06.003Z Compiling foreign-types-shared v0.1.1
18462026-07-20T18:37:06.037Z Compiling konst_macro_rules v0.2.19
18472026-07-20T18:37:06.085Z Compiling highway v1.3.0
18482026-07-20T18:37:06.085Z Compiling cancel-safe-futures v0.1.5
18492026-07-20T18:37:06.106Z Compiling owo-colors v4.3.0
18502026-07-20T18:37:06.214Z Compiling foldhash v0.1.5
18512026-07-20T18:37:06.355Z Compiling chrono-tz v0.10.4
18522026-07-20T18:37:06.415Z Compiling hashbrown v0.15.5
18532026-07-20T18:37:06.474Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-20T18:37:06.500Z Compiling konst v0.2.20
18552026-07-20T18:37:06.575Z Compiling snafu v0.8.9
18562026-07-20T18:37:06.607Z Compiling foreign-types v0.3.2
18572026-07-20T18:37:06.697Z Compiling const_format_proc_macros v0.2.34
18582026-07-20T18:37:06.737Z Compiling globset v0.4.18
18592026-07-20T18:37:06.960Z Compiling progenitor v0.13.0
18602026-07-20T18:37:06.972Z Compiling csv v1.4.0
18612026-07-20T18:37:07.089Z Compiling walkdir v2.5.0
18622026-07-20T18:37:07.171Z Compiling progenitor-macro v0.14.0
18632026-07-20T18:37:07.205Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-07-20T18:37:07.447Z Compiling qorb v0.4.1
18652026-07-20T18:37:07.528Z Compiling olpc-cjson v0.1.4
18662026-07-20T18:37:07.583Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-07-20T18:37:08.380Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-20T18:37:09.164Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18692026-07-20T18:37:09.200Z Compiling rayon v1.12.0
18702026-07-20T18:37:09.476Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-20T18:37:09.507Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18722026-07-20T18:37:09.618Z Compiling phf v0.12.1
18732026-07-20T18:37:09.772Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-20T18:37:10.148Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-20T18:37:10.883Z Compiling zone_cfg_derive v0.3.1
18762026-07-20T18:37:10.933Z Compiling tokio-dtrace v0.1.1
18772026-07-20T18:37:11.216Z Compiling itertools v0.12.1
18782026-07-20T18:37:11.310Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-20T18:37:11.510Z Compiling libsw-core v0.3.2
18802026-07-20T18:37:11.648Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-20T18:37:11.686Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18822026-07-20T18:37:12.081Z Compiling serde_plain v1.0.2
18832026-07-20T18:37:12.214Z Compiling openssl-macros v0.1.1
18842026-07-20T18:37:12.266Z Compiling pem v3.0.6
18852026-07-20T18:37:12.293Z Compiling cookie v0.18.1
18862026-07-20T18:37:12.486Z Compiling sigpipe v0.1.3
18872026-07-20T18:37:12.541Z Compiling fixedbitset v0.5.7
18882026-07-20T18:37:12.550Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-20T18:37:12.570Z Compiling bytecount v0.6.9
18902026-07-20T18:37:12.654Z Compiling fixedbitset v0.4.2
18912026-07-20T18:37:12.708Z Compiling jiff v0.2.28
18922026-07-20T18:37:12.720Z Compiling glob v0.3.3
18932026-07-20T18:37:12.785Z Compiling typed-path v0.9.3
18942026-07-20T18:37:12.871Z Compiling petgraph v0.6.5
18952026-07-20T18:37:12.903Z Compiling petgraph v0.8.3
18962026-07-20T18:37:13.462Z Compiling papergrid v0.11.0
18972026-07-20T18:37:14.139Z Compiling tough v0.22.0
18982026-07-20T18:37:14.502Z Compiling zone v0.3.1
18992026-07-20T18:37:14.701Z Compiling progenitor v0.14.0
19002026-07-20T18:37:14.721Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19012026-07-20T18:37:14.776Z Compiling libsw v3.5.0
19022026-07-20T18:37:14.915Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-20T18:37:14.946Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-20T18:37:15.132Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19052026-07-20T18:37:15.143Z Compiling oxide-tokio-rt v0.1.6
19062026-07-20T18:37:15.223Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19072026-07-20T18:37:15.294Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-20T18:37:15.377Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-20T18:37:16.410Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-20T18:37:16.531Z Compiling const_format v0.2.36
19112026-07-20T18:37:16.574Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-20T18:37:16.911Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19132026-07-20T18:37:17.171Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-20T18:37:17.322Z Compiling tabled_derive v0.7.0
19152026-07-20T18:37:18.349Z Compiling gethostname v0.5.0
19162026-07-20T18:37:18.374Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-20T18:37:18.374Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19182026-07-20T18:37:18.374Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-20T18:37:18.374Z Compiling bcs v0.1.6
19202026-07-20T18:37:18.374Z Compiling smf v0.2.3
19212026-07-20T18:37:18.374Z Compiling nom v8.0.0
19222026-07-20T18:37:18.374Z Compiling unicode-linebreak v0.1.5
19232026-07-20T18:37:18.374Z Compiling tagptr v0.2.0
19242026-07-20T18:37:18.374Z Compiling termtree v0.5.1
19252026-07-20T18:37:18.374Z Compiling lazy_static v1.5.0
19262026-07-20T18:37:18.374Z Compiling linear-map v1.2.0
19272026-07-20T18:37:18.401Z Compiling smawk v0.3.2
19282026-07-20T18:37:18.436Z Compiling whoami v1.6.1
19292026-07-20T18:37:18.510Z Compiling textwrap v0.16.2
19302026-07-20T18:37:18.543Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-20T18:37:18.749Z Compiling steno v0.4.1
19322026-07-20T18:37:19.007Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-20T18:37:19.040Z Compiling tabled v0.15.0
19342026-07-20T18:37:20.169Z Compiling moka v0.12.15
19352026-07-20T18:37:20.193Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-20T18:37:20.225Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-20T18:37:20.976Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-20T18:37:21.772Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-20T18:37:21.813Z Compiling hickory-proto v0.25.2
19402026-07-20T18:37:22.028Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19412026-07-20T18:37:22.734Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19422026-07-20T18:37:23.205Z Compiling parking_lot_core v0.8.6
19432026-07-20T18:37:23.228Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-07-20T18:37:23.464Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19452026-07-20T18:37:23.626Z Compiling libscf-sys v1.2.0
19462026-07-20T18:37:23.738Z Compiling hickory-resolver v0.25.2
19472026-07-20T18:37:23.772Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19482026-07-20T18:37:23.979Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19492026-07-20T18:37:24.006Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19502026-07-20T18:37:24.837Z Compiling parking_lot v0.11.2
19512026-07-20T18:37:24.866Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19522026-07-20T18:37:24.866Z Compiling fxhash v0.2.1
19532026-07-20T18:37:24.866Z Compiling internet-checksum v0.2.1
19542026-07-20T18:37:24.866Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-07-20T18:37:24.866Z Compiling sled v0.34.7
19562026-07-20T18:37:24.866Z Compiling itertools v0.15.0
19572026-07-20T18:37:25.358Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19582026-07-20T18:37:27.676Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19592026-07-20T18:37:29.833Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-07-20T18:37:36.980Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19612026-07-20T18:37:38.598Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19622026-07-20T18:37:39.626Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19632026-07-20T18:37:40.545Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19642026-07-20T18:37:41.391Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19652026-07-20T18:38:04.137Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19662026-07-20T18:38:04.322Z────────────
19672026-07-20T18:38:04.323Z Nextest run ID 16d8549f-c560-47a1-a046-bafdf753ce3d with nextest profile: default
19682026-07-20T18:38:04.323Z Starting 45 tests across 3 binaries
19692026-07-20T18:38:04.329Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19702026-07-20T18:38:04.329Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19712026-07-20T18:38:04.329Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19722026-07-20T18:38:04.329Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19732026-07-20T18:38:04.332Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19742026-07-20T18:38:04.333Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19752026-07-20T18:38:04.338Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19762026-07-20T18:38:04.338Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19772026-07-20T18:38:04.338Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19782026-07-20T18:38:04.338Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19792026-07-20T18:38:04.341Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19802026-07-20T18:38:04.341Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19812026-07-20T18:38:04.385Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19822026-07-20T18:38:04.385Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19832026-07-20T18:38:04.389Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19842026-07-20T18:38:04.389Z PASS [ 0.054s] rdb db::test::test_rib
19852026-07-20T18:38:04.392Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv4_basic
19862026-07-20T18:38:04.392Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19872026-07-20T18:38:04.396Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_basic
19882026-07-20T18:38:04.396Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19892026-07-20T18:38:04.403Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19902026-07-20T18:38:04.404Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19912026-07-20T18:38:04.407Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19922026-07-20T18:38:04.407Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19932026-07-20T18:38:04.419Z PASS [ 0.015s] rdb proptest::prop_ipv6_subnet_of_self
19942026-07-20T18:38:04.419Z PASS [ 0.015s] rdb proptest::prop_ipv6_normalized_is_network_address
19952026-07-20T18:38:04.422Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19962026-07-20T18:38:04.426Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19972026-07-20T18:38:04.438Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19982026-07-20T18:38:04.438Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19992026-07-20T18:38:04.441Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
20002026-07-20T18:38:04.441Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
20012026-07-20T18:38:04.441Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
20022026-07-20T18:38:04.441Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
20032026-07-20T18:38:04.447Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
20042026-07-20T18:38:04.450Z PASS [ 0.010s] rdb types::test::bgp_path_identity
20052026-07-20T18:38:04.450Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
20062026-07-20T18:38:04.450Z PASS [ 0.009s] rdb types::test::btreeset_remove
20072026-07-20T18:38:04.450Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
20082026-07-20T18:38:04.450Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
20092026-07-20T18:38:04.450Z PASS [ 0.009s] rdb types::test::btreeset_replace
20102026-07-20T18:38:04.455Z PASS [ 0.008s] rdb types::test::ord_contract
20112026-07-20T18:38:04.458Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20122026-07-20T18:38:04.458Z PASS [ 0.007s] rdb types::test::static_path_identity
20132026-07-20T18:38:04.470Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20142026-07-20T18:38:04.473Z────────────
20152026-07-20T18:38:04.473Z Summary [ 0.148s] 45 tests run: 45 passed, 0 skipped
20162026-07-20T18:38:04.483Z+ cp ./rib.log /work/
20172026-07-20T18:38:04.487Z+ popd
20182026-07-20T18:38:04.487Z/work/oxidecomputer/maghemite
20192026-07-20T18:38:04.487Zprocess exited: duration 323571 ms, exit code 0
 
20202026-07-20T18:38:04.498Zfound 1 output files
20212026-07-20T18:38:04.498Zuploading: /work/rib.log (1178 bytes)
20222026-07-20T18:38:05.510Zuploaded: /work/rib.log